-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.8
-
generic
-
solaris_2.5.1, solaris_2.6, solaris_7
Run JCK-116a test api/java_awt/interactive/descriptions.html#TextAreaTest.
In test case TextAreaTest0001, grab the lower right hand corner of the test
window, drag down and to the right, and release -- all within about 1/10
second. The cursor will change from the normal arrow to the text edit bar.
The problem is present on CDE and Openwindows, Intel and Sparc, and all
three Solari (2.5.1, 2.6, and 7).
For convenience, run the test without the (yuck) JavaTest harness.
#!/bin/ksh
JAVA=/net/ultraowl/export/ultraowl2/jdk11x/`uname -p`/jdk1.1.8/bin/java
#JAVA=/export/home/usr/java1.1/bin/java
#JAVA=/net/ultraowl/export/ultraowl2/jdk11x/`uname -p`/jdk117/bin/java
#JAVA=/usr/java/bin/java
JCK=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-116a
export PATH=/bin
unset LD_LIBRARY_PATH
export DISPLAY=`uname -n`:0.0
export CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
${JAVA} -fullversion
echo 'Failure seen on intel and sparc, all Solari, and both GUIs.'
echo 'intel/2.5.1/CDE, sparc/2.5.1/Openwindows,'
echo 'intel/2.6/CDE, sparc/2.6/CDE,'
echo 'intel/2.7/CDE, and sparc/2.7/CDE'
echo ' '
echo 'Grab the lower right hand corner, drag down and to the right,'
echo 'and drop all within about 1/10 second. The cursor will change'
echo 'from an arrow to a text edit bar.'
${JAVA} -Djava.compiler=NONE javasoft.sqe.tests.api.java.awt.interactive.TestApplet javasoft.sqe.tests.api.java.awt.interactive.TextAreaTest -TestCaseID TextAreaTest0001
echo "rc=$?"
Machine information for one of the 6 machines on which the failure
was observed is attached.
vincent.lee@eng 1999-06-15
In test case TextAreaTest0001, grab the lower right hand corner of the test
window, drag down and to the right, and release -- all within about 1/10
second. The cursor will change from the normal arrow to the text edit bar.
The problem is present on CDE and Openwindows, Intel and Sparc, and all
three Solari (2.5.1, 2.6, and 7).
For convenience, run the test without the (yuck) JavaTest harness.
#!/bin/ksh
JAVA=/net/ultraowl/export/ultraowl2/jdk11x/`uname -p`/jdk1.1.8/bin/java
#JAVA=/export/home/usr/java1.1/bin/java
#JAVA=/net/ultraowl/export/ultraowl2/jdk11x/`uname -p`/jdk117/bin/java
#JAVA=/usr/java/bin/java
JCK=/net/ultraowl.eng/export/ultraowl1/javatb/testbase/src/JCK-116a
export PATH=/bin
unset LD_LIBRARY_PATH
export DISPLAY=`uname -n`:0.0
export CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
${JAVA} -fullversion
echo 'Failure seen on intel and sparc, all Solari, and both GUIs.'
echo 'intel/2.5.1/CDE, sparc/2.5.1/Openwindows,'
echo 'intel/2.6/CDE, sparc/2.6/CDE,'
echo 'intel/2.7/CDE, and sparc/2.7/CDE'
echo ' '
echo 'Grab the lower right hand corner, drag down and to the right,'
echo 'and drop all within about 1/10 second. The cursor will change'
echo 'from an arrow to a text edit bar.'
${JAVA} -Djava.compiler=NONE javasoft.sqe.tests.api.java.awt.interactive.TestApplet javasoft.sqe.tests.api.java.awt.interactive.TextAreaTest -TestCaseID TextAreaTest0001
echo "rc=$?"
Machine information for one of the 6 machines on which the failure
was observed is attached.
vincent.lee@eng 1999-06-15