-
Bug
-
Resolution: Fixed
-
P3
-
9
-
vmoptions:"-d64 -server -Xmixed -XX:+UseG1GC"
-
b82
-
generic
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142034 | emb-9 | Sergey Bylokhov | P3 | Resolved | Fixed | team |
Testsuite name: Regression (jdk_swing)
Test name(s): javax/swing/JColorChooser/Test7194184.java
Product(s) tested: JDK 9b55(64-bit)
OS/architecture: MacOSX/x64
Error log file (if present): see comments
Reproducible: Always
Reproducible on machine: stt-mac-02.ru.oracle.com, stt-mac-05.ru.oracle.com
Is it a Regression: No(Test passes for JDK 9b43 but fails afterwards because test has been updated)
Regression introduced in release/build: N/A
Test result on the last GAed release for this train:
Test result on FCS:
Is it a platform specific issue: Yes (passes on Linux)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: No
[If new configuration testing] Issue specific to execution mode or OS/browser version: No
Exception/Error from Log:
----------System.err:(33/2060)----------
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1440)
at Test7194184.testKeyBoardAccess(Test7194184.java:89)
at Test7194184.main(Test7194184.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: JColorChooser misses keyboard accessibility
at Test7194184$2.run(Test7194184.java:94)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:712)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)
JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.reflect.InvocationTargetException
Test run log location:
Steps to reproduce: see comments
Test name(s): javax/swing/JColorChooser/Test7194184.java
Product(s) tested: JDK 9b55(64-bit)
OS/architecture: MacOSX/x64
Error log file (if present): see comments
Reproducible: Always
Reproducible on machine: stt-mac-02.ru.oracle.com, stt-mac-05.ru.oracle.com
Is it a Regression: No(Test passes for JDK 9b43 but fails afterwards because test has been updated)
Regression introduced in release/build: N/A
Test result on the last GAed release for this train:
Test result on FCS:
Is it a platform specific issue: Yes (passes on Linux)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing: No
[If new configuration testing] Issue specific to execution mode or OS/browser version: No
Exception/Error from Log:
----------System.err:(33/2060)----------
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1440)
at Test7194184.testKeyBoardAccess(Test7194184.java:89)
at Test7194184.main(Test7194184.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: JColorChooser misses keyboard accessibility
at Test7194184$2.run(Test7194184.java:94)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:712)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:115)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:104)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:100)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:81)
JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.reflect.InvocationTargetException
Test run log location:
Steps to reproduce: see comments
- backported by
-
JDK-8142034 [macosx] Few open swing and awt reg-tests fail after their update to avoid SunToolkit.realSync
-
- Resolved
-
- relates to
-
JDK-8063106 Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
-
- Resolved
-
-
JDK-8063107 Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
-
- Resolved
-
-
JDK-8003533 [macosx] SunToolkit.realSync() method does not properly work on MacOSX
-
- Closed
-