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.resLocationsD fails with GraalVM master (23.0.0) #124

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Fails with:

Error:    AppReproducersTest.resLocationsD:370->resLocations:405 Something changed in how the resources are handled. Check comments on https://github.com/oracle/graal/issues/4326 and https://github.com/quarkusio/quarkus/pull/22403. See discrepancies: 
Expected: 31: N/A, Actual: 31: JDK
 ==> expected: <true> but was: <false>

Might be that native image catches up with how the JDK behaves. See #108. In particular: https://github.com/Karm/mandrel-integration-tests/issues/108#issuecomment-1256275486

jerboaa commented 1 year ago

Example failure from CI: https://github.com/graalvm/mandrel/actions/runs/3402588324