Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14, 15
-
b26
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8271216 | 11.0.13-oracle | Manukumar V S | P4 | Resolved | Fixed | b04 |
JDK-8271596 | 8u321 | Anto J | P4 | Resolved | Fixed | b01 |
Description
The closed test javax/swing/JTable/4852305/bug4852305.java sometimes fails on macos
----------System.out:(4/75)----------
focusGained waiting...
focusGained
Selected column: -1
Expected column: 39
----------System.err:(13/880)----------
java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
at bug4416387.main(bug4416387.java:96)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
----------rerun:(39/5984)*----------
----------System.out:(4/75)----------
focusGained waiting...
focusGained
Selected column: -1
Expected column: 39
----------System.err:(13/880)----------
java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
at bug4416387.main(bug4416387.java:96)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'End' key doesn't move focus to last cell in row
----------rerun:(39/5984)*----------
Attachments
Issue Links
- backported by
-
JDK-8271216 [TESTBUG] [macos] closed/test/jdk/javax/swing/JTable/4416387/bug4416387.java fails on macos
- Resolved
-
JDK-8271596 [TESTBUG] [macos] closed/test/jdk/javax/swing/JTable/4416387/bug4416387.java fails on macos
- Resolved