-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b78
-
generic
-
solaris_10
-
Verified
JDK : Fails On: Mustang b42 and later
Passes On: Mustang b41
Platform[s] : Fails On: Solaris 10
Failing Test [s] : javax/swing/JTextArea/4893567/bug4893567.java
Test source location:
=====================
/net/jre.sfbay/p/v08/jdk/6.0/beta/b59/ws/j2se/test/javax/swing/JTextArea/4893567/bug4893567.java
jtr file location:
==================
/net/cady/export/dtf/regdir/59a-ver/sparc/javax/swing/JTextArea/4893567/bug4893567.jtr
How to reproduce:
====================
- Set JAVA_HOME to Mustang b59 solaris-sparc
- cd /net/jre.sfbay/p/v08/jdk/6.0/beta/b59/ws/j2se/test/javax/swing/JTextArea/4893567
- /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp ./bug4893567.java
Test output:
=============
----------System.out:(9/559)----------
urlEmptyFile: file:/net/cady/export/dtf/unified/knight-ws/suites/regression/reg-test-59a/test/javax/swing/JTextArea/4893567/emptyfile
path: /net/cady/export/dtf/unified/knight-ws/suites/regression/reg-test-59a/test/javax/swing/JTextArea/4893567/emptyfile
fieldLoc: java.awt.Point[x=106,y=126]
fieldDim: java.awt.Dimension[width=188,height=29]
fieldBgColor: java.awt.Color[r=251,g=251,b=252]
areaLoc: java.awt.Point[x=106,y=173]
areaDim: java.awt.Dimension[width=188,height=21]
areaBgColor: java.awt.Color[r=0,g=0,b=255]
bgColor: java.awt.Color[r=0,g=0,b=255]
----------System.err:(13/844)----------
java.lang.RuntimeException: GTK L&F: JTextField and .JTextArea ignore their background color
at bug4893567.main(bug4893567.java:73)
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:589)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
at java.lang.Thread.run(Thread.java:620)
Passes On: Mustang b41
Platform[s] : Fails On: Solaris 10
Failing Test [s] : javax/swing/JTextArea/4893567/bug4893567.java
Test source location:
=====================
/net/jre.sfbay/p/v08/jdk/6.0/beta/b59/ws/j2se/test/javax/swing/JTextArea/4893567/bug4893567.java
jtr file location:
==================
/net/cady/export/dtf/regdir/59a-ver/sparc/javax/swing/JTextArea/4893567/bug4893567.jtr
How to reproduce:
====================
- Set JAVA_HOME to Mustang b59 solaris-sparc
- cd /net/jre.sfbay/p/v08/jdk/6.0/beta/b59/ws/j2se/test/javax/swing/JTextArea/4893567
- /net/koori.sfbay/onestop/jct-tools/2.1.6/archive/fcs/binaries/solaris/bin/jtreg -r:/tmp -w:/tmp ./bug4893567.java
Test output:
=============
----------System.out:(9/559)----------
urlEmptyFile: file:/net/cady/export/dtf/unified/knight-ws/suites/regression/reg-test-59a/test/javax/swing/JTextArea/4893567/emptyfile
path: /net/cady/export/dtf/unified/knight-ws/suites/regression/reg-test-59a/test/javax/swing/JTextArea/4893567/emptyfile
fieldLoc: java.awt.Point[x=106,y=126]
fieldDim: java.awt.Dimension[width=188,height=29]
fieldBgColor: java.awt.Color[r=251,g=251,b=252]
areaLoc: java.awt.Point[x=106,y=173]
areaDim: java.awt.Dimension[width=188,height=21]
areaBgColor: java.awt.Color[r=0,g=0,b=255]
bgColor: java.awt.Color[r=0,g=0,b=255]
----------System.err:(13/844)----------
java.lang.RuntimeException: GTK L&F: JTextField and .JTextArea ignore their background color
at bug4893567.main(bug4893567.java:73)
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:589)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
at java.lang.Thread.run(Thread.java:620)
- relates to
-
JDK-6359657 Need a way to turn off native GTK rendering
- Closed