-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
tiger
-
x86
-
linux
-
Verified
Name: aaR10208 Date: 08/27/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b16
Testbase : RegTest-cte
Platform[s] : SuSE SLES 8
switch/Mode : -client
Falling test[s]: CTE_REGTEST/Generic/4791798/TestExceptions.sh
RegTest-cte CTE_REGTEST/Generic/4791798/TestExceptions.sh test fails on JDK1.5.0-b16.
Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4791798/TestExceptions.sh
jtr file location:
==================
/net/jtgb4u4c/export/sail15/results/tiger/b16/regtest/linux/sles8_jck-amd1/workDir/cte/CTE_REGTEST/Generic/4791798/TestExceptions.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
TESTBASE=/net/jdk/export/jpse04/Regression/1.5.0/test/
JDK=/net/koori/onestop/jdk/1.5.0/promoted/beta/b16/linux-i586
#TESTBASE=/net/jtgb4u4c/export/sail16/TB/cte
#JDK=/net/jtgb4u4c/export/sail16/JDK/1.5/linux-i586
TESTCLASSES=`pwd`
TESTJAVA=${JDK}
TESTSRC=${TESTBASE}/CTE_REGTEST/Generic/4791798/
export TESTCLASSES
export TESTJAVA
export TESTSRC
sh ${TESTSRC}/TestExceptions.sh
--- script end ---
Script output:
==============
Test output (jtr part):
=======================
----------System.err:(4/309)----------
java full version "1.5.0-beta-b16"
/usr/lib64/gcc-lib/x86_64-suse-linux/3.2.2/../../../../x86_64-suse-linux/bin/ld: /tmp/ccZqnDjR.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
/tmp/ccZqnDjR.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
Specific machine info:
======================
Hostname: jck-amd1
OS: SuSE SLES 8
======================================================================
- relates to
-
JDK-5044173 TEST_BUG: CTE_REGTEST/Generic/4791798/TestExceptions.sh fails
- Closed