summaryrefslogtreecommitdiffstats
path: root/test/filter_fail.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19523] I added another test case - disabling chunk cache. H5Dwrite ↵Raymond Lu2010-10-051-31/+58
| | | | | | | | will fail instead of H5Dclose when the chunk cache is disabled and the mandatory filter fails. Tested on jam - simple change.
* [svn-r19363] When mandatory filter failed to write data chunks, the datasetRaymond Lu2010-09-091-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.