From dev-return-38840-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Mon Jan 25 11:44:22 2010 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 74831 invoked from network); 25 Jan 2010 11:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 11:44:22 -0000 Received: (qmail 19138 invoked by uid 500); 25 Jan 2010 11:44:21 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 19054 invoked by uid 500); 25 Jan 2010 11:44:21 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 19043 invoked by uid 99); 25 Jan 2010 11:44:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 11:44:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.deakin@googlemail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 11:44:11 +0000 Received: by fxm10 with SMTP id 10so470531fxm.14 for ; Mon, 25 Jan 2010 03:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=qgbgIgfdV0kZDiREwAVFhOpiDixwGT4qvc8S05vqrEs=; b=ZolZLM8aqsN4XuZ6g5tbEJjxUEsVYO0KhxFrjrarFX1c7sMlqKKM98HpzpyHDPkvlf iedXEaZU0kisXw/m73QkpiNLmjpqqhopsZvYSWfHzLn54PtgOmt0vdbQO1KA950R1dFA NTCqLRh9syOLfKVLXv/0l6YQ3fhdy2c0UaTSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=IpjBT28LVE6OIORuBclgZttiqfEdfpb7QfM8i8JzoedsljL2GQKiDyeGMcF47Leyie 0AsXhBhbntgrm9n7/aS/2K9pAm3390En7zR4Cu44l591bDyaBEkNMyqU46OinkK5X0Am fTflRr36KWYgZBrOwCp7QWWyHMBoxj1twfdyk= Received: by 10.223.4.92 with SMTP id 28mr5099275faq.105.1264419830403; Mon, 25 Jan 2010 03:43:50 -0800 (PST) Received: from ?9.20.183.162? (gbibp9ph1--blueice3n1.emea.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id z10sm6542074fka.30.2010.01.25.03.43.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 25 Jan 2010 03:43:48 -0800 (PST) Message-ID: <4B5D83F4.9080109@googlemail.com> Date: Mon, 25 Jan 2010 11:43:48 +0000 From: Oliver Deakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: dev@harmony.apache.org CC: Nathan Beyer Subject: Re: 5.0M12a testing References: <201001211141.o0LBfZ8F026276@d06av03.portsmouth.uk.ibm.com> <3b3f27c61001222023n13f0e179vb5d8ba7d214a2c98@mail.gmail.com> In-Reply-To: <3b3f27c61001222023n13f0e179vb5d8ba7d214a2c98@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 > 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