gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz] Test failures


From: Tuomas Lukka
Subject: Re: [Gzz] Test failures
Date: Thu, 9 Jan 2003 14:05:54 +0200
User-agent: Mutt/1.4i

On Thu, Jan 09, 2003 at 12:42:35PM +0100, Benja Fallenstein wrote:
> Tuomas Lukka wrote:
> >On Thu, Jan 09, 2003 at 03:00:22AM +0100, Benja Fallenstein wrote:
> >
> >>I currently get two kinds of test failures:
> >>- ones related to checkAvgColor or so
> >>- ones related to coordsys and transformPoints3 or so
> >>
> >>Who feels responsible for these?
> >
> >
> >I don't get any failures there?! Currently, make and make gl
> >both run tests flawlessly.
> 
> Hmm. I get something else now:
> 
> >======================================================================
> >ERROR: Test that the partitioner reacts to new requests.
> >----------------------------------------------------------------------
> >Traceback (most recent call last):
> >  File "<string>", line 8, in setUp
> >  File "test/gzz/mem/partition.test", line 9, in ?
> >    class Reserver(gzz.mem.MemoryConsumer):
> >java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: bad class 
> >name
> >======================================================================
> >ERROR: Test that one block does get loaded.
> >----------------------------------------------------------------------
> >Traceback (most recent call last):
> >  File "<string>", line 8, in setUp
> >  File "test/gzz/mem/partition.test", line 9, in ?
> >    class Reserver(gzz.mem.MemoryConsumer):
> >java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: bad class 
> >name
> >======================================================================
> >ERROR: Test that two important and one less important blocks
> >----------------------------------------------------------------------
> >Traceback (most recent call last):
> >  File "<string>", line 8, in setUp
> >  File "test/gzz/mem/partition.test", line 9, in ?
> >    class Reserver(gzz.mem.MemoryConsumer):
> >java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: bad class 
> >name
> >----------------------------------------------------------------------

Ah, this is the problem we had earlier: it tries to load a class derived by
jython from a java class and fails.

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]