We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ba23b commit 3cf8994Copy full SHA for 3cf8994
scripts/test_rustc_tests.sh
@@ -105,6 +105,8 @@ rm src/test/ui/type-alias-impl-trait/assoc-projection-ice.rs # produces ICE
105
106
rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors
107
108
+rm src/test/ui/runtime/out-of-stack.rs # SIGSEGV instead of SIGABRT for some reason (#1301)
109
+
110
# bugs in the test suite
111
# ======================
112
rm src/test/ui/backtrace.rs # TODO warning
0 commit comments