Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 89977 invoked from network); 14 Apr 2008 17:50:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 17:50:01 -0000 Received: (qmail 94025 invoked by uid 500); 14 Apr 2008 17:50:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 94010 invoked by uid 500); 14 Apr 2008 17:50:01 -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 94001 invoked by uid 99); 14 Apr 2008 17:50:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 10:50:01 -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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 17:49:09 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D1259D2EB for ; Mon, 14 Apr 2008 17:49:29 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Mon, 14 Apr 2008 17:49:29 -0000 Message-ID: <20080414174929.8835.15132@eos.apache.org> Subject: [Harmony Wiki] Update of "GUT Tests" by vmz X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by vmz: http://wiki.apache.org/harmony/GUT_Tests ------------------------------------------------------------------------------ ==== Configuration ==== Make sure that PATH environment variable contains JDK 1.5 (use RI) and Apache - Ant (version >=1.6.5), and that JAVA_HOME and ANT_HOME are properly set up. If + Ant (v1.6.5 or later), and that JAVA_HOME and ANT_HOME are properly set up. - you use proxy server, specify proxy settings by setting ANT_OPTS environment variable: + If you use proxy server, specify proxy settings by setting ANT_OPTS environment variable: + Windows: set ANT_OPTS="-Dhttp.proxyHost=proxy.com -Dhttp.proxyPort=1111" + Linux: export ANT_OPTS="-Dhttp.proxyHost=proxy.com -Dhttp.proxyPort=1111" Edit gut.properties file: - * specify JRE to use for GUT run; - * specify different Geronimo/Maven versions (and locations) if necessary + * specify JRE to test, like working_vm/deploy/jdk/jre + * make sure the specified Geronimo and Maven versions and locations are correct [#Summary Back to Summary] @@ -45, +47 @@ ==== Setup ==== {{{ - $ cd + $ cd buildtest/tests/gut $ ant setup }}} @@ -54, +56 @@ [[Anchor(Run)]] ==== Run ==== + To exclude specific GUT tests, edit the exclude list file named as exclude.list.${os}.${arch} - To exclude specific GUT tests, create (or edit) exclude.list file - (see exclude.list.example). It should be named as exclude.list.${os}.${arch} - where ${os}.${arch} can be win32.x86, linux.x86 or linux.x86_64. + where ${os}.${arch} can be linux.x86, linux.x86_64, windows.x86, or windows.x86_64. {{{ - $ cd + $ cd buildtest/tests/gut $ ant }}}