[GRASS-dev] New GRASS-test-suite version 0.2.0.8

Dear devs and users,
a new shiny version of the GRASS-test-suite is available for download:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/GRASS_Testsuite-0.2.0.8.tar.bz2

The latest test results:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html/

and with memorycheck via valgrind:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html_memcheck/

Please dont get confused by the detected memory errors, my debian testing system
is not free of memory errors :(.

I have implemented some new vector tests
* now most of the v.in.* are tested
* now most of the v.out.* modules are tested

I also improved the framework a bit to implement tests for modules like v.out.ogr.
Take a look at the test script :wink: :

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html/v.out.ogr-test.sh.html

Available tests scripts with more than 270 implemented tests are:

.
|-- db
| |-- db.columns-test.sh
| |-- db.connect-test.sh
| |-- db.copy-test.sh
| |-- db.describe-test.sh
| |-- db.drivers-test.sh
| |-- db.execute-test.sh
| |-- db.list
| |-- db.select-test.sh
| |-- db.tables-test.sh
| `-- db.test-test.sh
|-- general
| |-- g.copy-test.sh
| |-- g.filename-test.sh
| |-- g.findfile-test.sh
| |-- g.gisenv-test.sh
| |-- g.list-test.sh
| |-- g.proj-test.sh
| |-- g.region-test.sh
| |-- g.remove-test.sh
| |-- g.rename-test.sh
| |-- g.tempfile-test.sh
| |-- g.version-test.sh
| `-- general.list
|-- raster
| |-- r.buffer-test.sh
| |-- r.distance-test.sh
| |-- r.fill.dir-test.sh
| |-- r.in.ascii-test.sh
| |-- r.in.gdal-test.sh
| |-- r.info-test.sh
| |-- r.mapcalc-test.sh
| |-- r.mapcalc-zlib-bug-test.sh
| |-- r.neighbours-test.sh
| |-- r.null-test.sh
| |-- r.out.ascii-test.sh
| |-- r.out.gdal-test.sh
| |-- r.out.vtk-test.sh
| |-- r.param.scale-test.sh
| |-- r.slope.aspect-test.sh
| |-- r.stats-test.sh
| |-- r.surf.idw-test.sh
| |-- r.surf.idw2-test.sh
| |-- r.surf.random-test.sh
| |-- r.terraflow-test.sh
| |-- r.to.rast3-test.sh
| |-- r.to.vect-test.sh
| |-- r.watershed-test.sh
| `-- raster.list
|-- raster3d
| |-- r3.cross.rast-test.sh
| |-- r3.info-test.sh
| |-- r3.mapcalc-test.sh
| |-- r3.mask-test.sh
| |-- r3.null-test.sh
| |-- r3.out.vtk-test.sh
| |-- r3.timestamp-test.sh
| |-- r3.to.rast-test.sh
| `-- raster3.list
`-- vector
    |-- v.buffer-test.sh
    |-- v.drape-test.sh
    |-- v.extract-test.sh
    |-- v.hull-test.sh
    |-- v.in.ascii-test.sh
    |-- v.in.dxf-test.sh
    |-- v.in.ogr-test.sh
    |-- v.out.ascii-test.sh
    |-- v.out.dxf-test.sh
    |-- v.out.ogr-test.sh
    |-- v.out.pov-test.sh
    |-- v.out.vtk-test.sh
    |-- v.parallel-test.sh
    |-- v.patch-test.sh
    `-- vector.list

Happy testing :smiley:

Best regards
Soeren

Hi,
i have used the current testsuite to test the latest qgis-grass windows binary
(qgis-grass-0.8.0-preview-win32-060605.zip).

The testsuite result:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html_win32/

A lot of errors occured while running the testsuite.
Many modules crashed. The testsuite was not able to verify why,
because no error messages was send by the modules or windows to stderr. :frowning:
And im not sure if this is related to the testsuite ... :(.

Best regards
Soeren

-------- Original-Nachricht --------
Datum: Tue, 4 Jul 2006 12:54:28 +0200
Von: Soeren Gebbert <soerengebbert@gmx.de>
An: grass developers list <grass-dev@grass.itc.it>, grassuser@grass.itc.it
Betreff: [GRASS-user] New GRASS-test-suite version 0.2.0.8

Dear devs and users,
a new shiny version of the GRASS-test-suite is available for download:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/GRASS_Testsuite-0.2.0.8.tar.bz2

The latest test results:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html/

and with memorycheck via valgrind:

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html_memcheck/

Please dont get confused by the detected memory errors, my debian testing
system
is not free of memory errors :(.

I have implemented some new vector tests
* now most of the v.in.* are tested
* now most of the v.out.* modules are tested

I also improved the framework a bit to implement tests for modules like
v.out.ogr.
Take a look at the test script :wink: :

http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite/html/v.out.ogr-test.sh.html

Available tests scripts with more than 270 implemented tests are:

.
|-- db
| |-- db.columns-test.sh
| |-- db.connect-test.sh
| |-- db.copy-test.sh
| |-- db.describe-test.sh
| |-- db.drivers-test.sh
| |-- db.execute-test.sh
| |-- db.list
| |-- db.select-test.sh
| |-- db.tables-test.sh
| `-- db.test-test.sh
|-- general
| |-- g.copy-test.sh
| |-- g.filename-test.sh
| |-- g.findfile-test.sh
| |-- g.gisenv-test.sh
| |-- g.list-test.sh
| |-- g.proj-test.sh
| |-- g.region-test.sh
| |-- g.remove-test.sh
| |-- g.rename-test.sh
| |-- g.tempfile-test.sh
| |-- g.version-test.sh
| `-- general.list
|-- raster
| |-- r.buffer-test.sh
| |-- r.distance-test.sh
| |-- r.fill.dir-test.sh
| |-- r.in.ascii-test.sh
| |-- r.in.gdal-test.sh
| |-- r.info-test.sh
| |-- r.mapcalc-test.sh
| |-- r.mapcalc-zlib-bug-test.sh
| |-- r.neighbours-test.sh
| |-- r.null-test.sh
| |-- r.out.ascii-test.sh
| |-- r.out.gdal-test.sh
| |-- r.out.vtk-test.sh
| |-- r.param.scale-test.sh
| |-- r.slope.aspect-test.sh
| |-- r.stats-test.sh
| |-- r.surf.idw-test.sh
| |-- r.surf.idw2-test.sh
| |-- r.surf.random-test.sh
| |-- r.terraflow-test.sh
| |-- r.to.rast3-test.sh
| |-- r.to.vect-test.sh
| |-- r.watershed-test.sh
| `-- raster.list
|-- raster3d
| |-- r3.cross.rast-test.sh
| |-- r3.info-test.sh
| |-- r3.mapcalc-test.sh
| |-- r3.mask-test.sh
| |-- r3.null-test.sh
| |-- r3.out.vtk-test.sh
| |-- r3.timestamp-test.sh
| |-- r3.to.rast-test.sh
| `-- raster3.list
`-- vector
    |-- v.buffer-test.sh
    |-- v.drape-test.sh
    |-- v.extract-test.sh
    |-- v.hull-test.sh
    |-- v.in.ascii-test.sh
    |-- v.in.dxf-test.sh
    |-- v.in.ogr-test.sh
    |-- v.out.ascii-test.sh
    |-- v.out.dxf-test.sh
    |-- v.out.ogr-test.sh
    |-- v.out.pov-test.sh
    |-- v.out.vtk-test.sh
    |-- v.parallel-test.sh
    |-- v.patch-test.sh
    `-- vector.list

Happy testing :smiley:

Best regards
Soeren

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--

Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl