Skip to content

Commit 526ff2a

Browse files
committed
(DO NOT MERGE) Run the run-make suite much earlier in the test sequence
1 parent 8b0a254 commit 526ff2a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/bootstrap/src/core/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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),

src/bootstrap/src/core/builder/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)