-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86, sparc
-
solaris_8
Name: vsR10238 Date: 03/12/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b37 - b42 (not reproducible using JDK1.4.2-b28, JDK1.5.0-b32c)
Testbase : Regression-test
Platform[s] : Solaris 8 (x86,sparc) (O/W)
Falling test[s]:
java/awt/Toolkit/AutoShutdown/MultipleAppContextTest/MultipleAppContextTest.sh
java/awt/dnd/ModalDialogOnDropDeadlockTest/ModalDialogOnDropDeadlockTest.html
These 2 Regression-test awt tests fail using JDK1.5.0-b37 - JDK1.5.0-b42 on Solaris 8 with OpenWindows.
This bug might be a duplicate of 5006248, since it is reproducible with O/W on the same builds as 5006248.
However, since the status of 5006248 is still undefined, I am filing a separate bug for these failures.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b41/ws/j2se/test/java/awt/Toolkit/AutoShutdown/MultipleAppContextTest/MultipleAppContextTest.sh
/java/re/jdk/1.5.0/promoted/all/b41/ws/j2se/test/java/awt/dnd/ModalDialogOnDropDeadlockTest/ModalDialogOnDropDeadlockTest.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b41/regtest/x86/Solaris_8_x86_O_W__linux-10/workDir/test/java/awt/Toolkit/AutoShutdown/MultipleAppContextTest/MultipleAppContextTest.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b41/regtest/x86/Solaris_8_x86_O_W__linux-10/workDir/test/java/awt/dnd/ModalDialogOnDropDeadlockTest/ModalDialogOnDropDeadlockTest.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/b41/binaries/solaris-i586"
TEST_BASE_PATH="/java/re/jdk/1.5.0/promoted/all/b41/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/b41/binaries/solaris-i586"
#TEST_BASE_PATH="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b41/ws/j2se/test"
#Alternative paths for the NSK site:
#JT_HOME="/net/linux-15/export/home/java/jct"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
#JAVA_HOME="/net/linux-15/export/home/java/jdk1.5.0/x86"
#TEST_BASE_PATH="/net/linux-15/export/home/java/regtest.tiger/test"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes:$JT_HOME/lib/javatest.jar:$JT_HOME/lib/jtreg.jar"
TEST="java/awt/dnd/ModalDialogOnDropDeadlockTest/ModalDialogOnDropDeadlockTest.html"
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 -a -v default -batch -params -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:(5/341)----------
java.lang.RuntimeException: DnD not finished
at ModalDialogOnDropDeadlockTest.start(ModalDialogOnDropDeadlockTest.java:177)
at com.sun.javatest.regtest.AppletWrapper$AppletThread.run(AppletWrapper.java:133)
at java.lang.Thread.run(Thread.java:570)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: DnD not finished
result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: DnD not finished
test result: Failed. Execution failed: Applet thread threw exception: java.lang.RuntimeException: DnD not finished
Specific machine info:
======================
Hostname: linux-10
OS: Solaris 8 (x86) (O/W)
======================================================================
- duplicates
-
JDK-5006248 REGRESSION: Awt and swing components work intolerably slowly on OpenWindows
- Closed