-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
None
-
generic, x86, sparc
-
solaris, windows, windows_xp, windows_vista
The regression testcase closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html
fails on Solaris_sparc 10 and Rhel5 on jdk7 b60 pit build. Also fails on Jdk7 b59 build.
It fails with the following error:
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$AppletThread.run(AppletWrapper.java:145)
at java.lang.Thread.run(Thread.java:717)
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
Also attached is the .jtr file.
A lot of AWT applet-based tests are failed. The problem is in classpath support under the jtreg that was dramatically changed. The class THTMLConsumer is a private class that is implemented in HTMLTransferTest.java but could not be loaded by unknown reason.
fails on Solaris_sparc 10 and Rhel5 on jdk7 b60 pit build. Also fails on Jdk7 b59 build.
It fails with the following error:
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$AppletThread.run(AppletWrapper.java:145)
at java.lang.Thread.run(Thread.java:717)
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
Also attached is the .jtr file.
A lot of AWT applet-based tests are failed. The problem is in classpath support under the jtreg that was dramatically changed. The class THTMLConsumer is a private class that is implemented in HTMLTransferTest.java but could not be loaded by unknown reason.
- duplicates
-
JDK-6983427 Four java/awt tests failed with ClassNotFoundException
- Closed
-
JDK-7109239 TEST_BUG: some java/awt tests failed due class can't be found
- Closed
- relates to
-
CODETOOLS-6961999 Some of java/awt tests failed with ClassNotFoundException
- Closed
-
JDK-6982750 dkfl workaround to match bugs outside java category
- Closed