Skip to content
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

Windows openjdk tests fail with "application does not have desktop access" due to JDK-8336862 #5616

Open
andrew-m-leonard opened this issue Sep 17, 2024 · 1 comment

Comments

@andrew-m-leonard
Copy link
Contributor

Exclude openjdk tests that fail due to change in headless Windows detection, see https://bugs.openjdk.org/browse/JDK-8336862

ref: #5598 (comment)

Failing tests:
TEST: java/beans/PropertyEditor/6380849/TestPropertyEditor.java
TEST: java/beans/PropertyEditor/TestColorClass.java
TEST: java/beans/PropertyEditor/TestColorClassJava.java
TEST: java/beans/PropertyEditor/TestColorClassNull.java
TEST: java/beans/PropertyEditor/TestColorClassValue.java
TEST: java/beans/PropertyEditor/TestFontClass.java
TEST: java/beans/PropertyEditor/TestFontClassJava.java
TEST: java/beans/PropertyEditor/TestFontClassNull.java
TEST: java/beans/PropertyEditor/TestFontClassValue.java
TEST: java/beans/XMLEncoder/java_awt_ScrollPane.java
TEST: javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java

@smlambert
Copy link
Contributor

These were excldued in master, but the release branch was already created, so they would have needed to be cherrypicked to v1.0.4-release branch to avoid seeing the same failures in the October release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants