diff options
| author | Oneirical <manchot@videotron.ca> | 2024-07-11 16:00:15 -0400 |
|---|---|---|
| committer | Oneirical <manchot@videotron.ca> | 2024-07-30 14:44:14 -0400 |
| commit | 01a266206b4c923a8fbbc49b3be7d630e48eef86 (patch) | |
| tree | 25d2226c5304341a3b1d732b398b86cbe5379184 /src | |
| parent | 61a6afe60ced9a6120403158dd8caf40f8a583a4 (diff) | |
| download | rust-01a266206b4c923a8fbbc49b3be7d630e48eef86.tar.gz rust-01a266206b4c923a8fbbc49b3be7d630e48eef86.zip | |
rewrite and rename issue-69368 to rmake
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/compiletest/src/command-list.rs | 1 | ||||
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/command-list.rs b/src/tools/compiletest/src/command-list.rs index c356f4266f0..288f90ea123 100644 --- a/src/tools/compiletest/src/command-list.rs +++ b/src/tools/compiletest/src/command-list.rs @@ -117,6 +117,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "ignore-watchos", "ignore-windows", "ignore-windows-gnu", + "ignore-windows-msvc", "ignore-x32", "ignore-x86", "ignore-x86_64", diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index beff9de2371..5306e2368b7 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -18,7 +18,6 @@ run-make/foreign-exceptions/Makefile run-make/foreign-rust-exceptions/Makefile run-make/incr-add-rust-src-component/Makefile run-make/issue-36710/Makefile -run-make/issue-69368/Makefile run-make/issue-84395-lto-embed-bitcode/Makefile run-make/issue-88756-default-output/Makefile run-make/jobserver-error/Makefile |
