| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -0/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 | |
| 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 rustdoc test for renamed `assert_dirs_are_equal` | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2024-07-17 | tests: update rustdoc test for renamed `assert_recursive_eq` | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -2/+2 | |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -3/+3 | |
| 2024-05-27 | Migrate `run-make/rustdoc-verify-output-files` to `rmake.rs` | Guillaume Gomez | -32/+49 | |
| 2023-04-13 | Rollup merge of #109036 - chenyukang:yukang/fix-testcase, r=jyn514 | Matthias Krüger | -2/+2 | |
| Fix diff option conflict in UI test Trivial fix for test case `tests/run-make/rustdoc-verify-output-files`, it's failing on MacOS, the `-u` option specifies the unified context format, while the `-q` option specifies only brief output. These two options are incompatible, since the unified context format produces a more detailed output than the brief output format. | ||||
| 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-12 | Fix diff option conflict in UI test | yukang | -2/+2 | |
| 2023-03-05 | fix inconsistent json outputs from rustdoc | ozkanonur | -9/+5 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+37 | |
