summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbigdims.ddl
diff options
context:
space:
mode:
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
+ }
+ }
+}
+}