|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Test name(s): java/awt/Focus/8073453/AWTFocusTransitionTest.java
JDK tested:9b80,9b79
OS tested:MacOSX, Windows
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? Yes ( fails in MacOSX and passes in Windows)
General Description:
----------System.err:(14/1136)----------
java.lang.RuntimeException: Test Failed! Incorrect focus owner: null, but expected: java.awt.TextField[textfield0,0,1,300x92,text=,editable,selection=0-0]
at AWTFocusTransitionTest.checkFocusOwner(AWTFocusTransitionTest.java:107)
at AWTFocusTransitionTest.main(AWTFocusTransitionTest.java:51)
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:519)
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: Test Failed! Incorrect focus owner: null, but expected: java.awt.TextField[textfield0,0,1,300x92,text=,editable,selection=0-0]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test Failed! Incorrect focus owner: null, but expected: java.awt.TextField[textfield0,0,1,300x92,text=,editable,selection=0-0]
|