aboutsummaryrefslogtreecommitdiff
path: root/test/gie/ellipsoid.gie
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-07 00:21:25 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-02-07 00:21:25 +0100
commit19bfb4987a8085d3ec1c8f29423866f884fdbd1f (patch)
tree528022f57677d1069fed5aaa56d312da401d54fa /test/gie/ellipsoid.gie
parentbd6148db5f5b9a0a13f3dc2d2c35a066c15a57ed (diff)
downloadPROJ-19bfb4987a8085d3ec1c8f29423866f884fdbd1f.tar.gz
PROJ-19bfb4987a8085d3ec1c8f29423866f884fdbd1f.zip
Fix test issues on i386
Fix a few issues of #1906 found when running the test suite on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of the fix of #1912, make check succeeds
Diffstat (limited to 'test/gie/ellipsoid.gie')
-rw-r--r--test/gie/ellipsoid.gie6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/gie/ellipsoid.gie b/test/gie/ellipsoid.gie
index 74fbe31d..09effd06 100644
--- a/test/gie/ellipsoid.gie
+++ b/test/gie/ellipsoid.gie
@@ -44,7 +44,7 @@ tolerance 10 nm
accept 1 2
expect 111319.4907932736 221194.0771604237
-accept 12 55s
+accept 12 55
expect 1335833.8895192828 7326837.7148738774
-------------------------------------------------------------------------------
@@ -117,7 +117,9 @@ expect 1338073.2696101593 7374207.4801437631
-------------------------------------------------------------------------------
operation proj=merc a=1E77 R_lat_a=90 b=1
-expect failure errno invalid_eccentricity
+# errno invalid_eccentricity on x86_64
+# errno pjd_err_ref_rad_larger_than_90 on i386
+expect failure
-------------------------------------------------------------------------------
This one from testvarious failed at first version of the pull request