Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 21371 invoked from network); 15 Feb 2007 10:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 10:43:33 -0000 Received: (qmail 20665 invoked by uid 500); 15 Feb 2007 10:43:38 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 20629 invoked by uid 500); 15 Feb 2007 10:43:38 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 20620 invoked by uid 99); 15 Feb 2007 10:43:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 02:43:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 02:43:28 -0800 Received: by ug-out-1314.google.com with SMTP id z36so91313uge for ; Thu, 15 Feb 2007 02:43:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nP7/q55jEHyESkLIUfTXV8zLwQ5W+WgoWXrfgf+RhWnh+tDT+P7tIIBcwlv4Ww9Wwf27CXLyNx2C4TMglHPR0E0LufJeh6kAa/mbBKX/Ua0UNFbjJedBVhaAFUIFZBSu5vElMr0dhjnzxNqY5dglBOsdjSPxewW2NflZ9DJxA+M= Received: by 10.78.157.8 with SMTP id f8mr402460hue.1171536187012; Thu, 15 Feb 2007 02:43:07 -0800 (PST) Received: by 10.78.200.18 with HTTP; Thu, 15 Feb 2007 02:43:01 -0800 (PST) Message-ID: <7273946b0702150243y139b3e85ped79e0f238707ec0@mail.gmail.com> Date: Thu, 15 Feb 2007 16:43:01 +0600 From: "Vladimir Ivanov" To: dev Subject: [drlvm][testing] modes to run DRLVM tests MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello everyone, I would like to discuss modes to run DRLVM jvmti, smoke and kernel tests. Current state: - jvmti: interpreter + default - smoke: interpreter + default - kernel: interpreter + jet + opt I suggest to add command line switch (one for all tests) to set modes. In this case the default value will be: - jvmti: interpreter + jet + opt - smoke: interpreter + jet + opt - kernel: interpreter + jet + opt Command line interface will be: build.bat -Dtest.modes=jet,opt test Is it OK? Issue HARMONY-3182 was created to track it. Thanks, Vladimir