CVS checkout as of today (btw., Chris, whatever became
of the JavaCVS distribution you wanted to wrap up...
2 months ago? 3 months?).
=== java Summary ===
# of expected passes 89
# of unexpected failures 9
I especially like:
Fatal Java VM Error: ThrowNew unable to allocate message
java frame: OutOfMemoryErrorTest.main (14, pc = 26)
Yeah, well :-).
FAIL: ./java.bench/Sieve.java
FAIL: ./java.io/SerializableTest.java
FAIL: ./java.lang/BigArrayTest.java child killed: bus error
FAIL: ./java.lang/OutOfMemoryErrorTest.java child killed: bus error
FAIL: ./java.lang/TestCasts.java child killed: bus error
FAIL: ./java.net/SocketReceiveTest.java
FAIL: ./java.net/SocketTest.java
FAIL: ./java.net/URLTest.java
FAIL: ./java.opstack/LeftBehind.j java/lang/ClassNotFoundException
Running ./java.sun.awt/execute.exp ...
got a INT signal, interrupted by user
(I noticed after 41 minutes CPU that "make check"
had not completed).
Question is, is this the way it's supposed to be?
I am not up to date on your code base. The three net
FAILures are due to UnknownHostException: www.hungry.com,
and perfectly reasonable. The other stuff...
I tried my "static" test - it is still different from
JDK, and it is simply not right. Japhar fails to execute
the static {} block in StaticSub.class, consequently
the instance variable initialized in StaticSuper.class
is not set to a Sub.class object (it remains a Super.class
object).
No cigar. For me, it's back to OpenGroup's JDK (hmmm,
maybe JDK 1.1.6v5 has fixed the UTF segfaults by now...
and then there looms 1.1.7 with native threads, and maybe
a new Kaffe... maybe I should do some code instead of
testing).
b.
P.S.: whatever became of jni.exp and the JNI test sceletons?