mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: disable big simd vector C ABI test on s390x
This commit is contained in:
parent
3333bcc4f2
commit
7e54ee06d8
1 changed files with 1 additions and 0 deletions
|
|
@ -1182,6 +1182,7 @@ test "big simd vector" {
|
||||||
if (builtin.cpu.arch.isPowerPC64()) return error.SkipZigTest;
|
if (builtin.cpu.arch.isPowerPC64()) return error.SkipZigTest;
|
||||||
if (builtin.cpu.arch.isLoongArch()) return error.SkipZigTest;
|
if (builtin.cpu.arch.isLoongArch()) return error.SkipZigTest;
|
||||||
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .x86_64 and builtin.os.tag.isDarwin() and builtin.mode != .Debug) return error.SkipZigTest;
|
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .x86_64 and builtin.os.tag.isDarwin() and builtin.mode != .Debug) return error.SkipZigTest;
|
||||||
|
if (builtin.cpu.arch == .s390x) return error.SkipZigTest;
|
||||||
|
|
||||||
c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 });
|
c_big_vec(.{ 1, 2, 3, 4, 5, 6, 7, 8 });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue