diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2015-04-07 18:10:21 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2015-04-07 18:10:21 (GMT) |
commit | 5cc53e3ba2ac96344c3f4471d3a7e93a72056bcf (patch) | |
tree | 06f272c3b6ba61246f583f6f87d3b432ba8ce6bf /MANIFEST | |
parent | 6fa9f61ae5c41fa94f4ad5029a3c241b45463b36 (diff) | |
download | hdf5-5cc53e3ba2ac96344c3f4471d3a7e93a72056bcf.zip hdf5-5cc53e3ba2ac96344c3f4471d3a7e93a72056bcf.tar.gz hdf5-5cc53e3ba2ac96344c3f4471d3a7e93a72056bcf.tar.bz2 |
[svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type.
Added the testing to h5repack where it belongs.
Undo the tests added to h5dump.
Tested: h5committested plus tested in jam by hand.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1469,8 +1469,6 @@ ./tools/testfiles/tcompound.h5 ./tools/testfiles/tcompound2.h5 ./tools/testfiles/tcompound_complex.h5 -./tools/testfiles/tcompound_enum.ddl -./tools/testfiles/tcompound_enum.h5 ./tools/testfiles/tdatareg.h5 ./tools/testfiles/tdatareg.ddl ./tools/testfiles/tdataregR.ddl @@ -2128,6 +2126,7 @@ ./tools/h5diff/testfiles/tmpSingleSiteBethe.output.h5 #test files for h5repack +./tools/h5repack/testfiles/README ./tools/h5repack/testfiles/h5repack_attr.h5 ./tools/h5repack/testfiles/h5repack_attr_refs.h5 ./tools/h5repack/testfiles/h5repack_deflate.h5 @@ -2145,6 +2144,8 @@ ./tools/h5repack/testfiles/h5repack_layout3.h5 ./tools/h5repack/testfiles/h5repack_layout.UD.h5 ./tools/h5repack/testfiles/h5repack_named_dtypes.h5 +./tools/h5repack/testfiles/h5repack_nested_8bit_enum_deflated.h5 +./tools/h5repack/testfiles/h5repack_nested_8bit_enum.h5 ./tools/h5repack/testfiles/h5repack_nbit.h5 ./tools/h5repack/testfiles/h5repack_objs.h5 ./tools/h5repack/testfiles/h5repack_refs.h5 |