[postgis-tickets] [PostGIS] #4735: Regress on winnie cu_print
PostGIS
trac at osgeo.org
Mon Aug 3 15:49:23 PDT 2020
#4735: Regress on winnie cu_print
-----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.1.0
Component: buildbots | Version: master
Keywords: |
-----------------------+---------------------------
Winnie's CUnit hasn't been running for some time since th pkg-config
changes in 3.0, so not sure how long this issue has been happening. Now
CUnit is running again after
[d3d372eb89c10821654007f1a8872916aa9ffc1b/git] -
Though I don't recall seeing this error on my desktop which should be
running much the same chain as winnie except for version of GEOS / GDAL /
Proj
{{{
Suite: ptarray
Test: test_ptarray_append_point ...passed
Test: test_ptarray_append_ptarray ...passed
Test: test_ptarray_locate_point ...passed
Test: test_ptarray_isccw ...passed
Test: test_ptarray_signed_area ...passed
Test: test_ptarray_insert_point ...passed
Test: test_ptarray_contains_point ...passed
Test: test_ptarrayarc_contains_point ...passed
Test: test_ptarray_scale ...passed
Suite: printing
Test: test_lwpoint_to_latlon_default_format ...passed
Test: test_lwpoint_to_latlon_format_orders ...passed
Test: test_lwpoint_to_latlon_optional_format ...passed
Test: test_lwpoint_to_latlon_oddball_formats ...passed
Test: test_lwpoint_to_latlon_bad_formats ...passed
Test: test_lwprint ...passed
Test: test_lwprint_roundtrip ...[cu_print.c:553]
Expected: 1.#INF
Obtained: 0
[cu_print.c:554]
Expected: -1.#INF
Obtained: 0
FAILED
1. cu_print.c:553 - CU_ASSERT_EQUAL(atof(s),(double)__builtin_inff())
2. cu_print.c:554 -
CU_ASSERT_EQUAL(atof(s),(double)-__builtin_inff())
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4735>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list