Skip to content

Commit de588a6

Browse files
committed
Remove valgrind test suite support from bootstrap
1 parent a961be9 commit de588a6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/bootstrap/src/core/build_steps/test.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1394,12 +1394,6 @@ default_test!(Ui { path: "tests/ui", mode: "ui", suite: "ui" });
13941394

13951395
default_test!(Crashes { path: "tests/crashes", mode: "crashes", suite: "crashes" });
13961396

1397-
default_test!(RunPassValgrind {
1398-
path: "tests/run-pass-valgrind",
1399-
mode: "run-pass-valgrind",
1400-
suite: "run-pass-valgrind"
1401-
});
1402-
14031397
default_test!(Codegen { path: "tests/codegen", mode: "codegen", suite: "codegen" });
14041398

14051399
default_test!(CodegenUnits {

src/bootstrap/src/core/builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
327327
"tests/mir-opt",
328328
"tests/pretty",
329329
"tests/run-make",
330-
"tests/run-pass-valgrind",
331330
"tests/rustdoc",
332331
"tests/rustdoc-gui",
333332
"tests/rustdoc-js",
@@ -852,7 +851,6 @@ impl<'a> Builder<'a> {
852851
test::Tidy,
853852
test::Ui,
854853
test::Crashes,
855-
test::RunPassValgrind,
856854
test::Coverage,
857855
test::CoverageMap,
858856
test::CoverageRun,

0 commit comments

Comments
 (0)