File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ rm -r tests/run-make/split-debuginfo # same
53
53
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
54
54
rm -r tests/run-make/mismatching-target-triples # same
55
55
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
56
+ rm tests/ui/asm/global-asm-mono-sym-fn.rs # same
57
+ rm tests/ui/asm/naked-asm-mono-sym-fn.rs # same
56
58
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
57
59
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
58
60
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
@@ -134,6 +136,8 @@ rm -r tests/run-make/const-trait-stable-toolchain # same
134
136
rm -r tests/run-make/print-request-help-stable-unstable # same
135
137
rm -r tests/run-make/incr-add-rust-src-component
136
138
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
139
+ rm -r tests/run-make/export/extern-opt # something about rustc version mismatches
140
+ rm -r tests/run-make/export # same
137
141
138
142
# genuine bugs
139
143
# ============
You can’t perform that action at this time.
0 commit comments