Skip to content

Commit b91ecc7

Browse files
committed
Update rustc test ignore list
1 parent 0472f6c commit b91ecc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
9898
rm src/test/incremental/issue-80691-bad-eval-cache.rs # wrong exit code
9999
rm src/test/incremental/spike-neg1.rs # errors out for some reason
100100
rm src/test/incremental/spike-neg2.rs # same
101+
rm src/test/ui/issues/issue-74564-if-expr-stack-overflow.rs # gives a stackoverflow before the backend runs
101102

102103
rm src/test/incremental/thinlto/cgu_invalidated_when_import_{added,removed}.rs # requires LLVM
103104

0 commit comments

Comments
 (0)