summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbigdims.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-12 19:57:44 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-12 19:57:44 (GMT)
commit319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825 (patch)
tree4699c9e679bbb1abdb819d418bbb669ceac99e5b /tools/testfiles/tbigdims.ddl
parentaaa8bba35443dd426d281f757eac3aae2e01b0e0 (diff)
downloadhdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.zip
hdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.tar.gz
hdf5-319ad4c84b5ef3b7ee3d5ec70b12ed5e5fc3e825.tar.bz2
[svn-r13280]
2 tests that were previously incorporated inside the array indices test file were separated from it. These are a test with a dataset with dimensions greater tan 4GB and a test to read by hyperslabs
Diffstat (limited to 'tools/testfiles/tbigdims.ddl')
-rw-r--r--tools/testfiles/tbigdims.ddl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/testfiles/tbigdims.ddl b/tools/testfiles/tbigdims.ddl
new file mode 100644
index 0000000..eb7e8d7
--- /dev/null
+++ b/tools/testfiles/tbigdims.ddl
@@ -0,0 +1,19 @@
+#############################
+Expected output for 'h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5'
+#############################
+HDF5 "tbigdims.h5" {
+DATASET "dset4gb" {
+ DATATYPE H5T_STD_I8LE
+ DATASPACE SIMPLE { ( 4294967306 ) / ( 4294967306 ) }
+ SUBSET {
+ START ( 4294967284 );
+ STRIDE ( 1 );
+ COUNT ( 22 );
+ BLOCK ( 1 );
+ DATA {
+ (4294967284): -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
+ (4294967301): 15, 16, 17, 18, 19
+ }
+ }
+}
+}