summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-06-07 20:37:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-06-07 20:37:38 (GMT)
commitc7626f79fdee4eee13925e240ef41e61f3367eab (patch)
tree025a87173aa7eceef2bbf9967c292e15579d9a13 /test
parentde9491e3651350969b2a75c602984a3786656dcb (diff)
parentaa338c3a87a4544ccb164832422e3e2462a57b88 (diff)
downloadhdf5-c7626f79fdee4eee13925e240ef41e61f3367eab.zip
hdf5-c7626f79fdee4eee13925e240ef41e61f3367eab.tar.gz
hdf5-c7626f79fdee4eee13925e240ef41e61f3367eab.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'aa338c3a87a4544ccb164832422e3e2462a57b88': Detect when there's the same-shaped selection of a single block of elements on both selections, but with different selection types (i.e. one selection defined as an 'all' type and the other as a hyperslab or point type), without falling into the generic selection iteration case. Normalization of H5T.c with 1.10. Normalization of H5D.c with 1.10.
Diffstat (limited to 'test')
-rw-r--r--test/tselect.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 45806ae..aa0ab11 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -9388,15 +9388,15 @@ test_shape_same_dr__smoke_check_1(void)
** a "checker board" hyperslab as follows:
**
** * * - - * * - - * *
-** * * - - * * - - * *
-** - - * * - - * * - -
-** - - * * - - * * - -
** * * - - * * - - * *
-** * * - - * * - - * *
-** - - * * - - * * - -
-** - - * * - - * * - -
+** - - * * - - * * - -
+** - - * * - - * * - -
+** * * - - * * - - * *
+** * * - - * * - - * *
+** - - * * - - * * - -
+** - - * * - - * * - -
+** * * - - * * - - * *
** * * - - * * - - * *
-** * * - - * * - - * *
**
** where asterisks indicate selected elements, and dashes
** indicate unselected elements.