-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b10
-
generic
-
generic
Name: iaR10016 Date: 03/25/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b43, JDK1.4.2, JDK1.2.2
Testbase : Regression-test
Platform[s] : all
Falling test: java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html
Manual Regression test java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html fails
with JDK1.5.0-b43 on all platforms.
Original bug 1242999 was closed as "Will not fix". So, the test should be removed from Regression testsuite
or bug 1242999 should be re-opened and fixed/integrated.
Please, see bug 1242999 Evaluation for more details.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test/java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b43/regtest/win32/Windows_XP_Pro_manual_linux-16/workDir/test-manual/java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
#Paths in Java Software:
TESTJAVA="/java/re/jdk/1.5.0/promoted/all/b43/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.2.2/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/java/awt/Dialog/FileDialogSetLocationTest/* ./
$TESTJAVA/bin/javac FileDialogsetLocationTest.java
$TESTJAVA/bin/appletviewer -Xnosecurity FileDialogsetLocationTest.html
--- script end ---
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b43, JDK1.4.2, JDK1.2.2
Testbase : Regression-test
Platform[s] : all
Falling test: java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html
Manual Regression test java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html fails
with JDK1.5.0-b43 on all platforms.
Original bug 1242999 was closed as "Will not fix". So, the test should be removed from Regression testsuite
or bug 1242999 should be re-opened and fixed/integrated.
Please, see bug 1242999 Evaluation for more details.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test/java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b43/regtest/win32/Windows_XP_Pro_manual_linux-16/workDir/test-manual/java/awt/Dialog/FileDialogSetLocationTest/FileDialogsetLocationTest.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
#Paths in Java Software:
TESTJAVA="/java/re/jdk/1.5.0/promoted/all/b43/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.2.2/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/java/awt/Dialog/FileDialogSetLocationTest/* ./
$TESTJAVA/bin/javac FileDialogsetLocationTest.java
$TESTJAVA/bin/appletviewer -Xnosecurity FileDialogsetLocationTest.html
--- script end ---
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================
- relates to
-
JDK-1242999 file dialog width or height larger than parent frame won't move
- Closed