diff options
Diffstat (limited to 'tests.patch')
-rw-r--r-- | tests.patch | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/tests.patch b/tests.patch new file mode 100644 index 0000000..42ddba7 --- /dev/null +++ b/tests.patch @@ -0,0 +1,73 @@ +From 59826af88d8e41f56dadcf9cd83af83d87698401 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Thu, 19 Jun 2025 15:55:09 +0200 +Subject: [PATCH] relax new test for aarch64 + +--- + tests/interpolate-line-string-001.phpt | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +diff --git a/tests/interpolate-line-string-001.phpt b/tests/interpolate-line-string-001.phpt +index 50292f3..d372595 100644 +--- a/tests/interpolate-line-string-001.phpt ++++ b/tests/interpolate-line-string-001.phpt +@@ -32,9 +32,9 @@ array(26) { + [2]=> + array(2) { + [0]=> +- float(11.000073920872426) ++ float(11.0000739208724%d) + [1]=> +- float(10.035925156338873) ++ float(10.0359251563388%d) + } + [3]=> + array(2) { +@@ -55,7 +55,7 @@ array(26) { + [0]=> + float(14.431497984318062) + [1]=> +- float(7.0743500242581225) ++ float(7.07435002425812%d) + } + [6]=> + array(2) { +@@ -74,9 +74,9 @@ array(26) { + [8]=> + array(2) { + [0]=> +- float(12.756998952507347) ++ float(12.7569989525073%d) + [1]=> +- float(-1.7055449208364544) ++ float(-1.70554492083645%d) + } + [9]=> + array(2) { +@@ -95,9 +95,9 @@ array(26) { + [11]=> + array(2) { + [0]=> +- float(11.067030621797189) ++ float(11.0670306217971%d) + [1]=> +- float(-10.483970622513857) ++ float(-10.4839706225138%d) + } + [12]=> + array(2) { +@@ -125,12 +125,12 @@ array(26) { + [0]=> + float(8.642194115015831) + [1]=> +- float(-22.172231059691807) ++ float(-22.1722310596918%d) + } + [16]=> + array(2) { + [0]=> +- float(7.979717846837639) ++ float(7.9797178468376%d) + [1]=> + float(-25.08894018486976) + } |