JDK-5082298 : REGRESSION: com/sun/java/swing/plaf/gtk/5048769/bug5048769.sh fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6,solaris_8
  • CPU: x86,sparc
  • Submitted: 2004-08-03
  • Updated: 2005-10-10
  • Resolved: 2004-09-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u1 betaFixed 6Fixed
Related Reports
Duplicate :  
Description
JDK         	: 1.5.0-beta-b60
    Platform[s]     	: Solaris 8 x86
    switch/Mode      	: -client 
    Failing Test [s]    : com/sun/java/swing/plaf/gtk/5048769/bug5048769.jtr


    Test source location:
    =====================
    /net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b60/ws/j2se/test/com/sun/java/swing/plaf/gtk/5048769

    jtr file location:
    ==================
    The jtr files are under the following base dir
    
/net/cady/export/dtf/unified/results/tiger/b60/regression/ia8/workDir/test/com/sun/java/swing/plaf/gtk/5048769
     

    Test output:
    =============
----------System.err:(13/1047)----------
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/FloppyDrive.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Computer.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/UpFolder.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Error.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/HardDrive.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Inform.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/DetailsView.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Warn.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/Question.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/NewFolder.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/ListView.gif not found.
com.sun.java.swing.plaf.gtk.GTKLookAndFeel/icons/HomeFolder.gif not found.
Some images are not equal. See /net/cady/export/dtf/unified/results/tiger/b60/regression/ia8/workDir/test/classes/com/sun/java/swing/plaf/gtk/5048769/report.html for details.
result: Failed. Execution failed: exit code 1

    Specific Machine Info:
    =====================
SunOS talitha 5.8 Generic_108529-29 i86pc i386 i86pc
Solaris 8 2/02 s28x_u7wos_08a INTEL
###@###.### 10/25/04 19:24 GMT

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.5.0_01 mustang FIXED IN: 1.5.0_01 mustang INTEGRATED IN: 1.5.0_01 mustang
28-09-2004

EVALUATION The implementation in the parser for retrieving the focus-line-pattern is incorrect. ###@###.### 2004-08-04 Name: sh120115 Date: 08/05/2004 Unfortunately this was broken by changes that I suggested towards the fix of 5048771. In order to properly support parsing of cursor-color, I suggested that all Strings passed into the PropertyParser should be escaped (reverted to an unparsed form). This not only turns out to be unnecessary, but it breaks parsing of focus-line-pattern. My suggestion is that we revert to passing unescaped Strings, and only escape them if a new property to be added to PropertyParser returns true. I'm sending diffs to ###@###.### with my suggested fix. ###@###.### 2004-08-05 ====================================================================== I've taken over the bug and will be applying my suggested fix. ###@###.### 2004-08-10
05-08-2004