rust/tests/ui/backtrace
Trevor Gross 6b1b68f4ee
Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu
Add `ignore-backends` annotations in failing GCC backend ui tests

Follow-up of https://github.com/rust-lang/rust/pull/144125.

In the GCC backend, we don't support all ui tests yet and we have a list of tests we currently ignore available [here](https://github.com/rust-lang/rustc_codegen_gcc/blob/master/tests/failing-ui-tests.txt).

This PR adds the `ignore-backends` annotations to the corresponding ui tests.

The second commit is a fix to compiletest, complaining about `ignore-backends`.

r? ```@jieyouxu```
2025-07-26 01:15:08 -05: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 Add ignore-backends annotations in failing GCC backend ui tests 2025-07-23 13:48:04 +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