JDK-8030710 : [macosx] closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest times out
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u6,8,9,17,19
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2013-12-18
  • Updated: 2023-10-09
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
Fails on time out with jdk1.8.0b120, jdk1.8.0b119 and jdk1.7.0_45b18

RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest StatusError Program `...' interrupted! (timed out?)
Comments
RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest Exception java.lang.Thread.State: TIMED_WAITING (on object monitor) RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest Exception java.lang.Thread.State: TIMED_WAITING (sleeping) RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest Exception java.lang.Thread.State: WAITING (on object monitor) RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest Exception java.lang.Thread.State: WAITING (parking) RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest StatusError Program `...' timed out! RULE closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest Timeout none
06-04-2015

Release team: Approved for deferral.
20-12-2013

JDK8: SQE OK to defer
19-12-2013

The problem is reproducible. There's a whole number of issues with this test: 1. On Mac the ClipboardOwner.lostOwnership comes only when the app is activated or deactivated. This is due to the OS limitations. But the test relies on this notifications for inter-process communication. 2. The test generates it's own flavor mappings for image format. This does not work as expected. However this is not the common use-case. If we do not override flavor mappings the test would pass. Defer justification: Old issue, reproducible since 7GA on Mac, normal image transfer works fine, it fails only if we do some tricky over ridings in flavor mappings.
18-12-2013