public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Noa Resare <noa@resare.com>
To: Mauve News Group <mauve-discuss@sources.redhat.com>
Subject: Re: [PATCH] BinaryCompatibilty tests fail due to bogus CLASSPATH with kaffe
Date: Fri, 22 Oct 2004 19:27:00 -0000	[thread overview]
Message-ID: <1098473255.28956.7.camel@c-061f72d5.01-60-6c6b701.cust.bredbandsbolaget.se> (raw)
In-Reply-To: <1098473061.28956.6.camel@c-061f72d5.01-60-6c6b701.cust.bredbandsbolaget.se>

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

fre 2004-10-22 klockan 21:24 +0200 skrev Noa Resare:
> The attached patch adds an explicit -classpath . to the $JAVA args and
> makes cvs kaffe pass all the BinaryCompatibility tests. Please apply.

forgot to attach. sorry.

/noa

[-- Attachment #2: mauve-binary-compat.patch --]
[-- Type: text/x-patch, Size: 1229 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.708
diff -u -r1.708 ChangeLog
--- ChangeLog	21 Oct 2004 22:05:25 -0000	1.708
+++ ChangeLog	22 Oct 2004 19:23:22 -0000
@@ -1,3 +1,8 @@
+2004-10-22  Noa Resare  <noa@resare.com>
+
+	* gnu/testlet/BinaryCompatibility/foo:
+	added explicit classpath to $JAVA invocation in test script
+
 2004-10-21  Dalibor Topic  <robilad@kaffe.org>
 
 	* gnu/testlet/java/util/zip/InflaterInputStream/basic.java,
Index: gnu/testlet/BinaryCompatibility/foo
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/BinaryCompatibility/foo,v
retrieving revision 1.1
diff -u -r1.1 foo
--- gnu/testlet/BinaryCompatibility/foo	19 Aug 2003 14:48:24 -0000	1.1
+++ gnu/testlet/BinaryCompatibility/foo	22 Oct 2004 19:23:22 -0000
@@ -18,8 +18,8 @@
 done
 objs=`echo $1*.java | sed 's/\.java/.o/g'`
 if test "x$JAVA" != "x" ; then
-    $JAVA $1 > $1.out1 || echo FAIL "$1: "
-    echo $JAVA $1
+    $JAVA -classpath . $1 > $1.out1 || echo FAIL "$1: "
+    echo $JAVA -classpath . $1
 else
     if test "$verbose" = "true" ; then
 	echo $GCJ $objs -o $1 --main=$1

  reply	other threads:[~2004-10-22 19:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-22 19:24 Noa Resare
2004-10-22 19:27 ` Noa Resare [this message]
2004-10-23 10:07 ` Andrew Haley

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=1098473255.28956.7.camel@c-061f72d5.01-60-6c6b701.cust.bredbandsbolaget.se \
    --to=noa@resare.com \
    --cc=mauve-discuss@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).