From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14580 invoked by alias); 17 Jan 2012 13:55:08 -0000 Received: (qmail 14566 invoked by uid 22791); 17 Jan 2012 13:55:06 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Jan 2012 13:54:52 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0HDsqxI030782 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Jan 2012 08:54:52 -0500 Received: from dhcp-lab-190.englab.brq.redhat.com (dhcp-2-199.brq.redhat.com [10.34.2.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0HDspBp017662 for ; Tue, 17 Jan 2012 08:54:51 -0500 Message-ID: <4F157E44.50709@redhat.com> Date: Tue, 17 Jan 2012 13:55:00 -0000 From: Pavel Tisnovsky User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: mauve-patches@sourceware.org Subject: FYI: Support for new tag were added to a Mauve harness tool Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2012/txt/msg00001.txt.bz2 I've added support for new tag to a Mauve harness tool. This new tag is named "CompileOptions:" and allows developers to specify various options which are passed to a compiled in case test is automatically compiled by the Harness itself. Any option could by used, for example "-target x.x -source x.x -bootclasspath foo" etc. Pavel 2012-01-17 Pavel Tisnovsky * Harness.java: Added support for the new tag with name "CompileOptions:" which allows authors of the tests to specify various options which are then passed to a compiler.