-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b30
-
x86
-
linux
-
Verified
Name: iaR10016 Date: 11/02/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b26
(not reproducible with JDK1.5.0-b25, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b07)
Platform[s] : Linux
(tested on Suse Linux 8.2/GNOME2, Suse Linux 8.1/GNOME2,
RedHat Linux 9.0/GNOME2, RedHat Adv. Server 2.1/GNOME,
Suse SLES 8/GNOME2)
not reproducible on Solaris sparc, Solaris x86, Windows
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling tests :
api/java_awt/interactive/RobotTests.html#RobotTests [RobotTest0002]
api/java_awt/interactive/ComponentTests.html#ComponentTests [ComponentTest0015]
Two JCK1.5-runtime interactive api/java_awt/interactive tests fail with JDK1.5.0-b26 and pass
with the previous JDK builds on all Linux machines I have.
Please, run the script from "How to reproduce" section and do the following steps to
reproduce the failure:
- RobotTest0002: click "Start createScreenCapture" button in the tested frame and see the result;
- ComponentTest0015: click "start test 15" button in the tested frame and see the result.
It is expected that some graphics picture will appear in both these cases, but actually the
picture is not redrawn correctly and it twinkles very fast.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/RobotTests.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/interactive/ComponentTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b26/jck15/linux/suse8.2_gnome_client_concgc_X--UseParNewGC_linux-2/workDir/api-interactive/java_awt/interactive/RobotTests_RobotTests.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b26/jck15/linux/suse8.2_gnome_client_concgc_X--UseParNewGC_linux-2/workDir/api-interactive/java_awt/interactive/ComponentTests_ComponentTests.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/all/b26/binaries/linux-i586"
JCK="/java/re/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#Alternative paths outside Java Software:
#JDK="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b26/binaries/linux-i586"
#JCK="/net/koori.sfbay/onestop/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.RobotTests -TestCaseID RobotTest0002 -platform.robotAvailable true
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.ComponentTests -TestCaseID ComponentTest0015
--- script end ---
Specific machine info:
======================
Hostname: linux-18
OS: Solaris 10 (x86) (GNOME)
Hostname: linux-2
OS: Suse Linux 8.2 (GNOME2)
======================================================================