authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-02 04:07:14+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-02 04:08:24+02:00
log354ea625e5d9adcdac3c015f1eccf14c694ec03f
treef572b5d41126f66e3dcd78ad46d38f8de302164b
parent3b465ebec59ee942b6c490ada2f81902ec047d7f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + arm.

This now passes on all targets that we test in CI. See: https://github.com/ziglang/zig/issues/14366

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

test/behavior/bitcast.zig-3
...@@ -429,9 +429,6 @@ test "bitcast nan float does not modify signaling bit" {...@@ -429,9 +429,6 @@ test "bitcast nan float does not modify signaling bit" {
429 if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf and builtin.target.ofmt != .macho) return error.SkipZigTest;429 if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf and builtin.target.ofmt != .macho) return error.SkipZigTest;
430 if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;430 if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
431431
432 // TODO: https://github.com/ziglang/zig/issues/14366
433 if (builtin.zig_backend == .stage2_llvm and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest;
434
435 const snan_u16: u16 = 0x7D00;432 const snan_u16: u16 = 0x7D00;
436 const snan_u32: u32 = 0x7FA00000;433 const snan_u32: u32 = 0x7FA00000;
437 const snan_u64: u64 = 0x7FF4000000000000;434 const snan_u64: u64 = 0x7FF4000000000000;