JarExecTest only failed when built with Visual Studio 2008 On Mon, Jan 25, 2010 at 7:43 PM, Oliver Deakin <oliver.dea...@googlemail.com> wrote: > > On 23/01/2010 04:23, Nathan Beyer wrote: >> >> Here's my results for Windows XP SP3, Visual Studio 2008 >> >> Two test failures. The BasicScrollBarUITest I believe is a known >> failure; at least I've seen it before. The other failure seems >> familiar, but I'm not sure and haven't had the time to search yet. >> >> BasicScrollBarUITest testGetThumbBounds Failure expected: 16, >> actual: 0 >> >> 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) >> 0.218 >> > > I see this failure also, but when I run BasicScrollBarUITest standalone it > passes every time. I think we observed the same thing when we were doing M12 > testing. > > After a full test run on Windows XP x86 (Visual Studio 2003), apart from the > above failure I only see 2 errors in JDWP caused by timeouts. These are > known intermittent failures that we have covered in past releases. I don't > see the JarExecTest failure below. > > Regards, > Oliver > >> JarExecTest test_classpath Failure Error executing class from >> ClassPath : result returned was incorrect. >> >> junit.framework.AssertionFailedError: Error executing class from >> ClassPath : result returned was incorrect. >> at >> org.apache.harmony.archive.tests.java.util.jar.JarExecTest.test_classpath(JarExecTest.java:190) >> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) >> >> On Thu, Jan 21, 2010 at 5:41 AM, Mark Hindess >> <mark.hind...@googlemail.com> wrote: >> >>> >>> I've created a source tar.gz for a potential 5.0M12a release by doing: >>> >>> svn co https://svn.apache.org/repos/asf/harmony/enhanced/tags/5.0m12a >>> fed >>> cd fed >>> sun60 ant populate-src bundle-src >>> >>> and placed it at: >>> >>> http://people.apache.org/~hindessm/5.0m12a/ >>> >>> Regards, >>> -Mark. >>> >>> >>> >>> >> >> > > -- > 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 > >
-- Regards, Ray Chen