From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23357 invoked by alias); 20 Apr 2008 21:47:43 -0000 Received: (qmail 23344 invoked by uid 22791); 20 Apr 2008 21:47:42 -0000 X-Spam-Check-By: sourceware.org Received: from smtp812.mail.ird.yahoo.com (HELO smtp812.mail.ird.yahoo.com) (217.146.188.72) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 20 Apr 2008 21:47:09 +0000 Received: (qmail 77613 invoked from network); 20 Apr 2008 21:47:06 -0000 Received: from unknown (HELO orthanc.middle-earth.co.uk) (hughes2002@btinternet.com@86.136.237.157 with plain) by smtp812.mail.ird.yahoo.com with SMTP; 20 Apr 2008 21:47:06 -0000 X-YMail-OSG: 5GNMKsgVM1kUXb9LBPmC9bA90MFvzg6U7sdlpLXyLfu_T396WiSbf7cjpiJxi_2RjzPXuv72NQAYdYI0dLgPRbtosaz3oCk- X-Yahoo-Newman-Property: ymail-3 Received: from rivendell.middle-earth.co.uk ([192.168.0.1]) by orthanc.middle-earth.co.uk with smtp (Exim 4.63) (envelope-from ) id 1Jnh31-0001iu-77 for mauve-patches@sources.redhat.com; Sun, 20 Apr 2008 22:26:07 +0100 Received: by rivendell.middle-earth.co.uk (sSMTP sendmail emulation); Sun, 20 Apr 2008 22:47:53 +0100 From: "Andrew John Hughes" Date: Sun, 20 Apr 2008 21:47:00 -0000 To: mauve-patches@sources.redhat.com Subject: [builder] FYI: Ignore 1.6 changes Message-ID: <20080420214753.GA8499@rivendell.middle-earth.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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: 2008/txt/msg00026.txt.bz2 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 500 This fixes the JAPI run so that changes in OpenJDK6 (the 1.6 API) are ignored when running 1.5 tests. ChangeLog: 2008-04-20 Andrew John Hughes * RunJapi: Ignore changes in the 1.6 API provided by OpenJDK6 on 1.5 runs. -- Andrew :) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net PGP Key: 94EFD9D8 (http://subkeys.pgp.net) Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="japi-06.diff" Content-length: 1416 Index: RunJapi =================================================================== RCS file: /cvs/mauve/builder/scripts/RunJapi,v retrieving revision 1.7 diff -u -r1.7 RunJapi --- RunJapi 20 Apr 2008 20:41:09 -0000 1.7 +++ RunJapi 20 Apr 2008 21:45:28 -0000 @@ -56,6 +56,7 @@ -i jdk15.japi.gz \ jdk14.japi.gz classpath.japi.gz $JAPITOOLS/bin/japicompat -v -h -o jdk15-classpath.html \ + -i openjdk6.japi.gz \ jdk15.japi.gz classpath.japi.gz $JAPITOOLS/bin/japicompat -v -h -o openjdk-classpath.html \ openjdk.japi.gz classpath.japi.gz @@ -65,6 +66,7 @@ -i jdk15.japi.gz \ classpath.japi.gz jdk14.japi.gz $JAPITOOLS/bin/japicompat -v -h -o classpath-jdk15.html \ + -i openjdk6.japi.gz \ classpath.japi.gz jdk15.japi.gz $JAPITOOLS/bin/japicompat -v -h -o classpath-openjdk.html \ classpath.japi.gz openjdk.japi.gz @@ -74,6 +76,7 @@ -i jdk15.japi.gz \ jdk14.japi.gz libgcj.japi.gz $JAPITOOLS/bin/japicompat -v -h -o jdk15-libgcj.html \ + -i openjdk6.japi.gz \ jdk15.japi.gz libgcj.japi.gz $JAPITOOLS/bin/japicompat -v -h -o openjdk-libgcj.html \ openjdk.japi.gz libgcj.japi.gz @@ -83,6 +86,7 @@ -i jdk15.japi.gz \ libgcj.japi.gz jdk14.japi.gz $JAPITOOLS/bin/japicompat -v -h -o libgcj-jdk15.html \ + -i openjdk6.japi.gz \ libgcj.japi.gz jdk15.japi.gz $JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \ libgcj.japi.gz openjdk.japi.gz --GvXjxJ+pjyke8COw--