Skip to content

Commit ec3e182

Browse files
committed
Disable tests
1 parent cb6d2bd commit ec3e182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ impl<'a> Builder<'a> {
334334
native::Llvm, tool::Rustfmt, tool::Miri, native::Lld),
335335
Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend,
336336
check::Rustdoc),
337-
Kind::Test => describe!(test::Tidy, test::Bootstrap/**/, test::Ui, test::RunPass,
337+
Kind::Test => describe!(test::Tidy, test::Bootstrap/*, test::Ui, test::RunPass,
338338
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
339339
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
340340
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
@@ -349,7 +349,7 @@ impl<'a> Builder<'a> {
349349
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
350350
test::RustdocUi,
351351
// Run run-make last, since these won't pass without make on Windows
352-
test::RunMake/**/),
352+
test::RunMake*/),
353353
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
354354
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
355355
doc::Standalone, doc::Std, doc::Test, doc::WhitelistedRustc, doc::Rustc,

0 commit comments

Comments
 (0)