From 4a2b2ef2013a2d6fa98e79d425b1fbd175cefacd Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Sat, 30 May 2026 14:46:58 +0800 Subject: [PATCH] =?UTF-8?q?test(aot):=20=E6=9B=B4=E6=96=B0=E5=B9=82?= =?UTF-8?q?=E8=BF=90=E7=AE=97=E6=95=B4=E6=95=B0=E6=BA=A2=E5=87=BA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=9A=84=E6=9C=9F=E6=9C=9B=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了 pow-int-overflow.phpt 测试用例的期望值精度 - 将期望输出从 1.2089258196146E+24 更新为 1.2089258196146292E+24 - 提高了测试断言的数值精度匹配准确性 --- tests/aot/basic/pow-int-overflow.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aot/basic/pow-int-overflow.phpt b/tests/aot/basic/pow-int-overflow.phpt index d74b2633..2d8a4cfc 100644 --- a/tests/aot/basic/pow-int-overflow.phpt +++ b/tests/aot/basic/pow-int-overflow.phpt @@ -9,4 +9,4 @@ function main() } ?> --EXPECT-- -1.2089258196146E+24 \ No newline at end of file +1.2089258196146292E+24 \ No newline at end of file