[postgis-devel] [PostGIS] #1617: [raster] several regress failures on raster (old mingw)
PostGIS
trac at osgeo.org
Sun Feb 26 11:20:55 PST 2012
#1617: [raster] several regress failures on raster (old mingw)
---------------------+------------------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: raster | Version: trunk
Keywords: mingw |
---------------------+------------------------------------------------------
Comment(by robe):
On mine it says its successful
{{{
make -C test check
make[1]: Entering directory `/c/projects/PostGIS/trunk/raster/test'
make -C core check
make[2]: Entering directory `/c/projects/PostGIS/trunk/raster/test/core'
./testapi
Warning 6: PNG driver doesn't support data type Int16. Only eight bit
(Byte) and sixteen bit (UInt16) bands supported. Defaulting to Byte
Checking empty and hasnoband functions...
Checking raster properties...
Raster starts with 0 bands
First point on convexhull ring is 0.5,0.5
Second point on convexhull ring is 256.5,1280.5
Third point on convexhull ring is 1280.5,1536.5
Fourth point on convexhull ring is 1024.5,256.5
Fifth point on convexhull ring is 0.5,0.5
Testing rt_raster_gdal_polygonize
Successfully tested rt_raster_gdal_polygonize
Testing 1BB band
Testing 2BB band
Testing 4BUI band
Testing 8BUI band
Testing 8BSI band
Testing 16BSI band
ERROR: rt_band_set_pixel: Coordinates out of range
Testing 16BUI band
ERROR: rt_band_set_pixel: Coordinates out of range
Testing 32BUI band
ERROR: rt_band_set_pixel: Coordinates out of range
Testing 32BSI band
ERROR: rt_band_set_pixel: Coordinates out of range
Testing 32BF band
Testing 64BF band
Testing band hasnodata flag
Testing rt_raster_from_band
Successfully tested rt_raster_from_band
Testing band stats
Successfully tested band stats
Testing rt_raster_replace_band
Successfully tested rt_raster_replace_band
Testing rt_band_reclass
Successfully tested rt_band_reclass
Testing rt_raster_to_gdal
Successfully tested rt_raster_to_gdal
Testing rt_raster_gdal_drivers
Successfully tested rt_raster_gdal_drivers
Testing rt_band_get_value_count
Successfully tested rt_band_get_value_count
Testing rt_raster_from_gdal_dataset
Successfully tested rt_raster_from_gdal_dataset
Testing rt_util_compute_skewed_extent
Successfully tested rt_util_compute_skewed_extent
Testing rt_raster_gdal_warp
Successfully tested rt_raster_gdal_warp
Testing rt_raster_gdal_rasterize
Successfully tested rt_raster_gdal_rasterize
Testing rt_raster_intersects
Successfully tested rt_raster_intersects
Testing rt_raster_same_alignment
Successfully tested rt_raster_same_alignment
Testing rt_raster_from_two_rasters
ERROR: rt_raster_from_two_rasters: The two rasters provided do not have
the same alignment
ERROR: rt_raster_from_two_rasters: The two rasters provided do not have
the same SRID
ERROR: rt_raster_from_two_rasters: The two rasters provided do not have
the same alignment
Successfully tested rt_raster_from_two_rasters
Testing rt_raster_load_offline_band
Successfully tested rt_raster_load_offline_band
./testwkb
in hexwkb len: 122
out hexwkb len: 122
in hexwkb:
00000000003FF0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000000000000A00070008
out hexwkb:
0100000000000000000000F03F000000000000004000000000000008400000000000001040000000000000144000000000000018400A00000007000800
in hexwkb len: 128
out hexwkb len: 128
in hexwkb len: 138
out hexwkb len: 138
in hexwkb len: 152
out hexwkb len: 152
in hexwkb len: 152
out hexwkb len: 152
ext band path: /tmp/t.tif
ext band num: 3
in hexwkb len: 152
out hexwkb len: 152
SRID value -1 converted to the officially unknown SRID value 0
SRID value -1 converted to the officially unknown SRID value 0
in hexwkb len: 284
out hexwkb len: 284
SRID value -1 converted to the officially unknown SRID value 0
in hexwkb len: 284
out hexwkb len: 284
SRID value -1 converted to the officially unknown SRID value 0
in hexwkb len: 284
out hexwkb len: 284
SRID value -1 converted to the officially unknown SRID value 0
in hexwkb len: 284
out hexwkb len: 284
SRID value -1 converted to the officially unknown SRID value 0
in hexwkb len: 284
out hexwkb len: 284
All tests successful !
}}}
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1617#comment:9>
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-devel
mailing list