Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 42056 invoked from network); 26 Oct 2006 09:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 09:28:35 -0000 Received: (qmail 23367 invoked by uid 500); 26 Oct 2006 08:24:43 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23324 invoked by uid 500); 26 Oct 2006 08:24:43 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 23315 invoked by uid 99); 26 Oct 2006 08:24:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [192.55.52.88] (HELO mga01.intel.com) (192.55.52.88) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 01:24:41 -0700 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by mga01.intel.com with ESMTP; 26 Oct 2006 01:21:51 -0700 Received: from fmsmsx334.amr.corp.intel.com ([132.233.42.1]) by fmsmga002.fm.intel.com with ESMTP; 26 Oct 2006 01:21:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,360,1157353200"; d="scan'208"; a="7870409:sNHT67264425" Received: from fmsmsx311.amr.corp.intel.com ([132.233.42.214]) by fmsmsx334.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Oct 2006 01:21:41 -0700 Received: from mssmsx411.ccr.corp.intel.com ([10.125.2.10]) by fmsmsx311.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Oct 2006 01:21:41 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass Date: Thu, 26 Oct 2006 12:21:37 +0400 Message-ID: <2A786EB15713B544AB79607529273B04062C33@mssmsx411> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass Thread-Index: Acb4ysU1KLlFfCvoSj2Tz150YBdmQgAC0wRg From: "Volynets, Vera" To: X-OriginalArrivalTime: 26 Oct 2006 08:21:41.0329 (UTC) FILETIME=[C3CD0C10:01C6F8D7] X-Virus-Checked: Checked by ClamAV on apache.org -----Original Message----- From: Pavel Ozhdikhin [mailto:pavel.ozhdikhin@gmail.com]=20 Sent: Thursday, October 26, 2006 10:18 AM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass On 10/26/06, Gregory Shimansky wrote: > > On Wednesday 25 October 2006 21:05 Rana Dasgupta wrote: > > The ideal way would be for acceptance tests like "build test" to always > > pass and to catch and roll back the patch that breaks this invariant, > > rather than to disable the tests. But I agree with Vera, it is important > to > > keep a running set up as acceptance tests, so disabling the well known > > failures may be the only way until we fix the problems. > > > > I don't know that any of the tests are "unstable". These are > implementation > > bugs. gc.LOS is a bug in thread yielding by the apr Windows > functionality. > > The java.lang.ObjectTest also looks like an interpreter implementation > > error. > > I wonder about gc.LOS, I remember there was a discussion, and I think > there > were patches too. But I cannot find any right now. Were there any fixes to > the problem which made gc.LOS to work on WinXP? This is Harmony-1933 issue and it still lacks a patch. Thanks, Pavel Hmm and java.lang.ObjectTest works for me both on windows and linux... > > -- > Gregory Shimansky, Intel Middleware Products Division > Pavel, test java.lang.ObjectTest fails very seldom. I checked it on Win XP, ia32, interpreter, release configuration. It didn't fail yesterday 25 October, but it failed 24 October (vm revision: 467401 classlib revision: 467390) and about a week ago, so it's unstable.=20