Remove valgrind test suite support from bootstrap
This commit is contained in:
parent
a961be9f13
commit
de588a6e60
2 changed files with 0 additions and 8 deletions
|
@ -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!(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!(Codegen { path: "tests/codegen", mode: "codegen", suite: "codegen" });
|
||||||
|
|
||||||
default_test!(CodegenUnits {
|
default_test!(CodegenUnits {
|
||||||
|
|
|
@ -327,7 +327,6 @@ const PATH_REMAP: &[(&str, &[&str])] = &[
|
||||||
"tests/mir-opt",
|
"tests/mir-opt",
|
||||||
"tests/pretty",
|
"tests/pretty",
|
||||||
"tests/run-make",
|
"tests/run-make",
|
||||||
"tests/run-pass-valgrind",
|
|
||||||
"tests/rustdoc",
|
"tests/rustdoc",
|
||||||
"tests/rustdoc-gui",
|
"tests/rustdoc-gui",
|
||||||
"tests/rustdoc-js",
|
"tests/rustdoc-js",
|
||||||
|
@ -852,7 +851,6 @@ impl<'a> Builder<'a> {
|
||||||
test::Tidy,
|
test::Tidy,
|
||||||
test::Ui,
|
test::Ui,
|
||||||
test::Crashes,
|
test::Crashes,
|
||||||
test::RunPassValgrind,
|
|
||||||
test::Coverage,
|
test::Coverage,
|
||||||
test::CoverageMap,
|
test::CoverageMap,
|
||||||
test::CoverageRun,
|
test::CoverageRun,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue