Remove compile-fail-fulldeps test suite
This commit is contained in:
parent
725d22e645
commit
654cd09453
@ -389,7 +389,6 @@ impl<'a> Builder<'a> {
|
||||
test::UiFullDeps,
|
||||
test::RunPassFullDeps,
|
||||
test::RunFailFullDeps,
|
||||
test::CompileFailFullDeps,
|
||||
test::Rustdoc,
|
||||
test::Pretty,
|
||||
test::RunPassPretty,
|
||||
|
@ -832,12 +832,6 @@ host_test!(RunFailFullDeps {
|
||||
suite: "run-fail-fulldeps"
|
||||
});
|
||||
|
||||
host_test!(CompileFailFullDeps {
|
||||
path: "src/test/compile-fail-fulldeps",
|
||||
mode: "compile-fail",
|
||||
suite: "compile-fail-fulldeps"
|
||||
});
|
||||
|
||||
host_test!(Rustdoc {
|
||||
path: "src/test/rustdoc",
|
||||
mode: "rustdoc",
|
||||
|
@ -61,12 +61,9 @@ pub fn check(path: &Path, bad: &mut bool, quiet: bool) {
|
||||
|
||||
let mut contents = String::new();
|
||||
|
||||
super::walk_many(&[&path.join("test/ui-fulldeps"),
|
||||
&path.join("test/ui"),
|
||||
&path.join("test/compile-fail"),
|
||||
&path.join("test/compile-fail-fulldeps"),
|
||||
&path.join("test/parse-fail"),
|
||||
&path.join("test/ui"),],
|
||||
super::walk_many(&[&path.join("test/ui"),
|
||||
&path.join("test/ui-fulldeps"),
|
||||
&path.join("test/compile-fail")],
|
||||
&mut |path| super::filter_dirs(path),
|
||||
&mut |file| {
|
||||
let filename = file.file_name().unwrap().to_string_lossy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user