-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppReproducersTest.imageioAWTTest fails with 23.0.0-dev tree after AWT change #143
Comments
See also: quarkusio/quarkus#31596 |
Failure seen with JDK 17-based build too. Updated the summary. |
With graalvm/mandrel#487 fixed, this should be fairly easy to fix. I'm looking into it. |
With all the fixes in we now get (i.e. this is the current cause of test failure):
|
Running with headless yields a different error:
|
@jerboaa AFAIK this is being worked in quarkusio/quarkus#32432 |
Thanks, yes. Taking inspiration from there. |
This sequence worked for me:
|
PR with proposed fixes in #146 |
Note that we still see failures of this test with JDK 20 (20.0.1 specifically). That's due to graalvm/mandrel#487. The OpenJDK fix is in |
imageio integration test fails with a JDK 20-based 23.0.0-dev mandrel build like so:
See: https://github.com/graalvm/mandrel/actions/runs/4320017354/jobs/7540073635#step:10:13029
The text was updated successfully, but these errors were encountered: