diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-05-18 15:02:09 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-05-18 16:29:38 +0000 |
| commit | 0e43247bc94d50b4a341e68cfabe8f7fd75f6376 (patch) | |
| tree | 59c9bcb1c504936b5886b9a2cd571c3eab600c68 | |
| parent | bc02a99f8f2b3439fb680be39339b3a8c9d23f32 (diff) | |
| download | rust-0e43247bc94d50b4a341e68cfabe8f7fd75f6376.tar.gz rust-0e43247bc94d50b4a341e68cfabe8f7fd75f6376.zip | |
Fix rustc testsuite
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index c59e34094dc..d014b6881ff 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -53,6 +53,8 @@ rm -r tests/run-make/split-debuginfo # same rm -r tests/run-make/target-specs # i686 not supported by Cranelift rm -r tests/run-make/mismatching-target-triples # same rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly +rm tests/ui/asm/global-asm-mono-sym-fn.rs # same +rm tests/ui/asm/naked-asm-mono-sym-fn.rs # same rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes 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 rm -r tests/run-make/print-request-help-stable-unstable # same rm -r tests/run-make/incr-add-rust-src-component rm tests/ui/errors/remap-path-prefix-sysroot.rs # different sysroot source path +rm -r tests/run-make/export/extern-opt # something about rustc version mismatches +rm -r tests/run-make/export # same # genuine bugs # ============ |
