-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
generic
-
generic
The test fails on Solaris/CDE with the current JDK7 (~ b59):
----------System.err:(19/1569)----------
java.lang.RuntimeException: java.lang.RuntimeException: Pressed at wrong location: java.awt.Frame[frame1,95,-28,200x100,layout=java.awt.BorderLayout,title=auxilary,resizable,normal]
at TestAlwaysOnTopBeforeShow.checkOnTop(TestAlwaysOnTopBeforeShow.java:143)
at TestAlwaysOnTopBeforeShow.init(TestAlwaysOnTopBeforeShow.java:78)
at TestAlwaysOnTopBeforeShow.main(TestAlwaysOnTopBeforeShow.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:717)
Caused by: java.lang.RuntimeException: Pressed at wrong location: java.awt.Frame[frame1,95,-28,200x100,layout=java.awt.BorderLayout,title=auxilary,resizable,normal]
at TestAlwaysOnTopBeforeShow.checkOnTop(TestAlwaysOnTopBeforeShow.java:140)
... 8 more
----------System.err:(19/1569)----------
java.lang.RuntimeException: java.lang.RuntimeException: Pressed at wrong location: java.awt.Frame[frame1,95,-28,200x100,layout=java.awt.BorderLayout,title=auxilary,resizable,normal]
at TestAlwaysOnTopBeforeShow.checkOnTop(TestAlwaysOnTopBeforeShow.java:143)
at TestAlwaysOnTopBeforeShow.init(TestAlwaysOnTopBeforeShow.java:78)
at TestAlwaysOnTopBeforeShow.main(TestAlwaysOnTopBeforeShow.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:717)
Caused by: java.lang.RuntimeException: Pressed at wrong location: java.awt.Frame[frame1,95,-28,200x100,layout=java.awt.BorderLayout,title=auxilary,resizable,normal]
at TestAlwaysOnTopBeforeShow.checkOnTop(TestAlwaysOnTopBeforeShow.java:140)
... 8 more
- duplicates
-
JDK-8169530 TestAlwaysOnTopBeforeShow: Pressed at wrong location: null
- Open