public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Andrew John Hughes" <andrew@rivendell.middle-earth.co.uk>
To: mauve-patches@sources.redhat.com
Subject: [builder] FYI: Ignore 1.6 changes
Date: Sun, 20 Apr 2008 21:47:00 -0000	[thread overview]
Message-ID: <20080420214753.GA8499@rivendell.middle-earth.co.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

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 <gnu_andrew@member.fsf.org>

	* 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

[-- Attachment #2: japi-06.diff --]
[-- Type: text/plain, Size: 1416 bytes --]

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

                 reply	other threads:[~2008-04-20 21:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080420214753.GA8499@rivendell.middle-earth.co.uk \
    --to=andrew@rivendell.middle-earth.co.uk \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).