From a5a75b01ded27214ce6dd1e066fc7009d16bc86b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Jul 2025 13:56:59 +0200 Subject: update to 0.3.5 drop patch merged upstream --- tests.patch | 73 ------------------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 tests.patch (limited to 'tests.patch') diff --git a/tests.patch b/tests.patch deleted file mode 100644 index 42ddba7..0000000 --- a/tests.patch +++ /dev/null @@ -1,73 +0,0 @@ -From 59826af88d8e41f56dadcf9cd83af83d87698401 Mon Sep 17 00:00:00 2001 -From: Remi Collet -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) - } -- cgit