Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 67081 invoked from network); 1 Mar 2007 08:14:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 08:14:11 -0000 Received: (qmail 72322 invoked by uid 500); 1 Mar 2007 08:14:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 72295 invoked by uid 500); 1 Mar 2007 08:14:20 -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 72286 invoked by uid 99); 1 Mar 2007 08:14:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 00:14:20 -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; Thu, 01 Mar 2007 00:14:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3260714290 for ; Thu, 1 Mar 2007 00:13:50 -0800 (PST) Message-ID: <14976647.1172736830928.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 00:13:50 -0800 (PST) From: "Alexander Kleymenov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3268) [drlvm][testing] Regression test execution improvement In-Reply-To: <10624805.1172736711417.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-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Kleymenov updated HARMONY-3268: ----------------------------------------- Attachment: patch-test_launch.txt Provided patch implements and documents the ability to select regression checks to run. So to run only H1234 and H4321 regression tests use the following way: > build -Dcheck.regression="H1234,H4321" reg.test > [drlvm][testing] Regression test execution improvement > ------------------------------------------------------ > > Key: HARMONY-3268 > URL: https://issues.apache.org/jira/browse/HARMONY-3268 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Alexander Kleymenov > Attachments: patch-test_launch.txt > > > Now regression testing framework supports only bulk regression test suite execution and there is no means to execute some particular regression tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.