@@ -43,7 +43,6 @@ rm tests/ui/proc-macro/allowed-signatures.rs
43
43
rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
44
44
45
45
# vendor intrinsics
46
- rm tests/ui/sse2.rs # CodegenBackend::target_features not yet implemented
47
46
rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant"
48
47
49
48
# exotic linkages
@@ -62,14 +61,12 @@ rm -r tests/run-pass-valgrind/unsized-locals
62
61
# misc unimplemented things
63
62
rm tests/ui/intrinsics/intrinsic-nearby.rs # unimplemented nearbyintf32 and nearbyintf64 intrinsics
64
63
rm tests/ui/target-feature/missing-plusminus.rs # error not implemented
65
- rm tests/ui/fn/dyn-fn-alignment.rs # wants a 256 byte alignment
66
64
rm -r tests/run-make/emit-named-files # requires full --emit support
67
65
rm -r tests/run-make/repr128-dwarf # debuginfo test
68
66
rm -r tests/run-make/split-debuginfo # same
69
67
rm -r tests/run-make/symbols-include-type-name # --emit=asm not supported
70
68
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
71
69
rm -r tests/run-make/mismatching-target-triples # same
72
- rm tests/ui/asm/x86_64/issue-82869.rs # vector regs in inline asm not yet supported
73
70
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
74
71
75
72
# requires LTO
@@ -119,15 +116,12 @@ rm -r tests/run-make/issue-88756-default-output
119
116
# should work when using ./x.py test the way it is intended
120
117
# ============================================================
121
118
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
122
- rm -r tests/ui/consts/missing_span_in_backtrace.rs # expects sysroot source to be elsewhere
123
119
124
120
# genuine bugs
125
121
# ============
126
122
rm tests/incremental/spike-neg1.rs # errors out for some reason
127
123
rm tests/incremental/spike-neg2.rs # same
128
124
129
- rm tests/ui/simd/simd-bitmask.rs # simd_bitmask doesn't implement [u*; N] return type
130
-
131
125
rm -r tests/run-make/issue-51671 # wrong filename given in case of --emit=obj
132
126
rm -r tests/run-make/issue-30063 # same
133
127
rm -r tests/run-make/multiple-emits # same
0 commit comments