Skip to content

Commit 3532614

Browse files
authored
Update binary test offsets and don't exclude H5ZFP_UD-h5dump-ud_mesh_convert test (#264)
* Update expected OFFSET in ddl reference files to account for recent HDF5 code change.
1 parent 5573db8 commit 3532614

4 files changed

Lines changed: 12 additions & 22 deletions

File tree

CMakePresets.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
],
182182
"filter": {
183183
"exclude": {
184-
"name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert"
184+
"name": "H5DUMP-h5ex_d_granularbr"
185185
}
186186
}
187187
},
@@ -198,11 +198,6 @@
198198
"inherits": [
199199
"ci-macos-arm64-Release-Clang"
200200
],
201-
"filter": {
202-
"exclude": {
203-
"name": "H5ZFP_UD-h5dump-ud_mesh_convert"
204-
}
205-
},
206201
"execution": {
207202
"noTestsAction": "error",
208203
"timeout": 180,
@@ -221,12 +216,7 @@
221216
"configurePreset": "ci-StdShar-GNUC",
222217
"inherits": [
223218
"ci-x64-Release-GNUC"
224-
],
225-
"filter": {
226-
"exclude": {
227-
"name": "H5ZFP_UD-h5dump-ud_mesh_convert"
228-
}
229-
}
219+
]
230220
},
231221
{
232222
"name": "ci-StdShar-win-Intel",
@@ -236,7 +226,7 @@
236226
],
237227
"filter": {
238228
"exclude": {
239-
"name": "H5DUMP-h5ex_d_granularbr|H5ZFP_UD-h5dump-ud_mesh_convert"
229+
"name": "H5DUMP-h5ex_d_granularbr"
240230
}
241231
},
242232
"condition": {

config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_blosc_convert.ddl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GROUP "/" {
5050
STORAGE_LAYOUT {
5151
CONTIGUOUS
5252
SIZE 3200
53-
OFFSET 9264
53+
OFFSET 9017
5454
}
5555
FILTERS {
5656
NONE
@@ -69,7 +69,7 @@ GROUP "/" {
6969
STORAGE_LAYOUT {
7070
CONTIGUOUS
7171
SIZE 3200
72-
OFFSET 14512
72+
OFFSET 14265
7373
}
7474
FILTERS {
7575
NONE
@@ -124,7 +124,7 @@ GROUP "/" {
124124
STORAGE_LAYOUT {
125125
CONTIGUOUS
126126
SIZE 3200
127-
OFFSET 27000
127+
OFFSET 26765
128128
}
129129
FILTERS {
130130
NONE

config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_bz2_convert.ddl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GROUP "/" {
2828
STORAGE_LAYOUT {
2929
CONTIGUOUS
3030
SIZE 3200
31-
OFFSET 8120
31+
OFFSET 7881
3232
}
3333
FILTERS {
3434
NONE
@@ -47,7 +47,7 @@ GROUP "/" {
4747
STORAGE_LAYOUT {
4848
CONTIGUOUS
4949
SIZE 3200
50-
OFFSET 11320
50+
OFFSET 11081
5151
}
5252
FILTERS {
5353
NONE
@@ -66,7 +66,7 @@ GROUP "/" {
6666
STORAGE_LAYOUT {
6767
CONTIGUOUS
6868
SIZE 3200
69-
OFFSET 14520
69+
OFFSET 14281
7070
}
7171
FILTERS {
7272
NONE
@@ -121,7 +121,7 @@ GROUP "/" {
121121
STORAGE_LAYOUT {
122122
CONTIGUOUS
123123
SIZE 3200
124-
OFFSET 26208
124+
OFFSET 25981
125125
}
126126
FILTERS {
127127
NONE

config/cmake/binex/example/testfiles/h5repack_layout.h5-ud_pl_lz4_convert.ddl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GROUP "/" {
7272
STORAGE_LAYOUT {
7373
CONTIGUOUS
7474
SIZE 3200
75-
OFFSET 23921
75+
OFFSET 23666
7676
}
7777
FILTERS {
7878
NONE
@@ -127,7 +127,7 @@ GROUP "/" {
127127
STORAGE_LAYOUT {
128128
CONTIGUOUS
129129
SIZE 3200
130-
OFFSET 35609
130+
OFFSET 35366
131131
}
132132
FILTERS {
133133
NONE

0 commit comments

Comments
 (0)