Skip to content

Commit e0da27b

Browse files
Delete run-fail-fulldeps suite
1 parent 0a28df7 commit e0da27b

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Diff for: src/bootstrap/builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ impl<'a> Builder<'a> {
389389
test::Debuginfo,
390390
test::UiFullDeps,
391391
test::RunPassFullDeps,
392-
test::RunFailFullDeps,
393392
test::CompileFailFullDeps,
394393
test::IncrementalFullDeps,
395394
test::Rustdoc,
@@ -398,7 +397,6 @@ impl<'a> Builder<'a> {
398397
test::RunFailPretty,
399398
test::RunPassValgrindPretty,
400399
test::RunPassFullDepsPretty,
401-
test::RunFailFullDepsPretty,
402400
test::Crate,
403401
test::CrateLibrustc,
404402
test::CrateRustdoc,

Diff for: src/bootstrap/test.rs

-13
Original file line numberDiff line numberDiff line change
@@ -829,12 +829,6 @@ host_test!(RunPassFullDeps {
829829
suite: "run-pass-fulldeps"
830830
});
831831

832-
host_test!(RunFailFullDeps {
833-
path: "src/test/run-fail-fulldeps",
834-
mode: "run-fail",
835-
suite: "run-fail-fulldeps"
836-
});
837-
838832
host_test!(CompileFailFullDeps {
839833
path: "src/test/compile-fail-fulldeps",
840834
mode: "compile-fail",
@@ -888,13 +882,6 @@ test!(RunPassFullDepsPretty {
888882
default: false,
889883
host: true
890884
});
891-
test!(RunFailFullDepsPretty {
892-
path: "src/test/run-fail-fulldeps/pretty",
893-
mode: "pretty",
894-
suite: "run-fail-fulldeps",
895-
default: false,
896-
host: true
897-
});
898885

899886
default_test!(RunMake {
900887
path: "src/test/run-make",

0 commit comments

Comments
 (0)