Hey,

HP-UX suffers 9 regression failures:

CLTestConc.fail CLTestJLock.fail LoaderTest.fail PropertiesTest.fail wc.fail CLTestFindLoaded.fail CLTestLie.fail ProcessTest.fail finaltest2.fail

some seem to indicate that some files were not compiled ?

torus 19: cat CLTestConc.fail
java.io.FileNotFoundException: No such file or directory: CLTestConc_run.class
java.lang.NullPointerException
   at CLTestConc.loadClass (CLTestConc.java:107)
   at CLTestConc.main (CLTestConc.java:167)

but...

torus 21: ls CLTestConc*
CLTestConc$CLTestConc_loader.class  CLTestConc.fail
CLTestConc.class                    CLTestConc.out


CLTestJLock.fail is similar

this too:
torus 23: cat LoaderTest.fail
Loading Class0 with default ClassLoader
java.lang.ClassNotFoundException: LoaderTest_Class0 not found in java.lang.ClassLoader$1{urls=[file:/usr/local/kaffe-cvs/intrp-jthreads/ test/regression/./,file:/usr/local/kaffe-cvs/intrp-jthreads/test/ regression/./,file:/usr/local/kaffe-cvs/intrp-jthreads/test/regression/ ./,file:/usr/local/kaffe-cvs/intrp-jthreads/test/regression/./,file:/ usr/local/kaffe-cvs/intrp-jthreads/test/regression/./,file:/usr/local/ kaffe-cvs/intrp-jthreads/test/regression/./,file:/usr/local/kaffe-cvs/ intrp-jthreads/test/regression/run_time/], parent=null}
   at java.lang.VMClass.forName (VMClass.java:native)
   at java.lang.Class.forName (Class.java:170)
   at LoaderTest.main (LoaderTest.java:10)


I can't read this one instead:
torus 24: cat wc.fail
0       0       0


and this looks more serious:

torus 25: cat ProcessTest.fail
java.lang.ArrayIndexOutOfBoundsException
   at ProcessTest.main (ProcessTest.java:24)

and I do'nt like this either:
torus 26: cat finaltest2.fail
java.lang.NoSuchMethodError: main
   at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:native)
   at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:79)
   at java.lang.Throwable.fillInStackTrace (Throwable.java:498)
   at java.lang.Throwable.<init> (Throwable.java:159)
   at java.lang.Error.<init> (Error.java:81)
   at java.lang.LinkageError.<init> (LinkageError.java:72)
at java.lang.IncompatibleClassChangeError.<init> (IncompatibleClassChangeError.java:71)
   at java.lang.NoSuchMethodError.<init> (NoSuchMethodError.java:72)

cheers,

 R


_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to