[Bug]: PowerPC: test 5 - cast (Failed), few tests get disabled #59
Replies: 7 comments
|
I don't see this on macOS with Apple Silicon. I wonder if it's a bug with HDF5 itself for Apple PowerPC? |
@scivision Well, I will run the test-suite for |
|
@scivision Indeed may be the case, since while everything else passes, specifically Fortran ones do not: |
|
Open an issue with upstream: HDFGroup/hdf5#2799 |
|
@scivision More detailed output: |
|
@scivision Could you say what specifically this test depends on? At this point we are pretty sure it is an upstream bug, but tracking it will be helpful. |
|
That /scalar_int32 read into an int64 is an implicit casting test, which is a fundamental HDF5 library feature. As GCC drops support for older systems, and the HDF5 library hasn't tested on 32-bit platforms for a decade, it's possible there is a bug in compiler or library. However, HDF5 does work find on 32-bit Raspberry Pi OS and other embedded systems, so it could be a PowerPC support quirk |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What happened?
One test fails and a few are disabled. Could this be fixed?
macOS 10.6,
gcc12.2.0,cmake3.26,hdf5@1.14.0_0+cxx+fortran+gfortran+hl+mpich+szipRelevant log output
All reactions