summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-14 21:08:55 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-14 21:08:55 (GMT)
commitb8b215b34ae6403f067798fecd7357f6bf3aa310 (patch)
treef350757fa5a5a59814a82c800b2ba06dcd085a87 /tools/h5dump
parente8bd4e7e4c9721325313ab0bcf500c28bbbdfada (diff)
downloadhdf5-b8b215b34ae6403f067798fecd7357f6bf3aa310.zip
hdf5-b8b215b34ae6403f067798fecd7357f6bf3aa310.tar.gz
hdf5-b8b215b34ae6403f067798fecd7357f6bf3aa310.tar.bz2
[svn-r14409] more progress on the block hyperslab bug, clean code
modified the 1D test case for subsetting with block and stride factors tested: windows, linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/testh5dump.sh.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index 3fc39f2..a976a68 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -373,10 +373,17 @@ TOOLTEST tstring2.ddl -r -d str4 tstr3.h5
TOOLTEST tindicesyes.ddl taindices.h5
TOOLTEST tindicesno.ddl -y taindices.h5
-# array indices with subsetting
-TOOLTEST tindicessub1.ddl -d 1d -s 3 -c 40 taindices.h5
+########## array indices with subsetting
+# 1D case, start at 1, 2 counts of size 3 blocks, separated by stride 10 elements
+TOOLTEST tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5
+
+# 2D case
TOOLTEST tindicessub2.ddl -d 2d -s 1,3 -c 6,4 taindices.h5
+
+# 3D case
TOOLTEST tindicessub3.ddl -d 3d -s 0,1,3 -c 2,6,4 taindices.h5
+
+# 4D case
TOOLTEST tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5