Skip to content

Commit 720aed3

Browse files
committed
Fix rustc test suite
1 parent af2b606 commit 720aed3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ rm tests/ui/c-variadic/copy.rs # same
5050
rm tests/ui/sanitizer/kcfi-c-variadic.rs # same
5151
rm tests/ui/c-variadic/same-program-multiple-abis-x86_64.rs # variadics for calling conventions other than C unsupported
5252
rm tests/ui/delegation/fn-header.rs
53+
rm tests/ui/c-variadic/roundtrip.rs
5354

5455
# inline assembly features
5556
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
@@ -144,6 +145,7 @@ rm tests/ui/consts/issue-33537.rs # same
144145
rm tests/ui/consts/const-mut-refs-crate.rs # same
145146
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
146147
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
147149

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

0 commit comments

Comments
 (0)