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

imageioAWT integration test fails with 22.3-dev #114

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Fails with:

[ERROR] Tests run: 11, Failures: 0, Errors: 1, Skipped: 4, Time elapsed: 448.609 s <<< FAILURE! - in org.graalvm.tests.integration.AppReproducersTest
[ERROR] imageioAWTTest{TestInfo}  Time elapsed: 89.856 s  <<< ERROR!
java.lang.UnsupportedOperationException
    at org.graalvm.tests.integration.AppReproducersTest.imageioAWT(AppReproducersTest.java:526)
    at org.graalvm.tests.integration.AppReproducersTest.imageioAWTTest(AppReproducersTest.java:417)

Also seen in CI here: https://github.com/graalvm/mandrel/actions/runs/3127680442/jobs/5074987920#step:10:18615

jerboaa commented 1 year ago

Sigh, caused by #112 which adds an entry to the unmodifiable Set created by Set.of.

jerboaa commented 1 year ago

Interestingly we'd have seen this for the libharfbuzz.a case too. I guess we just didn't hit that JDK case for 11.