authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-05 01:14:38+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-05 01:15:33+02:00
log40ee6825170ed52ebd707262d1a88f237de54d6f
treefabb5775da9fcd08c64189ecfb2e615643251ef5
parent2a6eecff3e218015bb425737dabc27760f29fb2d
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Disable `store vector with memset` on powerpc64.

This will be re-enabled with LLVM 19.

1 files changed, 1 insertions(+), 0 deletions(-)

test/behavior/vector.zig+1
...@@ -1450,6 +1450,7 @@ test "store vector with memset" {...@@ -1450,6 +1450,7 @@ test "store vector with memset" {
1450 .mips64el,1450 .mips64el,
1451 .riscv64,1451 .riscv64,
1452 .powerpc,1452 .powerpc,
1453 .powerpc64,
1453 => {1454 => {
1454 // LLVM 16 ERROR: "Converting bits to bytes lost precision"1455 // LLVM 16 ERROR: "Converting bits to bytes lost precision"
1455 // https://github.com/ziglang/zig/issues/161771456 // https://github.com/ziglang/zig/issues/16177