about summary refs log tree commit diff
path: root/tests/ui-fulldeps/std
AgeCommit message (Collapse)AuthorLines
2023-04-13Move most ui-fulldeps tests to uijyn-258/+0
They pass fine. Only tests that required `extern crate rustc_*` or were marked `ignore-stage1` have been keep in fulldeps.
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-11/+0
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-02-21Move `rename_directory` from ui-fulldeps to stdChris Denton-30/+0
std has had a `TempDir` implementation for a long time now.
2023-02-21Move std tests/ui-fulldeps into a std subdirectoryChris Denton-0/+299