rust/tests/ui/attributes/unix_sigpipe
Martin Nordholts 71eb763d23 unix_sigpipe: Add test for SIGPIPE disposition in child processes
For robustness, also test the disposition in our own process even if
other tests in `tests/ui/attributes/unix_sigpipe` already covers it.
2024-03-25 06:23:47 +01:00
..
auxiliary unix_sigpipe: Add test for SIGPIPE disposition in child processes 2024-03-25 06:23:47 +01:00
unix_sigpipe-and-child-processes.rs unix_sigpipe: Add test for SIGPIPE disposition in child processes 2024-03-25 06:23:47 +01:00
unix_sigpipe-bare.rs diagnostics: Do not suggest using #[unix_sigpipe] without a value 2024-03-10 15:12:50 +01:00
unix_sigpipe-bare.stderr diagnostics: Do not suggest using #[unix_sigpipe] without a value 2024-03-10 15:12:50 +01:00
unix_sigpipe-crate.rs unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-crate.stderr unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-different-duplicates.rs tests: Add unix_sigpipe-different-duplicates.rs test variant 2024-02-23 22:03:09 +01:00
unix_sigpipe-different-duplicates.stderr tests: Add unix_sigpipe-different-duplicates.rs test variant 2024-02-23 22:03:09 +01:00
unix_sigpipe-duplicates.rs tests: Add unix_sigpipe-different-duplicates.rs test variant 2024-02-23 22:03:09 +01:00
unix_sigpipe-duplicates.stderr tests: Add unix_sigpipe-different-duplicates.rs test variant 2024-02-23 22:03:09 +01:00
unix_sigpipe-ident-list.rs tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs 2024-03-12 06:04:41 +01:00
unix_sigpipe-ident-list.stderr tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs 2024-03-12 06:04:41 +01:00
unix_sigpipe-inherit.rs
unix_sigpipe-non-main-fn.rs unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-non-main-fn.stderr unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-non-root-main.rs unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-non-root-main.stderr unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-not-used.rs
unix_sigpipe-rustc_main.rs
unix_sigpipe-sig_dfl.rs
unix_sigpipe-sig_ign.rs
unix_sigpipe-start.rs unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-start.stderr unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-str-list.rs tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs 2024-03-12 06:04:41 +01:00
unix_sigpipe-str-list.stderr tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs 2024-03-12 06:04:41 +01:00
unix_sigpipe-struct.rs unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-struct.stderr unix_sigpipe: Replace inherit with sig_dfl in syntax tests 2024-03-11 06:19:30 +01:00
unix_sigpipe-wrong.rs
unix_sigpipe-wrong.stderr