File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/bootstrap/src/core/builder Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1074,6 +1074,7 @@ impl<'a> Builder<'a> {
10741074 Kind :: Test => describe ! (
10751075 crate :: core:: build_steps:: toolstate:: ToolStateCheck ,
10761076 test:: Tidy ,
1077+ test:: RunMake ,
10771078 test:: Bootstrap ,
10781079 test:: Ui ,
10791080 test:: Crashes ,
@@ -1129,7 +1130,6 @@ impl<'a> Builder<'a> {
11291130 test:: RustInstaller ,
11301131 test:: TestFloatParse ,
11311132 test:: CollectLicenseMetadata ,
1132- test:: RunMake ,
11331133 test:: RunMakeCargo ,
11341134 ) ,
11351135 Kind :: Miri => describe ! ( test:: Crate ) ,
Original file line number Diff line number Diff line change @@ -2077,6 +2077,7 @@ mod snapshot {
20772077 . args ( & [ "--skip" , "rustdoc-gui" ] )
20782078 }
20792079
2080+ #[ ignore]
20802081 #[ test]
20812082 fn test_all_stage_1 ( ) {
20822083 let ctx = TestCtx :: new ( ) ;
@@ -2246,6 +2247,7 @@ mod snapshot {
22462247 " ) ;
22472248 }
22482249
2250+ #[ ignore]
22492251 #[ test]
22502252 fn test_all_stage_2 ( ) {
22512253 let ctx = TestCtx :: new ( ) ;
You can’t perform that action at this time.
0 commit comments