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>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user