diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2024-08-15 18:44:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 18:44:17 -0700 |
| commit | eb6ecf1db9c42cc98b9d569eb408f6d44b095b84 (patch) | |
| tree | 6b49d4d16563892164fb71aa59f3b2e6bdec8354 /src/tools/tidy | |
| parent | 759f93f42145d150de2ff9fd8c96d31ad79158fa (diff) | |
| parent | fc733a668afe9a16a23a6d249c6d253a08f36ebf (diff) | |
| download | rust-eb6ecf1db9c42cc98b9d569eb408f6d44b095b84.tar.gz rust-eb6ecf1db9c42cc98b9d569eb408f6d44b095b84.zip | |
Rollup merge of #129037 - Zalathar:rmake-libtest, r=jieyouxu
Port `run-make/libtest-json` and `run-make/libtest-junit` to rmake Unlike #126773, this is just a straightforward port to `rmake`, without attempting to switch to compiletest or get rid of the (trivial) Python scripts. Part of #121876. r? ````@jieyouxu```` try-job: x86_64-msvc try-job: i686-mingw try-job: test-various try-job: aarch64-gnu try-job: aarch64-apple
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index 6f615a848be..92405bdb876 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -6,8 +6,6 @@ run-make/incr-add-rust-src-component/Makefile run-make/issue-84395-lto-embed-bitcode/Makefile run-make/jobserver-error/Makefile run-make/libs-through-symlinks/Makefile -run-make/libtest-json/Makefile -run-make/libtest-junit/Makefile run-make/libtest-thread-limit/Makefile run-make/macos-deployment-target/Makefile run-make/reproducible-build/Makefile |
