JDK-7141685 : TEST_BUG: some awt tests failed on win 7 with "windows 7 basic" theme
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,9,10,12
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_7
  • CPU: x86
  • Submitted: 2012-02-01
  • Updated: 2021-07-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
following tests failed with "windows 7 basic" theme on windows 7:

closed/java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.html
closed/java/awt/Focus/ForwardingFocusToProxyMotifTest/ForwardingFocusToProxyMotifTest.java
closed/java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.html 

tests failed because spacing between window control buttons for basic theme more than for aero; due to this robot clicked on minimize button in frame, then frame.isFocused() return false and tests failed

test passed with "windows 7 aero" theme on stt-27.ru, but failed on stt-96-vmw5.ru with basic and with aero themes, because spacing between windows control buttons in aero theme is the same as in basic

tests passed if increase frame width to 300, diff for OverrideRedirectWindowActivationTest.html:
44c44
<         frame.setBounds(800, 0, 200, 100);
---
>         frame.setBounds(800, 0, 300, 100);
46c46
<         dialog.setBounds(800, 300, 200, 100);
---
>         dialog.setBounds(800, 300, 300, 100);

see comments for more details
.
removed PaintSetEnabledDeadlock test name - see CR 7143070

Comments
java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest fails for JDK 6 u105 b31 with same exception RULE "java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest" Exception java.lang.RuntimeException: Error: a frame couldn't be focused by click.
26-10-2015

- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

- this is an issue reported against 7(7u), - there are now affected version 9 filed for this issue - 7u issues are transferred to Sustaining Nevertheless if someone have a report against 9 - please reopen and add affectedVersion 9 or 7u specific escalations might be reopen to Sustaining
10-08-2014

P4 as a test bug
06-05-2013

EVALUATION Th problemis reproducible with jdk8 b 26
17-02-2012