-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b25
-
x86
-
windows_xp
-
Verified
Name: aaR10208 Date: 04/11/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b04 (also fails with mantis-b19)
Testbase : RegTest-test
Platform[s] : Windows XP Pro
Falling test[s]: javax/swing/JTextArea/4697612/bug4697612.java
RegTest-test javax/swing/JTextArea/4697612/bug4697612.java test fails on JDK1.5.0-b04.
The test passes on Windows 2000 Pro on the same build.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/javax/swing/JTextArea/4697612/bug4697612.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results/tiger/b04/regtest/win32/winXP_PRO_-server_smp_linux-16/workDir/test/javax/swing/JTextArea/4697612/bug4697612.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
TESTBASE=k:/regtest.tiger/test
JDK=c:/j2sdk1.5.0
#JDK=h:/java/jdk1.5.0/win32.b03
cp $TESTBASE/javax/swing/JTextArea/4697612/bug4697612.java .
cp $TESTBASE/javax/swing/JTextArea/4697612/bug4697612.txt .
cp $TESTBASE/javax/swing/regtesthelpers/JRobot.java .
cp $TESTBASE/javax/swing/regtesthelpers/Util.java .
$JDK/bin/javac *.java
$JDK/bin/java -showversion bug4697612
--- script end ---
Script output:
==============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b04)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b04, mixed mode)
Exception in thread "main" java.lang.RuntimeException: Failed: PgDown & PgUp key
s scroll by different amounts
at bug4697612.main(bug4697612.java:45)
Test output (jtr part):
=======================
----------System.err:(13/827)----------
java.lang.RuntimeException: Failed: PgDown & PgUp keys scroll by different amounts
at bug4697612.main(bug4697612.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:82)
at java.lang.Thread.run(Thread.java:534)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failed: PgDown & PgUp keys scroll by different amounts
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failed: PgDown & PgUp keys scroll by different amounts
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Failed: PgDown & PgUp keys scroll by different amounts
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Failed: PgDown & PgUp keys scroll by different amounts
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================
- relates to
-
JDK-5018599 Regression-test javax/swing/JTextArea/4697612/bug4697612.java fails, Linux
- Resolved