summaryrefslogtreecommitdiff
path: root/library/std/src/sys/unix/process/process_unix/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove various double spaces in source comments.André Vennberg2023-01-141-3/+3
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-111-1/+1
* std: show signal number along with nameMichael Howell2022-06-011-3/+3
* std: `<ExitStatus as Display>::fmt` name the signal it died fromMichael Howell2022-04-231-3/+3
* Old versions of Android generate SIGSEGV from libc::abortAmanieu d'Antras2022-01-211-1/+6
* Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson2021-05-131-1/+1
* panic/fork test: Do not run on emscriptenIan Jackson2021-05-071-0/+1
* panic ui test: Provide comprehensive test for panic after forkIan Jackson2021-05-071-0/+3
* panic tests: Command: Test that we do not unwind past forkIan Jackson2021-05-071-0/+23
* ExitStatus: print "exit status: {}" rather than "exit code: {}"Ian Jackson2021-03-251-2/+2
* Always compile the fragile wait status test cases, just run them conditionallyIan Jackson2021-03-091-6/+7
* ExitStatus tests: Make less legible to satisfy "tidy"Ian Jackson2021-03-041-2/+4
* ExitStatus unknown wait status test: Make it Linux onlyIan Jackson2021-03-041-1/+1
* ExitStatus stop signal display test: Make it Linux onlyIan Jackson2021-03-041-2/+7
* process::unix: Test wait status formattingIan Jackson2021-02-231-0/+22