File tree Expand file tree Collapse file tree
builder/cli_paths/snapshots Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 })
You can’t perform that action at this time.
0 commit comments