rust/tests/ui/attributes/unix_sigpipe
Martin Nordholts 98553ce27e tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs
Which is a variant of [`unix_sigpipe-list.rs`][1] but where a string is
used instead of an identifier. This makes it more similar to the proper
form `#[unix_sigpipe = "sig_dfl"]` and thus more likely to be written by
users by mistake. Also rename the first test to be more in line with the
terminology of [The Reference][2].

[1]: https://github.com/rust-lang/rust/blob/master/tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.rs
[2]: https://doc.rust-lang.org/reference/attributes.html#meta-item-attribute-syntax
2024-03-12 06:04:41 +01:00
..
auxiliary Don't unnecessarily change SIGPIPE disposition in unix_sigpipe tests 2024-02-24 16:18:34 +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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
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 tests: Combine unix_sigpipe-not-used.rs and unix_sigpipe-only-feature.rs 2024-02-23 22:03:09 +01:00
unix_sigpipe-rustc_main.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unix_sigpipe-sig_dfl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unix_sigpipe-sig_ign.rs tests: Fix typo unix_sigpipe-error.rs -> unix_sigpipe-sig_ign.rs 2024-02-23 21:59:35 +01:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unix_sigpipe-wrong.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00