Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

AppReproducersTest.imageioAWTTest fails with JDK 21+25 and latest GraalVM master #164

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Fails with:

Error:  Failures: 
Error:    AppReproducersTest.imageioAWTTest:498->imageioAWT:632 A different set of static libraries was expected. 
Expected: [libfdlibm.a, libjava.a, libjvm.a, liblibchelper.a, libnet.a, libnio.a, libzip.a]
Actual:   [libjava.a, libjvm.a, liblibchelper.a, libnet.a, libnio.a, libzip.a] ==> expected: <true> but was: <false>

See: https://github.com/graalvm/mandrel/actions/runs/5183742022/jobs/9342374855#step:11:18627

This is due to fdlibm port to Java in JDK 21. See https://bugs.openjdk.org/browse/JDK-8171407