File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ rm tests/ui/linking/no-gc-encapsulation-symbols.rs # same
7070rm tests/ui/attributes/fn-align-dyn.rs # per-function alignment not supported
7171rm -r tests/ui/explicit-tail-calls # tail calls
7272rm -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
7576rm -r tests/run-make/cdylib
@@ -143,6 +144,14 @@ rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
143144rm -r tests/run-make/export/extern-opt # something about rustc version mismatches
144145rm -r tests/run-make/export # same
145146rm -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# ============
You can’t perform that action at this time.
0 commit comments