@@ -304,21 +304,21 @@ impl<'a> Builder<'a> {
304304 tool:: RustInstaller , tool:: Cargo , tool:: Rls , tool:: Rustdoc , tool:: Clippy ,
305305 native:: Llvm , tool:: Rustfmt , tool:: Miri , native:: Lld ) ,
306306 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 , /*
308308 test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
309309 test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
310310 test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
311311 test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty,
312312 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,
315315 test::Cargotest, test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
316316 test::RunMakeFullDeps,
317317 test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample,
318318 test::TheBook, test::UnstableBook,
319319 test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
320320 // Run run-make last, since these won't pass without make on Windows
321- test:: RunMake ) ,
321+ test::RunMake*/ ) ,
322322 Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
323323 Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
324324 doc:: Standalone , doc:: Std , doc:: Test , doc:: WhitelistedRustc , doc:: Rustc ,
0 commit comments