Skip to content

Commit 3ebaf04

Browse files
committed
Fix rustc test suite
1 parent e1461e2 commit 3ebaf04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
129129
# ============================================================
130130
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
131131
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
132+
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
132133

133134
# genuine bugs
134135
# ============

0 commit comments

Comments
 (0)