rust/tests/ui/backtrace
Martin Nordholts 54cc45d5b4 tests: Don't check for self-printed output in std-backtrace.rs test
The `Display` implementation for `Backtrace` used to print

    stack backtrace:

but that print was later removed. To make the existing test pass, the
print was added to the existing test. But it doesn't make sense to check
for something that the test itself does since that will not detect any
regressions in the implementation of `Backtrace`. Fully remove the
checks.
2025-07-09 08:43:56 +02:00
..
auxiliary Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
apple-no-dsymutil.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
backtrace.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
dylib-dep.rs Emscripten: Xfail backtrace ui tests 2024-10-16 12:22:14 +02:00
line-tables-only.rs Emscripten: Xfail backtrace ui tests 2024-10-16 12:22:14 +02:00
std-backtrace.rs tests: Don't check for self-printed output in std-backtrace.rs test 2025-07-09 08:43:56 +02:00
synchronized-panic-handler.rs the output in stderr expects panic-unwind 2024-07-30 08:16:47 +02:00
synchronized-panic-handler.run.stderr Try to write the panic message with a single write_all call 2025-01-01 15:58:29 +01:00