about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-12-01 15:40:48 +0100
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-12-01 15:40:52 +0100
commit3cf89947808758840dfe640eb927edd99e64b27b (patch)
tree1fdb01e51026fc13f3d59d9addafa3ae2c0a122e
parent70ba23b109f84e2f88ac5057297c527146a4a303 (diff)
downloadrust-3cf89947808758840dfe640eb927edd99e64b27b.tar.gz
rust-3cf89947808758840dfe640eb927edd99e64b27b.zip
Ignore out-of-stack test
cc #1301
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index d2656f783ad..192c4d1f0c7 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -105,6 +105,8 @@ rm src/test/ui/type-alias-impl-trait/assoc-projection-ice.rs # produces ICE
 
 rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors
 
+rm src/test/ui/runtime/out-of-stack.rs # SIGSEGV instead of SIGABRT for some reason (#1301)
+
 # bugs in the test suite
 # ======================
 rm src/test/ui/backtrace.rs # TODO warning