gridformat icon indicating copy to clipboard operation
gridformat copied to clipboard

[vtk-hdf] test more features

Open dglaeser opened this issue 2 years ago • 1 comments
trafficstars

Some of the features are currently not tested:

  • cell data for vtk-hdf-image-data
  • regression-testing of vtk-hdf transient files

Once vtk 9.2.7 is out, which should contain the respective fixes/features, we should add this to the test suite.

dglaeser avatar Jun 10 '23 06:06 dglaeser

Edit: with #199 we modified the exit code computation in the regression test script. It used to take the max of all return codes, however, it seemed that when reading vtk-hdf image grid files, a return code of -6 was discarded with this and the test passed although an invalid pointer free operation occurs. This is due to a bug in the reader, which has already been fixed in VTK.

As with many other hdf-related features, we have to wait until the 9.2.7 release of VTK. Until now, all vtk-hdf-image grid regression tests are deactivated.

dglaeser avatar Aug 08 '23 11:08 dglaeser