-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0, 1.4.2
-
x86
-
solaris_8
Name: iaR10016 Date: 03/26/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.4.2-b19, b18, JDK1.4.1, JDK1.4.0
JCK : JCK1.4a-runtime
Platform[s] : Solaris 8 (x86) with OpenWin
switch/Mode : default
JCK test owner: http://javaweb.eng/jck/usr/owners.jto
Falling tests : api/javax_swing/interactive/JFileChooserTests.html#JFileChooser [JFileChooserTest0001,
JFileChooserTest0002, JFileChooserTest0003, JFileChooserTest0004, JFileChooserTest0005,
JFileChooserTest0006, JFileChooserTest0007, JFileChooserTest0008, JFileChooserTest0009]
JCK1.4a-runtime api/javax_swing/interactive/JFileChooserTests.html#JFileChooser test fails with JDK1.4.2,
JDK1.4.1, JDK1.4.0 on Solaris 8 (x86) with OpenWin desktop environment. I am not able to reproduce the
failure on any other systems including Solaris x86 with CDE.
Please, do the following steps to reproduce the failure:
- run JFileChooserTests test using script below
- Click "JFileChooser Open Dialog" button. JFileChooser appears
- Click on a file name in files list. File name does not appear in "File name" field and
the file does not become highlighted in the list as it happens on another desktop environments.
If you click on the file name once more, JFileChooser behavies normally and then you can select files
using one mouse click.
Test source location:
=====================
/java/re/jck/1.4a/promoted/fcs/binaries/JCK-runtime-14a/tests/api/javax_swing/interactive/JFileChooserTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/mantis/b19/jck14a/x86/sol8_x86_client_batch_debug_linux-10/workDir/api-interactive/javax_swing/interactive/JFileChooserTests_JFileChooser.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="/java/re/jck/1.4a/archive/fcs/binaries/JCK-runtime-14a"
JDK="/net/jdk/export/disk8/local.java/jdk1.4/linux-i386"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.javax.swing.interactive.JFileChooser.JFileChooserTests -TestCaseID JFileChooserTest0001
--- script end ---
Specific machine info:
======================
Hostname: linux-10
OS: Solaris 8 (x86), OpenWin
======================================================================