-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b74
-
b124
-
generic
-
os_x
Test name(s):javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java
JDK tested: 9b74
OS tested: Windows, MacOSX
Is it a regression? No
Regression introduced in release/build:N/A
Is it platform specific? Yes( Passes in Windows)
The is failure reproduced: always
General description:
----------System.err:(13/815)----------
java.lang.RuntimeException: b1 was not inserted in the last position in a
at LastNodeLowerHalfDrop.main(LastNodeLowerHalfDrop.java:77)
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:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.RuntimeException: b1 was not inserted in the last position in a
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: b1 was not inserted in the last position in a
JDK tested: 9b74
OS tested: Windows, MacOSX
Is it a regression? No
Regression introduced in release/build:N/A
Is it platform specific? Yes( Passes in Windows)
The is failure reproduced: always
General description:
----------System.err:(13/815)----------
java.lang.RuntimeException: b1 was not inserted in the last position in a
at LastNodeLowerHalfDrop.main(LastNodeLowerHalfDrop.java:77)
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:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.RuntimeException: b1 was not inserted in the last position in a
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: b1 was not inserted in the last position in a
- relates to
-
JDK-8159131 [PIT] javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java fail on Linux
- Open
-
JDK-8129830 JTree drag/drop on lower half of last child of container incorrect
- Resolved