summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorsongyulu <songyulu@jelly.ad.hdfgroup.org>2021-02-12 17:26:39 (GMT)
committersongyulu <songyulu@jelly.ad.hdfgroup.org>2021-02-12 17:26:39 (GMT)
commitddd24e265171c20b35e7dd42942f84f27a7116e2 (patch)
tree1ec4e44c00cf38269341c3df31d3ffe0d0d413f2 /test/testvfdswmr.sh.in
parent85ae0a268729265ab365371cbcb20b1b250791f3 (diff)
downloadhdf5-ddd24e265171c20b35e7dd42942f84f27a7116e2.zip
hdf5-ddd24e265171c20b35e7dd42942f84f27a7116e2.tar.gz
hdf5-ddd24e265171c20b35e7dd42942f84f27a7116e2.tar.bz2
Adding the test case for fixed-array chunked dataset and VDS.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index f50051e..a66ddf4 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -624,7 +624,7 @@ if [ ${do_groups:-no} = yes ]; then
rm -f vfd_swmr_group_reader.*.{out,rc}
fi
-for options in "-d 1" "-d 2" "-d 1 -V" "-d 1 -M"; do
+for options in "-d 1" "-d 1 -F" "-d 2" "-d 2 -F" "-d 1 -V" "-d 1 -M" "-d 1 -V -F" "-d 1 -M -F"; do
if [ ${do_many_small:-no} = no ]; then
continue
fi
@@ -673,7 +673,7 @@ for options in "-d 1" "-d 2" "-d 1 -V" "-d 1 -M"; do
rm -f vfd_swmr_bigset_reader.*.{out,rc}
done
-for options in "-d 1" "-d 2" "-d 1 -V" "-d 1 -M"; do
+for options in "-d 1" "-d 1 -F" "-d 2" "-d 2 -F" "-d 1 -V" "-d 1 -M" "-d 1 -V -F" "-d 1 -M -F"; do
#
# Test a few big datasets of one and two dimensions.
#