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

Allow whitelisting of errors/warnings based on version #106

Closed zakkak closed 8 months ago

zakkak commented 2 years ago

This will enable us to whitelist errors/warnings only on specific versions/configurations. E.g. https://github.com/Karm/mandrel-integration-tests/pull/105 should only be applied to 22.3 and onward.

Karm commented 8 months ago

Closing as this is already possible, although not widely used in the TS:

https://github.com/Karm/mandrel-integration-tests/blob/master/testsuite/src/it/java/org/graalvm/tests/integration/utils/WhitelistLogLines.java#L197