Brings java wrapper updates from develop

The wrappers compile but fail tests due to some missing develop
functionality
This commit is contained in:
Dana Robinson
2021-05-06 14:07:08 -07:00
parent 457b199a38
commit f2cb86499e
219 changed files with 9672 additions and 2742 deletions

View File

@@ -1,10 +1,14 @@
JUnit version 4.11
.testH5export_region
.testH5get_libversion_null_param
.testJ2C
.testH5export_dataset
.testIsSerializable
.testH5export_attrdataset
.testH5garbage_collect
.testH5error_off
.testH5export_regdataset
.testH5export_attribute
.serializeToDisk
.testH5open
.testH5check_version
@@ -13,5 +17,5 @@ JUnit version 4.11
Time: XXXX
OK (11 tests)
OK (15 tests)

View File

@@ -0,0 +1,13 @@
JUnit version 4.11
.testH5Aread_128bit_floats
.testH5Aread_64bit_floats
.testH5Aread_8bit_ints
.testH5Aread_32bit_ints
.testH5Aread_64bit_ints
.testH5Aread_32bit_floats
.testH5Aread_16bit_ints
Time: XXXX
OK (7 tests)

View File

@@ -0,0 +1,13 @@
JUnit version 4.11
.testH5Dread_32bit_floats
.testH5Dread_32bit_ints
.testH5Dread_64bit_ints
.testH5Dread_64bit_floats
.testH5Dread_8bit_ints
.testH5Dread_128bit_floats
.testH5Dread_16bit_ints
Time: XXXX
OK (7 tests)

View File

@@ -28,6 +28,7 @@ JUnit version 4.11
.testH5Pset_elink_fapl
.testH5P_hyper_vector_size
.testH5P_gc_references
.testH5P_file_locking
.testH5P_family_offset
.testH5P_fapl_core
.testH5P_fapl_muti
@@ -37,5 +38,5 @@ JUnit version 4.11
Time: XXXX
OK (35 tests)
OK (36 tests)

View File

@@ -0,0 +1,10 @@
JUnit version 4.11
.testH5Rget_region_dataset
.testH5Rget_object
.testH5Rget_region_attribute
.testH5Rget_obj_type3
Time: XXXX
OK (4 tests)

View File

@@ -5,18 +5,32 @@ JUnit version 4.11
.testH5Sdecode_null
.testH5Screate_simple_dims_exceed
.testH5Screate_simple_unlimted_1d
.testH5Sselect_intersect_block_rank_start
.testH5Sget_regular_hyperslab_invalid
.testH5Sselect_adjust_rank_offset
.testH5Screate_simple_dims_invalid
.testH5Screate_scalar
.testH5Screate_simple
.testH5Sselect_project_intersection_invalid
.testH5Screate_simple_rank_invalid
.testH5Sget_simple_extent_type_invalid
.testH5Scombine_hyperslab_invalid
.testH5Scombine_hyperslab_null_count
.testH5Scombine_hyperslab_null_start
.testH5Sencode_invalid
.testH5Screate_null
.testH5Screate_simple_extent
.testH5Screate_invalid
.testH5Sselect_intersect_block_invalid
.testH5Sselect_adjust_invalid
.testH5Screate_simple_unlimted
.testH5Sselect_shape_same_invalid
.testH5Smodify_select_invalid
.testH5Scombine_select_invalid
.testH5Sselect_copy_invalid
.testH5Sselect_intersect_block_rank_end
Time: XXXX
OK (16 tests)
OK (30 tests)