| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -258/+0 | |
| They pass fine. Only tests that required `extern crate rustc_*` or were marked `ignore-stage1` have been keep in fulldeps. | ||||
| 2023-02-21 | Make `create_dir_all_bare` an std integration test | Chris 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-21 | Move `rename_directory` from ui-fulldeps to std | Chris Denton | -30/+0 | |
| std has had a `TempDir` implementation for a long time now. | ||||
| 2023-02-21 | Move std tests/ui-fulldeps into a std subdirectory | Chris Denton | -0/+299 | |
