JDK-6324402 : Manual regression Testcase (4861802) is failing on Solaris10-sparc with 5.0u6_b02 and 1.4.2-10_b01
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 5.0u6
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-09-15
  • Updated: 2012-08-06
  • Resolved: 2005-09-15
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_10 b02Fixed
Description
Testcase 4861802 is failing on Solaris10-sparc and passing with Solaris9-sparc.
It is failing with 5.0u6_b02 and 1.4.2-10_b01.

Testcase Location:
/net/urts071.india/export6/testSuites/Regression/workspace_150/test/CTE_REGTEST/Generic/4861802/Test4861802.java

JDK:
$./jdk1.5.0_06/bin/java -version
java version "1.5.0_06-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-ea-b02)
Java HotSpot(TM) Client VM (build 1.5.0_06-ea-b02, mixed mode, sharing)

<Regression-Workdir>/JTwork/scratch

ksh ./mkchroot  /chroot

ERROR details: 

library sources: usr/lib usr/lib/sparcv9 usr/lib/security usr/lib/security/sparcv9 usr/platform usr/platform/sun4u/lib usr/platform/SUNW,Ultra-60/lib
copying libraries that match librt*...
chmod: WARNING: can't access usr/lib/librt.so
chmod: WARNING: can't access usr/lib/librt.so.1
chmod: WARNING: can't access usr/lib/librtld.so.1
chmod: WARNING: can't access usr/lib/librtld_db.so
chmod: WARNING: can't access usr/lib/librtld_db.so.1

chmod 444 usr/lib/librt.so usr/lib/librt.so.1 usr/lib/librtld.so.1 usr/lib/librtld_db.so usr/lib/librtld_db.so.1
#### mkchroot is aborting due to a fatal error.
#### the chrooted environment may be incomplete.

because of the above error we are not able to proceed the test execution.

Comments
EVALUATION Modified the testcase.
15-09-2005