-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_10
-
b02
-
x86
-
linux_suse_sles_8.2
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2129186 | 6 | Abhijit Saha | P3 | Closed | Won't Fix |
Manual regression test case 4902977 scripts(runTest.ksh) has to be remodified to support Suse9.3
Tescase :
<Regression Workspace>/test/CTE_REGTEST/Generic/4902977/Test4902977.java
OS Details:
-----------
urti062:/export/updates/Regression/JTwork/scratch # uname -a
Linux urti062 2.6.11.4-20a-smp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux
JDK VERSION:
------------
vm150610@urti062:~> /export/updates/jdks/j2sdk1.4.2_10/bin/java -version
java version "1.4.2_10-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_10-ea-b01, mixed mode)
Steps to Reproduce:
-------------------
1. Execute the above testcase using JTREG tool
2. Go to <Regression Workspace>/JTwork/scratch
3. Run the following command
ksh runTest.ksh
Error details:
--------------
urti062:/export/updates/Regression/Old/JTwork/scratch # id
uid=0(root) gid=0(root) groups=0(root)
urti062:/export/updates/Regression/Old/JTwork/scratch # ksh runTest.ksh
Staring the test
cp: cannot stat `(0xffffe000)': No such file or directory
cp: missing destination file operand after `lib'
Try `cp --help' for more information.
cp: cannot stat `(0xffffe000)': No such file or directory
cp: missing destination file operand after `lib'
Try `cp --help' for more information.
Error .... invalid output
runTest.ksh: line 27: /usr/sbin/chroot: No such file or directory
Tescase :
<Regression Workspace>/test/CTE_REGTEST/Generic/4902977/Test4902977.java
OS Details:
-----------
urti062:/export/updates/Regression/JTwork/scratch # uname -a
Linux urti062 2.6.11.4-20a-smp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux
JDK VERSION:
------------
vm150610@urti062:~> /export/updates/jdks/j2sdk1.4.2_10/bin/java -version
java version "1.4.2_10-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_10-ea-b01, mixed mode)
Steps to Reproduce:
-------------------
1. Execute the above testcase using JTREG tool
2. Go to <Regression Workspace>/JTwork/scratch
3. Run the following command
ksh runTest.ksh
Error details:
--------------
urti062:/export/updates/Regression/Old/JTwork/scratch # id
uid=0(root) gid=0(root) groups=0(root)
urti062:/export/updates/Regression/Old/JTwork/scratch # ksh runTest.ksh
Staring the test
cp: cannot stat `(0xffffe000)': No such file or directory
cp: missing destination file operand after `lib'
Try `cp --help' for more information.
cp: cannot stat `(0xffffe000)': No such file or directory
cp: missing destination file operand after `lib'
Try `cp --help' for more information.
Error .... invalid output
runTest.ksh: line 27: /usr/sbin/chroot: No such file or directory
- backported by
-
JDK-2129186 Manual regression testcase 4902977 scripts(runTest.ksh) has to be modified to support Suse9.3
- Closed