about summary refs log tree commit diff
path: root/library/std/tests/env.rs
AgeCommit message (Collapse)AuthorLines
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-12/+2
Moving `create_dir_all` out of `ui-fulldeps` is complicated by the fact it sets the current directory. This means it can't be a unit test. Instead, move it to its own integration test.
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-4/+16
2020-12-07Fix SGX CI, take 3Jethro Beekman-5/+3
Broken in #79038
2020-12-01Fix SGX CIJethro Beekman-1/+4
Broken in #79038
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+61
2020-07-27mv std libs to library/mark-0/+78