Skip to content

Commit 8de4afd

Browse files
committed
Fix rustc testsuite
1 parent 6396521 commit 8de4afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ git checkout -- tests/ui/entry-point/auxiliary/bad_main_functions.rs
3535
rm tests/ui/asm/x86_64/evex512-implicit-feature.rs # unimplemented AVX512 x86 vendor intrinsic
3636
rm tests/ui/simd/dont-invalid-bitcast-x86_64.rs # unimplemented llvm.x86.sse41.round.ps
3737
rm tests/ui/simd/intrinsic/generic-arithmetic-pass.rs # unimplemented simd_funnel_{shl,shr}
38+
rm -r tests/ui/scalable-vectors # scalable vectors are unsupported
3839

3940
# exotic linkages
4041
rm tests/incremental/hashes/function_interfaces.rs
@@ -159,6 +160,7 @@ rm tests/ui/lint/use-redundant/use-redundant-issue-71450.rs # same
159160
rm tests/ui/lint/use-redundant/use-redundant-prelude-rust-2021.rs # same
160161
rm tests/ui/specialization/const_trait_impl.rs # same
161162
rm tests/ui/thir-print/offset_of.rs # same
163+
rm tests/ui/traits/const-traits/const_closure-const_trait_impl-ice-113381.rs # same
162164

163165
# genuine bugs
164166
# ============

0 commit comments

Comments
 (0)