You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
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.
The text was updated successfully, but these errors were encountered: