>>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> I just got a fresh CVS checkout from SF and ran the tests with
Mo> IBM JDK 1.3 (on Linux) and it worked just fine. I don't know
Mo> what to tell ya. You are using the branch tag:
Mo> ajuba-tclblend-contract-2000-08-01-branch
Mo> right?
Ok, I retried my fresh checkout on the solaris box, and it runs ok
except for a few test failures:
585 danw@satdsp14:/home/unix/wickstrom/web/tcljava>make test
pwd is /home/unix/wickstrom/web/tcljava/tests
CLASSPATH is
/usr/local/jdk/jdk1.1.8/lib/classes.zip:/home/unix/wickstrom/web/tcljava/tests:/home/unix/wickstrom/web/tcljava/tclblend.jar:/home/unix/wickstrom/web/tcljava/tcljava.jar
auto_path is /home/unix/wickstrom/web/tcljava /usr/local/tcl/tcl8.3.2/library
/usr/local/tcl/tcl8.3.2 /usr/local/tcl/tcl8.3.2/lib /usr/local/lib
tcljava/ArrayObject.test
tcljava/AutomaticSignature.test
tcljava/BeanEvent.test
tcljava/BeanEventMgr.test
tcljava/ClassRep.test
tcljava/FieldSig.test
tcljava/FuncSig.test
tcljava/JavaBindCmd.test
tcljava/JavaCallCmd.test
tcljava/JavaCastCmd.test
tcljava/JavaDefineClassCmd.test
tcljava/JavaEventCmd.test
tcljava/JavaFieldCmd.test
tcljava/JavaImportCmd.test
tcljava/JavaInfoCmd.test
tcljava/JavaInstanceofCmd.test
tcljava/JavaInvoke.test
tcljava/JavaIsNullCmd.test
tcljava/JavaLoadCmd.test
tcljava/JavaLock.test
==== java::lock-1.1 error checking
==== Contents of test case:
list [catch {java::lock} msg] $msg
==== Result was:
1 {no value given for parameter "javaObj" to "java::lock"}
---- Result should have been:
1 {wrong # args: should be "java::lock javaObj"}
---- java::lock-1.1 FAILED
==== java::lock-1.2 error checking
==== Contents of test case:
list [catch {java::lock a b} msg] $msg
==== Result was:
1 {called "java::lock" with too many arguments}
---- Result should have been:
1 {wrong # args: should be "java::lock javaObj"}
---- java::lock-1.2 FAILED
==== java::unlock-1.1 unlock error messages
==== Contents of test case:
list [catch {java::unlock} msg] $msg
==== Result was:
1 {no value given for parameter "javaObj" to "java::unlock"}
---- Result should have been:
1 {wrong # args: should be "java::unlock javaObj"}
---- java::unlock-1.1 FAILED
==== java::unlock-1.2 unlock error checking
==== Contents of test case:
list [catch {java::unlock a b} msg] $msg
==== Result was:
1 {called "java::unlock" with too many arguments}
---- Result should have been:
1 {wrong # args: should be "java::unlock javaObj"}
---- java::unlock-1.2 FAILED
tcljava/JavaNewCmd.test
tcljava/JavaNullCmd.test
tcljava/JavaPropCmd.test
tcljava/JavaThrowCmd.test
tcljava/JavaTryCmd.test
tcljava/PkgInvoker.test
tcljava/PropertySig.test
tcljava/ReflectException.test
tcljava/ReflectObject.test
tcljava/TclEvent.test
tclblend/javaCmd.test
tclblend/javaIdle.test
tclblend/javaInterp.test
tclblend/javaObj.test
tclblend/javaTimer.test
==== javaTimer-3.1 JavaTimerProc
==== Contents of test case:
set t [java::new tests.TimerHandlerTest $notifier 100]
set result [java::field $t value]
java::field $t err true
lappend result [catch {$notifier doOneEvent 0} msg] $msg [java::field $t value]
==== Result was:
0 0 1 0
---- Result should have been:
0 1 {java.lang.NullPointerException: TimerHandlerTest} 1
---- javaTimer-3.1 FAILED
tclblend/javaUtil.test
Tests done.
----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com