Skip to content
/ rust Public
forked from rust-lang/rust

Commit 918acaf

Browse files
committed
Fix rustc test suite
1 parent 62d3654 commit 918acaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
123123
rm tests/ui/consts/issue-33537.rs # same
124124
rm tests/ui/consts/const-mut-refs-crate.rs # same
125125
rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
126+
rm tests/ui/invalid-compile-flags/crate-type-flag.rs # warning about proc-macros and panic=abort
126127

127128
# doesn't work due to the way the rustc test suite is invoked.
128129
# should work when using ./x.py test the way it is intended
129130
# ============================================================
130131
rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
132+
rm -r tests/run-make/strip # same
131133
rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
132134
rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
133135
rm -r tests/run-make/const-trait-stable-toolchain # same

0 commit comments

Comments
 (0)