docs: conformance report after the read-gap fixes (569 of 697 ok)
Regenerated on tank at 10d1029: ok 467 -> 569, our-error 123 -> 14,
mismatch 15 -> 22 (six user-defined-link files moved from our-error to a
listing difference), no panics, hangs, crashes or OOM. Baseline raised.
Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
This commit is contained in:
+33
-35
@@ -13,15 +13,15 @@ fatal. This file is generated by `conformance/run.sh`; do not edit it by hand.
|
|||||||
|
|
||||||
| | |
|
| | |
|
||||||
|---|---|
|
|---|---|
|
||||||
| date | 2026-09-26 03:05 UTC |
|
| date | 2026-09-26 03:46 UTC |
|
||||||
| clawhdf5 commit | `42b81d9f1c3d9bef6050ad8a1326ac8c97f641d3` |
|
| clawhdf5 commit | `10d1029ead524e2fe64c2cd7f61b28067d9e449c` |
|
||||||
| machine | `tank`: AMD Ryzen 7 7800X3D 8-Core Processor, 16 CPUs, 61 GiB, Linux 7.0.0-34-generic x86_64 |
|
| machine | `tank`: AMD Ryzen 7 7800X3D 8-Core Processor, 16 CPUs, 61 GiB, Linux 7.0.0-34-generic x86_64 |
|
||||||
| command | `conformance/run.sh --update-baseline` |
|
| command | `conformance/run.sh --no-fetch --update-baseline` |
|
||||||
| rustc | rustc 1.98.1 (48a229cea 2026-09-01) |
|
| rustc | rustc 1.98.1 (48a229cea 2026-09-01) |
|
||||||
| reference | h5py 3.16.0, HDF5 2.0.0, numpy 2.5.3, hdf5plugin 7.1.0, Python 3.14.4 |
|
| reference | h5py 3.16.0, HDF5 2.0.0, numpy 2.5.3, hdf5plugin 7.1.0, Python 3.14.4 |
|
||||||
| h5dump | Version 1.14.6 (CVE corpus only) |
|
| h5dump | Version 1.14.6 (CVE corpus only) |
|
||||||
| limits | 20 s timeout (SIGKILL), 4096 MiB address space, per process; 16 files in parallel |
|
| limits | 20 s timeout (SIGKILL), 4096 MiB address space, per process; 16 files in parallel |
|
||||||
| runtime | 25 s probing + comparing (0 s fetch/build before it) |
|
| runtime | 22 s probing + comparing (0 s fetch/build before it) |
|
||||||
|
|
||||||
## Results
|
## Results
|
||||||
|
|
||||||
@@ -35,17 +35,17 @@ A file's class is the first that applies:
|
|||||||
|
|
||||||
| corpus | files | ok | our-error | mismatch | h5py-cannot-read | panic | hang | crash | oom |
|
| corpus | files | ok | our-error | mismatch | h5py-cannot-read | panic | hang | crash | oom |
|
||||||
|---|---|---|---|---|---|---|---|---|---|
|
|---|---|---|---|---|---|---|---|---|---|
|
||||||
| NCAS-CMS_pyfive | 33 | 31 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
|
| NCAS-CMS_pyfive | 33 | 32 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| cve_hdf5 | 147 | 87 | 17 | 11 | 32 | 0 | 0 | 0 | 0 |
|
| cve_hdf5 | 147 | 100 | 6 | 9 | 32 | 0 | 0 | 0 | 0 |
|
||||||
| h5py_data | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| h5py_data | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| hdf5 | 466 | 300 | 103 | 3 | 60 | 0 | 0 | 0 | 0 |
|
| hdf5 | 466 | 386 | 8 | 12 | 60 | 0 | 0 | 0 | 0 |
|
||||||
| netcdf-c | 20 | 20 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| netcdf-c | 20 | 20 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| netcdf4-python | 18 | 16 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| netcdf4-python | 18 | 18 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| usnistgov_h5wasm | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| usnistgov_h5wasm | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| xarray-data | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
| xarray-data | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
|
||||||
| **all** | **697** | **467** | **123** | **15** | **92** | **0** | **0** | **0** | **0** |
|
| **all** | **697** | **569** | **14** | **22** | **92** | **0** | **0** | **0** | **0** |
|
||||||
|
|
||||||
2 of the 15 mismatches are a known h5py bug, not ours (see *Known not-our-bug*).
|
2 of the 22 mismatches are a known h5py bug, not ours (see *Known not-our-bug*).
|
||||||
|
|
||||||
Corpora (fetched by `conformance/fetch-corpus.sh` into the gitignored `conformance/.cache/`):
|
Corpora (fetched by `conformance/fetch-corpus.sh` into the gitignored `conformance/.cache/`):
|
||||||
|
|
||||||
@@ -70,29 +70,26 @@ Grouped by normalised error message. *files* counts files whose class this cause
|
|||||||
|
|
||||||
| files | objects | error | examples |
|
| files | objects | error | examples |
|
||||||
|---:|---:|---|---|
|
|---:|---:|---|---|
|
||||||
| 84 | 205 | `InvalidLayoutVersion(N)` | `cve_hdf5/cvefiles/cve-2016-4330.h5`, `cve_hdf5/cvefiles/cve-2016-4333.h5`, `cve_hdf5/cvefiles/cve-2018-11206-old.h5` (+81 more) |
|
|
||||||
| 10 | 10 | `ChunkedReadError("…")` | `cve_hdf5/cvefiles/cve-2025-2308.h5`, `hdf5/test/testfiles/bad_nbit_parms_walk.h5`, `hdf5/tools/test/testfiles/vds/1_vds.h5` (+7 more) |
|
|
||||||
| 9 | 17 | `InvalidObjectHeaderVersion(N)` | `cve_hdf5/cvefiles/cve-2021-36977.h5`, `cve_hdf5/cvefiles/unknown-1.h5`, `hdf5/tools/test/testfiles/h5clear_fsm_persist_user_equal.h5` (+6 more) |
|
|
||||||
| 6 | 6 | `UnsupportedFilter(N)` | `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.h5`, `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc2.h5`, `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.h5` (+3 more) |
|
| 6 | 6 | `UnsupportedFilter(N)` | `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.h5`, `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc2.h5`, `hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_bshuf.h5` (+3 more) |
|
||||||
| 6 | 6 | `InvalidLinkType(N)` | `hdf5/tools/test/testfiles/bigendian/tall.h5`, `hdf5/tools/test/testfiles/h5diff_types.h5`, `hdf5/tools/test/testfiles/tall.h5` (+3 more) |
|
|
||||||
| 5 | 5 | `UnexpectedEof { expected: N, available: N }` | `NCAS-CMS_pyfive/tests/data/cmip_bad_eg.nc`, `cve_hdf5/cvefiles/cve-2019-9151.h5`, `hdf5/tools/test/testfiles/h5stat_newgrat.h5` (+2 more) |
|
|
||||||
| 3 | 3 | `DataSizeMismatch { expected: N, actual: N }` | `cve_hdf5/cvefiles/cve-2020-18494.h5`, `cve_hdf5/cvefiles/cve-2024-32623.h5`, `cve_hdf5/cvefiles/cve-2025-2309.h5` |
|
| 3 | 3 | `DataSizeMismatch { expected: N, actual: N }` | `cve_hdf5/cvefiles/cve-2020-18494.h5`, `cve_hdf5/cvefiles/cve-2024-32623.h5`, `cve_hdf5/cvefiles/cve-2025-2309.h5` |
|
||||||
|
| 2 | 2 | `ChunkedReadError("…")` | `cve_hdf5/cvefiles/cve-2025-2308.h5`, `hdf5/test/testfiles/bad_nbit_parms_walk.h5` |
|
||||||
|
| 1 | 1 | `UnexpectedEof { expected: N, available: N }` | `cve_hdf5/cvefiles/cve-2019-9151.h5` |
|
||||||
| 1 | 1 | `MissingMessage(Dataspace)` | `cve_hdf5/cvefiles/cve-2024-33874.h5` |
|
| 1 | 1 | `MissingMessage(Dataspace)` | `cve_hdf5/cvefiles/cve-2024-33874.h5` |
|
||||||
| 1 | 2 | `InvalidSharedMessageVersion(N)` | `hdf5/tools/test/testfiles/h5stat_tsohm.h5` |
|
| 1 | 1 | `InvalidObjectHeaderVersion(N)` | `hdf5/tools/test/testfiles/h5clear_mdc_image.h5` |
|
||||||
|
|
||||||
## Mismatch root causes
|
## Mismatch root causes
|
||||||
|
|
||||||
| files | objects | cause | examples |
|
| files | objects | cause | examples |
|
||||||
|---:|---:|---|---|
|
|---:|---:|---|---|
|
||||||
| 9 | 27 | `missing-object` | `cve_hdf5/cvefiles/cve-2019-8397.h5`, `cve_hdf5/cvefiles/cve-2019-8398.h5`, `cve_hdf5/cvefiles/cve-2021-46243.h5` (+6 more) |
|
| 13 | 14 | `missing-object` | `cve_hdf5/cvefiles/cve-2019-8397.h5`, `cve_hdf5/cvefiles/cve-2019-8398.h5`, `cve_hdf5/cvefiles/cve-2021-46243.h5` (+10 more) |
|
||||||
| 5 | 11 | `extra-object` | `cve_hdf5/cvefiles/cve-2021-46244.h5`, `cve_hdf5/cvefiles/cve-2024-32613.h5`, `cve_hdf5/cvefiles/cve-2024-32616.h5` (+2 more) |
|
|
||||||
| 3 | 7 | `extra-attr` | `cve_hdf5/cvefiles/cve-2018-17438`, `cve_hdf5/cvefiles/cve-2018-17439`, `cve_hdf5/cvefiles/cve-2024-33874.h5` |
|
| 3 | 7 | `extra-attr` | `cve_hdf5/cvefiles/cve-2018-17438`, `cve_hdf5/cvefiles/cve-2018-17439`, `cve_hdf5/cvefiles/cve-2024-33874.h5` |
|
||||||
| 2 | 4 | `missing-attr` | `hdf5/tools/test/testfiles/twithub.h5`, `hdf5/tools/test/testfiles/twithub513.h5` |
|
| 3 | 6 | `extra-object` | `cve_hdf5/cvefiles/cve-2021-46244.h5`, `hdf5/tools/test/testfiles/h5clear_fsm_persist_less.h5`, `hdf5/tools/test/testfiles/h5stat_err_refcount.h5` |
|
||||||
| 1 | 1 | `attr-values: ours=vlen(>u8) h5py=object layout=- filters=-` | `NCAS-CMS_pyfive/tests/data/attr_datatypes.hdf5` |
|
| 1 | 1 | `attr-values: ours=vlen(>u8) h5py=object layout=- filters=-` | `NCAS-CMS_pyfive/tests/data/attr_datatypes.hdf5` |
|
||||||
| 1 | 1 | `values: ours=<f4 h5py=float32 layout=chunked filters=-` | `cve_hdf5/cvefiles/cve-2025-44904.h5` |
|
| 1 | 1 | `values: ours=<f4 h5py=float32 layout=chunked filters=-` | `cve_hdf5/cvefiles/cve-2025-44904.h5` |
|
||||||
| 1 | 1 | `values: ours=>i2 h5py=>i2 layout=chunked filters=[6]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
| 1 | 1 | `values: ours=>i2 h5py=>i2 layout=chunked filters=[6]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
||||||
| 1 | 1 | `values: ours=>f4 h5py=>f4 layout=chunked filters=[2]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
| 1 | 1 | `values: ours=>f4 h5py=>f4 layout=chunked filters=[2]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
||||||
| 1 | 1 | `values: ours=<f4 h5py=float32 layout=chunked filters=[2]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
| 1 | 1 | `values: ours=<f4 h5py=float32 layout=chunked filters=[2]` | `cve_hdf5/cvefiles/cve-2025-44905.h5` |
|
||||||
|
| 1 | 1 | `values: ours=((<i4)[6, 3])[4] h5py=(('<i4', (6, 3)), (4,)) layout=contiguous filters=-` | `hdf5/tools/test/testfiles/tarray3.h5` |
|
||||||
| 1 | 1 | `values: ours=vlen({r:>f4,i:>f4}8) h5py=object layout=contiguous filters=-` | `hdf5/tools/test/testfiles/tcomplex_be.h5` |
|
| 1 | 1 | `values: ours=vlen({r:>f4,i:>f4}8) h5py=object layout=contiguous filters=-` | `hdf5/tools/test/testfiles/tcomplex_be.h5` |
|
||||||
|
|
||||||
## CVE corpus: clawhdf5 vs h5dump vs h5py
|
## CVE corpus: clawhdf5 vs h5dump vs h5py
|
||||||
@@ -113,12 +110,12 @@ columns are.
|
|||||||
|
|
||||||
| file | h5dump | h5py | clawhdf5 | class |
|
| file | h5dump | h5py | clawhdf5 | class |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| cvefiles/cve-2016-4330.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2016-4330.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2016-4331.h5 | error exit | read 25 obj, 1 errors | read 25 obj, 1 errors | ok |
|
| cvefiles/cve-2016-4331.h5 | error exit | read 25 obj, 1 errors | read 25 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2016-4332-mtime-new.h5 | error exit | read 25 obj, 1 errors | read 25 obj | ok |
|
| cvefiles/cve-2016-4332-mtime-new.h5 | error exit | read 25 obj, 1 errors | read 25 obj | ok |
|
||||||
| cvefiles/cve-2016-4332-mtime.h5 | error exit | read 4 obj, 3 errors | read 4 obj, 1 errors | ok |
|
| cvefiles/cve-2016-4332-mtime.h5 | error exit | read 4 obj, 3 errors | read 4 obj | ok |
|
||||||
| cvefiles/cve-2016-4332-stab.h5 | error exit | open error | read 65 obj | h5py-cannot-read |
|
| cvefiles/cve-2016-4332-stab.h5 | error exit | open error | read 65 obj | h5py-cannot-read |
|
||||||
| cvefiles/cve-2016-4333.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2016-4333.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2017-17505.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2017-17505.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2017-17506.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2017-17506.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2017-17507.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2017-17507.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
@@ -129,23 +126,23 @@ columns are.
|
|||||||
| cvefiles/cve-2018-11204.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
| cvefiles/cve-2018-11204.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
||||||
| cvefiles/cve-2018-11205.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
| cvefiles/cve-2018-11205.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
||||||
| cvefiles/cve-2018-11206-new.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
| cvefiles/cve-2018-11206-new.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-11206-old.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2018-11206-old.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-11207.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2018-11207.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13866.h5 | error exit | open error | open error | h5py-cannot-read |
|
| cvefiles/cve-2018-13866.h5 | error exit | open error | open error | h5py-cannot-read |
|
||||||
| cvefiles/cve-2018-13867.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2018-13867.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13868.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2018-13868.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13869.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2018-13869.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13870.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2018-13870.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13871.h5 | error exit | read 2 obj | read 2 obj | ok |
|
| cvefiles/cve-2018-13871.h5 | error exit | read 2 obj | read 2 obj | ok |
|
||||||
| cvefiles/cve-2018-13872.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2018-13872.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13873.h5 | error exit | read 1 obj, 1 errors | read 1 obj | ok |
|
| cvefiles/cve-2018-13873.h5 | error exit | read 1 obj, 1 errors | read 1 obj | ok |
|
||||||
| cvefiles/cve-2018-13874.h5 | error exit | open error | read 1 obj, 1 errors | h5py-cannot-read |
|
| cvefiles/cve-2018-13874.h5 | error exit | open error | read 1 obj, 1 errors | h5py-cannot-read |
|
||||||
| cvefiles/cve-2018-13875.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2018-13875.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-13876.h5 | error exit | open error | read 2 obj, 1 errors | h5py-cannot-read |
|
| cvefiles/cve-2018-13876.h5 | error exit | open error | read 2 obj, 1 errors | h5py-cannot-read |
|
||||||
| cvefiles/cve-2018-14031.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2018-14031.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-14033.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
| cvefiles/cve-2018-14033.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-14034.h5 | error exit | read 1 obj, 2 errors | read 1 obj | ok |
|
| cvefiles/cve-2018-14034.h5 | error exit | read 1 obj, 2 errors | read 1 obj | ok |
|
||||||
| cvefiles/cve-2018-14035.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2018-14035.h5 | error exit | read 3 obj, 1 errors | read 3 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2018-14460.h5 | error exit | read 3 obj, 2 errors | read 3 obj, 2 errors | ok |
|
| cvefiles/cve-2018-14460.h5 | error exit | read 3 obj, 2 errors | read 3 obj, 2 errors | ok |
|
||||||
| cvefiles/cve-2018-15671.h5 | ok | read 1 obj | read 1 obj | ok |
|
| cvefiles/cve-2018-15671.h5 | ok | read 1 obj | read 1 obj | ok |
|
||||||
| cvefiles/cve-2018-15672.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2018-15672.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
@@ -172,7 +169,7 @@ columns are.
|
|||||||
| cvefiles/cve-2020-10812.h5 | error exit | open error | read 2 obj | h5py-cannot-read |
|
| cvefiles/cve-2020-10812.h5 | error exit | open error | read 2 obj | h5py-cannot-read |
|
||||||
| cvefiles/cve-2020-18232.h5 | error exit | read 3 obj, 2 errors | read 3 obj, 2 errors | ok |
|
| cvefiles/cve-2020-18232.h5 | error exit | read 3 obj, 2 errors | read 3 obj, 2 errors | ok |
|
||||||
| cvefiles/cve-2020-18494.h5 | ok | read 2 obj | read 2 obj, 1 errors | our-error |
|
| cvefiles/cve-2020-18494.h5 | ok | read 2 obj | read 2 obj, 1 errors | our-error |
|
||||||
| cvefiles/cve-2021-36977.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | our-error |
|
| cvefiles/cve-2021-36977.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2021-37501.h5 | error exit | read 18 obj, 1 errors | read 18 obj, 1 errors | ok |
|
| cvefiles/cve-2021-37501.h5 | error exit | read 18 obj, 1 errors | read 18 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2021-45829.h5 | error exit | read 1 obj, 2 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2021-45829.h5 | error exit | read 1 obj, 2 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2021-45830.h5 | error exit | open error | read 1 obj, 1 errors | h5py-cannot-read |
|
| cvefiles/cve-2021-45830.h5 | error exit | open error | read 1 obj, 1 errors | h5py-cannot-read |
|
||||||
@@ -187,7 +184,7 @@ columns are.
|
|||||||
| cvefiles/cve-2024-29161.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 2 errors | ok |
|
| cvefiles/cve-2024-29161.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 2 errors | ok |
|
||||||
| cvefiles/cve-2024-29162.h5 | error exit | read 17 obj, 4 errors | read 17 obj, 3 errors | ok |
|
| cvefiles/cve-2024-29162.h5 | error exit | read 17 obj, 4 errors | read 17 obj, 3 errors | ok |
|
||||||
| cvefiles/cve-2024-29163.h5 | error exit | read 7 obj, 1 errors | read 7 obj, 1 errors | ok |
|
| cvefiles/cve-2024-29163.h5 | error exit | read 7 obj, 1 errors | read 7 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-29164.h5 | ok | read 3 obj | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2024-29164.h5 | ok | read 3 obj | read 3 obj | ok |
|
||||||
| cvefiles/cve-2024-29165.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2024-29165.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-29166.h5 | error exit | read 17 obj, 2 errors | read 17 obj | ok |
|
| cvefiles/cve-2024-29166.h5 | error exit | read 17 obj, 2 errors | read 17 obj | ok |
|
||||||
| cvefiles/cve-2024-32605.h5 | ok | read 6 obj, 1 errors | read 6 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32605.h5 | ok | read 6 obj, 1 errors | read 6 obj, 1 errors | ok |
|
||||||
@@ -195,14 +192,14 @@ columns are.
|
|||||||
| cvefiles/cve-2024-32607-1.h5 | ok | read 10 obj | read 10 obj | ok |
|
| cvefiles/cve-2024-32607-1.h5 | ok | read 10 obj | read 10 obj | ok |
|
||||||
| cvefiles/cve-2024-32607-2.h5 | error exit | read 9 obj, 1 errors | read 9 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32607-2.h5 | error exit | read 9 obj, 1 errors | read 9 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32608.h5 | error exit | read 6 obj, 1 errors | read 6 obj | ok |
|
| cvefiles/cve-2024-32608.h5 | error exit | read 6 obj, 1 errors | read 6 obj | ok |
|
||||||
| cvefiles/cve-2024-32609.h5 | error exit | SIGSEGV | read 4 obj, 1 errors | h5py-cannot-read |
|
| cvefiles/cve-2024-32609.h5 | error exit | SIGSEGV | read 3 obj, 1 errors | h5py-cannot-read |
|
||||||
| cvefiles/cve-2024-32610.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32610.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32611.h5 | ok | read 6 obj | read 6 obj | ok |
|
| cvefiles/cve-2024-32611.h5 | ok | read 6 obj | read 6 obj | ok |
|
||||||
| cvefiles/cve-2024-32612.h5 | ok | read 3 obj | read 3 obj, 2 errors | our-error |
|
| cvefiles/cve-2024-32612.h5 | ok | read 3 obj | read 3 obj | ok |
|
||||||
| cvefiles/cve-2024-32613.h5 | error exit | read 7 obj, 1 errors | read 11 obj | mismatch |
|
| cvefiles/cve-2024-32613.h5 | error exit | read 7 obj, 1 errors | read 7 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32614.h5 | error exit | read 25 obj, 2 errors | read 25 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32614.h5 | error exit | read 25 obj, 2 errors | read 25 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32615.h5 | error exit | read 4 obj, 1 errors | read 4 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32615.h5 | error exit | read 4 obj, 1 errors | read 4 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32616.h5 | error exit | read 10 obj, 7 errors | read 11 obj, 6 errors | mismatch |
|
| cvefiles/cve-2024-32616.h5 | error exit | read 10 obj, 7 errors | read 10 obj, 5 errors | ok |
|
||||||
| cvefiles/cve-2024-32617.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2024-32617.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2024-32618.h5 | error exit | read 4 obj, 2 errors | read 3 obj | mismatch |
|
| cvefiles/cve-2024-32618.h5 | error exit | read 4 obj, 2 errors | read 3 obj | mismatch |
|
||||||
| cvefiles/cve-2024-32619.h5 | error exit | read 3 obj, 2 errors | read 3 obj | ok |
|
| cvefiles/cve-2024-32619.h5 | error exit | read 3 obj, 2 errors | read 3 obj | ok |
|
||||||
@@ -251,7 +248,7 @@ columns are.
|
|||||||
| cvefiles/cve-2026-26200.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| cvefiles/cve-2026-26200.h5 | error exit | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| cvefiles/cve-2026-34734.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
| cvefiles/cve-2026-34734.h5 | error exit | read 2 obj, 1 errors | read 2 obj | ok |
|
||||||
| cvefiles/cve-2026-92627.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
| cvefiles/cve-2026-92627.h5 | error exit | read 2 obj, 1 errors | read 2 obj, 1 errors | ok |
|
||||||
| cvefiles/unknown-1.h5 | error exit | read 11 obj, 1 errors | read 11 obj, 5 errors | our-error |
|
| cvefiles/unknown-1.h5 | error exit | read 11 obj, 1 errors | read 11 obj, 1 errors | ok |
|
||||||
| fuzzerfiles/gh-4431-poc-03.h5 | error exit | read 1 obj | read 1 obj | ok |
|
| fuzzerfiles/gh-4431-poc-03.h5 | error exit | read 1 obj | read 1 obj | ok |
|
||||||
| fuzzerfiles/gh-4432-poc-05.h5 | SIGSEGV | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
| fuzzerfiles/gh-4432-poc-05.h5 | SIGSEGV | read 1 obj, 1 errors | read 1 obj, 1 errors | ok |
|
||||||
| fuzzerfiles/gh-4433-poc-08.h5 | error exit | read 1 obj, 1 errors | read 1 obj | ok |
|
| fuzzerfiles/gh-4433-poc-08.h5 | error exit | read 1 obj, 1 errors | read 1 obj | ok |
|
||||||
@@ -282,10 +279,11 @@ columns are.
|
|||||||
|
|
||||||
## Objects h5py fails on but clawhdf5 reads
|
## Objects h5py fails on but clawhdf5 reads
|
||||||
|
|
||||||
|
- 19 x `KeyError: '…'`
|
||||||
- 19 x `OSError: Can't synchronously read data (no appropriate function for conversion path)`
|
- 19 x `OSError: Can't synchronously read data (no appropriate function for conversion path)`
|
||||||
- 17 x `KeyError: '…'`
|
|
||||||
- 1 x `TypeError: unhandled dtype kind M (dtype('…'))`
|
- 1 x `TypeError: unhandled dtype kind M (dtype('…'))`
|
||||||
- 1 x `OSError: Can't synchronously read data (bad coordinate offset)`
|
- 1 x `OSError: Can't synchronously read data (bad coordinate offset)`
|
||||||
|
- 1 x `TypeError: No NumPy equivalent for TypeTimeID exists`
|
||||||
- 1 x `KeyError: "…"`
|
- 1 x `KeyError: "…"`
|
||||||
- 1 x `ValueError: Insufficient precision in available types to represent (N, N, N, N, N)`
|
- 1 x `ValueError: Insufficient precision in available types to represent (N, N, N, N, N)`
|
||||||
|
|
||||||
|
|||||||
+116
-16
@@ -1,43 +1,41 @@
|
|||||||
{
|
{
|
||||||
"comment": "conformance/run.sh fails if the ok count drops below `ok` or a file in `ok_files` stops being ok. Regenerate with `conformance/run.sh --update-baseline` after an intended change.",
|
"comment": "conformance/run.sh fails if the ok count drops below `ok` or a file in `ok_files` stops being ok. Regenerate with `conformance/run.sh --update-baseline` after an intended change.",
|
||||||
"commit": "42b81d9f1c3d9bef6050ad8a1326ac8c97f641d3",
|
"commit": "10d1029ead524e2fe64c2cd7f61b28067d9e449c",
|
||||||
"date": "2026-09-26 03:05 UTC",
|
"date": "2026-09-26 03:46 UTC",
|
||||||
"reference": "h5py 3.16.0 / HDF5 2.0.0",
|
"reference": "h5py 3.16.0 / HDF5 2.0.0",
|
||||||
"files": 697,
|
"files": 697,
|
||||||
"ok": 467,
|
"ok": 569,
|
||||||
"counts": {
|
"counts": {
|
||||||
"h5py-cannot-read": 92,
|
"h5py-cannot-read": 92,
|
||||||
"mismatch": 15,
|
"mismatch": 22,
|
||||||
"ok": 467,
|
"ok": 569,
|
||||||
"our-error": 123
|
"our-error": 14
|
||||||
},
|
},
|
||||||
"per_corpus": {
|
"per_corpus": {
|
||||||
"NCAS-CMS_pyfive": {
|
"NCAS-CMS_pyfive": {
|
||||||
"mismatch": 1,
|
"mismatch": 1,
|
||||||
"ok": 31,
|
"ok": 32
|
||||||
"our-error": 1
|
|
||||||
},
|
},
|
||||||
"cve_hdf5": {
|
"cve_hdf5": {
|
||||||
"h5py-cannot-read": 32,
|
"h5py-cannot-read": 32,
|
||||||
"mismatch": 11,
|
"mismatch": 9,
|
||||||
"ok": 87,
|
"ok": 100,
|
||||||
"our-error": 17
|
"our-error": 6
|
||||||
},
|
},
|
||||||
"h5py_data": {
|
"h5py_data": {
|
||||||
"ok": 4
|
"ok": 4
|
||||||
},
|
},
|
||||||
"hdf5": {
|
"hdf5": {
|
||||||
"h5py-cannot-read": 60,
|
"h5py-cannot-read": 60,
|
||||||
"mismatch": 3,
|
"mismatch": 12,
|
||||||
"ok": 300,
|
"ok": 386,
|
||||||
"our-error": 103
|
"our-error": 8
|
||||||
},
|
},
|
||||||
"netcdf-c": {
|
"netcdf-c": {
|
||||||
"ok": 20
|
"ok": 20
|
||||||
},
|
},
|
||||||
"netcdf4-python": {
|
"netcdf4-python": {
|
||||||
"ok": 16,
|
"ok": 18
|
||||||
"our-error": 2
|
|
||||||
},
|
},
|
||||||
"usnistgov_h5wasm": {
|
"usnistgov_h5wasm": {
|
||||||
"ok": 5
|
"ok": 5
|
||||||
@@ -50,6 +48,7 @@
|
|||||||
"NCAS-CMS_pyfive/tests/compact.hdf5",
|
"NCAS-CMS_pyfive/tests/compact.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/data/btreev2.hdf5",
|
"NCAS-CMS_pyfive/tests/data/btreev2.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/data/chunked.hdf5",
|
"NCAS-CMS_pyfive/tests/data/chunked.hdf5",
|
||||||
|
"NCAS-CMS_pyfive/tests/data/cmip_bad_eg.nc",
|
||||||
"NCAS-CMS_pyfive/tests/data/compressed.hdf5",
|
"NCAS-CMS_pyfive/tests/data/compressed.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/data/compressed_v1.hdf5",
|
"NCAS-CMS_pyfive/tests/data/compressed_v1.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/data/dataset_datatypes.hdf5",
|
"NCAS-CMS_pyfive/tests/data/dataset_datatypes.hdf5",
|
||||||
@@ -78,9 +77,11 @@
|
|||||||
"NCAS-CMS_pyfive/tests/data/resizable.hdf5",
|
"NCAS-CMS_pyfive/tests/data/resizable.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/opaque_datetime.hdf5",
|
"NCAS-CMS_pyfive/tests/opaque_datetime.hdf5",
|
||||||
"NCAS-CMS_pyfive/tests/opaque_fixed.hdf5",
|
"NCAS-CMS_pyfive/tests/opaque_fixed.hdf5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2016-4330.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2016-4331.h5",
|
"cve_hdf5/cvefiles/cve-2016-4331.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2016-4332-mtime-new.h5",
|
"cve_hdf5/cvefiles/cve-2016-4332-mtime-new.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2016-4332-mtime.h5",
|
"cve_hdf5/cvefiles/cve-2016-4332-mtime.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2016-4333.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2017-17505.h5",
|
"cve_hdf5/cvefiles/cve-2017-17505.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2017-17506.h5",
|
"cve_hdf5/cvefiles/cve-2017-17506.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2017-17507.h5",
|
"cve_hdf5/cvefiles/cve-2017-17507.h5",
|
||||||
@@ -91,15 +92,20 @@
|
|||||||
"cve_hdf5/cvefiles/cve-2018-11204.h5",
|
"cve_hdf5/cvefiles/cve-2018-11204.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-11205.h5",
|
"cve_hdf5/cvefiles/cve-2018-11205.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-11206-new.h5",
|
"cve_hdf5/cvefiles/cve-2018-11206-new.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2018-11206-old.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-11207.h5",
|
"cve_hdf5/cvefiles/cve-2018-11207.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13867.h5",
|
"cve_hdf5/cvefiles/cve-2018-13867.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2018-13868.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13869.h5",
|
"cve_hdf5/cvefiles/cve-2018-13869.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13870.h5",
|
"cve_hdf5/cvefiles/cve-2018-13870.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13871.h5",
|
"cve_hdf5/cvefiles/cve-2018-13871.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13872.h5",
|
"cve_hdf5/cvefiles/cve-2018-13872.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-13873.h5",
|
"cve_hdf5/cvefiles/cve-2018-13873.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2018-13875.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2018-14031.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-14033.h5",
|
"cve_hdf5/cvefiles/cve-2018-14033.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-14034.h5",
|
"cve_hdf5/cvefiles/cve-2018-14034.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2018-14035.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-14460.h5",
|
"cve_hdf5/cvefiles/cve-2018-14460.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-15671.h5",
|
"cve_hdf5/cvefiles/cve-2018-15671.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2018-15672.h5",
|
"cve_hdf5/cvefiles/cve-2018-15672.h5",
|
||||||
@@ -115,6 +121,7 @@
|
|||||||
"cve_hdf5/cvefiles/cve-2019-9152.h5",
|
"cve_hdf5/cvefiles/cve-2019-9152.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2020-10811.h5",
|
"cve_hdf5/cvefiles/cve-2020-10811.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2020-18232.h5",
|
"cve_hdf5/cvefiles/cve-2020-18232.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2021-36977.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2021-37501.h5",
|
"cve_hdf5/cvefiles/cve-2021-37501.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2021-45829.h5",
|
"cve_hdf5/cvefiles/cve-2021-45829.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2021-45833.h5",
|
"cve_hdf5/cvefiles/cve-2021-45833.h5",
|
||||||
@@ -125,6 +132,7 @@
|
|||||||
"cve_hdf5/cvefiles/cve-2024-29161.h5",
|
"cve_hdf5/cvefiles/cve-2024-29161.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-29162.h5",
|
"cve_hdf5/cvefiles/cve-2024-29162.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-29163.h5",
|
"cve_hdf5/cvefiles/cve-2024-29163.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2024-29164.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-29165.h5",
|
"cve_hdf5/cvefiles/cve-2024-29165.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-29166.h5",
|
"cve_hdf5/cvefiles/cve-2024-29166.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32605.h5",
|
"cve_hdf5/cvefiles/cve-2024-32605.h5",
|
||||||
@@ -134,8 +142,11 @@
|
|||||||
"cve_hdf5/cvefiles/cve-2024-32608.h5",
|
"cve_hdf5/cvefiles/cve-2024-32608.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32610.h5",
|
"cve_hdf5/cvefiles/cve-2024-32610.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32611.h5",
|
"cve_hdf5/cvefiles/cve-2024-32611.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2024-32612.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2024-32613.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32614.h5",
|
"cve_hdf5/cvefiles/cve-2024-32614.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32615.h5",
|
"cve_hdf5/cvefiles/cve-2024-32615.h5",
|
||||||
|
"cve_hdf5/cvefiles/cve-2024-32616.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32617.h5",
|
"cve_hdf5/cvefiles/cve-2024-32617.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32619.h5",
|
"cve_hdf5/cvefiles/cve-2024-32619.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2024-32620.h5",
|
"cve_hdf5/cvefiles/cve-2024-32620.h5",
|
||||||
@@ -159,6 +170,7 @@
|
|||||||
"cve_hdf5/cvefiles/cve-2026-26200.h5",
|
"cve_hdf5/cvefiles/cve-2026-26200.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2026-34734.h5",
|
"cve_hdf5/cvefiles/cve-2026-34734.h5",
|
||||||
"cve_hdf5/cvefiles/cve-2026-92627.h5",
|
"cve_hdf5/cvefiles/cve-2026-92627.h5",
|
||||||
|
"cve_hdf5/cvefiles/unknown-1.h5",
|
||||||
"cve_hdf5/fuzzerfiles/gh-4431-poc-03.h5",
|
"cve_hdf5/fuzzerfiles/gh-4431-poc-03.h5",
|
||||||
"cve_hdf5/fuzzerfiles/gh-4432-poc-05.h5",
|
"cve_hdf5/fuzzerfiles/gh-4432-poc-05.h5",
|
||||||
"cve_hdf5/fuzzerfiles/gh-4433-poc-08.h5",
|
"cve_hdf5/fuzzerfiles/gh-4433-poc-08.h5",
|
||||||
@@ -174,6 +186,20 @@
|
|||||||
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.h5",
|
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_jpeg.h5",
|
||||||
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.h5",
|
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_lz4.h5",
|
||||||
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.h5",
|
"hdf5/HDF5Examples/C/H5FLT/tfiles/h5ex_d_zstd.h5",
|
||||||
|
"hdf5/HDF5Examples/C/H5G/16/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/C/H5G/16/h5ex_g_traverse.h5",
|
||||||
|
"hdf5/HDF5Examples/C/H5G/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/C/H5G/h5ex_g_traverse.h5",
|
||||||
|
"hdf5/HDF5Examples/C/H5G/h5ex_g_visit.h5",
|
||||||
|
"hdf5/HDF5Examples/FORTRAN/H5G/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/FORTRAN/H5G/h5ex_g_traverse.h5",
|
||||||
|
"hdf5/HDF5Examples/FORTRAN/H5G/h5ex_g_visit.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/H5G/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/H5G/h5ex_g_visit.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/compat/H5G/110/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/compat/H5G/110/h5ex_g_visit.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/compat/H5G/h5ex_g_iterate.h5",
|
||||||
|
"hdf5/HDF5Examples/JAVA/compat/H5G/h5ex_g_visit.h5",
|
||||||
"hdf5/c++/test/th5s.h5",
|
"hdf5/c++/test/th5s.h5",
|
||||||
"hdf5/hl/test/testfiles/test_ds_be.h5",
|
"hdf5/hl/test/testfiles/test_ds_be.h5",
|
||||||
"hdf5/hl/test/testfiles/test_ds_be_new_ref-32bit.h5",
|
"hdf5/hl/test/testfiles/test_ds_be_new_ref-32bit.h5",
|
||||||
@@ -181,6 +207,9 @@
|
|||||||
"hdf5/hl/test/testfiles/test_ds_le.h5",
|
"hdf5/hl/test/testfiles/test_ds_le.h5",
|
||||||
"hdf5/hl/test/testfiles/test_ds_le_new_ref.h5",
|
"hdf5/hl/test/testfiles/test_ds_le_new_ref.h5",
|
||||||
"hdf5/hl/test/testfiles/test_ld.h5",
|
"hdf5/hl/test/testfiles/test_ld.h5",
|
||||||
|
"hdf5/hl/test/testfiles/test_table_be.h5",
|
||||||
|
"hdf5/hl/test/testfiles/test_table_cray.h5",
|
||||||
|
"hdf5/hl/test/testfiles/test_table_le.h5",
|
||||||
"hdf5/test/testfiles/aggr.h5",
|
"hdf5/test/testfiles/aggr.h5",
|
||||||
"hdf5/test/testfiles/bad_chunk_ndims.h5",
|
"hdf5/test/testfiles/bad_chunk_ndims.h5",
|
||||||
"hdf5/test/testfiles/bad_compound.h5",
|
"hdf5/test/testfiles/bad_compound.h5",
|
||||||
@@ -188,12 +217,16 @@
|
|||||||
"hdf5/test/testfiles/be_data.h5",
|
"hdf5/test/testfiles/be_data.h5",
|
||||||
"hdf5/test/testfiles/be_extlink1.h5",
|
"hdf5/test/testfiles/be_extlink1.h5",
|
||||||
"hdf5/test/testfiles/be_extlink2.h5",
|
"hdf5/test/testfiles/be_extlink2.h5",
|
||||||
|
"hdf5/test/testfiles/btree_idx_1_6.h5",
|
||||||
"hdf5/test/testfiles/btree_idx_1_8.h5",
|
"hdf5/test/testfiles/btree_idx_1_8.h5",
|
||||||
"hdf5/test/testfiles/charsets.h5",
|
"hdf5/test/testfiles/charsets.h5",
|
||||||
"hdf5/test/testfiles/corrupt_stab_msg.h5",
|
"hdf5/test/testfiles/corrupt_stab_msg.h5",
|
||||||
|
"hdf5/test/testfiles/deflate.h5",
|
||||||
"hdf5/test/testfiles/file_image_core_test.h5",
|
"hdf5/test/testfiles/file_image_core_test.h5",
|
||||||
|
"hdf5/test/testfiles/filespace_1_6.h5",
|
||||||
"hdf5/test/testfiles/filespace_1_8.h5",
|
"hdf5/test/testfiles/filespace_1_8.h5",
|
||||||
"hdf5/test/testfiles/fill18.h5",
|
"hdf5/test/testfiles/fill18.h5",
|
||||||
|
"hdf5/test/testfiles/fill_old.h5",
|
||||||
"hdf5/test/testfiles/filter_error.h5",
|
"hdf5/test/testfiles/filter_error.h5",
|
||||||
"hdf5/test/testfiles/fsm_aggr_nopersist.h5",
|
"hdf5/test/testfiles/fsm_aggr_nopersist.h5",
|
||||||
"hdf5/test/testfiles/fsm_aggr_persist.h5",
|
"hdf5/test/testfiles/fsm_aggr_persist.h5",
|
||||||
@@ -214,17 +247,27 @@
|
|||||||
"hdf5/test/testfiles/paged_nopersist.h5",
|
"hdf5/test/testfiles/paged_nopersist.h5",
|
||||||
"hdf5/test/testfiles/paged_persist.h5",
|
"hdf5/test/testfiles/paged_persist.h5",
|
||||||
"hdf5/test/testfiles/specmetaread.h5",
|
"hdf5/test/testfiles/specmetaread.h5",
|
||||||
|
"hdf5/test/testfiles/tarrold.h5",
|
||||||
"hdf5/test/testfiles/tbad_msg_count.h5",
|
"hdf5/test/testfiles/tbad_msg_count.h5",
|
||||||
"hdf5/test/testfiles/tbogus.h5",
|
"hdf5/test/testfiles/tbogus.h5",
|
||||||
|
"hdf5/test/testfiles/test_filters_be.h5",
|
||||||
|
"hdf5/test/testfiles/test_filters_le.h5",
|
||||||
"hdf5/test/testfiles/th5s.h5",
|
"hdf5/test/testfiles/th5s.h5",
|
||||||
"hdf5/test/testfiles/tlayouto.h5",
|
"hdf5/test/testfiles/tlayouto.h5",
|
||||||
"hdf5/test/testfiles/tmisc38a.h5",
|
"hdf5/test/testfiles/tmisc38a.h5",
|
||||||
"hdf5/test/testfiles/tmisc38b.h5",
|
"hdf5/test/testfiles/tmisc38b.h5",
|
||||||
|
"hdf5/test/testfiles/tmtimen.h5",
|
||||||
|
"hdf5/test/testfiles/tmtimeo.h5",
|
||||||
"hdf5/test/testfiles/tnullspace.h5",
|
"hdf5/test/testfiles/tnullspace.h5",
|
||||||
"hdf5/test/testfiles/tsizeslheap.h5",
|
"hdf5/test/testfiles/tsizeslheap.h5",
|
||||||
"hdf5/tools/test/testfiles/bigendian/tdset2.h5",
|
"hdf5/tools/test/testfiles/bigendian/tdset2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/binfp64.h5",
|
||||||
|
"hdf5/tools/test/testfiles/binin16.h5",
|
||||||
"hdf5/tools/test/testfiles/binin32.h5",
|
"hdf5/tools/test/testfiles/binin32.h5",
|
||||||
|
"hdf5/tools/test/testfiles/binin8.h5",
|
||||||
"hdf5/tools/test/testfiles/binin8w.h5",
|
"hdf5/tools/test/testfiles/binin8w.h5",
|
||||||
|
"hdf5/tools/test/testfiles/binuin16.h5",
|
||||||
|
"hdf5/tools/test/testfiles/binuin32.h5",
|
||||||
"hdf5/tools/test/testfiles/bounds_latest_latest.h5",
|
"hdf5/tools/test/testfiles/bounds_latest_latest.h5",
|
||||||
"hdf5/tools/test/testfiles/charsets.h5",
|
"hdf5/tools/test/testfiles/charsets.h5",
|
||||||
"hdf5/tools/test/testfiles/compounds_array_vlen1.h5",
|
"hdf5/tools/test/testfiles/compounds_array_vlen1.h5",
|
||||||
@@ -234,6 +277,8 @@
|
|||||||
"hdf5/tools/test/testfiles/filter_fail.h5",
|
"hdf5/tools/test/testfiles/filter_fail.h5",
|
||||||
"hdf5/tools/test/testfiles/h5clear_fsm_persist_equal.h5",
|
"hdf5/tools/test/testfiles/h5clear_fsm_persist_equal.h5",
|
||||||
"hdf5/tools/test/testfiles/h5clear_fsm_persist_noclose.h5",
|
"hdf5/tools/test/testfiles/h5clear_fsm_persist_noclose.h5",
|
||||||
|
"hdf5/tools/test/testfiles/h5clear_fsm_persist_user_equal.h5",
|
||||||
|
"hdf5/tools/test/testfiles/h5clear_fsm_persist_user_less.h5",
|
||||||
"hdf5/tools/test/testfiles/h5clear_sec2_v0.h5",
|
"hdf5/tools/test/testfiles/h5clear_sec2_v0.h5",
|
||||||
"hdf5/tools/test/testfiles/h5clear_sec2_v2.h5",
|
"hdf5/tools/test/testfiles/h5clear_sec2_v2.h5",
|
||||||
"hdf5/tools/test/testfiles/h5copy_extlinks_src.h5",
|
"hdf5/tools/test/testfiles/h5copy_extlinks_src.h5",
|
||||||
@@ -343,7 +388,9 @@
|
|||||||
"hdf5/tools/test/testfiles/h5stat_err_old_layout.h5",
|
"hdf5/tools/test/testfiles/h5stat_err_old_layout.h5",
|
||||||
"hdf5/tools/test/testfiles/h5stat_filters.h5",
|
"hdf5/tools/test/testfiles/h5stat_filters.h5",
|
||||||
"hdf5/tools/test/testfiles/h5stat_idx.h5",
|
"hdf5/tools/test/testfiles/h5stat_idx.h5",
|
||||||
|
"hdf5/tools/test/testfiles/h5stat_newgrat.h5",
|
||||||
"hdf5/tools/test/testfiles/h5stat_threshold.h5",
|
"hdf5/tools/test/testfiles/h5stat_threshold.h5",
|
||||||
|
"hdf5/tools/test/testfiles/h5stat_tsohm.h5",
|
||||||
"hdf5/tools/test/testfiles/mod_h5clear_mdc_image.h5",
|
"hdf5/tools/test/testfiles/mod_h5clear_mdc_image.h5",
|
||||||
"hdf5/tools/test/testfiles/non_comparables1.h5",
|
"hdf5/tools/test/testfiles/non_comparables1.h5",
|
||||||
"hdf5/tools/test/testfiles/non_comparables2.h5",
|
"hdf5/tools/test/testfiles/non_comparables2.h5",
|
||||||
@@ -359,8 +406,13 @@
|
|||||||
"hdf5/tools/test/testfiles/t128bit_float.h5",
|
"hdf5/tools/test/testfiles/t128bit_float.h5",
|
||||||
"hdf5/tools/test/testfiles/tCVE-2021-37501_attr_decode.h5",
|
"hdf5/tools/test/testfiles/tCVE-2021-37501_attr_decode.h5",
|
||||||
"hdf5/tools/test/testfiles/tCVE_2018_11206_fill_new.h5",
|
"hdf5/tools/test/testfiles/tCVE_2018_11206_fill_new.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tCVE_2018_11206_fill_old.h5",
|
||||||
"hdf5/tools/test/testfiles/taindices.h5",
|
"hdf5/tools/test/testfiles/taindices.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tarray1.h5",
|
||||||
"hdf5/tools/test/testfiles/tarray1_big.h5",
|
"hdf5/tools/test/testfiles/tarray1_big.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tarray2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tarray4.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tarray5.h5",
|
||||||
"hdf5/tools/test/testfiles/tarray8.h5",
|
"hdf5/tools/test/testfiles/tarray8.h5",
|
||||||
"hdf5/tools/test/testfiles/tattr.h5",
|
"hdf5/tools/test/testfiles/tattr.h5",
|
||||||
"hdf5/tools/test/testfiles/tattr2.h5",
|
"hdf5/tools/test/testfiles/tattr2.h5",
|
||||||
@@ -372,15 +424,20 @@
|
|||||||
"hdf5/tools/test/testfiles/tbigdims.h5",
|
"hdf5/tools/test/testfiles/tbigdims.h5",
|
||||||
"hdf5/tools/test/testfiles/tbinary.h5",
|
"hdf5/tools/test/testfiles/tbinary.h5",
|
||||||
"hdf5/tools/test/testfiles/tbitnopaque.h5",
|
"hdf5/tools/test/testfiles/tbitnopaque.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tchar.h5",
|
||||||
"hdf5/tools/test/testfiles/tcmpdattrintsize.h5",
|
"hdf5/tools/test/testfiles/tcmpdattrintsize.h5",
|
||||||
"hdf5/tools/test/testfiles/tcmpdintarray.h5",
|
"hdf5/tools/test/testfiles/tcmpdintarray.h5",
|
||||||
"hdf5/tools/test/testfiles/tcmpdints.h5",
|
"hdf5/tools/test/testfiles/tcmpdints.h5",
|
||||||
"hdf5/tools/test/testfiles/tcmpdintsize.h5",
|
"hdf5/tools/test/testfiles/tcmpdintsize.h5",
|
||||||
"hdf5/tools/test/testfiles/tcomplex.h5",
|
"hdf5/tools/test/testfiles/tcomplex.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tcompound.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tcompound_complex.h5",
|
||||||
"hdf5/tools/test/testfiles/tcompound_complex2.h5",
|
"hdf5/tools/test/testfiles/tcompound_complex2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tdatareg.h5",
|
||||||
"hdf5/tools/test/testfiles/tdset.h5",
|
"hdf5/tools/test/testfiles/tdset.h5",
|
||||||
"hdf5/tools/test/testfiles/tdset2.h5",
|
"hdf5/tools/test/testfiles/tdset2.h5",
|
||||||
"hdf5/tools/test/testfiles/tdset_idx.h5",
|
"hdf5/tools/test/testfiles/tdset_idx.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tempty.h5",
|
||||||
"hdf5/tools/test/testfiles/textlink.h5",
|
"hdf5/tools/test/testfiles/textlink.h5",
|
||||||
"hdf5/tools/test/testfiles/textlinkfar.h5",
|
"hdf5/tools/test/testfiles/textlinkfar.h5",
|
||||||
"hdf5/tools/test/testfiles/textlinksrc.h5",
|
"hdf5/tools/test/testfiles/textlinksrc.h5",
|
||||||
@@ -412,6 +469,7 @@
|
|||||||
"hdf5/tools/test/testfiles/tloop.h5",
|
"hdf5/tools/test/testfiles/tloop.h5",
|
||||||
"hdf5/tools/test/testfiles/tnamed_dtype_attr.h5",
|
"hdf5/tools/test/testfiles/tnamed_dtype_attr.h5",
|
||||||
"hdf5/tools/test/testfiles/tnestedcmpddt.h5",
|
"hdf5/tools/test/testfiles/tnestedcmpddt.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tnestedcomp.h5",
|
||||||
"hdf5/tools/test/testfiles/tno-subset.h5",
|
"hdf5/tools/test/testfiles/tno-subset.h5",
|
||||||
"hdf5/tools/test/testfiles/tnullspace.h5",
|
"hdf5/tools/test/testfiles/tnullspace.h5",
|
||||||
"hdf5/tools/test/testfiles/torderattr.h5",
|
"hdf5/tools/test/testfiles/torderattr.h5",
|
||||||
@@ -426,6 +484,7 @@
|
|||||||
"hdf5/tools/test/testfiles/trefer_param.h5",
|
"hdf5/tools/test/testfiles/trefer_param.h5",
|
||||||
"hdf5/tools/test/testfiles/trefer_reg.h5",
|
"hdf5/tools/test/testfiles/trefer_reg.h5",
|
||||||
"hdf5/tools/test/testfiles/trefer_reg_1d.h5",
|
"hdf5/tools/test/testfiles/trefer_reg_1d.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tsaf.h5",
|
||||||
"hdf5/tools/test/testfiles/tscalarattrintsize.h5",
|
"hdf5/tools/test/testfiles/tscalarattrintsize.h5",
|
||||||
"hdf5/tools/test/testfiles/tscalarintattrsize.h5",
|
"hdf5/tools/test/testfiles/tscalarintattrsize.h5",
|
||||||
"hdf5/tools/test/testfiles/tscalarintsize.h5",
|
"hdf5/tools/test/testfiles/tscalarintsize.h5",
|
||||||
@@ -435,39 +494,78 @@
|
|||||||
"hdf5/tools/test/testfiles/tst_onion_dset_1d.h5",
|
"hdf5/tools/test/testfiles/tst_onion_dset_1d.h5",
|
||||||
"hdf5/tools/test/testfiles/tst_onion_dset_ext.h5",
|
"hdf5/tools/test/testfiles/tst_onion_dset_ext.h5",
|
||||||
"hdf5/tools/test/testfiles/tst_onion_objs.h5",
|
"hdf5/tools/test/testfiles/tst_onion_objs.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tstr.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tstr2.h5",
|
||||||
"hdf5/tools/test/testfiles/tstr3.h5",
|
"hdf5/tools/test/testfiles/tstr3.h5",
|
||||||
"hdf5/tools/test/testfiles/tudfilter.h5",
|
"hdf5/tools/test/testfiles/tudfilter.h5",
|
||||||
"hdf5/tools/test/testfiles/tudfilter2.h5",
|
"hdf5/tools/test/testfiles/tudfilter2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tvldtypes1.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tvldtypes2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tvldtypes3.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tvldtypes4.h5",
|
||||||
|
"hdf5/tools/test/testfiles/tvldtypes5.h5",
|
||||||
"hdf5/tools/test/testfiles/tvlenstr_array.h5",
|
"hdf5/tools/test/testfiles/tvlenstr_array.h5",
|
||||||
"hdf5/tools/test/testfiles/tvlstr.h5",
|
"hdf5/tools/test/testfiles/tvlstr.h5",
|
||||||
"hdf5/tools/test/testfiles/tvms.h5",
|
"hdf5/tools/test/testfiles/tvms.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtfp32.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtfp64.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtin16.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtin32.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtin8.h5",
|
||||||
"hdf5/tools/test/testfiles/txtstr.h5",
|
"hdf5/tools/test/testfiles/txtstr.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtuin16.h5",
|
||||||
|
"hdf5/tools/test/testfiles/txtuin32.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_a.h5",
|
"hdf5/tools/test/testfiles/vds/1_a.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_b.h5",
|
"hdf5/tools/test/testfiles/vds/1_b.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_c.h5",
|
"hdf5/tools/test/testfiles/vds/1_c.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_d.h5",
|
"hdf5/tools/test/testfiles/vds/1_d.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_e.h5",
|
"hdf5/tools/test/testfiles/vds/1_e.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/1_f.h5",
|
"hdf5/tools/test/testfiles/vds/1_f.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/1_vds.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/2_a.h5",
|
"hdf5/tools/test/testfiles/vds/2_a.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/2_b.h5",
|
"hdf5/tools/test/testfiles/vds/2_b.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/2_c.h5",
|
"hdf5/tools/test/testfiles/vds/2_c.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/2_d.h5",
|
"hdf5/tools/test/testfiles/vds/2_d.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/2_e.h5",
|
"hdf5/tools/test/testfiles/vds/2_e.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/2_vds.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/3_1_vds.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/3_2_vds.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/4_0.h5",
|
"hdf5/tools/test/testfiles/vds/4_0.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/4_1.h5",
|
"hdf5/tools/test/testfiles/vds/4_1.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/4_2.h5",
|
"hdf5/tools/test/testfiles/vds/4_2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/4_vds.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/5_a.h5",
|
"hdf5/tools/test/testfiles/vds/5_a.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/5_b.h5",
|
"hdf5/tools/test/testfiles/vds/5_b.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/5_c.h5",
|
"hdf5/tools/test/testfiles/vds/5_c.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/5_vds.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/a.h5",
|
"hdf5/tools/test/testfiles/vds/a.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/b.h5",
|
"hdf5/tools/test/testfiles/vds/b.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/c.h5",
|
"hdf5/tools/test/testfiles/vds/c.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/d.h5",
|
"hdf5/tools/test/testfiles/vds/d.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/f-0.h5",
|
"hdf5/tools/test/testfiles/vds/f-0.h5",
|
||||||
"hdf5/tools/test/testfiles/vds/f-3.h5",
|
"hdf5/tools/test/testfiles/vds/f-3.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/vds-eiger.h5",
|
||||||
|
"hdf5/tools/test/testfiles/vds/vds-percival-unlim-maxmin.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tbitfields.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tcompound2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tdset2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tenum.h5",
|
||||||
"hdf5/tools/test/testfiles/xml/test35.nc",
|
"hdf5/tools/test/testfiles/xml/test35.nc",
|
||||||
"hdf5/tools/test/testfiles/xml/tloop2.h5",
|
"hdf5/tools/test/testfiles/xml/tloop2.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-amp.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-apos.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-gt.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-lt.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-quot.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tname-sp.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tnodata.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tobjref.h5",
|
||||||
"hdf5/tools/test/testfiles/xml/topaque.h5",
|
"hdf5/tools/test/testfiles/xml/topaque.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tref-escapes-at.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tref-escapes.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tref.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tstring-at.h5",
|
||||||
|
"hdf5/tools/test/testfiles/xml/tstring.h5",
|
||||||
"hdf5/tools/test/testfiles/zerodim.h5",
|
"hdf5/tools/test/testfiles/zerodim.h5",
|
||||||
"netcdf-c/h5_test/ref_tst_h_compounds.h5",
|
"netcdf-c/h5_test/ref_tst_h_compounds.h5",
|
||||||
"netcdf-c/h5_test/ref_tst_h_compounds2.h5",
|
"netcdf-c/h5_test/ref_tst_h_compounds2.h5",
|
||||||
@@ -504,6 +602,8 @@
|
|||||||
"netcdf4-python/examples/data/rtofs_glo_3dz_f006_6hrly_reg3.nc",
|
"netcdf4-python/examples/data/rtofs_glo_3dz_f006_6hrly_reg3.nc",
|
||||||
"netcdf4-python/test/20171025_2056.Cloud_Top_Height.nc",
|
"netcdf4-python/test/20171025_2056.Cloud_Top_Height.nc",
|
||||||
"netcdf4-python/test/issue1152.nc",
|
"netcdf4-python/test/issue1152.nc",
|
||||||
|
"netcdf4-python/test/issue671.nc",
|
||||||
|
"netcdf4-python/test/issue672.nc",
|
||||||
"netcdf4-python/test/test_gold.nc",
|
"netcdf4-python/test/test_gold.nc",
|
||||||
"usnistgov_h5wasm/test/array.h5",
|
"usnistgov_h5wasm/test/array.h5",
|
||||||
"usnistgov_h5wasm/test/compressed.h5",
|
"usnistgov_h5wasm/test/compressed.h5",
|
||||||
|
|||||||
Reference in New Issue
Block a user