-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
9
-
b104
-
generic
-
windows
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.
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.
- relates to
-
JDK-8055746 plenty of clipboard/dnd tests fail and break X11
- Resolved
-
JDK-8013426 TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
- Closed