rust/tests/ui/runtime
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
..
on-broken-pipe Add ignore-backends annotations in failing GCC backend ui tests 2025-07-23 13:48:04 +02:00
atomic-print.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
backtrace-debuginfo-aux.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
backtrace-debuginfo.rs Fixes for Arm64EC 2025-07-13 15:01:48 -07:00
deep_recursion.rs cleaned up some tests 2025-06-08 11:25:09 +05:00
out-of-stack.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
rt-explody-panic-payloads.rs Add ignore-backends annotations in failing GCC backend ui tests 2025-07-23 13:48:04 +02:00
running-with-no-runtime.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
signal-alternate-stack-cleanup.rs Use sa_sigaction instead of sa_union.__su_sigaction for AIX. 2025-03-12 10:39:09 -04:00
stdout-before-main.rs std: fix stdout-before-main 2024-10-12 13:01:36 +02:00
stdout-before-main.run.stdout std: fix stdout-before-main 2024-10-12 13:01:36 +02:00
stdout-during-shutdown-unix.rs Port stdout-during-shutdown 2024-05-20 11:13:10 -04:00
stdout-during-shutdown-unix.run.stdout Port stdout-during-shutdown 2024-05-20 11:13:10 -04:00
stdout-during-shutdown-windows.rs Port stdout-during-shutdown 2024-05-20 11:13:10 -04:00
stdout-during-shutdown-windows.run.stdout Port stdout-during-shutdown 2024-05-20 11:13:10 -04:00