about summary refs log tree commit diff
path: root/src/test/run-pass/command-exec.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-0/+36
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-12/+0
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-0/+12
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+2
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2016-02-10std: Implement CommandExt::execAlex Crichton-0/+72