From 80dead078da4b784a33d71a67a67ca9247480bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 17 Feb 2026 06:27:13 +0000 Subject: [PATCH] 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 --- stage0/stages_test.zig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stage0/stages_test.zig b/stage0/stages_test.zig index 888d3e225a..a9d8677f0e 100644 --- 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",