-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
beta
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 03/22/2001
Failing Test:
=============
api/javax_swing/JFileChooser/descriptions.html#news
JCK :
=====
JCK1.3a
Test source location:
====================
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/api/javax_swing/JFileChooser/newsTests.java
Platforms:
=============
RedHat linux 6.2
JDK, switches Info:
===================
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b56)
Java HotSpot(TM) Client VM (build 1.4-beta-B56, mixed mode)
-hotspot -Xmixed
-server -Xmixed
-server -Xcomp
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b56/jck13a/linux/redhat6.2_single_gnome_client_int_debug_linux-13/workDir/api/javax_swing/JFileChooser/descriptions_news.jtr
How to reproduce:
====================
#!/bin/sh
JAVA_HOME=/usr/local/java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a
CLASSPATH=$JCK/classes:$JCK/javatest.jar
export CLASSPATH
workdir=`pwd`
executeClass="javasoft.sqe.tests.api.javax.swing.JFileChooser.newsTests"
executeArgs="-TestCaseID ALL -TestURL file://$JCK/tests/api/javax_swing/JFileChooser/descriptions.html#news -TestWorkDirURL file://$workdir"
$JAVA_HOME/bin/java -Xfuture -version
$JAVA_HOME/bin/java -Xfuture ${executeClass} ${executeArgs}
RESULT="$?"
if [ $RESULT = 95 ]; then
echo Test passed
elif [ $RESULT = 97 ]; then
echo Test failed
else
echo Result is $RESULT
fi
Test output:
==========
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b56)
Java HotSpot(TM) Client VM (build 1.4-beta-B56, mixed mode)
Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct
JFileChooser2072: Passed. OKAY
JFileChooser2073: Passed. OKAY
JFileChooser0001: Failed. Failed to create JFileChooser object
JFileChooser0002: Failed. Failed to create JFileChooser object
JFileChooser0003: Failed. Failed to create JFileChooser object
JFileChooser0004: Failed. Failed to create JFileChooser object
JFileChooser0005: Failed. Failed to create JFileChooser object
JFileChooser0006: Failed. Failed to create JFileChooser object
====== JFileChooser2072 ====== public static final String ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY
====== JFileChooser2073 ====== public static final String CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY
====== JFileChooser0001 ====== public boolean getControlButtonsAreShown()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@147496,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
====== JFileChooser0002 ====== public boolean getControlButtonsAreShown()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@505c13,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
====== JFileChooser0003 ====== public boolean getControlButtonsAreShown()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@6a48be,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
====== JFileChooser0004 ====== public boolean isAcceptAllFileFilterUsed()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@3a5794,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
====== JFileChooser0005 ====== public boolean isAcceptAllFileFilterUsed()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@1cd75a,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
====== JFileChooser0006 ====== public boolean isAcceptAllFileFilterUsed()
Object:javax.swing.JFileChooser[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=javax.swing.border.EmptyBorder@590453,flags=320,maximumSize=,minimumSize=,preferredSize=,approveButtonText=,currentDirectory=/home/ira,dialogTitle=,dialogType=OPEN_DIALOG,fileSelectionMode=FILES_ONLY,returnValue=ERROR_OPTION,selectedFile=,useFileHiding=true]
STATUS:Failed.tests: 8; passed: 2; failed: 6; first test case failure: JFileChooser0001
Test failed
Specific Machine Info:
=====================
Hostname: linux-16
Additional JCK related info:
============================
URL to find JCK test owners: http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
JCK FAQ: http://javaweb.eng/jck/usr/ConformanceTesting/JCKconformanceFaq.html
======================================================================
- relates to
-
JDK-4423768 JCK1.3a: plugin: java.lang.InternalError: Could not get shell folder ID list
-
- Closed
-