Skip to content

Commit 3cf8994

Browse files
committed
Ignore out-of-stack test
cc rust-lang#1301
1 parent 70ba23b commit 3cf8994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ rm src/test/ui/type-alias-impl-trait/assoc-projection-ice.rs # produces ICE
105105

106106
rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors
107107

108+
rm src/test/ui/runtime/out-of-stack.rs # SIGSEGV instead of SIGABRT for some reason (#1301)
109+
108110
# bugs in the test suite
109111
# ======================
110112
rm src/test/ui/backtrace.rs # TODO warning

0 commit comments

Comments
 (0)