Skip to content

Commit 263ebba

Browse files
committed
Disable tests
1 parent e9f1fad commit 263ebba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/builder.rs

Lines changed: 3 additions & 2 deletions
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,
@@ -347,8 +347,9 @@ impl<'a> Builder<'a> {
347347
test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample,
348348
test::TheBook, test::UnstableBook, test::RustcBook,
349349
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
350+
test::RustdocUi,
350351
// Run run-make last, since these won't pass without make on Windows
351-
test::RunMake, test::RustdocUi),
352+
test::RunMake/**/),
352353
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
353354
Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook,
354355
doc::Standalone, doc::Std, doc::Test, doc::WhitelistedRustc, doc::Rustc,

0 commit comments

Comments
 (0)