Skip to content

Commit 8bf152b

Browse files
Delete run-fail-fulldeps suite
1 parent 5ced9eb commit 8bf152b

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

src/bootstrap/builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -388,15 +388,13 @@ impl<'a> Builder<'a> {
388388
test::Debuginfo,
389389
test::UiFullDeps,
390390
test::RunPassFullDeps,
391-
test::RunFailFullDeps,
392391
test::CompileFailFullDeps,
393392
test::Rustdoc,
394393
test::Pretty,
395394
test::RunPassPretty,
396395
test::RunFailPretty,
397396
test::RunPassValgrindPretty,
398397
test::RunPassFullDepsPretty,
399-
test::RunFailFullDepsPretty,
400398
test::Crate,
401399
test::CrateLibrustc,
402400
test::CrateRustdoc,

src/bootstrap/test.rs

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

830-
host_test!(RunFailFullDeps {
831-
path: "src/test/run-fail-fulldeps",
832-
mode: "run-fail",
833-
suite: "run-fail-fulldeps"
834-
});
835-
836830
host_test!(CompileFailFullDeps {
837831
path: "src/test/compile-fail-fulldeps",
838832
mode: "compile-fail",
@@ -880,13 +874,6 @@ test!(RunPassFullDepsPretty {
880874
default: false,
881875
host: true
882876
});
883-
test!(RunFailFullDepsPretty {
884-
path: "src/test/run-fail-fulldeps/pretty",
885-
mode: "pretty",
886-
suite: "run-fail-fulldeps",
887-
default: false,
888-
host: true
889-
});
890877

891878
default_test!(RunMake {
892879
path: "src/test/run-make",

src/libsyntax/parse/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use syntax_pos::{Span, SourceFile, FileName, MultiSpan};
1818
use errors::{Handler, ColorConfig, Diagnostic, DiagnosticBuilder};
1919
use feature_gate::UnstableFeatures;
2020
use parse::parser::Parser;
21-
use ptr::P;
2221
use symbol::Symbol;
2322
use tokenstream::{TokenStream, TokenTree};
2423
use diagnostics::plugin::ErrorMap;

0 commit comments

Comments
 (0)