Remove valgrind test suite support from bootstrap

This commit is contained in:
许杰友 Jieyou Xu (Joe)
2024-10-07 07:53:14 +00:00
parent a961be9f13
commit de588a6e60
2 changed files with 0 additions and 8 deletions
@@ -1394,12 +1394,6 @@ fn run(self, builder: &Builder<'_>) {
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 {
-2
View File
@@ -327,7 +327,6 @@ pub fn assert_single_path(&self) -> &TaskPath {
"tests/mir-opt",
"tests/pretty",
"tests/run-make",
"tests/run-pass-valgrind",
"tests/rustdoc",
"tests/rustdoc-gui",
"tests/rustdoc-js",
@@ -852,7 +851,6 @@ macro_rules! describe {
test::Tidy,
test::Ui,
test::Crashes,
test::RunPassValgrind,
test::Coverage,
test::CoverageMap,
test::CoverageRun,