Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support panic backtraces, add log buffer #48

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. Support panic backtraces, add log buffer

    When a test fails there is no way to use RUST_BACKTRACE=1 to show a
    backtrace. This patch fixes the issue.
    
    Additionally, it adds an explicit log buffer that can be used to work
    around LukasKalbertodt#9. That's a feature that the std harness doesn't have, but I
    think it's appropriate to add since it's a workaround for something
    libtest-mimic _doesn't_ but should have.
    untitaker committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4445426 View commit details
    Browse the repository at this point in the history
  2. manually fix formatting

    untitaker committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0869bb5 View commit details
    Browse the repository at this point in the history
  3. fix newline

    untitaker committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5bc073c View commit details
    Browse the repository at this point in the history