Skip to content

Commit b73270f

Browse files
committed
Fix rustc test suite
1 parent b9839eb commit b73270f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
7070
rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
7171
rm -r tests/ui/explicit-tail-calls # tail calls
7272
rm -r tests/run-make/pointer-auth-link-with-c # pointer auth
73+
rm -r tests/ui/eii # EII not yet implemented
7374

7475
# requires LTO
7576
rm -r tests/run-make/cdylib
@@ -143,6 +144,14 @@ rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
143144
rm -r tests/run-make/export/extern-opt # something about rustc version mismatches
144145
rm -r tests/run-make/export # same
145146
rm -r tests/ui/compiletest-self-test/compile-flags-incremental.rs # needs compiletest compiled with panic=unwind
147+
rm tests/ui/async-await/in-trait/dont-project-to-specializable-projection.rs # something going wrong with stdlib source remapping
148+
rm tests/ui/consts/miri_unleashed/drop.rs # same
149+
rm tests/ui/error-emitter/multiline-removal-suggestion.rs # same
150+
rm tests/ui/lint/lint-const-item-mutation.rs # same
151+
rm tests/ui/lint/use-redundant/use-redundant-issue-71450.rs # same
152+
rm tests/ui/lint/use-redundant/use-redundant-prelude-rust-2021.rs # same
153+
rm tests/ui/specialization/const_trait_impl.rs # same
154+
rm tests/ui/thir-print/offset_of.rs # same
146155

147156
# genuine bugs
148157
# ============

0 commit comments

Comments
 (0)