Tamas, I've just fixed the failures for bsb_online_1 (the online dataset had apparently changed since I downloaded it) and hfa_delete_colortable (a file copy was made in text mode instead of binary mode).
I've added a missing file close in the PCRaster driver in an error path that might account for the failures on misc_5 and misc_6. And I've also added more info in case of failure so that we can identify more easily the driver that causes the error. The failures in hfa_write.py and osr_esri.py also occur on Linux and are known and reported in http://trac.osgeo.org/gdal/ticket/2755 The failure on aigrid_online_1 seems to reveal a bug in the AIGRID driver on Windows. VSIStatL seems to fail on a directory whose name is like 'foo/../info/' (in AIGDataset::ReadRAT()) My feeling on the failure on ogr_gml_4 is that it might be related to a recent change in the GML driver (http://trac.osgeo.org/gdal/ticket/1017) on how we fetch the FID of features. On Linux, an ogrinfo on autotest/ogr/data/bom.gml now show the 3 features with an identical fid = 2147483647. On Windows, ogrinfo.exe loops endlessly and returns always the content of the first feature with a fid = -416888225. Le Sunday 01 March 2009 16:24:02 Tamas Szekeres, vous avez écrit : > Hi Folks, > > I've managed to include the GDAL auto-tests with my regular builds on > Windows. The stable branch has no failures. > > The SVN trunk produces 17-18 failures for each compilers/architectures: > > ------------ Failures ------------ > Script: ogr/ogr_gml_read.py > TEST: ogr_gml_4 ... fail > Wrong featureCode field value > Script: gcore/hfa_write.py > TEST: SetProjection: byte.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: int16.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: uint16.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: int32.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: uint32.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: float32.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: float64.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: cfloat32.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: cfloat64.tif ... fail > Did not get expected projection reference. > TEST: SetProjection: utmsmall.tif ... fail > Did not get expected projection reference. > Script: gcore/misc.py > TEST: misc_5 ... fail (blowup) > TEST: misc_6 ... fail (blowup) > Script: gdrivers/aigrid.py > TEST: aigrid_online_1 ... fail > No RAT found > Script: gdrivers/bsb.py > TEST: bsb_online_1 ... fail > Checksum for band 1 in "tmp/cache/14850_1.KAP" is 63005, but expected > 54674. Script: gdrivers/hfa.py > TEST: hfa_delete_colortable ... fail (blowup) > Script: osr/osr_esri.py > TEST: osr_esri_15 ... fail > Did not get rectified_grid_angle as expected. > TEST: osr_esri_16 ... fail > Did not get expected equidistant cylindrical. > ---------------------------------- > > Test Script: utilities/test_ogrtindex.py > Succeeded: 1287 > Failed: 18 (3 blew exceptions) > Skipped: 238 > Expected fail:0 > > > For more details about the issues you can inspect the build logs here: > > http://vbkto.dyndns.org:1280/sdk/index.html > > Best regards, > > Tamas _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev