-
Bug
-
Resolution: Duplicate
-
P4
-
5.0u5
-
x86
-
solaris_10
Regression testcase javax/swing/text/html/HTMLDocument/5013529/bug5013529.java is failing with 1.5.0_05-b03 but passing with 1.5.0_05-b02 & 1.5.0_05-b01 for AMD with Solaris10 with both 32bit and 64bit jdk.
Test Case:
-----------
/net/jdk.sfbay/export/jpse04/Regression/1.5.0/test/javax/swing/text/html/HTMLDocument/5013529/bug5013529.java
for 1.5.0_05-b03 java -version :
-------------------------------
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_05-b03, mixed mode)
To Reproduce:
------------
1) Testcase location: /net/jdk.sfbay/export/jpse04/Regression/1.5.0/test/javax/swing/text/html/HTMLDocument/5013529
With the help of JTReg tool run the above testcase.
With 1.5.0_05-b03:
-----------------
System.err:
java.lang.RuntimeException: Test failed.
at bug5013529.destroy(bug5013529.java:65)
at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:157)
at java.lang.Thread.run(Thread.java:595)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Test failed.
System.out
Width: 0
With 1.5.0_05-b02:
-----------------
System.err:
STATUS:Passed.
System.out
Width: 1
Test Case:
-----------
/net/jdk.sfbay/export/jpse04/Regression/1.5.0/test/javax/swing/text/html/HTMLDocument/5013529/bug5013529.java
for 1.5.0_05-b03 java -version :
-------------------------------
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_05-b03, mixed mode)
To Reproduce:
------------
1) Testcase location: /net/jdk.sfbay/export/jpse04/Regression/1.5.0/test/javax/swing/text/html/HTMLDocument/5013529
With the help of JTReg tool run the above testcase.
With 1.5.0_05-b03:
-----------------
System.err:
java.lang.RuntimeException: Test failed.
at bug5013529.destroy(bug5013529.java:65)
at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:157)
at java.lang.Thread.run(Thread.java:595)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: Test failed.
System.out
Width: 0
With 1.5.0_05-b02:
-----------------
System.err:
STATUS:Passed.
System.out
Width: 1
- duplicates
-
JDK-6226827 REGRESSION: javax/swing/text/html/HTMLDocument/5013529/5013529.java fails
- Closed