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

Make the test suite work with GraalVM CE as well #213

Open zakkak opened 9 months ago

zakkak commented 9 months ago

As discussed in https://github.com/Karm/mandrel-integration-tests/issues/209#issuecomment-1744548137 it is desirable to be able to run mandrel-integration-tests with GraalVM as well. To achieve this we need:

jerboaa commented 9 months ago
  • A mechanism to skip tests based on which distribution we are using, as some tests might not be suitable for both.

I'm hoping that (perf tests aside), we wouldn't have (m)any of those tests, though. So not sure how high a priority it is.