JDK-8039883 : Test Test6827032 still often hangs on Windows
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7,8,9
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • Submitted: 2014-04-10
  • Updated: 2018-09-11
  • Resolved: 2018-09-11
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
tbdResolved
Related Reports
Relates :  
Description
javax/swing/JColorChooser/Test6827032.java 
which used to be in closed part but now is in open still hangs rather often especially on Windows 8.1 with real display. In the course of Same Binary Run on Windows 7 with standard secure desktop it hanged 5 out of 10 times.
For more details (how to run etc.) see JDK-7076791 if necessary.
I'm not even sure it is a test bug now, after JDK-7076791 fix.

Used: jdk9 b07 and a client PIT build of the same.
Comments
Not reproducible with jdk12 in windows10 and 7 for 10+ iterations.
11-09-2018

Issue is reproduced against JDK 7u55 b01 also.
15-04-2014

I run the following script that executes the test 10 times and I am not able to reproduce the test hanging both on the Windows 7 and 8: ----------------------------- FOR /L %%a IN (1,1,10) DO C:\jdk\jdk1.9.0b07\bin\java Test6827032 -----------------------------
10-04-2014

I tried the test ob the QE computer Windows 8. The test hangs with the jtreg but does not hang if run the test with java and without the jtreg.
10-04-2014