about summary refs log tree commit diff
path: root/src/test/ui/command
AgeCommit message (Expand)AuthorLines
2021-11-05Revert "Do not call getpid wrapper after fork in tests"Josh Stone-19/+6
2021-08-12fix command-create-pidfd test inside unprivileged docker containersPietro Albini-1/+12
2021-08-01Check whether clone3 syscall exists in pidfd testDominik Stolz-1/+19
2021-08-01Do not call getpid wrapper after fork in testsDominik Stolz-6/+19
2021-07-21Add PidFd type and seal traitsDominik Stolz-3/+3
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-0/+27
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2021-03-28Remove unnecessary `ignore-cloudabi` flagJohnTitor-1/+0
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-14/+0
2021-01-29Update test-various to Ubuntu 20.04Nikita Popov-0/+1
2021-01-21Update src/test/ui/command/command-setgroups.rs to ignore windowsslo1-0/+1
2021-01-21Update src/test/ui/command/command-setgroups.rsslo1-0/+6
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+19
2021-01-17Fix test to work with remote-test-server.Eric Huss-1/+7
2021-01-17Add test for Command::current_dir behavior.Eric Huss-0/+43
2020-11-22Drop support for cloudabi targetsLzu Tao-5/+0
2020-05-12Stabilize process_set_argv0 feature for UnixJeremy Fitzhardinge-4/+0
2019-12-16Move command-related tests into command/Jeremy Fitzhardinge-0/+311