diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-05-29 10:57:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-05-29 10:57:47 (GMT) |
commit | bf566b775bbef681e9135c38dbf414df2162cdcc (patch) | |
tree | 8d353ae50560cdf28fcbb313b92c7462e4cc7f6a /MANIFEST | |
parent | 29a5f1061994a9d40a96726df6141f6e127c4b7b (diff) | |
download | hdf5-bf566b775bbef681e9135c38dbf414df2162cdcc.zip hdf5-bf566b775bbef681e9135c38dbf414df2162cdcc.tar.gz hdf5-bf566b775bbef681e9135c38dbf414df2162cdcc.tar.bz2 |
[svn-r29969] Description:
Bring r29934 from revise_chunks branch to trunk:
(1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit.
(2) Modifications to better handle error recovery when conversion by h5format_convert fails.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1247,6 +1247,7 @@ ./tools/h5format_convert/h5format_convert.c ./tools/h5format_convert/testfiles/h5fc_v_n_all.ddl ./tools/h5format_convert/testfiles/h5fc_v_bt1.ddl +./tools/h5format_convert/testfiles/h5fc_v_err.ddl ./tools/h5format_convert/testfiles/h5fc_v_non_chunked.ddl ./tools/h5format_convert/testfiles/h5fc_d_file.ddl ./tools/h5format_convert/testfiles/h5fc_v_ndata_bt1.ddl @@ -1259,6 +1260,7 @@ ./tools/h5format_convert/testfiles/h5fc_nonexistfile.ddl ./tools/h5format_convert/testfiles/h5fc_non_v3.h5 ./tools/h5format_convert/testfiles/h5fc_edge_v3.h5 +./tools/h5format_convert/testfiles/h5fc_err_level.h5 ./tools/h5format_convert/testfiles/h5fc_ext1_f.h5 ./tools/h5format_convert/testfiles/h5fc_ext1_i.h5 ./tools/h5format_convert/testfiles/h5fc_ext1_s.h5 |