From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26241 invoked by alias); 12 Apr 2008 20:53:49 -0000 Received: (qmail 26232 invoked by uid 22791); 12 Apr 2008 20:53:49 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Apr 2008 20:53:26 +0000 Received: from cc1341701-a.deven1.ov.home.nl ([82.72.26.122] helo=[192.168.1.101]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1Jkmir-0005zA-B0; Sat, 12 Apr 2008 22:53:19 +0200 Subject: Re: got JNI; but only just :-) From: Mark Wielaard To: Andrew Cagney Cc: frysk In-Reply-To: <47FFD8E7.5060803@redhat.com> References: <47FFD8E7.5060803@redhat.com> Content-Type: text/plain Date: Sat, 12 Apr 2008 21:01:00 -0000 Message-Id: <1208033592.3608.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -0.8 (/) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00048.txt.bz2 On Fri, 2008-04-11 at 17:32 -0400, Andrew Cagney wrote: > I've just pushed changes to frysk's build system that add the ability to > build JNI code vis: > > - automatically generate required jni headers > - compile */jni/*.cxx files into a separate shared object > > while at the same time continuing to build the existing CNI code. By > being able to build/run both side-by-side we'll hopefully help to ease > the migration pain. Nice, but something broke all the TestTypeFactory tests: Running test_char_var(frysk.debuginfo.TestTypeFactory) ...execve: No such file or directory FAIL junit.framework.AssertionFailedError: event loop run explictly stopped (run to blocked exec) I tried to git bi-sect to see which commit actually broke it, but not all the commits actually compile :{ So for now I filed a bug report #6396 and marked the tests unresolved. Could you take a look what causes the funit-type-class not to be compiled/found? Thanks, Mark frysk-core/frysk/debuginfo/ChangeLog 2008-04-12 Mark Wielaard * gen-type-expect-tests.py: Mark unresolved #6396. index 0a36801..7a82702 100644 --- a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py +++ b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py @@ -135,6 +135,7 @@ public class %s extends TestLib { def start_test(self, executable, name): print(" public void test_%s () {" % (name)) + print(" if (unresolved(6396)) return;"); tokens = os.path.splitext(os.path.abspath(executable)) print(' TypeTestbed typeTestbed = new TypeTestbed("%s", "test%s"