diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-03 16:14:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-03 16:14:35 (GMT) |
commit | a8f03185ad2d4a7c8afd6dbb2c7c8acb46d789a9 (patch) | |
tree | 42e7600ec1815461731e4e589c8dbcda64df629f /tools/test/h5repack/testfiles | |
parent | 5cd93e70c07d4f43c23c215a66e1b04f2f0754bb (diff) | |
download | hdf5-a8f03185ad2d4a7c8afd6dbb2c7c8acb46d789a9.zip hdf5-a8f03185ad2d4a7c8afd6dbb2c7c8acb46d789a9.tar.gz hdf5-a8f03185ad2d4a7c8afd6dbb2c7c8acb46d789a9.tar.bz2 |
Fix repack plugin test - reorganize test macros
Diffstat (limited to 'tools/test/h5repack/testfiles')
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.ddl | 4 | ||||
-rw-r--r-- | tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.tst | 20 |
2 files changed, 4 insertions, 20 deletions
diff --git a/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.ddl b/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.ddl new file mode 100644 index 0000000..97cbfc0 --- /dev/null +++ b/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.ddl @@ -0,0 +1,4 @@ +HDF5 "out-plugin_zero.h5repack_layout.h5" { +GROUP "/" { +} +} diff --git a/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.tst b/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.tst deleted file mode 100644 index 03b1915..0000000 --- a/tools/test/h5repack/testfiles/h5repack_layout.h5-plugin_zero.tst +++ /dev/null @@ -1,20 +0,0 @@ -Objects to modify layout areversion (number)) Name ------------------------------------------ - group / -HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs): - #000: (file name) line (number) in H5Pset_filter(): failed to call private function - major: Property lists - minor: Can't set value - #001: (file name) line (number) in H5P__set_filter(): failed to load dynamically loaded plugin - major: Data filters - minor: Unable to load metadata into cache -H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs): - #000: (file name) line (number) in copy_objects(): do_copy_objects from <h5repack_layout.h5> could not copy data to <out-plugin_zero.h5repack_layout.h5> - major: Failure in tools library - minor: error in function - #001: (file name) line (number) in do_copy_objects(): apply_filters failed - major: Failure in tools library - minor: error in function - #002: (file name) line (number) in apply_filters(): H5Pset_filter failed - major: Failure in tools library - minor: error in function |