JDK-6302536 : Regression:5013529 is failing with 5.0u5-b03 but passing with 5.0u5-b02 on Solaris/AMD machine
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0u5
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2005-07-27
  • Updated: 2010-04-02
  • Resolved: 2005-08-05
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.
Other
5.0u6Resolved
Related Reports
Duplicate :  
Description
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

Comments
EVALUATION I'm closing this CR as a Duplicate of 6226827. See 6226827/5.0u5.
05-08-2005

EVALUATION Evaluation on 5.0u5-b03 on Windows shown that it is a bug in the test. It was fixed in Mustang so the test for Tiger will be updated as we get the parent workspace in SPb. Planned on 8/3/05.
02-08-2005

EVALUATION Looks like a duplicate of 6226827
27-07-2005