JDK-8013426 : TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2013-04-29
  • Updated: 2014-11-03
  • Resolved: 2013-05-17
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
8 b91Fixed
Related Reports
Relates :  
Description
Testsuite name: Regression
Test name: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java
JDK tested: 8b87
OS tested: SuSE Linux, Ubuntu Linux
Is it a regression: No

Test fails since 8b86 when it first appeared in ws.

Test fails on Linux, but pases on Windows.
Comments
Test used for Verification: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java PASSED on Windows, Mac, Linux, Solaris. Closed as Verified.
02-08-2013

Webrev: http://cr.openjdk.java.net/~kshefov/8013426/webrev.00/
14-05-2013

This test is for Windows only.
14-05-2013

P4 as a test bug
06-05-2013

LOG: #section:main ----------messages:(3/123)---------- command: main HTMLDataFlavorTest reason: User specified action: run main HTMLDataFlavorTest elapsed time (seconds): 1.216 ----------System.out:(9/665)---------- available df: text/html; class=java.lang.String; charset=Unicode; document=all available df: text/html; class=java.lang.String; charset=Unicode; document=fragment available df: text/html; class=java.lang.String; charset=Unicode; document=selection Checking "all" for correspondence Checking "fragment" for correspondence Checking "selection" for correspondence Execute process : /export/local/aurora/CommonData/jdk/jre/bin/java -cp /export/local/aurora/sandbox/results/20130427054410/29/current/workDir/classes/java/awt/datatransfer/HTMLDataFlavors PutOnlyAllHtmlFlavorOnClipboard The data has been set remotely Data has been put on clipboard in a separate process ----------System.err:(13/755)---------- java.lang.RuntimeException: The data should be available. at HTMLDataFlavorTest.main(HTMLDataFlavorTest.java:73) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:491) at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96) at java.lang.Thread.run(Thread.java:724) JavaTest Message: Test threw exception: java.lang.RuntimeException: The data should be available. JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: The data should be available. result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: The data should be available. test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: The data should be available.
29-04-2013