Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-27 Thread Paul Jenner
Hi Mark, list. On Wed, 2006-07-26 at 23:09 +0200, Mark Wielaard wrote: Regressions: snip FAIL: java.math.BigDecimal.DiagBigDecimal FAIL: java.math.BigDecimal.construct FAIL: java.math.BigDecimal.setScale FWIW I think these were introduced in the BigDecimal merge from generics branch as noted

Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi (moved to main list), On Tue, 2006-07-25 at 17:56 -0400, Tom Tromey wrote: If you had a build of 0.91 + the corresponding jamvm you could make a Mauve baseline and run a comparison quite easily. Ideally we would do this after each release and simply reset the baseline file on builder.

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Francis Kung
On Wed, 2006-07-26 at 17:33 -0400, Tom Tromey wrote: I thought the builder was running xvfb so that the AWT tests were isolated on their own X server... ? I usually run the tests directly from the command line, a la jamvm Harness -debug -showpasses -vm jamvm gnu/testlet/java/awt/Robot I

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Francis Kung
Hi, Running off the latest HEAD, the following pass on my machine: FAIL: java.awt.Component.keyPressTest FAIL: java.awt.FileDialog.TestGraphics FAIL: java.awt.Robot.keyPress FAIL: java.awt.Robot.keyRelease FAIL: java.awt.Robot.mouseMove FAIL: java.awt.Robot.mousePress FAIL:

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Tom Tromey
Francis == Francis Kung [EMAIL PROTECTED] writes: Francis Most of those tests use the Robot in some way, and I've Francis noticed that tests using the robot require that the computer Francis be dedicated solely to the tests... running it in the Francis background while doing other work can cause

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark The results aren't that. bad (all generated against cacao on fc5 x86-64) Mark Lots of new PASSes. One new fail: I don't think new fails matter much. I tend to ignore them myself; I think they're also ignored for the purpose of baseline

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi, On Wed, 2006-07-26 at 17:33 -0400, Tom Tromey wrote: Mark FAIL: java.lang.InheritableThreadLocal.simple I updated Classpath and Mauve and ran this test case in my Eclipse workspace -- everything passed. Same here now for both jamvm and cacao when run just this test. But sometimes when I

Re: Mauve regressions (Was: [cp-patches] FYI: Component.setName() fix)

2006-07-26 Thread Mark Wielaard
Hi, On Wed, 2006-07-26 at 17:48 -0400, Francis Kung wrote: I believe Mark also ran the tests locally, as the builder hasn't picked up some recent changes to Mauve. Those tests might (probably will?) show up as passes on the builder too. Yes, those were my local ran tests. Rerunning them a