[kaffe] failed tests on netbsd CURRENT

2004-03-05 Thread M.Negovanovic
Hi, this is a list of failed tests on NetBSD CURRENT: BufferedReaderTest.fail MapTest.fail StackDump.fail CharArrayReaderTest.fail MethodErrors.fail TestSerialFields.fail ExceptionInInitializerTest.fail NullInvoke.fail TestSerialPersistent.fail LineNumberReaderTest.fail ProcessClassInst.fail Unca

[kaffe] KAFFE_DEBUG support for cgdb

2004-01-05 Thread M.Negovanovic
Hi, this small patch adds support for cgdb(vi based curses frontend for gdb) to kaffe's startup script through KAFFE_DEBUG env. variable. --- CHANGELOG --- 2004-01-06 Milos Negovanovic <[EMAIL PROTECTED]> * kaffe/scripts/kaffe.in: Add support for cgdb(vi based curses frontend f

Re: [kaffe] new classpath import

2003-10-15 Thread M.Negovanovic
On Wed, Oct 15, 2003 at 02:56:58AM +0200, Dalibor Topic wrote: > Hi Milos, > > M.Negovanovic wrote: > > >Ive looked at the LoaderTest breakage caused by this patch that Dalibor > >reported to me: > > Thanks! sorry for not responding quicker, but we had this Linux

Re: [kaffe] new classpath import

2003-10-14 Thread M.Negovanovic
On Sun, Oct 12, 2003 at 09:02:29AM +1300, M.Negovanovic wrote: > OK this new(last) version of the patch has the fix for > IndexedPropertyDescriptor.java. Please test this out :). > U do not need any of the previous patches from this email > thread!!! > > > > --- CHANGE

Re: [kaffe] new classpath import

2003-10-11 Thread M.Negovanovic
OK this new(last) version of the patch has the fix for IndexedPropertyDescriptor.java. Please test this out :). U do not need any of the previous patches from this email thread!!! --- CHANGELOG --- * libraries/javalib/Makefile.am, libraries/javalib/Makefile.in, libraries/javalib/profiles/allato

Re: [kaffe] new classpath import

2003-10-11 Thread M.Negovanovic
On Sat, Oct 11, 2003 at 10:56:00AM +0200, Helmer Kr?mer wrote: > On Sat, 11 Oct 2003 21:37:03 +1300 > "M.Negovanovic" <[EMAIL PROTECTED]> wrote: > > > On Thu, Oct 09, 2003 at 10:23:37PM +0200, Dalibor Topic wrote: > > > >IndexedPropertyDescriptor.jav

Re: [kaffe] new classpath import

2003-10-11 Thread M.Negovanovic
On Thu, Oct 09, 2003 at 10:23:37PM +0200, Dalibor Topic wrote: > >IndexedPropertyDescriptor.java from classpath > > Unfortunately, this one breaks the Bean.java regression test for me. > Could you look into it? OK forget about that one. I've finished importing whole beans package and few other(n

Re: [kaffe] new classpath import

2003-10-09 Thread M.Negovanovic
On Thu, Oct 09, 2003 at 10:23:37PM +0200, Dalibor Topic wrote: > Unfortunately, this one breaks the Bean.java regression test for me. > Could you look into it? well after quick checking of Bean.java test ... seams like the test is based on verifying the output of few System.out.println-s. Since j

[kaffe] new classpath import

2003-10-02 Thread M.Negovanovic
... IndexedPropertyDescriptor.java from classpath Regards Milos beans_patch1.bz2 Description: Binary data

[kaffe] java.beans imports from classpath

2003-10-01 Thread M.Negovanovic
Hi, please find patch attached. It contains stuff imported from GNU classpath, mainly java.beans stuff and few utility classes needed: NEW: gnu/java/io/ClassLoaderObjectInputStream.java gnu/java/lang/ClassHelper.java SUBS: java/beans/BeanDescriptor.java java/beans/Beans.java java/beans/EventSet

Re: [kaffe] huge number of 'sleep' processes

2003-09-30 Thread M.Negovanovic
On Tue, Sep 30, 2003 at 11:48:20AM -0700, Jim Pick wrote: > > It sounds like the changes I made to TestScript.in to create a "killer > process" to kill off long-running tests. I guess I'm doing something > non-portable. :-( hmm yes! :) > > Does anybody have an idea what I did wrong? When a tes

[kaffe] huge number of 'sleep' processes

2003-09-29 Thread M.Negovanovic
Hi, i am having trouble while running 'make check' on netbsd/i386. No mater what number of max user processes i set its never enough and i always get 'cant fork' error. Now quick look at top while running 'make check' in the background shows very large number of 'sleep' processes. Doing 'kill -9 s

Re: [kaffe] compile on netbsd fails

2003-08-14 Thread M.Negovanovic
On Wed, Aug 06, 2003 at 12:52:39PM +0200, Guilhem Lavaux wrote: > The problem is that it is not sufficient to handle exception frame with > the translator... have a look at i386/freebsd2/md.h for example. > adding the: #define SIGNAL_ARGS(sig, sc) int sig, int __code, struct sigcontext *sc to c

[kaffe] compile on netbsd fails

2003-08-08 Thread M.Negovanovic
Hi, after pasting: #if defined(INTERPRETER) #define DEFINEFRAME() /* Does nothing */ #define EXCEPTIONPROTO int sig #define EXCEPTIONFRAME(f, c)/* Does nothing */ #define EXCEPTIONFRAMEPTR 0 #elif defined(TRANSLATOR) #define DEFINEFRAME() exceptionFrame fram