JDK-8062736 : Test java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows
  • CPU: generic
  • Submitted: 2014-11-03
  • Updated: 2016-02-08
  • Resolved: 2016-02-08
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 9
9 b104Resolved
Related Reports
Relates :  
Relates :  
Description
Test name(s):java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java

JDK tested: 9b32,9b33.9b34,9b35,9b31 
OS tested:Windows,Linux 
Reproducible: Always 
Is it a regression? No 
Regression introduced in release/build: Fails on 9b31,9b32,9b33,9b34,9b35 
                       
Is it platform specific? Yes
              
The is failure reproduced:Windows

----------System.err:(13/937)----------
java.lang.RuntimeException: DataFlavor.allHtmlFlavor data should be identical to the data put on the source side.
	at HTMLDataFlavorTest.main(HTMLDataFlavorTest.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException: DataFlavor.allHtmlFlavor data should be identical to the data put on the source side.
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: DataFlavor.allHtmlFlavor data should be identical to the data put on the source side.