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

java/beans/PropertyEditor/* tests failed on Mac #2805

Open
sophia-guo opened this issue Aug 11, 2021 · 0 comments
Open

java/beans/PropertyEditor/* tests failed on Mac #2805

sophia-guo opened this issue Aug 11, 2021 · 0 comments
Labels
JBS issue need to report to JBS or reopen the issue in JBS

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Aug 11, 2021

java/beans/PropertyEditor/* and java/beans/XMLEncoder/java_awt_ScrollPane.java failed on Mac with jdk11 and jdk16.
https://bugs.openjdk.java.net/browse/JDK-8173082
https://bugs.openjdk.java.net/browse/JDK-8030104

The error messages are similar for each PropertyEditor tests. One example:

Stacktrace
Execution failed: `main' threw exception: java.lang.Error: could not find editor for class java.awt.Font    
Standard Output
Property class: class java.awt.Font
    
Standard Error
java.lang.Error: could not find editor for class java.awt.Font
	at TestEditor.<init>(TestEditor.java:35)
	at TestFontClassJava.main(TestFontClassJava.java:39)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:831)

Related adoptium/adoptium#62
adoptium/adoptium#63

JBS reported happened to all platforms with jdk9 and fixed. https://bugs.openjdk.java.net/browse/JDK-8173082. Looks same issue has not be fixed for mac actually.

@sophia-guo sophia-guo added the JBS issue need to report to JBS or reopen the issue in JBS label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JBS issue need to report to JBS or reopen the issue in JBS
Projects
Status: Todo
Development

No branches or pull requests

1 participant