Remove valgrind test suite support from bootstrap
This commit is contained in:
parent
a961be9f13
commit
de588a6e60
@ -1394,12 +1394,6 @@ default_test!(Ui { path: "tests/ui", mode: "ui", suite: "ui" });
|
||||
|
||||
default_test!(Crashes { path: "tests/crashes", mode: "crashes", suite: "crashes" });
|
||||
|
||||
default_test!(RunPassValgrind {
|
||||
path: "tests/run-pass-valgrind",
|
||||
mode: "run-pass-valgrind",
|
||||
suite: "run-pass-valgrind"
|
||||
});
|
||||
|
||||
default_test!(Codegen { path: "tests/codegen", mode: "codegen", suite: "codegen" });
|
||||
|
||||
default_test!(CodegenUnits {
|
||||
|
@ -327,7 +327,6 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
|
||||
"tests/mir-opt",
|
||||
"tests/pretty",
|
||||
"tests/run-make",
|
||||
"tests/run-pass-valgrind",
|
||||
"tests/rustdoc",
|
||||
"tests/rustdoc-gui",
|
||||
"tests/rustdoc-js",
|
||||
@ -852,7 +851,6 @@ impl<'a> Builder<'a> {
|
||||
test::Tidy,
|
||||
test::Ui,
|
||||
test::Crashes,
|
||||
test::RunPassValgrind,
|
||||
test::Coverage,
|
||||
test::CoverageMap,
|
||||
test::CoverageRun,
|
||||
|
Loading…
x
Reference in New Issue
Block a user