-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b140
-
x86
-
linux_redhat_5.0
-
Verified
Bug Info
=========
closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java fails on RHEL5 with the following exception.
java.lang.RuntimeException: expected:<0> but was:<13>
at Assert.fail(Assert.java:13)
at Assert.failNotEquals(Assert.java:278)
at Assert.assertEquals(Assert.java:60)
at Assert.assertEquals(Assert.java:197)
at Assert.assertEquals(Assert.java:203)
at bug6427244.testCaretPosition(bug6427244.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
For more details please check the attached test log file.
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/text/GlyphPainter2/6427244/bug6427244.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}
Verified by EG during Promotion
=========
closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java fails on RHEL5 with the following exception.
java.lang.RuntimeException: expected:<0> but was:<13>
at Assert.fail(Assert.java:13)
at Assert.failNotEquals(Assert.java:278)
at Assert.assertEquals(Assert.java:60)
at Assert.assertEquals(Assert.java:197)
at Assert.assertEquals(Assert.java:203)
at bug6427244.testCaretPosition(bug6427244.java:102)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
For more details please check the attached test log file.
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/text/GlyphPainter2/6427244/bug6427244.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}
Verified by EG during Promotion