about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix
AgeCommit message (Expand)AuthorLines
2021-05-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-07panic/fork test: Do not run on emscriptenIan Jackson-0/+1
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-0/+3
2021-05-07panic tests: Command: Test that we do not unwind past forkIan Jackson-0/+23
2021-03-25ExitStatus: print "exit status: {}" rather than "exit code: {}"Ian Jackson-2/+2
2021-03-09Always compile the fragile wait status test cases, just run them conditionallyIan Jackson-6/+7
2021-03-04ExitStatus tests: Make less legible to satisfy "tidy"Ian Jackson-2/+4
2021-03-04ExitStatus unknown wait status test: Make it Linux onlyIan Jackson-1/+1
2021-03-04ExitStatus stop signal display test: Make it Linux onlyIan Jackson-2/+7
2021-02-23process::unix: Test wait status formattingIan Jackson-0/+22