Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 48712 invoked from network); 17 Dec 2007 22:16:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 22:16:08 -0000 Received: (qmail 58116 invoked by uid 500); 17 Dec 2007 22:15:56 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 58099 invoked by uid 500); 17 Dec 2007 22:15:56 -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 58090 invoked by uid 99); 17 Dec 2007 22:15:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 14:15:56 -0800 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 t.p.ellison@gmail.com designates 209.85.128.187 as permitted sender) Received: from [209.85.128.187] (HELO fk-out-0910.google.com) (209.85.128.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 22:15:33 +0000 Received: by fk-out-0910.google.com with SMTP id 18so1918790fks.4 for ; Mon, 17 Dec 2007 14:15:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=REHqHlJ29AhCkiCV61pWHu4fKNRDKe5IfKHoqKeOI9U=; b=rNvsNXmmq3IdyCPsCq4AE0nkDzOEAj4vmudknHbKMP+lQDAs7doORGSRW+Ia8JRXmKhYj8Z50EdpJTjBbVGQPvlZhhUNoKbuUPm7S/LPzGSX1gGelUp7YKELLXKhL0TfHk40weezJJx0JmFLss6SP8oTx4z21U6bQd9rFoxy2Nc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=H9M05VZP/bsxuwCRZ21CzANnrpfys2Nx7oo8Eg4Sl0Nkn6BvYh4H/yeKzX1zcfPN4gl3i24vGb+QdIKFqHqCt5rNSFB0BsOgcRmBGoU7NsywRrlygd0zZvjso6qa8UyjMx64Or57tpQ09ksRvImRlgghjG9cv20nY6xnh7ZJq3M= Received: by 10.82.105.13 with SMTP id d13mr6219991buc.30.1197929735691; Mon, 17 Dec 2007 14:15:35 -0800 (PST) Received: from ?192.168.0.2? ( [86.111.176.100]) by mx.google.com with ESMTPS id y37sm16260189iky.2007.12.17.14.15.33 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Dec 2007 14:15:35 -0800 (PST) Message-ID: <4766F503.1060804@gmail.com> Date: Mon, 17 Dec 2007 22:15:31 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [general] Declare M4 == r603534 ? References: <4762B54E.4070203@gmail.com> <906dd82e0712150333o401bdd17i7b21cb9a89eb6849@mail.gmail.com> <4763C083.5090104@gmail.com> <906dd82e0712150510i109ab962n1f26e0ed552abcdf@mail.gmail.com> <906dd82e0712150515r72563b59wcd8fe5cf9de23315@mail.gmail.com> <47656B2B.4030109@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexei Fedotov wrote: > There is a number of regressions during interactive scenarios. I filed > a bug placeholders: > > http://issues.apache.org/jira/browse/HARMONY-5315 [ega] windows > scenario hangs a computer I've run through this scenario successfully on a WinXP x86 using this build and it worked just fine -- no hang. It may be a CC issue? [1]https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/branches/2.0/tests/ega/EGA.txt Regards, Tim > http://issues.apache.org/jira/browse/HARMONY-5316 [ega] linux scenario > fails somehow right after the help step > http://issues.apache.org/jira/browse/HARMONY-5317 [ehwa] linux scnario fails > > The issues need additional investigation to understand what actually > happens. The possible cause is Harmony performance degradation, so > scenario timeouts should be updated. I will try to dig problems a bit > further today and appreciate any help in this direction. > > For those who would like to look into them two the command to start > the tests is > ant -Dtest.suites="hdk,ega" install setup run or ant > -Dtest.suites="hdk,ehwa" install setup run