-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
The test suite fails on alpine linux edge s390x:
29: *** Testing compound types.
29: *** creating compound test file tst_comp.nc...ok.
29: *** Tests successful!
29: *** Running tst_nans.c to create test files.
29:
29: *** Testing NaN
29: *** creating NaN test file tst_nans.nc...ok.
29: *** Tests successful!
29: *** dumping tst_unicode.nc to tst_unicode.cdl...
29:
29: *** Testing UTF-8.
29: *** creating UTF-8 test file tst_unicode.nc...ok.
29: *** Tests successful!
29: *** Running tst_special_atts.c to create test files.
29:
29: *** Testing '-s' option for special attributes.
29: *** creating special attributes test file tst_special_atts.nc...ok.
29: *** Tests successful!
29: *** comparing tst_special_atts.cdl with ref_tst_special_atts.cdl...
29: --- tst_special_atts.tmp
29: +++ ref_tst_special_atts.tmp
29: @@ -45,10 +45,10 @@
29: var5:_NoFill = "true" ;
29: int var6(dim1) ;
29: var6:_Storage = "compact" ;
29: - var6:_Endianness = "big" ;
29: + var6:_Endianness = "little" ;
29: int var7 ;
29: var7:_Storage = "compact" ;
29: - var7:_Endianness = "big" ;
29: + var7:_Endianness = "little" ;
29:
29: // global attributes:
29: :_SuperblockVersion = 0 ;
1/1 Test #29: ncdump_tst_netcdf4 ...............***Failed 0.56 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.57 sec
The following tests FAILED:
29 - ncdump_tst_netcdf4 (Failed)
Errors while running CTest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels