rust/tests/ui/runtime
Martin Nordholts 1132454616 tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove
It was added in ddee45e1d7 when SIGPIPE was controlled with an
attribute on `fn main()` which meant it could also be combined with
`#[rustc_main]`:

    #[unix_sigpipe = "sig_dfl"]
    #[rustc_main]
    fn rustc_main() {

It stopped being needed cde0cde151 when `#[unix_sigpipe = "..."]` was
replaced by `-Zon-broken-pipe=...`. And it will not be needed when
`-Zon-broken-pipe=...` is replaced by an Externally Implementable Item.
Let's remove this test.
2026-01-07 06:03:51 +01:00
..
on-broken-pipe tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove 2026-01-07 06:03:51 +01: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 Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
deep_recursion.rs cleaned up some tests 2025-06-08 11:25:09 +05:00
out-of-stack.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02: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 Allow function_casts_as_integer in non-related ui tests 2025-11-10 16:38:28 +01: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