Skip to content

Commit 42271d4

Browse files
committed
Fix rustc test suite
1 parent 3228d5e commit 42271d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ rm tests/ui/statics/const_generics.rs # same
9191
# ======================
9292
rm tests/incremental/thinlto/cgu_invalidated_when_import_{added,removed}.rs # requires LLVM
9393
rm -r tests/run-make/cross-lang-lto # same
94-
rm -r tests/run-make/sepcomp-inlining # same
95-
rm -r tests/run-make/sepcomp-separate # same
96-
rm -r tests/run-make/sepcomp-cci-copies # same
9794
rm -r tests/run-make/volatile-intrinsics # same
9895
rm -r tests/run-make/llvm-ident # same
9996
rm -r tests/run-make/no-builtins-attribute # same
@@ -131,6 +128,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
131128
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
132129
rm -r tests/run-make/strip # same
133130
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
131+
rm -r tests/run-make/translation # same
134132
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
135133
rm -r tests/run-make/const-trait-stable-toolchain # same
136134
rm -r tests/run-make/incr-add-rust-src-component

0 commit comments

Comments
 (0)