JDK-4925836 : REGRESSION: CTE_REGTEST/Generic/4809949/Test4809949.sh failed, tiger-b20
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-09-22
  • Updated: 2003-09-22
  • Resolved: 2003-09-22
Related Reports
Duplicate :  
Relates :  
Description
Name: aaR10208			Date: 09/21/2003


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b20
Testbase       : RegTest-cte
Platform[s]    : generic
switch/Mode    : n/a
Falling test[s]: CTE_REGTEST/Generic/4809949/Test4809949.sh 

Regression CTE test CTE_REGTEST/Generic/4809949/Test4809949.sh fails on JDK1.5.0-b20, but passes with b19.

Test source location:
=====================
/net/jdk/export/jpse04/Regression/1.5.0/test/CTE_REGTEST/Generic/4809949/Test4809949.sh

jtr file location:
==================
/net/jtgb4u4c/export/sail15/results.2/tiger/b20/regtest/linux/mercury/workDir/cte/CTE_REGTEST/Generic/4809949/Test4809949.jtr

How to reproduce:
=================
Run the following script (you may need to change its variables)
 
--- script start ---
#!/bin/sh
JDK=/net/koori/onestop/jdk/1.5.0/promoted/all/b20/binaries/linux-i586
TESTBASE=/net/jdk/export/jpse04/Regression/1.5.0/test
TEST=CTE_REGTEST/Generic/4809949/Test4809949.sh
TESTCLASSES=.
TESTSRC=.
TESTJAVA=${JDK}
export TESTCLASSES
export TESTSRC
export TESTJAVA
sh ${TESTBASE}/${TEST}
--- script end ---

Script output:
==============
$ ./doit.sh
java full version "1.5.0-beta-b20"
FAILED: sun/nio/cs/ext/DoubleByteEncoder.class sun/nio/cs/ext/JIS_X_0208_Encoder.class sun/nio/cs/ext/JIS_X_0212_Encoder.class are duplicated between rt.jar, charsets.jar, and loc
...

Test output (jtr part):
=======================
----------System.out:(1/180)----------
FAILED: sun/nio/cs/ext/DoubleByteEncoder.class sun/nio/cs/ext/JIS_X_0208_Encoder.class sun/nio/cs/ext/JIS_X_0212_Encoder.class are duplicated between rt.jar, charsets.jar, and loc
...

test result: Failed. Execution failed: exit code 1


Specific machine info:
======================
Hostname: jtg-li111
OS: Mercury (SuSE Linux Desktop 1.0), Linux jtg-li111 2.4.19-4GB #1 Fri Aug 29 14:46:49 UTC 2003 i686 unknown



======================================================================