Skip to content

Commit ab10da2

Browse files
committed
Fix rustc test suite
1 parent a255965 commit ab10da2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
3636
rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic
3737

3838
# exotic linkages
39-
rm tests/ui/issues/issue-33992.rs # unsupported linkages
40-
rm tests/incremental/hashes/function_interfaces.rs # same
41-
rm tests/incremental/hashes/statics.rs # same
39+
rm tests/incremental/hashes/function_interfaces.rs
40+
rm tests/incremental/hashes/statics.rs
4241

4342
# variadic arguments
4443
rm tests/ui/abi/mir/mir_codegen_calls_variadic.rs # requires float varargs
@@ -93,7 +92,6 @@ rm -r tests/run-make/print-to-output # requires --print relocation-models
9392
# requires asm, llvm-ir and/or llvm-bc emit support
9493
# =============================================
9594
rm -r tests/run-make/emit-named-files
96-
rm -r tests/run-make/issue-30063
9795
rm -r tests/run-make/multiple-emits
9896
rm -r tests/run-make/output-type-permutations
9997
rm -r tests/run-make/emit-to-stdout

0 commit comments

Comments
 (0)