about summary refs log tree commit diff
path: root/tests/ui/attributes/unix_sigpipe
AgeCommit message (Expand)AuthorLines
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-384/+0
2024-04-29Typo fix: exec:ing -> exec'ingMartin Nordholts-1/+1
2024-04-24Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmeaseLeón Orell Valerian Liehr-8/+39
2024-04-17Remove libc from more testsBen Kimock-2/+0
2024-04-13Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`Martin Nordholts-8/+39
2024-03-25unix_sigpipe: Add test for SIGPIPE disposition in child processesMartin Nordholts-0/+90
2024-03-12tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rsMartin Nordholts-1/+13
2024-03-11unix_sigpipe: Replace `inherit` with `sig_dfl` in syntax testsMartin Nordholts-14/+14
2024-03-10diagnostics: Do not suggest using `#[unix_sigpipe]` without a valueMartin Nordholts-11/+4
2024-02-28Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwcoGuillaume Gomez-16/+25
2024-02-24Don't unnecessarily change `SIGPIPE` disposition in unix_sigpipe testsMartin Nordholts-6/+6
2024-02-23tests: Add unix_sigpipe-different-duplicates.rs test variantMartin Nordholts-2/+21
2024-02-23tests: Combine unix_sigpipe-not-used.rs and unix_sigpipe-only-feature.rsMartin Nordholts-13/+3
2024-02-23tests: Rename unix_sigpipe.rs to unix_sigpipe-bare.rs for clarityMartin Nordholts-1/+1
2024-02-23tests: Fix typo unix_sigpipe-error.rs -> unix_sigpipe-sig_ign.rsMartin Nordholts-0/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-12/+12
2023-11-24Show number in error message even for one errorNilstrieb-9/+9
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-2/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+247