From 48666d0cd296c7917dc5606b1fca322a5a548c0b Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Mon, 22 Jun 2026 14:13:09 -0500 Subject: [PATCH 1/3] Test not excluding H5ZFP_UD-h5dump-ud_mesh_convert. --- CMakePresets.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index ec24dbcf..f4be2110 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -181,7 +181,7 @@ ], "filter": { "exclude": { - "name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert" + "name": "H5DUMP-h5ex_d_granularbr" } } }, @@ -198,11 +198,6 @@ "inherits": [ "ci-macos-arm64-Release-Clang" ], - "filter": { - "exclude": { - "name": "H5ZFP_UD-h5dump-ud_mesh_convert" - } - }, "execution": { "noTestsAction": "error", "timeout": 180, @@ -221,12 +216,6 @@ "configurePreset": "ci-StdShar-GNUC", "inherits": [ "ci-x64-Release-GNUC" - ], - "filter": { - "exclude": { - "name": "H5ZFP_UD-h5dump-ud_mesh_convert" - } - } }, { "name": "ci-StdShar-win-Intel", @@ -236,7 +225,7 @@ ], "filter": { "exclude": { - "name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert" + "name": "H5DUMP-h5ex_d_granularbr" } }, "condition": { From e9d992fbe04f54e58bf0c9ceb1699d3674328be1 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Mon, 22 Jun 2026 15:20:01 -0500 Subject: [PATCH 2/3] Add missing ']'. --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index f4be2110..12f2ae69 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -216,6 +216,7 @@ "configurePreset": "ci-StdShar-GNUC", "inherits": [ "ci-x64-Release-GNUC" + ] }, { "name": "ci-StdShar-win-Intel", From 07ba4e1a3d0b46976e126e98a429a503de485d43 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 23 Jun 2026 10:05:20 -0500 Subject: [PATCH 3/3] Update expected OFFSET in ddl reference files to account for recent HDF5 code change. --- .../testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl | 6 +++--- .../testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl | 8 ++++---- .../testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl index 5b08a2e5..d6fc3d29 100644 --- a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl +++ b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl @@ -50,7 +50,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 9264 + OFFSET 9017 } FILTERS { NONE @@ -69,7 +69,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 14512 + OFFSET 14265 } FILTERS { NONE @@ -124,7 +124,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 27000 + OFFSET 26765 } FILTERS { NONE diff --git a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl index d80af6dc..3e99d786 100644 --- a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl +++ b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl @@ -28,7 +28,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 8120 + OFFSET 7881 } FILTERS { NONE @@ -47,7 +47,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 11320 + OFFSET 11081 } FILTERS { NONE @@ -66,7 +66,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 14520 + OFFSET 14281 } FILTERS { NONE @@ -121,7 +121,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 26208 + OFFSET 25981 } FILTERS { NONE diff --git a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl index 8e164186..0db00d30 100644 --- a/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl +++ b/config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl @@ -72,7 +72,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 23921 + OFFSET 23666 } FILTERS { NONE @@ -127,7 +127,7 @@ GROUP "/" { STORAGE_LAYOUT { CONTIGUOUS SIZE 3200 - OFFSET 35609 + OFFSET 35366 } FILTERS { NONE