Skip to content

Commit 2509ef2

Browse files
committed
reviews addressing
1 parent f10bf02 commit 2509ef2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ impl Step for IntrinsicTest {
920920
const IS_HOST: bool = true;
921921

922922
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
923-
run.path("library/stdarch/crates/intrinsic-test").path("library/stdarch/crates/core_arch")
923+
run.path("library/stdarch/crates/intrinsic-test")
924924
}
925925

926926
fn make_run(run: RunConfig<'_>) {
@@ -997,7 +997,7 @@ impl Step for IntrinsicTest {
997997
if let Some(runner) = sde_runner {
998998
cargo.env("CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER", runner);
999999
}
1000-
cargo.delay_failure().run(builder);
1000+
cargo.run(builder);
10011001
}
10021002
}
10031003

src/bootstrap/src/core/builder/cli_paths/snapshots/x_test_library.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ expression: test library
2020
- Set({test::library/unwind})
2121
[Test] test::IntrinsicTest
2222
targets: [x86_64-unknown-linux-gnu]
23-
- Set({test::library/stdarch/crates/core_arch})
2423
- Set({test::library/stdarch/crates/intrinsic-test})

0 commit comments

Comments
 (0)