Skip to content

Commit 82cb88b

Browse files
committed
Remove code related to test/run-fail
1 parent e69748b commit 82cb88b

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

Diff for: src/bootstrap/builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ impl<'a> Builder<'a> {
359359
test::Tidy,
360360
test::Ui,
361361
test::CompileFail,
362-
test::RunFail,
363362
test::RunPassValgrind,
364363
test::MirOpt,
365364
test::Codegen,
@@ -370,7 +369,6 @@ impl<'a> Builder<'a> {
370369
test::UiFullDeps,
371370
test::Rustdoc,
372371
test::Pretty,
373-
test::RunFailPretty,
374372
test::RunPassValgrindPretty,
375373
test::Crate,
376374
test::CrateLibrustc,

Diff for: src/bootstrap/mk/Makefile.in

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ check:
4848
$(Q)$(BOOTSTRAP) test $(BOOTSTRAP_ARGS)
4949
check-aux:
5050
$(Q)$(BOOTSTRAP) test \
51-
src/test/run-fail/pretty \
5251
src/test/run-pass-valgrind/pretty \
5352
$(AUX_ARGS) \
5453
$(BOOTSTRAP_ARGS)

Diff for: src/bootstrap/test.rs

-9
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,6 @@ default_test!(CompileFail {
898898
suite: "compile-fail"
899899
});
900900

901-
default_test!(RunFail { path: "src/test/run-fail", mode: "run-fail", suite: "run-fail" });
902-
903901
default_test!(RunPassValgrind {
904902
path: "src/test/run-pass-valgrind",
905903
mode: "run-pass-valgrind",
@@ -929,13 +927,6 @@ host_test!(UiFullDeps { path: "src/test/ui-fulldeps", mode: "ui", suite: "ui-ful
929927
host_test!(Rustdoc { path: "src/test/rustdoc", mode: "rustdoc", suite: "rustdoc" });
930928

931929
host_test!(Pretty { path: "src/test/pretty", mode: "pretty", suite: "pretty" });
932-
test!(RunFailPretty {
933-
path: "src/test/run-fail/pretty",
934-
mode: "pretty",
935-
suite: "run-fail",
936-
default: false,
937-
host: true
938-
});
939930
test!(RunPassValgrindPretty {
940931
path: "src/test/run-pass-valgrind/pretty",
941932
mode: "pretty",

0 commit comments

Comments
 (0)