On Thu, Dec 3, 2009 at 3:26 AM, Oliver Deakin <[email protected]> wrote: > I see this test fail with exactly the same message on Windows XP x86 when I > run the whole suite, but it passes every time when I run it standalone. I > wonder if it is interference from other tests causing the failure. Does it > fail for you when run in isolation (I was using > -Dtest.case=javax.swing.plaf.basic.BasicScrollBarUITest)?
It does pass standalone ... interesting. I guess it's fine. I have a bug logged here for tracking - https://issues.apache.org/jira/browse/HARMONY-6397. -Nathan > > Regards, > Oliver > > Nathan Beyer wrote: >> >> +1 >> >> Windows Vista SP1 x86, VS2003 >> >> I get one consistent test failure in swing module though. >> >> <testcase classname="javax.swing.plaf.basic.BasicScrollBarUITest" >> name="testGetThumbBounds" time="0.157"> >> <failure message="expected: 16, actual: 0" >> >> type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: >> expected: 16, actual: 0 >> at >> javax.swing.plaf.basic.BasicScrollBarUITest.checkIsCloseTo(BasicScrollBarUITest.java:267) >> at >> javax.swing.plaf.basic.BasicScrollBarUITest.testGetThumbBounds(BasicScrollBarUITest.java:85) >> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) >> at >> javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:116) >> at >> javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:121) >> at >> javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:135) >> at java.lang.Thread.run(Thread.java:669) >> </failure> >> </testcase> >> >> On Tue, Dec 1, 2009 at 5:22 AM, Tim Ellison <[email protected]> wrote: >> >>> >>> I have created a signed source archive for revision r885602 and made it >>> available at: >>> >>> http://people.apache.org/builds/harmony/snapshots/r885602/ >>> >>> Please test these artifacts and then vote for declaring these source >>> archives as Milestone 12, and opening up the code [1] for general >>> development once again. >>> >>> This vote will be open for at least three days, or until all binding >>> votes have been cast (if earlier). >>> >>> If the vote is successful, binary builds from that level will be made >>> available on the download page, as usual. >>> >>> Regards, >>> Tim >>> >>> [1] drlvm/trunk and the java6 branches of classlib and jdktools will >>> remain frozen until we test and vote on 6.0M1 >>> >>> >> >> > > -- > Oliver Deakin > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire > PO6 3AU > >
