Skip to content

Commit a89cef5

Browse files
committed
Update rustc test suite failure list
1 parent 21f4355 commit a89cef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ rm -r src/test/run-make/emit-named-files # requires full --emit support
6767
rm src/test/ui/abi/stack-probes.rs # stack probes not yet implemented
6868
rm src/test/ui/simd/intrinsic/ptr-cast.rs # simd_expose_addr intrinsic unimplemented
6969
rm -r src/test/run-make/repr128-dwarf # debuginfo test
70+
rm src/test/codegen-units/item-collection/asm-sym.rs # requires support for sym in asm!()
7071

7172
# optimization tests
7273
# ==================
@@ -85,6 +86,7 @@ rm src/test/ui/abi/stack-protector.rs # requires stack protector support
8586
rm src/test/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
8687
rm src/test/ui/mir/mir_raw_fat_ptr.rs # same
8788
rm src/test/ui/consts/issue-33537.rs # same
89+
rm src/test/ui/layout/valid_range_oob.rs # different ICE message
8890

8991
# doesn't work due to the way the rustc test suite is invoked.
9092
# should work when using ./x.py test the way it is intended
@@ -94,6 +96,7 @@ rm -r src/test/run-make/unstable-flag-required # same
9496
rm -r src/test/run-make/rustdoc-* # same
9597
rm -r src/test/run-make/issue-88756-default-output # same
9698
rm -r src/test/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
99+
rm -r src/test/ui/consts/missing_span_in_backtrace.rs # expects sysroot source to be elsewhere
97100

98101
# genuine bugs
99102
# ============
@@ -115,6 +118,7 @@ rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct s
115118
# not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason
116119
rm -r src/test/run-make/native-link-modifier-bundle
117120
rm src/test/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
121+
rm src/test/ui/dyn-star/dispatch-on-pin-mut.rs # TODO failed assertion in vtable::get_ptr_and_method_ref
118122

119123
rm src/test/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
120124

0 commit comments

Comments
 (0)