authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-06-15 22:15:06+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-06-15 22:15:06+01:00
loge498d8da3c7a957fe3754db8f3517d71f7fc650e
treed5d53b66085795bbbd7f9e922485851ea8e8032b
parentd90068db5a18ef9de65ea9ec468e70e50a58f09d
signaturelock-open Commit is signed but in an unrecognized format.

std: disable test on LLVM (#24191)


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

lib/std/math/big/int_test.zig+1
......@@ -484,6 +484,7 @@ fn toFloat(comptime Float: type) !void {
484484 );
485485}
486486test toFloat {
487 if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/24191
487488 try toFloat(f16);
488489 try toFloat(f32);
489490 try toFloat(f64);