File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ rm tests/ui/c-variadic/copy.rs # same
5050rm tests/ui/sanitizer/kcfi-c-variadic.rs # same
5151rm tests/ui/c-variadic/same-program-multiple-abis-x86_64.rs # variadics for calling conventions other than C unsupported
5252rm tests/ui/delegation/fn-header.rs
53+ rm tests/ui/c-variadic/roundtrip.rs
5354
5455# inline assembly features
5556rm 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
144145rm tests/ui/consts/const-mut-refs-crate.rs # same
145146rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
146147rm -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
You can’t perform that action at this time.
0 commit comments