-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
5.0
-
x86
-
windows_98
Name: aaR10208 Date: 04/06/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b44
Testbase : Regression-test
Platform[s] : Windows 98
switch/Mode : generic
Falling test[s]: tools/javac/Paths/MineField.sh
tools/javac/Paths/Diagnostics.sh
These 2 regression tests do not handle long file names with spaces correctly, so they
fail if j2sdk is installed in the default location (C:\Program files\Java....).
The tests pass if path to JDK does not include spaces.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/tools/javac/Paths/MineField.sh
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/tools/javac/Paths/Diagnostics.sh
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/win32/Windows_98_linux-17/workDir/test/tools/javac/Paths/MineField.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/win32/Windows_98_linux-17/workDir/test/tools/javac/Paths/Diagnostics.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables).
--- script start ---
#!/bin/sh
RESULT_DIR=`pwd`
WORK_DIR=$RESULT_DIR/workDir/test
REPORT_DIR=$RESULT_DIR/reportDir
#Paths in SWAN
#
# Note: to run the script on Windows you need /net mapped on N: drive (net use N: \\sm-usca<your building code>-01\net)
# If you're outside of SCA campus please consult with http://orbit.central/iwork/tools/filemgr/windows_filemgr.html
# to get a list of SAMBA servers nearest to your location
#
#net use N: \\sm-usca14-01\net
#
JT_HOME="n:/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="n:/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="C:/Progra~1/Java/j2sdk1.5.0"
TEST_BASE_PATH="n:/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths for the NSK site:
#JT_HOME="h:/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="h:/java/jdk1.5.0/win32"
#TEST_BASE_PATH="h:/java/regtest.tiger/test"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes;$JT_HOME/lib/javatest.jar;$JT_HOME/lib/jtreg.jar"
TEST="tools/javac/Paths/MineField.sh"
##TEST="tools/javac/Paths/Diagnostics.sh"
mkdir -p $WORK_DIR/scratch 2>&1
mkdir -p $WORK_DIR/jtData 2>&1
mkdir -p $REPORT_DIR 2>&1
#rm $WORK_DIR/jtData/ResultCache.jtw 2>&1
cd $WORK_DIR/scratch
$JAVA_HOME/bin/java -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DlocalHost=`uname -n` -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"
--- script end ---
Test output (jtr part):
=======================
[...]
FAIL: 17 tests failed
----------System.err:(147/6296)----------
Main.java:1: cannot find symbol
symbol : method f()
location: class Lib
public class Main {public static void main(String[] a) {Lib.f();}}
^
1 error
Exception in thread "main" java.lang.NoSuchMethodError: Lib.f()V
at Main.main(Main.java:1)
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Main.java:1: cannot find symbol
symbol : method f()
location: class Lib
public class Main {public static void main(String[] a) {Lib.f();}}
[...] ^
../Main.java:1: cannot find symbol
symbol : variable Lib
location: class Main
public class Main {public static void main(String[] a) {Lib.f();}}
^
1 error
Exception in thread "main" java.lang.NoClassDefFoundError: Lib
at Main.main(Main.java:1)
result: Failed. Execution failed: exit code 1
Specific machine info:
======================
Hostname: linux-17
OS: Windows 98
======================================================================
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b44
Testbase : Regression-test
Platform[s] : Windows 98
switch/Mode : generic
Falling test[s]: tools/javac/Paths/MineField.sh
tools/javac/Paths/Diagnostics.sh
These 2 regression tests do not handle long file names with spaces correctly, so they
fail if j2sdk is installed in the default location (C:\Program files\Java....).
The tests pass if path to JDK does not include spaces.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/tools/javac/Paths/MineField.sh
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/tools/javac/Paths/Diagnostics.sh
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/win32/Windows_98_linux-17/workDir/test/tools/javac/Paths/MineField.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/win32/Windows_98_linux-17/workDir/test/tools/javac/Paths/Diagnostics.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables).
--- script start ---
#!/bin/sh
RESULT_DIR=`pwd`
WORK_DIR=$RESULT_DIR/workDir/test
REPORT_DIR=$RESULT_DIR/reportDir
#Paths in SWAN
#
# Note: to run the script on Windows you need /net mapped on N: drive (net use N: \\sm-usca<your building code>-01\net)
# If you're outside of SCA campus please consult with http://orbit.central/iwork/tools/filemgr/windows_filemgr.html
# to get a list of SAMBA servers nearest to your location
#
#net use N: \\sm-usca14-01\net
#
JT_HOME="n:/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="n:/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="C:/Progra~1/Java/j2sdk1.5.0"
TEST_BASE_PATH="n:/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths for the NSK site:
#JT_HOME="h:/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="h:/java/jdk1.5.0/win32"
#TEST_BASE_PATH="h:/java/regtest.tiger/test"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes;$JT_HOME/lib/javatest.jar;$JT_HOME/lib/jtreg.jar"
TEST="tools/javac/Paths/MineField.sh"
##TEST="tools/javac/Paths/Diagnostics.sh"
mkdir -p $WORK_DIR/scratch 2>&1
mkdir -p $WORK_DIR/jtData 2>&1
mkdir -p $REPORT_DIR 2>&1
#rm $WORK_DIR/jtData/ResultCache.jtw 2>&1
cd $WORK_DIR/scratch
$JAVA_HOME/bin/java -showversion -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DlocalHost=`uname -n` -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"
--- script end ---
Test output (jtr part):
=======================
[...]
FAIL: 17 tests failed
----------System.err:(147/6296)----------
Main.java:1: cannot find symbol
symbol : method f()
location: class Lib
public class Main {public static void main(String[] a) {Lib.f();}}
^
1 error
Exception in thread "main" java.lang.NoSuchMethodError: Lib.f()V
at Main.main(Main.java:1)
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Main.java:1: cannot find symbol
symbol : method f()
location: class Lib
public class Main {public static void main(String[] a) {Lib.f();}}
[...] ^
../Main.java:1: cannot find symbol
symbol : variable Lib
location: class Main
public class Main {public static void main(String[] a) {Lib.f();}}
^
1 error
Exception in thread "main" java.lang.NoClassDefFoundError: Lib
at Main.main(Main.java:1)
result: Failed. Execution failed: exit code 1
Specific machine info:
======================
Hostname: linux-17
OS: Windows 98
======================================================================