From dev-return-39706-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri Sep 03 11:02:00 2010 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 83008 invoked from network); 3 Sep 2010 11:02:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 11:02:00 -0000 Received: (qmail 89249 invoked by uid 500); 3 Sep 2010 11:01:59 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 88990 invoked by uid 500); 3 Sep 2010 11:01:57 -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 88975 invoked by uid 99); 3 Sep 2010 11:01:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 11:01:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of catherine.v.hope@googlemail.com designates 74.125.82.177 as permitted sender) Received: from [74.125.82.177] (HELO mail-wy0-f177.google.com) (74.125.82.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 11:01:34 +0000 Received: by wyb38 with SMTP id 38so1600665wyb.36 for ; Fri, 03 Sep 2010 04:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=nTSbsnjUdqSeiwYDufJUd/zO0Emkf+2ldsDzisuxjNA=; b=QjC5U5S0KS5is7icZOKs6bpv6SouZIFhUdTMJdlTpY1JKFGoBr3mRMvk3WJ2zk+NA8 bPfFLbsauTn7EERIH72YdWJOo28yR/vBuSneTN4ncULn7CMY2pqA31CHbtO46Jg4Lx2R 3a3HMI/0oO863/vPEjUaN7F4ItycAIS4ySe30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=s+RnLAXblb3V+Nb++Yutole9+34VRIqIMlcBHwqxVjIZ0OwY+cfNOtQAb89Wnr2hPW kA2XZQXlFVYOpHH1UHaSf79IcuaaF3ozuuxCZI2woRYgN6mnAZB1Y+PjF9PzpvnXw+Tt d0BYfH8ABUV3ywdf+Qd4lLmtQPLdWrCJSMlj0= MIME-Version: 1.0 Received: by 10.216.158.140 with SMTP id q12mr2973013wek.14.1283511674408; Fri, 03 Sep 2010 04:01:14 -0700 (PDT) Received: by 10.216.170.129 with HTTP; Fri, 3 Sep 2010 04:01:14 -0700 (PDT) In-Reply-To: <201009021351.o82DpAf1032182@d12av03.megacenter.de.ibm.com> References: <4C7E4D2B.6010100@gmail.com> <4C7FA446.9010501@gmail.com> <201009021351.o82DpAf1032182@d12av03.megacenter.de.ibm.com> Date: Fri, 3 Sep 2010 12:01:14 +0100 Message-ID: Subject: Re: [testing] Java 6 branch results so far From: Catherine Hope To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=0016367fb0276b3dac048f58d9fc X-Virus-Checked: Checked by ClamAV on apache.org --0016367fb0276b3dac048f58d9fc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Results for Java 6 branch on Linux x86-32 (running 2.6.32-21-generic #32-Ubuntu with gcc version 4.4.3) I see the same jdwp errors reported by others: vm crash reported from org.apache.harmony.jpda.tests.jdwp.MultiSession.ExceptionTest and "Debuggee process did not finish during timeout" from: org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues002Test org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest org.apache.harmony.jpda.tests.jdwp.Events.ClassPrepareTest org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest org.apache.harmony.jpda.tests.jdwp.Events.FieldAccessTest org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest Running with the jpda module excluded I get the following permanent failures: The same 2 failures as on Java 5: java.awt.event.MouseEventTest java.lang.NullPointerException at java.awt.event.MouseEventTest.testHarmony5215(MouseEventTest.java:181) org.apache.harmony.luni.tests.java.net.MulticastSocketTest junit.framework.ComparisonFailure: Group member did not recv data expected:<[Hello World]> but was:<[=EF=BF=BD]> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLj= ava_net_SocketAddressLjava_net_NetworkInterface(MulticastSocketTest.java:42= 9) and also the scanner test failure: org.apache.harmony.luni.tests.java.util.ScannerTest junit.framework.AssertionFailedError: expected:<2> but was:<3> at org.apache.harmony.luni.tests.java.util.ScannerTest.test_hasNextLine_sequen= ce(ScannerTest.java:5709) The usual swing tests fail on my full test run (I think due to me using the computer whilst they were running) but pass when run individually. Cath --0016367fb0276b3dac048f58d9fc--