Skip to content

Commit 331bffb

Browse files
committed
Fix rustc testsuite
1 parent bc02a99 commit 331bffb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ rm -r tests/run-make/split-debuginfo # same
5353
rm -r tests/run-make/target-specs # i686 not supported by Cranelift
5454
rm -r tests/run-make/mismatching-target-triples # same
5555
rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly
56+
rm tests/ui/asm/global-asm-mono-sym-fn.rs # same
5657
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5758
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5859
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
@@ -134,6 +135,8 @@ rm -r tests/run-make/const-trait-stable-toolchain # same
134135
rm -r tests/run-make/print-request-help-stable-unstable # same
135136
rm -r tests/run-make/incr-add-rust-src-component
136137
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
138+
rm -r tests/run-make/export/extern-opt # something about rustc version mismatches
139+
rm -r tests/run-make/export # same
137140

138141
# genuine bugs
139142
# ============

0 commit comments

Comments
 (0)