Add abi-complience check and upload to releases (#3996)

This commit is contained in:
Allen Byrne
2024-02-08 07:58:08 -06:00
committed by GitHub
parent 0ee99a6656
commit 6b22af7c43
7 changed files with 185 additions and 18 deletions
+5 -5
View File
@@ -423,7 +423,7 @@ public class TestH5 {
}
}
@Test
@Ignore
public void testH5export_dataset()
{
int[][] dset_data = new int[DIM_X][DIM_Y];
@@ -489,7 +489,7 @@ public class TestH5 {
_deleteH5file();
}
@Test
@Ignore
public void testH5export_region()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,
@@ -532,7 +532,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
@Test
@Ignore
public void testH5export_attribute()
{
int[] dset_data_expect = {0, 3, 6, 9, 1, 4, 7, 10, 2, 5, 8, 11};
@@ -573,7 +573,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
@Test
@Ignore
public void testH5export_regdataset()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,
@@ -616,7 +616,7 @@ public class TestH5 {
dset_indata[row] == dset_data_expect[row]);
}
@Test
@Ignore
public void testH5export_attrdataset()
{
int[] dset_data_expect = {66, 69, 72, 75, 78, 81, 96, 99, 102, 105, 108, 111,
+1 -6
View File
@@ -1,14 +1,9 @@
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
@@ -17,5 +12,5 @@ JUnit version 4.11
Time: XXXX
OK (15 tests)
OK (10 tests)