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> {
1074
1074
Kind :: Test => describe ! (
1075
1075
crate :: core:: build_steps:: toolstate:: ToolStateCheck ,
1076
1076
test:: Tidy ,
1077
+ test:: RunMake ,
1077
1078
test:: Bootstrap ,
1078
1079
test:: Ui ,
1079
1080
test:: Crashes ,
@@ -1129,7 +1130,6 @@ impl<'a> Builder<'a> {
1129
1130
test:: RustInstaller ,
1130
1131
test:: TestFloatParse ,
1131
1132
test:: CollectLicenseMetadata ,
1132
- test:: RunMake ,
1133
1133
test:: RunMakeCargo ,
1134
1134
) ,
1135
1135
Kind :: Miri => describe ! ( test:: Crate ) ,
Original file line number Diff line number Diff line change @@ -2077,6 +2077,7 @@ mod snapshot {
2077
2077
. args ( & [ "--skip" , "rustdoc-gui" ] )
2078
2078
}
2079
2079
2080
+ #[ ignore]
2080
2081
#[ test]
2081
2082
fn test_all_stage_1 ( ) {
2082
2083
let ctx = TestCtx :: new ( ) ;
@@ -2246,6 +2247,7 @@ mod snapshot {
2246
2247
" ) ;
2247
2248
}
2248
2249
2250
+ #[ ignore]
2249
2251
#[ test]
2250
2252
fn test_all_stage_2 ( ) {
2251
2253
let ctx = TestCtx :: new ( ) ;
You can’t perform that action at this time.
0 commit comments