From 63eda19814a247fa6e530815f5a906b290d98b82 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Fri, 1 Jun 2018 19:21:39 -0600 Subject: [PATCH] Delete run-fail-fulldeps suite --- src/bootstrap/builder.rs | 2 -- src/bootstrap/test.rs | 13 ------------- 2 files changed, 15 deletions(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index b842bc43f5baa..a27f646a7de1d 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -389,7 +389,6 @@ impl<'a> Builder<'a> { test::Debuginfo, test::UiFullDeps, test::RunPassFullDeps, - test::RunFailFullDeps, test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, @@ -398,7 +397,6 @@ impl<'a> Builder<'a> { test::RunFailPretty, test::RunPassValgrindPretty, test::RunPassFullDepsPretty, - test::RunFailFullDepsPretty, test::Crate, test::CrateLibrustc, test::CrateRustdoc, diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 0c4816dc90458..1c7c709dafcbc 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -829,12 +829,6 @@ host_test!(RunPassFullDeps { suite: "run-pass-fulldeps" }); -host_test!(RunFailFullDeps { - path: "src/test/run-fail-fulldeps", - mode: "run-fail", - suite: "run-fail-fulldeps" -}); - host_test!(CompileFailFullDeps { path: "src/test/compile-fail-fulldeps", mode: "compile-fail", @@ -888,13 +882,6 @@ test!(RunPassFullDepsPretty { default: false, host: true }); -test!(RunFailFullDepsPretty { - path: "src/test/run-fail-fulldeps/pretty", - mode: "pretty", - suite: "run-fail-fulldeps", - default: false, - host: true -}); default_test!(RunMake { path: "src/test/run-make",