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

Fix imageio integration tests for 23+ #146

Closed jerboaa closed 1 year ago

jerboaa commented 1 year ago

Please review this fix for the imageio integration tests so that they work for 23+ GraalVM as well. The changes are fairly minimal. Basically setting java.home property for the native run and cleaning the font cache prior running java with the native agent and prior running natively (for symmetry).

Thoughts?

Closes: #143

jerboaa commented 1 year ago

Testing:

Karm commented 1 year ago

@jerboaa Thanks a lot :pray: