| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-24 | ignore tests broken while cross compiling | Pietro Albini | -0/+2 | |
| 2024-07-29 | Reformat `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. | ||||
| 2024-07-17 | tests: update for `rfs` rename | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -4/+4 | |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -8/+6 | |
| 2024-05-14 | Use new utility functions/methods in run-make tests | Guillaume Gomez | -6/+3 | |
| 2024-05-03 | Migrate `run-make/doctests-keep-binaries` to new `rmake.rs` format | Guillaume Gomez | -33/+68 | |
| 2023-06-17 | rustdoc: Fix --test-run-directory and relative paths. | Eric Huss | -1/+12 | |
| 2023-03-30 | ignore failing cross-compiled run-make tests | Joshua Nelson | -0/+1 | |
| `run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now. | ||||
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -1/+1 | |
| apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests) | ||||
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+32 | |
| They pass fine. | ||||
