Closed jerboaa closed 2 months ago
I wrote those tests, so I feel like I should take a look...
Git bisect tells me that this is caused by https://bugs.openjdk.org/browse/JDK-8337603 new in 24+10
Upstream issue: https://github.com/oracle/graal/issues/9526
Let's close when the next nightly run with it show it as fixed.
Sorry, it's fixed in our latest CI run. See https://github.com/graalvm/mandrel/issues/755#issuecomment-2316562917. Missed that. Closing.
Description
We see new Quarkus Locale native integration test failures since 3 days ago. The failures look like this:
How To Reproduce
Steps to reproduce the behavior:
locales/some
orlocales/all
Configuration:
b385acb5e06fb3aed01a0634cfb78460bdb1ef82
of graal master.24+10
Expected behavior
Test passes.
Additional context
Building the same quarkus revision (
698f5bf484049fe9fdd52de302a78ae8ed02ac63
) and graal master revision (b385acb5e06fb3aed01a0634cfb78460bdb1ef82
), but with a different base-JDK (namely build 9 of JDK 24) the test passes. Therefore, something betweenjdk-24+9
andjdk-24+10
seems to be causing it.