Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26164 invoked from network); 29 Mar 2007 07:13:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 07:13:36 -0000 Received: (qmail 78491 invoked by uid 500); 29 Mar 2007 07:13:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78405 invoked by uid 500); 29 Mar 2007 07:13:43 -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 78396 invoked by uid 99); 29 Mar 2007 07:13:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 00:13:42 -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; Thu, 29 Mar 2007 00:13:35 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CF14C1A983E; Thu, 29 Mar 2007 00:13:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523597 - /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv Date: Thu, 29 Mar 2007 07:13:14 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070329071314.CF14C1A983E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Thu Mar 29 00:13:14 2007 New Revision: 523597 URL: http://svn.apache.org/viewvc?view=rev&rev=523597 Log: Apply patch for exclude list from HARMONY-3519: ([drlvm][jit][server] the smoke test thread.ThreadInterrupt failed in server mode) Modified: 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.srv URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv?view=diff&rev=523597&r1=523596&r2=523597 ============================================================================== --- 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 Thu Mar 29 00:13:14 2007 @@ -3,3 +3,6 @@ # HARMONY-2977 io/Integers.java + +# HARMONY-3519 +thread/ThreadInterrupt.java