JDK-6395067 : REGRESSION: tests NIOCharsetAvailabilityTest and CheckHistoricalNames are failing with 1.4.2_12b01
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.4.2_12
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2006-03-07
  • Updated: 2010-04-02
  • Resolved: 2006-03-07
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
1.4.2_12Resolved
Related Reports
Duplicate :  
Description
Two tests from Libraries SQE testsuite (NIOCharsetAvailabilityTest and CheckHistoricalNames) failed with 1.4.2_12b01 on various platforms (at least Solaris 10 on  sun4u and amd64, winXP on x86)  while they passed on the same platforms with 1.4.2_11FCS. Latter test looks like the one mentioned in other CR 6394302, but that test comes from different (regression) workspace. Steps to reproduce:
1. Testsuite is located at /net/jqa.ireland/jqa6/dtf/dtf_ws/suites/142_Suites/142_Libs
2. testlist to be used is 142_12b01.fail under testlist directory of testsuite location.
3. You can run testsuite as standalone or under DTF using the mentioned testlist.
This is a cross-platform regression from 1.4.2_11FCS to 1.4.2_12b01.
Let me know if you need more info or help to reproduce CR.

Comments
EVALUATION sun.nio.cs.Unicode should be removed from the test list as the "known pseudo charset". So NIOCharsetAvailabilityTest needs to be modified to reflect this into the component testsuite. j2se/test regression testsuite test is correct and need NO modification. Add following line charsets.remove(Class.forName("sun.nio.cs.Unicode")); to remove the test near line # 74
05-05-2006