Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23938 invoked from network); 16 Feb 2007 15:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 15:52:27 -0000 Received: (qmail 5978 invoked by uid 500); 16 Feb 2007 15:52:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 5958 invoked by uid 500); 16 Feb 2007 15:52:34 -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 5945 invoked by uid 99); 16 Feb 2007 15:52:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 07:52:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 07:52:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 428667141E6 for ; Fri, 16 Feb 2007 07:52:06 -0800 (PST) Message-ID: <20867022.1171641126269.JavaMail.jira@brutus> Date: Fri, 16 Feb 2007 07:52:06 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3182) [drlvm][testing] run modes of DRLVM tests should be unified In-Reply-To: <12500552.1171530012328.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-3182. ---------------------------------------- Resolution: Fixed Patch applied at 508456. I had to make the following corrections to your changes: 1. Added stress/Mix.java to windows excludes. 2. Added gc/Finalizer.java, gc/PhantomReferenceTest.java and gc/RunFinalizersOnExitTest.java to OPT excludes. 3. Added exclude files for IPF. 4. Deleted obsolete exclude files for jit and interpreter. 5. Fixed the problem with kernel tests which still used kernel.test.mode and kernel.test.timeout in kernel.test.xml. 6. Added JVMTI exclude file for windows.opt. Please check that the patch is applied as expected. > [drlvm][testing] run modes of DRLVM tests should be unified > ----------------------------------------------------------- > > Key: HARMONY-3182 > URL: https://issues.apache.org/jira/browse/HARMONY-3182 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Vladimir Ivanov > Assigned To: Gregory Shimansky > Attachments: jvmti.patch, smoke.patch, smoke.update.patch > > > Now modes to run "jvmti" and "smoke" tests are hardcoded to the build files while modes to run kernel tests stored in the property file. > I suggest using this property file for these 3 runs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.