Skip to content

Commit 3ac863c

Browse files
committed
Fix rustc test suite
1 parent f5393cc commit 3ac863c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ rm tests/ui/consts/const-mut-refs-crate.rs # same
146146
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
147147
rm -r tests/run-make/short-ice # ICE backtrace begin/end marker mismatch
148148
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
149150

150151
# doesn't work due to the way the rustc test suite is invoked.
151152
# should work when using ./x.py test the way it is intended

0 commit comments

Comments
 (0)