Re: [kaffe] PrimordialLoaderTest fails

2008-02-11 Thread Ito Kazumitsu
Hi Kiyo,

From: Kiyo Inaba [EMAIL PROTECTED]
Subject: Re: [kaffe] PrimordialLoaderTest fails
Date: Mon, 11 Feb 2008 17:31:03 +0900 (JST)

 Does this problem have something to do with zziplib?
 
 I don't think so. I just installed a new file server with FB-6.3, and
 the regression (against 08/02/07 snap) tells me
 
   All 149 tests behaved as expected (2 expected failures)

You are right. I have rebuilt GNU Classpath and Kaffe, and have got the
same good result.

Something must be wrong with the environment before the rebuilding,
which was built on FreeBSD 6.3-RELEASE on qemu on FreeBASD 6.2-RELEASE.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] PrimordialLoaderTest fails

2008-02-11 Thread Dalibor Topic

Ito Kazumitsu schrieb:

You are right. I have rebuilt GNU Classpath and Kaffe, and have got the
same good result.
  

I'm glad to hear it all still works.

cheers,
dalibor topic

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] PrimordialLoaderTest fails

2008-02-11 Thread Kiyo Inaba
Hi Ito-san,

Strangely enough, this test passed when I did it on FreeBSD 6.2-RELEASE.

Does this problem have something to do with zziplib?

I don't think so. I just installed a new file server with FB-6.3, and
the regression (against 08/02/07 snap) tells me

  All 149 tests behaved as expected (2 expected failures)

The system is
  %cat /etc/motd
  FreeBSD 6.3-RELEASE (SMP) #0: Wed Jan 16 04:45:45 UTC 2008

  Welcome to FreeBSD!

And I installed zziplib from source.

I attached fullversion log at the end.

Kiyo


Engine: Just-in-time v3   Version: 1.1.9-pre   Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB
Configuration/Compilation options:
)  Compile date : Sat Feb 9 03:45:30 JST 2008
  Compile host : surya.src.ricoh.co.jp
  Install prefix   : /usr/local/kaffe
  Thread system: unix-pthreads
  Garbage Collector: kaffe-gc
  CC   : gcc
  CFLAGS   : -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-point
er -D_THREAD_SAFE -pthread-g -O2
  LDFLAGS  :
  ChangeLog head   : 2008-02-03  Dalibor Topic  [EMAIL PROTECTED]


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] PrimordialLoaderTest fails

2008-02-10 Thread Ito Kazumitsu
From: Ito Kazumitsu [EMAIL PROTECTED]
Subject: [kaffe] PrimordialLoaderTest fails
Date: Sun, 10 Feb 2008 12:08:42 +0900 (JST)

 Strangely enough, this test passed when I did it on FreeBSD 6.2-RELEASE.
 
 Does this problem have something to do with zziplib?
 
 On FreeBSD 6.2-RELEASE, I installed zziplib from source (beginning with
 Python) because the binary package for this OS version was no longer
 available. But I installed the binary package of zziplib on FreeBSD
 6.3-RELEASE.

Compiling zziplib from source did not solve this problem.
I think I will study this problem further.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] PrimordialLoaderTest fails

2008-02-09 Thread Ito Kazumitsu
Now PrimordialLoaderTest fails on my FreeBSD 6.3-RELEASE machine.

PrimordialLoaderTest.fail says:
jar java/lang/Object.class
jar java/lang/Object.class
class java.util.zip.ZipFile$1

And the expected result is:
jar java/lang/Object.class
jar java/lang/Object.class
class java.util.jar.JarFile$EntryInputStream


Strangely enough, this test passed when I did it on FreeBSD 6.2-RELEASE.

Does this problem have something to do with zziplib?

On FreeBSD 6.2-RELEASE, I installed zziplib from source (beginning with
Python) because the binary package for this OS version was no longer
available. But I installed the binary package of zziplib on FreeBSD
6.3-RELEASE.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe