| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -26/+0 | |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+1 | |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -0/+1 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2018-11-21 | Move a flaky process test out of libstd | Alex Crichton | -0/+25 | |
| This test ensures that everything in `env::vars()` is inherited but that's not actually true because other tests may add env vars after we spawn the process, causing the test to be flaky! This commit moves the test to a run-pass test where it can execute in isolation. Along the way this removes a lot of the platform specificity of the test, using iteslf to print the environment instead of a foreign process. | ||||
