JDK-8037371 : [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2014-03-14
  • Updated: 2016-12-14
  • Resolved: 2014-03-14
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 8 JDK 9
8u66Fixed 9 b08Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails on macosx. The problem is that
1. The test uses clipboard ownership notifications for interprocess communication which doesn't work as expected on OS X.
2. The image flavor mappings are wrong.