about summary refs log tree commit diff
path: root/src/test/ui/backtrace.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-130/+0
2022-09-19Adding ignore fuchsia tests for Backtrace, ErrorKind casesAndrew Pollack-0/+1
2022-06-26Rollup merge of #98491 - antoyo:fix/ui-test-backtrace-panic-abort, r=Dylan-DPCYuki Okushi-0/+1
Fix backtrace UI test when panic=abort is used The function `contains_verbose_expected` is only used when the panic strategy is not abort, so it caused a warning when it was abort, which made the UI test failed on stderr comparison.
2022-06-25Fix backtrace UI test when panic=abort is usedAntoni Boucher-0/+1
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-0/+1
2022-03-19Add needs-unwind directive to tests where necessarybjorn3-20/+23
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-1/+1
Some fixes for i686-msvc and Windows have landed on the `backtrace` crate but hadn't made their way here yet. Let's update that and see if it passes CI.
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+125