Skip to content

Commit 0e43247

Browse files
committed
Fix rustc testsuite
1 parent bc02a99 commit 0e43247

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
@@ -53,6 +53,8 @@ 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
57+
rm tests/ui/asm/naked-asm-mono-sym-fn.rs # same
5658
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
5759
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
5860
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
@@ -134,6 +136,8 @@ rm -r tests/run-make/const-trait-stable-toolchain # same
134136
rm -r tests/run-make/print-request-help-stable-unstable # same
135137
rm -r tests/run-make/incr-add-rust-src-component
136138
rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path
139+
rm -r tests/run-make/export/extern-opt # something about rustc version mismatches
140+
rm -r tests/run-make/export # same
137141

138142
# genuine bugs
139143
# ============

0 commit comments

Comments
 (0)