Skip to content

Commit 534bd72

Browse files
committed
Prune invalid ignore-mode-* directives
These are only valid for coverage test modes.
1 parent a964a92 commit 534bd72

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/tools/compiletest/src/command-list.rs

-15
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,8 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
6464
"ignore-loongarch64",
6565
"ignore-macabi",
6666
"ignore-macos",
67-
"ignore-mode-assembly",
68-
"ignore-mode-codegen",
69-
"ignore-mode-codegen-units",
7067
"ignore-mode-coverage-map",
7168
"ignore-mode-coverage-run",
72-
"ignore-mode-crashes",
73-
"ignore-mode-debuginfo",
74-
"ignore-mode-incremental",
75-
"ignore-mode-js-doc-test",
76-
"ignore-mode-mir-opt",
77-
"ignore-mode-pretty",
78-
"ignore-mode-run-make",
79-
"ignore-mode-run-pass-valgrind",
80-
"ignore-mode-rustdoc",
81-
"ignore-mode-rustdoc-json",
82-
"ignore-mode-ui",
83-
"ignore-mode-ui-fulldeps",
8469
"ignore-msp430",
8570
"ignore-msvc",
8671
"ignore-musl",

0 commit comments

Comments
 (0)