Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 81229 invoked from network); 18 Apr 2008 11:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 11:25:32 -0000 Received: (qmail 85525 invoked by uid 500); 18 Apr 2008 11:25:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85503 invoked by uid 500); 18 Apr 2008 11:25:33 -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 85494 invoked by uid 99); 18 Apr 2008 11:25:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 04:25:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 11:24:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B555234C0E1 for ; Fri, 18 Apr 2008 04:22:21 -0700 (PDT) Message-ID: <883865403.1208517741635.JavaMail.jira@brutus> Date: Fri, 18 Apr 2008 04:22:21 -0700 (PDT) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-3689) [drlvm][build][test] running a single test from any test suit is required In-Reply-To: <19175113.1176885975518.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-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Beliaev resolved HARMONY-3689. --------------------------------------- Resolution: Fixed The test.case property is supported for all DRLVM tests in new version of build - so this issue is fixed. > [drlvm][build][test] running a single test from any test suit is required > ------------------------------------------------------------------------- > > Key: HARMONY-3689 > URL: https://issues.apache.org/jira/browse/HARMONY-3689 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Environment: any > Reporter: Vladimir Beliaev > Priority: Minor > > There is no special target to execute a stand along test from drlvm test suites. > One needs to execute the whole test suite run with '-d' option, like: > /working_vm/build $ ./build.bat \ > -d \ > -Dtest.mode=opt \ > kernel.test > to get the single test run command from output... It looks a bit ... long... : > \working_vm\build\win_em64t_msvc_debug\deploy\jdk\jre\bin\java \ > -XX:-vm.assert_dialog \ > -Xem:opt \ > -Dtest.resource.path=\working_vm\build\ \ > -Xbootclasspath/a:; \ > -classpath ;; \ > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner \ > ...and so on and so forth... > So it would be really helpful to get the test executed by special target like: > /working_vm/build $ ./build.bat \ > -Dtest.mode=opt \ > org/apache/harmony/lang/generics/ClassLoaderTest > This run should be done w/o junit wrapping & print the results to console (not xml/html), so the command above is to be a bit simpler, still it will contain set of special stuff like or ... > These is one more issue which is just detected - junit.jar is used from 2 locations in such a run - this better to be fixed too. > Thanks > Vladimir Beliaev -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.