JDK-5031354 : REGRESSION: Reg-test javax/swing/JFileChooser/4150029/bug4150029.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-04-14
  • Updated: 2004-08-18
  • Resolved: 2004-06-14
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
5.0 b56Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description

Name: mmR10223			Date: 04/13/2004


Filed By       : J2SE-SQA [###@###.###
JDK            : JDK1.5.0-b46, (passes with JDK1.4.2, JDK1.4.1)
Testbase       : Regression-test
Platform[s]    : all
switch/Mode    : default
Falling test[s]: 
        javax/swing/JFileChooser/4150029/bug4150029.java 

Manual Regression-test javax/swing/JFileChooser/4150029/bug4150029.java test fails with JDK1.5.0-b46 on all platforms
with error: 

java.lang.RuntimeException: BackSpace keyboard button does not lead to parent directory
	at bug4150029.destroy(bug4150029.java:39)
	at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:156)
	at java.lang.Thread.run(Thread.java:570)
....



Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b46/ws/j2se/test/javax/swing/JFileChooser/4150029/bug4150029.java

jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b46/regtest/linux/RedHat_Advanced_Server_3_Gnome__linux-16/workDir/test-manual/javax/swing/JFileChooser/4150029/bug4150029.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 Java Software: 
JT_HOME="/java/re/jct-tools/3.1.2/archive/fcs/binaries"
JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
JAVA_HOME="/java/re/jdk/1.5.0/promoted/all/b46/binaries/linux-i586"
TEST_BASE_PATH="/java/re/jdk/1.5.0/promoted/all/b46/ws/j2se/test"

#Alternative paths outside Java Software 
#JT_HOME="/net/koori.sfbay/onestop/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="/net/jdk.sfbay/export/jpse04/Jemmy/jemmy.jar"
#JAVA_HOME="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b46/binaries/linux-i586"
#TEST_BASE_PATH="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b46/ws/j2se/test"


TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"

TEST="javax/swing/JFileChooser/4150029/bug4150029.java"

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,DISPLAY=$DISPLAY,HOME=$HOME/.regtest,PATH=/bin:/usr/bin,CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=$DISPLAY -DlocalHost=`uname -n` -Dprogram=jtreg com.sun.javatest.regtest.Main -v default -batch -params  -keywords manual  -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"

--- script end ---

Script output:
==============

Test output (jtr part):
=======================
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:applet
----------messages:(3/132)----------
command: applet bug4150029.html
reason: User specified action: run applet/manual=done bug4150029.html 
elapsed time (seconds): 21.7
----------System.out:(3/96)----------
Temp directory: /tmp
Created directory: /tmp/testDir
Created sub-directory: /tmp/testDir/subDir
----------System.err:(5/390)----------
java.lang.RuntimeException: BackSpace keyboard button does not lead to parent directory
	at bug4150029.destroy(bug4150029.java:39)
	at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:156)
	at java.lang.Thread.run(Thread.java:570)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: BackSpace keyboard button does not lead to parent directory
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: BackSpace keyboard button does not lead to parent directory


test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: BackSpace keyboard button does not lead to parent directory


Specific machine info:
======================
Hostname: linux-16
OS: RedHat Advanced Server 3 (Gnome)

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

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-rc FIXED IN: tiger-rc INTEGRATED IN: tiger-b56 tiger-rc VERIFIED IN: tiger-rc
13-09-2004

EVALUATION Reproducible from tiger b35. This seems to be caused by the fix for 4922507, which causes a file (or in this case a directory) to be selected when changing directory. This new behavior is incorrect. Note that there is nothing wrong with the Backspace key handler. ###@###.### 2004-04-15
15-04-2004