public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] FYI: Ignore 1.6 changes
@ 2008-04-20 21:47 Andrew John Hughes
  0 siblings, 0 replies; only message in thread
From: Andrew John Hughes @ 2008-04-20 21:47 UTC (permalink / raw)
  To: mauve-patches

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-20 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-20 21:47 [builder] FYI: Ignore 1.6 changes Andrew John Hughes

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).