Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
6, 7u1, 8
-
b89
-
generic
-
windows_8
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018813 | 7u45 | Konstantin Shefov | P4 | Closed | Fixed | b01 |
JDK-8014889 | 7u40 | Konstantin Shefov | P4 | Closed | Fixed | b28 |
Description
test java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java fails on windows 8 because window control buttons (minimize, maximize, close) wider than on other windows platform, robot click on minimize button instead of window header panel, test window losts focus and test fails
log out:
----------System.err:(13/882)----------
java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
at OverrideRedirectWindowActivationTest.main(OverrideRedirectWindowActivationTest.java:85)
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:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
log out:
----------System.err:(13/882)----------
java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
at OverrideRedirectWindowActivationTest.main(OverrideRedirectWindowActivationTest.java:85)
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:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed: the window couldn't be activated by click!
Attachments
Issue Links
- backported by
-
JDK-8014889 [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
-
- Closed
-
-
JDK-8018813 [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
-
- Closed
-