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>
This commit is contained in:
parent
3a221320eb
commit
17b2c46c88
@ -13,7 +13,6 @@ tests/ui/sepcomp/sepcomp-extern.rs
|
|||||||
tests/ui/sepcomp/sepcomp-fns-backwards.rs
|
tests/ui/sepcomp/sepcomp-fns-backwards.rs
|
||||||
tests/ui/sepcomp/sepcomp-fns.rs
|
tests/ui/sepcomp/sepcomp-fns.rs
|
||||||
tests/ui/sepcomp/sepcomp-statics.rs
|
tests/ui/sepcomp/sepcomp-statics.rs
|
||||||
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
|
|
||||||
tests/ui/asm/x86_64/may_unwind.rs
|
tests/ui/asm/x86_64/may_unwind.rs
|
||||||
tests/ui/backtrace.rs
|
tests/ui/backtrace.rs
|
||||||
tests/ui/catch-unwind-bang.rs
|
tests/ui/catch-unwind-bang.rs
|
||||||
|
@ -9,6 +9,7 @@ tests/ui/packed/packed-struct-vec.rs
|
|||||||
tests/ui/packed/packed-tuple-struct-layout.rs
|
tests/ui/packed/packed-tuple-struct-layout.rs
|
||||||
tests/ui/simd/array-type.rs
|
tests/ui/simd/array-type.rs
|
||||||
tests/ui/simd/intrinsic/float-minmax-pass.rs
|
tests/ui/simd/intrinsic/float-minmax-pass.rs
|
||||||
|
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
|
||||||
tests/ui/simd/intrinsic/generic-arithmetic-saturating-pass.rs
|
tests/ui/simd/intrinsic/generic-arithmetic-saturating-pass.rs
|
||||||
tests/ui/simd/intrinsic/generic-as.rs
|
tests/ui/simd/intrinsic/generic-as.rs
|
||||||
tests/ui/simd/intrinsic/generic-cast-pass.rs
|
tests/ui/simd/intrinsic/generic-cast-pass.rs
|
||||||
|
Loading…
Reference in New Issue
Block a user