Skip to content

Commit 6c58be8

Browse files
committed
Fix rustc test suite
1 parent fb6d048 commit 6c58be8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

scripts/test_rustc_tests.sh

+17-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ rm tests/ui/mir/mir_raw_fat_ptr.rs # same
7878
rm tests/ui/consts/issue-33537.rs # same
7979
rm tests/ui/layout/valid_range_oob.rs # different ICE message
8080

81+
rm tests/ui/consts/issue-miri-1910.rs # different error message
82+
rm tests/ui/consts/offset_ub.rs # same
83+
rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # same
84+
rm tests/ui/lint/lint-const-item-mutation.rs # same
85+
rm tests/ui/pattern/usefulness/doc-hidden-non-exhaustive.rs # same
86+
rm tests/ui/suggestions/derive-trait-for-method-call.rs # same
87+
rm tests/ui/typeck/issue-46112.rs # same
88+
89+
rm tests/ui/proc-macro/crt-static.rs # extra warning about -Cpanic=abort for proc macros
90+
rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs # same
91+
rm tests/ui/proc-macro/quote-debug.rs # same
92+
rm tests/ui/proc-macro/no-missing-docs.rs # same
93+
rm tests/ui/rust-2018/proc-macro-crate-in-paths.rs # same
94+
8195
# doesn't work due to the way the rustc test suite is invoked.
8296
# should work when using ./x.py test the way it is intended
8397
# ============================================================
@@ -98,12 +112,14 @@ rm tests/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered
98112
rm tests/ui/simd/intrinsic/generic-as.rs # crash when accessing vector type filed (#1318)
99113
rm tests/ui/simd/simd-bitmask.rs # crash
100114

115+
rm tests/ui/dyn-star/dyn-star-to-dyn.rs
116+
rm tests/ui/dyn-star/dispatch-on-pin-mut.rs
117+
101118
# bugs in the test suite
102119
# ======================
103120
rm tests/ui/backtrace.rs # TODO warning
104121
rm tests/ui/simple_global_asm.rs # TODO add needs-asm-support
105122
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
106-
rm tests/ui/dyn-star/dispatch-on-pin-mut.rs # TODO failed assertion in vtable::get_ptr_and_method_ref
107123

108124
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
109125

0 commit comments

Comments
 (0)