zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 93b97c3858c1d83969e6787c6b4e92f2102bac51 (tree)
parent 5300af68b42e137629b3b05ef64d9d22dc66b533
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue, 17 Feb 2026 06:27:13 +0000

stages_test: enable exp, atan, expm1, gamma, log1p, zon/parse

All float-tag mismatches resolved by the 128-bit decimal_float_fits_f64.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
Mstage0/stages_test.zig | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/stage0/stages_test.zig b/stage0/stages_test.zig @@ -186,7 +186,7 @@ const corpus_files = .{ "../lib/compiler_rt/divxf3.zig", "../lib/compiler_rt/emutls.zig", "../lib/compiler_rt/exp2.zig", - //"../lib/compiler_rt/exp.zig", + "../lib/compiler_rt/exp.zig", "../lib/compiler_rt/extenddftf2.zig", "../lib/compiler_rt/extenddfxf2.zig", "../lib/compiler_rt/extendf_test.zig", @@ -699,7 +699,7 @@ const corpus_files = .{ "../lib/std/math/complex/asinh.zig", "../lib/std/math/complex/asin.zig", "../lib/std/math/complex/atanh.zig", - //"../lib/std/math/complex/atan.zig", + "../lib/std/math/complex/atan.zig", "../lib/std/math/complex/conj.zig", "../lib/std/math/complex/cosh.zig", "../lib/std/math/complex/cos.zig", @@ -716,11 +716,11 @@ const corpus_files = .{ "../lib/std/math/complex.zig", "../lib/std/math/copysign.zig", "../lib/std/math/cosh.zig", - //"../lib/std/math/expm1.zig", + "../lib/std/math/expm1.zig", "../lib/std/math/expo2.zig", "../lib/std/math/float.zig", "../lib/std/math/frexp.zig", - //"../lib/std/math/gamma.zig", + "../lib/std/math/gamma.zig", "../lib/std/math/gcd.zig", "../lib/std/math/hypot.zig", "../lib/std/math/ilogb.zig", @@ -732,7 +732,7 @@ const corpus_files = .{ "../lib/std/math/lcm.zig", "../lib/std/math/ldexp.zig", "../lib/std/math/log10.zig", - //"../lib/std/math/log1p.zig", + "../lib/std/math/log1p.zig", "../lib/std/math/log2.zig", "../lib/std/math/log_int.zig", "../lib/std/math/log.zig", @@ -964,7 +964,7 @@ const corpus_files = .{ "../lib/std/zig/Zoir.zig", "../lib/std/zig/ZonGen.zig", "../lib/std/zip.zig", - //"../lib/std/zon/parse.zig", + "../lib/std/zon/parse.zig", "../lib/std/zon/Serializer.zig", "../lib/std/zon/stringify.zig", "../lib/std/zon.zig",