Skip to content

Commit 17b2c46

Browse files
committed
remove generic-arithmetic-pass from failing tests
This test now passes when tested with a patched libgccjit. However, due to [some compiler bugs][1], we can't enable this for non-patched libgccjit yet. [1]: https://github.com/sadlerap/rustc_codegen_gcc/actions/runs/6820180639/job/18548672444#step:15:4375 Signed-off-by: Andy Sadler <andrewsadler122@gmail.com>
1 parent 3a22132 commit 17b2c46

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

failing-ui-tests.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ tests/ui/sepcomp/sepcomp-extern.rs
1313
tests/ui/sepcomp/sepcomp-fns-backwards.rs
1414
tests/ui/sepcomp/sepcomp-fns.rs
1515
tests/ui/sepcomp/sepcomp-statics.rs
16-
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
1716
tests/ui/asm/x86_64/may_unwind.rs
1817
tests/ui/backtrace.rs
1918
tests/ui/catch-unwind-bang.rs

failing-ui-tests12.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tests/ui/packed/packed-struct-vec.rs
99
tests/ui/packed/packed-tuple-struct-layout.rs
1010
tests/ui/simd/array-type.rs
1111
tests/ui/simd/intrinsic/float-minmax-pass.rs
12+
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
1213
tests/ui/simd/intrinsic/generic-arithmetic-saturating-pass.rs
1314
tests/ui/simd/intrinsic/generic-as.rs
1415
tests/ui/simd/intrinsic/generic-cast-pass.rs

0 commit comments

Comments
 (0)