Skip to content

Commit e4584e8

Browse files
committed
Re-enable fixed rustc tests
1 parent 3918b47 commit e4584e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/test_rustc_tests.sh

-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ rm tests/ui/proc-macro/allowed-signatures.rs
4343
rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
4444

4545
# vendor intrinsics
46-
rm tests/ui/sse2.rs # CodegenBackend::target_features not yet implemented
4746
rm tests/ui/simd/array-type.rs # "Index argument for `simd_insert` is not a constant"
4847

4948
# exotic linkages
@@ -62,14 +61,12 @@ rm -r tests/run-pass-valgrind/unsized-locals
6261
# misc unimplemented things
6362
rm tests/ui/intrinsics/intrinsic-nearby.rs # unimplemented nearbyintf32 and nearbyintf64 intrinsics
6463
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
6664
rm -r tests/run-make/emit-named-files # requires full --emit support
6765
rm -r tests/run-make/repr128-dwarf # debuginfo test
6866
rm -r tests/run-make/split-debuginfo # same
6967
rm -r tests/run-make/symbols-include-type-name # --emit=asm not supported
7068
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
7169
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
7370
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
7471

7572
# requires LTO
@@ -119,15 +116,12 @@ rm -r tests/run-make/issue-88756-default-output
119116
# should work when using ./x.py test the way it is intended
120117
# ============================================================
121118
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
123119

124120
# genuine bugs
125121
# ============
126122
rm tests/incremental/spike-neg1.rs # errors out for some reason
127123
rm tests/incremental/spike-neg2.rs # same
128124

129-
rm tests/ui/simd/simd-bitmask.rs # simd_bitmask doesn't implement [u*; N] return type
130-
131125
rm -r tests/run-make/issue-51671 # wrong filename given in case of --emit=obj
132126
rm -r tests/run-make/issue-30063 # same
133127
rm -r tests/run-make/multiple-emits # same

0 commit comments

Comments
 (0)