@@ -304,21 +304,21 @@ impl<'a> Builder<'a> {
304
304
tool:: RustInstaller , tool:: Cargo , tool:: Rls , tool:: Rustdoc , tool:: Clippy ,
305
305
native:: Llvm , tool:: Rustfmt , tool:: Miri , native:: Lld ) ,
306
306
Kind :: Check => describe ! ( check:: Std , check:: Test , check:: Rustc ) ,
307
- Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap , test:: Ui , test:: RunPass ,
307
+ Kind :: Test => describe ! ( /* test::Tidy, test::Bootstrap, test::Ui, */ test:: RunPass , /*
308
308
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
309
309
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
310
310
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
311
311
test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty,
312
312
test::RunPassPretty, test::RunFailPretty, test::RunPassValgrindPretty,
313
- test:: RunPassFullDepsPretty , test:: RunFailFullDepsPretty ,
314
- test:: Crate , test:: CrateLibrustc , test:: CrateRustdoc , test:: Linkcheck ,
313
+ test::RunPassFullDepsPretty, test::RunFailFullDepsPretty,*/
314
+ test:: Crate /* , test::CrateLibrustc, test::CrateRustdoc, test::Linkcheck,
315
315
test::Cargotest, test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
316
316
test::RunMakeFullDeps,
317
317
test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample,
318
318
test::TheBook, test::UnstableBook,
319
319
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
320
320
// Run run-make last, since these won't pass without make on Windows
321
- test:: RunMake ) ,
321
+ test::RunMake*/ ) ,
322
322
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
323
323
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
324
324
doc:: Standalone , doc:: Std , doc:: Test , doc:: WhitelistedRustc , doc:: Rustc ,
0 commit comments