public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* Mauve results...
@ 2004-11-11 23:53 David Gilbert
  2004-11-12  0:01 ` Mark Wielaard
  2004-11-12 17:20 ` Bryce McKinlay
  0 siblings, 2 replies; 5+ messages in thread
From: David Gilbert @ 2004-11-11 23:53 UTC (permalink / raw)
  To: classpath; +Cc: mauve-discuss

I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest
CVS version of Classpath) and posted the results here for anyone that is
interested:

http://www.object-refinery.com/classpath/mauve-report/latest/

The above reports exclude about 10 test files that won't run for me yet
- I'll look into those when I get a chance.

Regards,

Dave Gilbert.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mauve results...
  2004-11-11 23:53 Mauve results David Gilbert
@ 2004-11-12  0:01 ` Mark Wielaard
  2004-11-12 11:15   ` David Gilbert
  2004-11-12 17:20 ` Bryce McKinlay
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Wielaard @ 2004-11-12  0:01 UTC (permalink / raw)
  To: David Gilbert; +Cc: classpath, mauve-discuss

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

Hi David,

On Fri, 2004-11-12 at 00:53, David Gilbert wrote:
> I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest
> CVS version of Classpath) and posted the results here for anyone that is
> interested:
> 
> http://www.object-refinery.com/classpath/mauve-report/latest/
> 
> The above reports exclude about 10 test files that won't run for me yet
> - I'll look into those when I get a chance.

Thanks!
Can you post that list of files?
Maybe someone immediately knows what is wrong with those.

Cheers,

Mark

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mauve results...
  2004-11-12  0:01 ` Mark Wielaard
@ 2004-11-12 11:15   ` David Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: David Gilbert @ 2004-11-12 11:15 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: mauve-discuss

On Fri, 2004-11-12 at 00:01, Mark Wielaard wrote:
> Hi David,
> 
> On Fri, 2004-11-12 at 00:53, David Gilbert wrote:
> > I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest
> > CVS version of Classpath) and posted the results here for anyone that is
> > interested:
> > 
> > http://www.object-refinery.com/classpath/mauve-report/latest/
> > 
> > The above reports exclude about 10 test files that won't run for me yet
> > - I'll look into those when I get a chance.
> 
> Thanks!
> Can you post that list of files?
> Maybe someone immediately knows what is wrong with those.

The tests I excluded were:

gnu.testlet.java.awt.image.PixelGrabber.SimpleGrabber
gnu.testlet.java.net.DatagramSocket.DatagramSocketTest2
gnu.testlet.java.net.DatagramSocket.DatagramSocketTest
gnu.testlet.java.lang.Character.unicode
gnu.testlet.java.text.DateFormatSymbols.Test
gnu.testlet.java.util.logging.SocketHandler.getFormatter
gnu.testlet.java.util.logging.SocketHandler.publish
gnu.testlet.java.util.logging.SocketHandler.getFilter
gnu.testlet.java.beans.XMLDecoder.jdk14
gnu.testlet.javax.swing.undo.AbstractUndoableEdit.getUndoPresentationName
gnu.testlet.javax.swing.undo.AbstractUndoableEdit.getRedoPresentationName
gnu.testlet.javax.swing.undo.AbstractUndoableEdit.getPresentationName
gnu.testlet.javax.swing.undo.UndoManager.getUndoPresentationName
gnu.testlet.javax.swing.undo.UndoManager.getRedoPresentationName
gnu.testlet.javax.swing.undo.UndoManager.getUndoOrRedoPresentationName
gnu.testlet.javax.swing.JLabel.Icon
gnu.testlet.javax.swing.JLabel.Mnemonic

I didn't have any time to look into the problems, I would guess that
some of the latter tests fail because I compiled Classpath with
--disable-gtk-peer (the machine that I run this on has SuSE 9.1 on it,
therefore an old-ish version of Gnome, and for a bunch of reasons I
don't want to mess around with updating the machine right now).

And some failures may be due to bugs in the custom test harness that I
run the tests with.  

It will probably be January before I'll get a chance to put a lot more
time into this - but I hope the reports I posted are useful to give
developers a quick overview of how the test failures are distributed.

Regards,

Dave

> Cheers,
> 
> Mark

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mauve results...
  2004-11-11 23:53 Mauve results David Gilbert
  2004-11-12  0:01 ` Mark Wielaard
@ 2004-11-12 17:20 ` Bryce McKinlay
  2004-11-12 17:32   ` David Gilbert
  1 sibling, 1 reply; 5+ messages in thread
From: Bryce McKinlay @ 2004-11-12 17:20 UTC (permalink / raw)
  To: David Gilbert; +Cc: classpath, mauve-discuss

Hey David,

Very nice. What did you use to format the results?

Regards

Bryce


David Gilbert wrote:

>I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest
>CVS version of Classpath) and posted the results here for anyone that is
>interested:
>
>http://www.object-refinery.com/classpath/mauve-report/latest/
>
>The above reports exclude about 10 test files that won't run for me yet
>- I'll look into those when I get a chance.
>
>Regards,
>
>Dave Gilbert.
>  
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Mauve results...
  2004-11-12 17:20 ` Bryce McKinlay
@ 2004-11-12 17:32   ` David Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: David Gilbert @ 2004-11-12 17:32 UTC (permalink / raw)
  To: Bryce McKinlay; +Cc: classpath, mauve-discuss

I wrote a custom subclass of TestHarness, the source code is here if you
or anyone wants to look at it:

http://www.object-refinery.com/classpath/mauve-report/mauve-report.zip

I'm short on time this month and next, but in January I will try to
write some documentation about how to generate the test reports, and
tidy up the rough edges in the code.

Regards,
Dave Gilbert


On Fri, 2004-11-12 at 17:20, Bryce McKinlay wrote:
> Hey David,
> 
> Very nice. What did you use to format the results?
> 
> Regards
> 
> Bryce
> 
> 
> David Gilbert wrote:
> 
> >I ran (most of) the Mauve tests tonight (using JamVM 1.2 and the latest
> >CVS version of Classpath) and posted the results here for anyone that is
> >interested:
> >
> >http://www.object-refinery.com/classpath/mauve-report/latest/
> >
> >The above reports exclude about 10 test files that won't run for me yet
> >- I'll look into those when I get a chance.
> >
> >Regards,
> >
> >Dave Gilbert.
> >  
> >
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-12 17:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-11 23:53 Mauve results David Gilbert
2004-11-12  0:01 ` Mark Wielaard
2004-11-12 11:15   ` David Gilbert
2004-11-12 17:20 ` Bryce McKinlay
2004-11-12 17:32   ` David Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).