Skip to content

Commit

Permalink
Delete run-fail-fulldeps suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Sep 30, 2018
1 parent dea8194 commit 63eda19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ impl<'a> Builder<'a> {
test::Debuginfo,
test::UiFullDeps,
test::RunPassFullDeps,
test::RunFailFullDeps,
test::CompileFailFullDeps,
test::IncrementalFullDeps,
test::Rustdoc,
Expand All @@ -398,7 +397,6 @@ impl<'a> Builder<'a> {
test::RunFailPretty,
test::RunPassValgrindPretty,
test::RunPassFullDepsPretty,
test::RunFailFullDepsPretty,
test::Crate,
test::CrateLibrustc,
test::CrateRustdoc,
Expand Down
13 changes: 0 additions & 13 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 63eda19

Please sign in to comment.