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 test for 23.1+ #194

Closed jerboaa closed 10 months ago

jerboaa commented 10 months ago

Resources don't need to get explicitly added with the CLI option, since the java run with the agent, will generate appropriate resource-config.json files which are sufficient for the resources to get added.

By removing -H:IncludeResources we no longer get the experimental VM warnings on 23.1+ (#186).

Karm commented 10 months ago

''' Error: Failures: Error: DebugSymbolsTest.debugSymbolsQuarkus:222 Quarkus executable does not exist. Compilation failed. Check the logs. ==> expected: but was: '''

Looks serious. I cannot pull the logs now, let's have a look at .log file.