@@ -67,6 +67,7 @@ rm -r src/test/run-make/emit-named-files # requires full --emit support
6767rm src/test/ui/abi/stack-probes.rs # stack probes not yet implemented
6868rm src/test/ui/simd/intrinsic/ptr-cast.rs # simd_expose_addr intrinsic unimplemented
6969rm -r src/test/run-make/repr128-dwarf # debuginfo test
70+ rm src/test/codegen-units/item-collection/asm-sym.rs # requires support for sym in asm!()
7071
7172# optimization tests
7273# ==================
@@ -85,6 +86,7 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
8586rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
8687rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
8788rm src/test/ui/consts/issue-33537.rs # same
89+ rm src/test/ui/layout/valid_range_oob.rs # different ICE message
8890
8991# doesn't work due to the way the rustc test suite is invoked.
9092# should work when using ./x.py test the way it is intended
@@ -94,6 +96,7 @@ rm -r src/test/run-make/unstable-flag-required # same
9496rm -r src/test/run-make/rustdoc-* # same
9597rm -r src/test/run-make/issue-88756-default-output # same
9698rm -r src/test/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
99+ rm -r src/test/ui/consts/missing_span_in_backtrace.rs # expects sysroot source to be elsewhere
97100
98101# genuine bugs
99102# ============
@@ -115,6 +118,7 @@ rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct s
115118# not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason
116119rm -r src/test/run-make/native-link-modifier-bundle
117120rm src/test/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
121+ rm src/test/ui/dyn-star/dispatch-on-pin-mut.rs # TODO failed assertion in vtable::get_ptr_and_method_ref
118122
119123rm src/test/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
120124
0 commit comments