Develop HDFFV-11310 (#1811)
* Rework java vl check in read/write. Handle old refs in h5dump * Committing clang-format changes * Java changes allow default VL reads * Fix JNI utility for old refs * HDFFV-11310 - implement vlen read/write for atomic types. * format check fix * Mostly format fixes * More format issues * Two format changes * Use JNI names for sizeof * format change * fix size typo * Change to older method to initialize list * remove unused var * format fix * switch writeVL functions to use datatype instead of java type * Add VL option to generic read/write check * Correct function name typo * Add JIRA issue * Correct note to match change in code. * HDFFV-11318 add VL references as byte arrays * Add release note and format changes * Another format update * Fix unreleased allocations * Fix format * format correction Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,7 @@ JUnit version 4.11
|
||||
.testH5Dcreate
|
||||
.testH5Dget_offset
|
||||
.testH5Dget_type
|
||||
.testH5DVLwr
|
||||
.testH5Dfill
|
||||
.testH5Dopen
|
||||
.testH5Dcreate_anon
|
||||
@@ -11,15 +12,15 @@ JUnit version 4.11
|
||||
.testH5Dget_storage_size_empty
|
||||
.testH5Diterate
|
||||
.testH5Dget_access_plist
|
||||
.testH5Dvlen_read_invalid_buffer
|
||||
.testH5Dvlen_get_buf_size
|
||||
.testH5Dget_space_closed
|
||||
.testH5Dget_space_status
|
||||
.testH5Dvlen_write_read
|
||||
.testH5Dget_space
|
||||
.testH5Dget_type_closed
|
||||
.testH5Dvlen_read_default_buffer
|
||||
|
||||
Time: XXXX
|
||||
|
||||
OK (19 tests)
|
||||
OK (20 tests)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user