mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Add abi-complience check and upload to releases (#3996)
This commit is contained in:
@@ -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,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user