classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mauve status


From: David Gilbert
Subject: Re: Mauve status
Date: Fri, 02 Sep 2005 13:56:46 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

Mark Wielaard wrote:

Hi,

Running the Mauve testsuite (CVS) in preparation of 0.18:

0.17:     30437 PASS, 1216 FAIL
0.18-pre: 31105 PASS, 1059 FAIL

With the following regressions:

+FAIL: 
gnu.testlet.javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults: 
PasswordField (number 3)
This one is caused by this patch:

2005-08-16  Lillian Angel  <address@hidden <mailto:address@hidden>>

       * javax/swing/plaf/basic/BasicLookAndFeel.java:
       Changed font for PasswordField because textbox was
       being drawn at an awkward height.
       * javax/swing/text/PasswordView.java
       (getPreferredSpan): Implemented
       (modelToView): likewise.
       (viewToModel): partially implemented.

It's not a serious regression, except to the extent that it is masking a bug in the sizing of text fields.


[Note: 75 others in this suite also failed (and still fail) with 0.17]


Many of those could be fixed relatively easily, since they are just values in a lookup table. But I think it is better to leave the failures there until someone, who is familiar with the relevant component, has checked that the default value is used wherever it should be. For anyone working on the look-and-feel code, it's worth looking through the BasicLookAndFeel.initComponentDefaults test in Mauve since it lists all the default values used (or at least available) in Sun's implementation.

Regards,

Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]