Posted to tcl by stevel at Tue Sep 11 05:01:24 GMT 2007view pretty

DYLD_LIBRARY_PATH=`pwd`:${DYLD_LIBRARY_PATH}; export DYLD_LIBRARY_PATH; \
TCL_LIBRARY="/local/src/tcl/library"; export TCL_LIBRARY; \
./tcltest /local/src/tcl/unix/../tests/all.tcl -file unload.test -singleproc 1 -skip unload-3.6 -verbose 1
Tests running in interp:  /local/src/tcl/unix/tcltest
Tests located in:  /local/src/tcl/tests
Tests running in:  /local/src/tcl/unix
Temporary files stored in /local/src/tcl/unix
Test files sourced into current interpreter
Skipping tests that match:  unload-3.6
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  unload.test
Tests began at Tue Sep 11 13:00:53 WST 2007
unload.test


==== unload-3.7 basic unloading of re-loaded package from a safe interpreter, with package name conversion FAILED
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
==== unload-3.7 FAILED



==== unload-4.2 basic loading of unloadable package in a safe interpreter, with package name conversion FAILED
---- Result was:
{. . .} {} 0 {pkgua_eq pkgua_quote} {.. . .}
---- Result should have been (exact matching):
{.. .. ..} {} 0 {pkgua_eq pkgua_quote} {... .. ..}
==== unload-4.2 FAILED



==== unload-4.5 basic unloading of unloadable package from a safe interpreter, with guess for package name FAILED
---- Result was:
{.. . .} {} {} {.. .. .}
---- Result should have been (exact matching):
{... .. ..} {} {} {... ... ..}
==== unload-4.5 FAILED


Tests ended at Tue Sep 11 13:00:53 WST 2007
all.tcl:	Total	26	Passed	22	Skipped	1	Failed	3
Sourced 1 Test Files.
Files with failing tests: unload.test