-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b04
-
generic
-
generic
-
Not verified
Name: iaR10016 Date: 04/01/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b44
Testbase : Regression-test
Platform[s] : all
Falling test: java/awt/Insets/CombinedTestApp1.html
Manual Regression test java/awt/Insets/CombinedTestApp1.html does not contain any user instructions for the testing.
It is absolutelly unclear for the user what to do after the test starts and how to decide whether the test passes ot not.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/java/awt/Insets/CombinedTestApp1.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/linux/QuickSilver_linux-17/workDir/test-manual/java/awt/Insets/CombinedTestApp1.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/b44/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/java/awt/Insets/* .
$TESTJAVA/bin/javac *.java
$TESTJAVA/bin/appletviewer CombinedTestApp1.html
--- script end ---
Specific machine info:
======================
Hostname: linux-17
OS: QuickSilver
======================================================================
[SQE]
RISK : LOW
Made the test main-automatic with almost complete rewriting. To verify run the test. It should pass on every platform.
[/SQE]
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b44
Testbase : Regression-test
Platform[s] : all
Falling test: java/awt/Insets/CombinedTestApp1.html
Manual Regression test java/awt/Insets/CombinedTestApp1.html does not contain any user instructions for the testing.
It is absolutelly unclear for the user what to do after the test starts and how to decide whether the test passes ot not.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test/java/awt/Insets/CombinedTestApp1.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b44/regtest/linux/QuickSilver_linux-17/workDir/test-manual/java/awt/Insets/CombinedTestApp1.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/b44/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b44/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/java/awt/Insets/* .
$TESTJAVA/bin/javac *.java
$TESTJAVA/bin/appletviewer CombinedTestApp1.html
--- script end ---
Specific machine info:
======================
Hostname: linux-17
OS: QuickSilver
======================================================================
[SQE]
RISK : LOW
Made the test main-automatic with almost complete rewriting. To verify run the test. It should pass on every platform.
[/SQE]
- relates to
-
JDK-4068386 Insets are incorrect for Frame w/MenuBar
- Closed