JDK-8065635 : [TEST_BUG] javax/swing/ToolTipManager/7123767/bug7123767.java fails at least on some Linux configs
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-11-21
  • Updated: 2016-12-07
  • Resolved: 2016-12-07
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
tbd_majorResolved
Related Reports
Duplicate :  
Description
This test was in the list for change at JDK-8063107 but it doesn't work for me (with and without change) on some Linux configurations. It cannot end a loop and fails with timeout. I need some extra time to find why.

Comments
The reason seems to be, a huge number of configs to process. For instance, on certain machine I have two monitors (2 devices), and a first device has 120 configs. The regular timeout hits after just 15-th configuration. Perhaps we shouldn't verify all configs. Maybe some 3_random x Number_of_devices would be enough.
01-12-2014