-
Bug
-
Resolution: Fixed
-
P3
-
7, 8
-
b06
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027647 | 8 | Petr Pchelko | P4 | Closed | Won't Fix | |
JDK-8019059 | 7u45 | Denis Fokin | P3 | Closed | Fixed | b01 |
test fails sometimes on all platforms since jdk 7 fcs with following exception:
java.lang.RuntimeException: test failed: HTMLs in following native formats are not transferred properly: text/html; class=java.io.InputStream; charset=UTF-8
at HTMLTransferTest.start(HTMLTransferTest.java:131)
at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:153)
at java.lang.Thread.run(Thread.java:722)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: test failed: HTMLs in following native formats are not transferred properly: text/html; class=java.io.InputStream; charset=UTF-8
issue is reproducible on all platforms
see comments for more details
java.lang.RuntimeException: test failed: HTMLs in following native formats are not transferred properly: text/html; class=java.io.InputStream; charset=UTF-8
at HTMLTransferTest.start(HTMLTransferTest.java:131)
at com.sun.javatest.regtest.AppletWrapper$AppletRunnable.run(AppletWrapper.java:153)
at java.lang.Thread.run(Thread.java:722)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: test failed: HTMLs in following native formats are not transferred properly: text/html; class=java.io.InputStream; charset=UTF-8
issue is reproducible on all platforms
see comments for more details
- backported by
-
JDK-8019059 closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
- Closed
-
JDK-8027647 closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
- Closed
- duplicates
-
JDK-8009629 REGRESSION: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html fails
- Closed
- relates to
-
JDK-6513578 WIN32 HTML Clipboard support enhancement
- Closed
-
JDK-7075105 WIN: Provide a way to format HTML on drop
- Resolved