Skip to content

Commit 0559de6

Browse files
committed
Fix rustc test suite
1 parent a756bae commit 0559de6

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
@@ -45,6 +45,7 @@ rm tests/ui/proc-macro/quote-debug.rs
4545
rm tests/ui/proc-macro/no-missing-docs.rs
4646
rm tests/ui/rust-2018/proc-macro-crate-in-paths.rs
4747
rm tests/ui/proc-macro/allowed-signatures.rs
48+
rm tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
4849

4950
# vendor intrinsics
5051
rm tests/ui/sse2.rs # cpuid not supported, so sse2 not detected
@@ -114,6 +115,7 @@ rm tests/ui/mir/mir_misc_casts.rs # depends on deduplication of constants
114115
rm tests/ui/mir/mir_raw_fat_ptr.rs # same
115116
rm tests/ui/consts/issue-33537.rs # same
116117
rm tests/ui/layout/valid_range_oob.rs # different ICE message
118+
rm tests/ui/const-generics/generic_const_exprs/issue-80742.rs # gives error instead of ICE with cg_clif
117119

118120
rm tests/ui/consts/issue-miri-1910.rs # different error message
119121
rm tests/ui/consts/offset_ub.rs # same

0 commit comments

Comments
 (0)