diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-12-01 15:40:48 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-12-01 15:40:52 +0100 |
| commit | 3cf89947808758840dfe640eb927edd99e64b27b (patch) | |
| tree | 1fdb01e51026fc13f3d59d9addafa3ae2c0a122e | |
| parent | 70ba23b109f84e2f88ac5057297c527146a4a303 (diff) | |
| download | rust-3cf89947808758840dfe640eb927edd99e64b27b.tar.gz rust-3cf89947808758840dfe640eb927edd99e64b27b.zip | |
Ignore out-of-stack test
cc #1301
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
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 |
