summaryrefslogtreecommitdiffstats
path: root/test/filter_fail.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20531] Purpose: Add testing for bug 1864Neil Fortner2011-04-151-0/+3
| | | | | | | | | Description: Added internal tesitng routines to traverse a file and verify that symbol table information is *always* cached, whenever possible. Added this check to the end of many tests to check all the test files, right before the call to h5_cleanup. Tested: jam, amani, heiwa (h5committest)
* [svn-r19522] I added another test case - disabling chunk cache. H5Dwrite ↵Raymond Lu2010-10-051-31/+57
| | | | | | | | will fail instead of H5Dclose when the chunk cache is disabled and the mandatory filter fails. Tested on jam - simple change.
* [svn-r19359] When mandatory filter failed to write data chunks, the datasetRaymond Lu2010-09-081-0/+382
couldn't close (bug 1260). The fix releases all resources and closes the dataset but returns a failure. Tested with h5committest - jam, heiwa, amani.