diff options
| author | bors <bors@rust-lang.org> | 2024-08-15 22:33:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-15 22:33:03 +0000 |
| commit | 4b7d074d766d00a32fa8b2e4fa3813dd7d4d64e6 (patch) | |
| tree | 9997ce6b1ef6942e3de0d0f942fc5c9a537943bb /src | |
| parent | 2c93fabd98d2c183bcb3afed1f7d51b2517ac5ed (diff) | |
| parent | 7c4d56102a869ec37e74d2874d33f130d81775ef (diff) | |
| download | rust-4b7d074d766d00a32fa8b2e4fa3813dd7d4d64e6.tar.gz rust-4b7d074d766d00a32fa8b2e4fa3813dd7d4d64e6.zip | |
Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu
Coalesce `dep-info`, `dep-info-spaces` and `dep-info-doesnt-run-much` `run-make` tests into `dep-info` rmake.rs Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). This is one of the most ancient tests in the `run-make` directory and its Makefile does some unexpected things, like creating and deleting a `done` directory over and over, sleeping at certain times (this is the [commit](https://github.com/rust-lang/rust/pull/13288/commits/0d9fd8e2a1f8aa43b4cf66272eaa3cf695bbdcd9) that added the `sleep`). I tried to preserve the intent of the test, which is smoke-testing that `dep-info` works. try-job: x86_64-msvc try-job: i686-mingw try-job: aarch64-gnu try-job: aarch64-apple try-job: test-various try-job: armhf-gnu try-job: dist-various-1
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index bc446555773..9f468842d3f 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -1,8 +1,5 @@ run-make/branch-protection-check-IBT/Makefile run-make/cat-and-grep-sanity-check/Makefile -run-make/dep-info-doesnt-run-much/Makefile -run-make/dep-info-spaces/Makefile -run-make/dep-info/Makefile run-make/emit-to-stdout/Makefile run-make/extern-fn-reachable/Makefile run-make/incr-add-rust-src-component/Makefile |
