@@ -334,7 +334,7 @@ impl<'a> Builder<'a> {
334
334
native:: Llvm , tool:: Rustfmt , tool:: Miri , native:: Lld ) ,
335
335
Kind :: Check => describe ! ( check:: Std , check:: Test , check:: Rustc , check:: CodegenBackend ,
336
336
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 ,
338
338
test:: CompileFail , test:: ParseFail , test:: RunFail , test:: RunPassValgrind ,
339
339
test:: MirOpt , test:: Codegen , test:: CodegenUnits , test:: Incremental , test:: Debuginfo ,
340
340
test:: UiFullDeps , test:: RunPassFullDeps , test:: RunFailFullDeps ,
@@ -347,8 +347,9 @@ impl<'a> Builder<'a> {
347
347
test:: Nomicon , test:: Reference , test:: RustdocBook , test:: RustByExample ,
348
348
test:: TheBook , test:: UnstableBook , test:: RustcBook ,
349
349
test:: Rustfmt , test:: Miri , test:: Clippy , test:: RustdocJS , test:: RustdocTheme ,
350
+ test:: RustdocUi ,
350
351
// Run run-make last, since these won't pass without make on Windows
351
- test:: RunMake , test :: RustdocUi ) ,
352
+ test:: RunMake /**/ ) ,
352
353
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
353
354
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
354
355
doc:: Standalone , doc:: Std , doc:: Test , doc:: WhitelistedRustc , doc:: Rustc ,
0 commit comments