Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 98546 invoked from network); 24 Apr 2007 09:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 09:04:07 -0000 Received: (qmail 64067 invoked by uid 500); 24 Apr 2007 09:04:14 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 63962 invoked by uid 500); 24 Apr 2007 09:04:14 -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 63946 invoked by uid 99); 24 Apr 2007 09:04:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 02:04:14 -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; Tue, 24 Apr 2007 02:04:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A60161A9838; Tue, 24 Apr 2007 02:03:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r531843 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.windows.x86.opt exclude.drlvm_smoke.windows.x86.srv Date: Tue, 24 Apr 2007 09:03:32 -0000 To: commits@harmony.apache.org From: xli@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070424090332.A60161A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: xli Date: Tue Apr 24 02:03:31 2007 New Revision: 531843 URL: http://svn.apache.org/viewvc?view=rev&rev=531843 Log: HARMONY-3731 : [DRLVM] FinalizeStackTest failed in opt/srv mode on Win32 Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt?view=diff&rev=531843&r1=531842&r2=531843 ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt (original) +++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt Tue Apr 24 02:03:31 2007 @@ -7,3 +7,6 @@ # HARMONY-2977 io/Integers.java + +# HARMONY-3731 +exception/FinalizeStackTest.java Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv?view=diff&rev=531843&r1=531842&r2=531843 ============================================================================== --- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv (original) +++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv Tue Apr 24 02:03:31 2007 @@ -3,3 +3,6 @@ # HARMONY-2977 io/Integers.java + +# HARMONY-3731 +exception/FinalizeStackTest.java