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.
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?)
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.