diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-27 21:31:56 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-03-27 21:31:56 +0000 |
| commit | 7a99be35f210b35d3ead95f7585b3242b0d096a3 (patch) | |
| tree | a8e0547739e4fd0116a6935be0824346e363157e | |
| parent | 0f1bbe31418cdd5d4360d94d252f0d49046e0173 (diff) | |
| download | rust-7a99be35f210b35d3ead95f7585b3242b0d096a3.tar.gz rust-7a99be35f210b35d3ead95f7585b3242b0d096a3.zip | |
Add FIXME to remind removing the check once all tests are ported over
| -rw-r--r-- | src/tools/tidy/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs index bf5c0afdbb0..93be4d61a9a 100644 --- a/src/tools/tidy/src/main.rs +++ b/src/tools/tidy/src/main.rs @@ -103,6 +103,7 @@ fn main() { check!(tests_revision_unpaired_stdout_stderr, &tests_path); check!(debug_artifacts, &tests_path); check!(ui_tests, &root_path, bless); + // FIXME(jieyouxu): remove this check once all run-make tests are ported over to rmake.rs. check!(run_make_tests, &tests_path, &src_path, bless); check!(mir_opt_tests, &tests_path, bless); check!(rustdoc_gui_tests, &tests_path); |
