Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1844 invoked from network); 12 Mar 2007 14:32:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 14:32:30 -0000 Received: (qmail 25437 invoked by uid 500); 12 Mar 2007 14:32:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 25420 invoked by uid 500); 12 Mar 2007 14:32:39 -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 25411 invoked by uid 99); 12 Mar 2007 14:32:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 07:32:38 -0700 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; Mon, 12 Mar 2007 07:32:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65F5E714072 for ; Mon, 12 Mar 2007 07:32:09 -0700 (PDT) Message-ID: <15944775.1173709929413.JavaMail.jira@brutus> Date: Mon, 12 Mar 2007 07:32:09 -0700 (PDT) From: "Ivan Popov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3367) [jdktools] support setting JVM arguments in unit tests In-Reply-To: <4726824.1173706449497.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-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Popov updated HARMONY-3367: -------------------------------- Attachment: enable_jvm_args.patch Patch for jdktools build scripts is attached, it uses ${hy.test.vmargs} property for setting JVM arguments, similar to classlib tests. For JPDA module tests JVM arguments are specified for both debugger and debuggee processes. To check this patch, one can run jdktools tests against DRLVM in interpreter mode: ant test -Dhy.test.vmargs=-Xint or even with two JVM arguments: ant test -Dhy.test.vmargs="-Xint -showversion" I've checked this patch on both Windows and Linux and it appeared working well. About 10 JPDA tests still fail because of known bugs, this is OK for this patch. > [jdktools] support setting JVM arguments in unit tests > ------------------------------------------------------ > > Key: HARMONY-3367 > URL: https://issues.apache.org/jira/browse/HARMONY-3367 > Project: Harmony > Issue Type: Improvement > Components: JDK > Environment: Windows, Linux > Reporter: Ivan Popov > Attachments: enable_jvm_args.patch > > > Unit tests in jdktools component do not support setting JVM arguments, like classlib tests do. > Build scripts should be updated to support property ${hy.test.vmargs} similar to classlib tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.