Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92755 invoked from network); 19 Jul 2007 06:30:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2007 06:30:30 -0000 Received: (qmail 24310 invoked by uid 500); 19 Jul 2007 06:30:11 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24296 invoked by uid 500); 19 Jul 2007 06:30:11 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 24287 invoked by uid 99); 19 Jul 2007 06:30:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 23:30:11 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 23:30:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E22271A981A; Wed, 18 Jul 2007 23:29:48 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r557503 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.linux.x86_64.jet exclude.drlvm_smoke.linux.x86_64.jit Date: Thu, 19 Jul 2007 06:29:48 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070719062948.E22271A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Wed Jul 18 23:29:48 2007 New Revision: 557503 URL: http://svn.apache.org/viewvc?view=rev&rev=557503 Log: Excluded stress.Sync for jet/jit also due to HARMONY-3299. Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet?view=diff&rev=557503&r1=557502&r2=557503 ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet (original) +++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet Wed Jul 18 23:29:48 2007 @@ -27,3 +27,5 @@ # HARMONY-3639 thread/ManyThreadsTest.java +# HARMONY-3299 intermittent +stress/Sync.java Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit?view=diff&rev=557503&r1=557502&r2=557503 ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit (original) +++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit Wed Jul 18 23:29:48 2007 @@ -27,3 +27,5 @@ # HARMONY-3639 thread/ManyThreadsTest.java +# HARMONY-3299 intermittent +stress/Sync.java