We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5393cc commit 3ac863cCopy full SHA for 3ac863c
1 file changed
scripts/test_rustc_tests.sh
@@ -146,6 +146,7 @@ rm tests/ui/consts/const-mut-refs-crate.rs # same
146
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
147
rm -r tests/run-make/short-ice # ICE backtrace begin/end marker mismatch
148
rm -r tests/run-make/naked-dead-code-elimination # function not eliminated
149
+rm tests/ui/codegen/huge-stacks.rs # Cranelift doesn't allow stack frames to exceed 4GB
150
151
# doesn't work due to the way the rustc test suite is invoked.
152
# should work when using ./x.py test the way it is intended
0 commit comments