-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b28
-
x86, sparc
-
solaris_9, solaris_10
-
Verified
Name: iaR10016 Date: 09/30/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b21
(not reproducible with JDK1.5.0-b20, JDK1.4.2-b28)
JCK : JCK1.5-runtime (b04)
Platform[s] : Solaris 10 sparc (GNOME2), Solaris 9 sparc (CDE), Solaris 9 x86 (CDE)
(not reproducible on Linux and Windows platforms)
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: api/java_awt/Event/TareaEventTests.html#TareaEventTest0001
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_awt/Event/Tarea.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b21/jck15/sparc/sol10_sparc_gnome_client_d64_enablesystemassertions_linux-8/workDir/api/java_awt/Event/TareaEventTests_TareaEventTest0001.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
#KOORI_ONESTOP is your path to koori.sfbay/onestop (/net/koori/onestop, /java/re)
KOORI_ONESTOP="/java/re"
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
JCK="$KOORI_ONESTOP/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/sparc"
JDK="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b21/binaries/solaris-sparc"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java -showversion -cp $CLASSPATH javasoft.sqe.tests.api.java.awt.Event.TareaEventTests -TestCaseID TareaEventTest0001
--- script end ---
Test output:
============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b21)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b21, mixed mode)
TareaEventTest0001: Failed. TareaEventTest0001: textValueChanged event was not delivered when setText() was invoked on textarea.
STATUS:Failed.test cases: 1; all failed; first test case failure: TareaEventTest0001
Specific machine info:
======================
Hostname: linux-8
OS: Solaris 10 (sparc) (GNOME)
Hostname: novo48
OS: Solaris 10 (sparc) (CDE)
Hostname: linux-6
OS: Solaris 9 (x86) (CDE)
======================================================================