1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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)
}
|