PrimordialLoaderTest fails
Ito Kazumitsu <[email protected]> Sun, 10 Feb 2008 12:08:42 +0900 (JST)
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
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.