JDK-6209942 : Regression: three AWT focus related tests failed on Windows 2000 against Mustang b15
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: generic
  • Submitted: 2004-12-17
  • Updated: 2011-01-19
  • Resolved: 2004-12-21
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.
JDK 6
6Resolved
Related Reports
Duplicate :  
Relates :  
Description
System Config.
Mustang B15, Windows 2000 (hostname: assembly, anticline)
Symptom:
     Three AWT tests
(mantis/awt/Automated/Focus/NonFocusableWindows/Test.java jtreg Test
merlin/awt/Automated/MerlinFocus/AWT/RequestFocusOwnerTest/RequestFocusOwnerTest.html jtreg RequestFocusOwnerTest
merlin/awt/Automated/MerlinFocus/Mw/RequestFocusOwnerTest/RequestFocusOwnerTest.html jtreg RequestFocusOwnerTest_1
) 
were run on the above Windows systems and failed.

The same tests ran fine on the same system against Mustang b11, b12, b13 
and b14. Starting from b15, they failed. 

Test results, test programs and log/error files can be found at:
/net/cady/export/dtf/unified/results/mustang/b15/awt/awt-awt-win2k_c1-2004-12-09-16-20-36-0110/rerun1/try_15


###@###.### 2004-12-17 07:20:59 GMT

Comments
EVALUATION I've run these test on my Windows2000 box with Mustang b14 and b15 using jtreg got failure. See comments for resulting jtr since /net/cady isn't available. ###@###.### 2004-12-17 11:14:47 GMT All three failures are duplicates of already existed (and fixed) bugs: - mantis/awt/Automated/Focus/NonFocusableWindows/Test.java It's a duplicate of 6182359 "Non focusable frame prevents any of it's child windows from gaining focus, on XToolkit" (see also 6181725). The fix is to be put back soon. - merlin/awt/Automated/MerlinFocus/AWT/RequestFocusOwnerTest/RequestFocusOwnerTest.html - merlin/awt/Automated/MerlinFocus/Mw/RequestFocusOwnerTest/RequestFocusOwnerTest.html Both are duplicates of 6200789 "PIT: requestFocusInWindow transfers focus to a component in a frame which is not having focus". The fix had been put back but haven't been integrated yet. So I'm closing this bug. ###@###.### 2004-12-21 14:39:31 GMT
17-12-2004