about summary refs log tree commit diff
path: root/library/std/tests/env.rs
AgeCommit message (Collapse)AuthorLines
2025-08-10Remove unnecessary parentheses in `assert!`sEsteban Küber-1/+1
2025-01-26Move env modifying tests to a separate integration testbjorn3-160/+0
2025-01-26Move std::env unit tests to integration testsbjorn3-0/+120
2024-11-04Fix and undeprecate home_dir()Kornel-6/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-08-20Add data race test to `std::env::{get, set}`ShE3py-0/+20
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