about summary refs log tree commit diff
path: root/src/test/ui/attributes/unix_sigpipe
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-247/+0
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-2/+4
2022-08-29unix_sigpipe: Skip some tests on android; libc has no `signal` functionMartin Nordholts-1/+6
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+240