diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-21 16:56:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-21 16:56:31 (GMT) |
commit | 138c3ee3667f0c6df69ee4dfdc8e4d4dea8ff15a (patch) | |
tree | 2ccbc4c5cab785d213851e80370ca497165ee4b2 /tools/testfiles | |
parent | f695491f05ebc6306fc873501174c71e8751a6ce (diff) | |
download | hdf5-138c3ee3667f0c6df69ee4dfdc8e4d4dea8ff15a.zip hdf5-138c3ee3667f0c6df69ee4dfdc8e4d4dea8ff15a.tar.gz hdf5-138c3ee3667f0c6df69ee4dfdc8e4d4dea8ff15a.tar.bz2 |
HDFFV-10188 Add tests and files
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tgrpnullspace.ddl | 33 | ||||
-rw-r--r-- | tools/testfiles/tgrpnullspace.h5 | bin | 0 -> 2504 bytes | |||
-rw-r--r-- | tools/testfiles/tgrpnullspace.ls | 7 |
3 files changed, 40 insertions, 0 deletions
diff --git a/tools/testfiles/tgrpnullspace.ddl b/tools/testfiles/tgrpnullspace.ddl new file mode 100644 index 0000000..2b91527 --- /dev/null +++ b/tools/testfiles/tgrpnullspace.ddl @@ -0,0 +1,33 @@ +HDF5 "tgrpnullspace.h5" { +GROUP "/" { + GROUP "g1" { + ATTRIBUTE "attr" { + DATATYPE H5T_STD_U32LE + DATASPACE NULL + DATA { + } + } + DATASET "dset" { + DATATYPE H5T_STD_I32BE + DATASPACE NULL + STORAGE_LAYOUT { + CONTIGUOUS + SIZE 0 + OFFSET 18446744073709551615 + } + FILTERS { + NONE + } + FILLVALUE { + FILL_TIME H5D_FILL_TIME_IFSET + VALUE H5D_FILL_VALUE_DEFAULT + } + ALLOCATION_TIME { + H5D_ALLOC_TIME_LATE + } + DATA { + } + } + } +} +} diff --git a/tools/testfiles/tgrpnullspace.h5 b/tools/testfiles/tgrpnullspace.h5 Binary files differnew file mode 100644 index 0000000..82a405e --- /dev/null +++ b/tools/testfiles/tgrpnullspace.h5 diff --git a/tools/testfiles/tgrpnullspace.ls b/tools/testfiles/tgrpnullspace.ls new file mode 100644 index 0000000..b1a1223 --- /dev/null +++ b/tools/testfiles/tgrpnullspace.ls @@ -0,0 +1,7 @@ +Opened "tgrpnullspace.h5" with sec2 driver. +g1 Group + Attribute: attr null + Type: native unsigned int + + Location: 1:800 + Links: 1 |