@@ -67,6 +67,7 @@ rm -r src/test/run-make/emit-named-files # requires full --emit support
67
67
rm src/test/ui/abi/stack-probes.rs # stack probes not yet implemented
68
68
rm src/test/ui/simd/intrinsic/ptr-cast.rs # simd_expose_addr intrinsic unimplemented
69
69
rm -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!()
70
71
71
72
# optimization tests
72
73
# ==================
@@ -85,6 +86,7 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
85
86
rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
86
87
rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
87
88
rm src/test/ui/consts/issue-33537.rs # same
89
+ rm src/test/ui/layout/valid_range_oob.rs # different ICE message
88
90
89
91
# doesn't work due to the way the rustc test suite is invoked.
90
92
# 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
94
96
rm -r src/test/run-make/rustdoc-* # same
95
97
rm -r src/test/run-make/issue-88756-default-output # same
96
98
rm -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
97
100
98
101
# genuine bugs
99
102
# ============
@@ -115,6 +118,7 @@ rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct s
115
118
# not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason
116
119
rm -r src/test/run-make/native-link-modifier-bundle
117
120
rm 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
118
122
119
123
rm src/test/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
120
124
0 commit comments