mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 11:13:43 +00:00
d8e6550838
unix_sigpipe: Simple fixes and improvements in tests In https://github.com/rust-lang/rust/pull/120832 I included 5 preparatory commits. It will take a while before discussions there and in https://github.com/rust-lang/rust/issues/62569 is settled, so here is a PR that splits out 4 of the commits that are easy to review, to get them out of the way. r? ``@davidtwco`` who already approved these commits in https://github.com/rust-lang/rust/pull/120832 (but I have tweaked them a bit and rebased them since then). For the convenience of my reviewer, here are the full commit messages of the commits: <details> <summary>Click to expand</summary> ``` commit |
||
---|---|---|
.. | ||
auxiliary | ||
unix_sigpipe-bare.rs | ||
unix_sigpipe-bare.stderr | ||
unix_sigpipe-crate.rs | ||
unix_sigpipe-crate.stderr | ||
unix_sigpipe-different-duplicates.rs | ||
unix_sigpipe-different-duplicates.stderr | ||
unix_sigpipe-duplicates.rs | ||
unix_sigpipe-duplicates.stderr | ||
unix_sigpipe-inherit.rs | ||
unix_sigpipe-list.rs | ||
unix_sigpipe-list.stderr | ||
unix_sigpipe-non-main-fn.rs | ||
unix_sigpipe-non-main-fn.stderr | ||
unix_sigpipe-non-root-main.rs | ||
unix_sigpipe-non-root-main.stderr | ||
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-start.stderr | ||
unix_sigpipe-struct.rs | ||
unix_sigpipe-struct.stderr | ||
unix_sigpipe-wrong.rs | ||
unix_sigpipe-wrong.stderr |