-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
7
-
x86
-
linux_redhat_5.0
Bug Info
========
closed/javax/swing/JTextArea/4697612/bug4697612.java fails with the following exception.
java.lang.RuntimeException: Failed 4697612: PgDn & PgUp keys scroll by different amounts
at bug4697612.onBackgroundThread40(bug4697612.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at SwingTestHelper.invoke(SwingTestHelper.java:625)
at SwingTestHelper.controlLoop(SwingTestHelper.java:571)
at SwingTestHelper.access$700(SwingTestHelper.java:173)
at SwingTestHelper$4.run(SwingTestHelper.java:497)
at java.lang.Thread.run(Thread.java:717)
It fails only on Linux platform.
JDK Info
========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-administrator_2009_06_01_0
1_18-b00)
Java HotSpot(TM) Client VM (build 16.0-b03, mixed mode, sharing)
Steps to reproduce
==================
Set the following envrionment and run the test.
1. Set JTREG PATH
2. Set JDK HOME
3. Set WORK DIR and REPORT DIR
4. Set the SUITE(ex: SUITE=/net/sqindia.india/export/disk01/vinay/src/jdk/test/closed/javax/swing/JTextArea/4697612/bug4697612.java)
5. Run the following command once set the above environment.
ksh ${JTREG_PATH}/bin/jtreg -v -jdk:${JDK_HOME} -r:${REPORT_DIR} -w:${WORK_DIR} ${SUITE}
Please find the attached test log file more details.
========
closed/javax/swing/JTextArea/4697612/bug4697612.java fails with the following exception.
java.lang.RuntimeException: Failed 4697612: PgDn & PgUp keys scroll by different amounts
at bug4697612.onBackgroundThread40(bug4697612.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at SwingTestHelper.invoke(SwingTestHelper.java:625)
at SwingTestHelper.controlLoop(SwingTestHelper.java:571)
at SwingTestHelper.access$700(SwingTestHelper.java:173)
at SwingTestHelper$4.run(SwingTestHelper.java:497)
at java.lang.Thread.run(Thread.java:717)
It fails only on Linux platform.
JDK Info
========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-administrator_2009_06_01_0
1_18-b00)
Java HotSpot(TM) Client VM (build 16.0-b03, mixed mode, sharing)
Steps to reproduce
==================
Set the following envrionment and run the test.
1. Set JTREG PATH
2. Set JDK HOME
3. Set WORK DIR and REPORT DIR
4. Set the SUITE(ex: SUITE=/net/sqindia.india/export/disk01/vinay/src/jdk/test/closed/javax/swing/JTextArea/4697612/bug4697612.java)
5. Run the following command once set the above environment.
ksh ${JTREG_PATH}/bin/jtreg -v -jdk:${JDK_HOME} -r:${REPORT_DIR} -w:${WORK_DIR} ${SUITE}
Please find the attached test log file more details.