|
The following errors were encountered when running tclkit with the tk
test suite. Some appear to be related to the tree structure of tclkit,
and might be worked around by appropriate symlinks - more research is
needed if there is ever an effort to build a test suite to verify tclkit
is working properly.
canvPs.test
==== canvPs-3.1 test ps generation with an embedded window FAILED
==== Contents of test case:
removeFile bar.ps
destroy .c
pack [canvas .c -width 200 -height 200 -background white]
.c create rect 20 20 150 150 -tags rect0 -dash . -width 2
.c create arc 0 50 200 200 -tags arc0 -dash {4 4} -stipple question
-outline red -fill green
image create photo logo -file [file join $tk_library images
pwrdLogo150.gif]
.c create image 200 50 -image logo -anchor nw
entry .c.e -background pink -foreground blue -width 14
.c.e insert 0 "we gonna be postscripted"
.c create window 50 180 -anchor nw -window .c.e
update
.c postscript -file bar.ps
file exists bar.ps
---- Result was:
couldn't open
"/vol/tclsrcsol/tcl84/tclkit/src/tk/tests/../../../tclkit-srv23s4d/lib/tk8.4/images/pwrdLogo150.gif":
no such file or directory
---- Result should have been (exact matching):
1
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
==== canvPs-3.1 FAILED
menu.test
couldn't open
"/vol/tclsrcsol/tcl84/tclkit/src/tk/tests/../../../tclkit-srv23s4d/lib/tk8.4/demos/images/earth.gif":
no such file or directory
while executing
"image create photo image1 -file [file join $tk_library demos images
earth.gif]"
(file "/vol/tclsrcsol/tcl84/tclkit/src/tk/tests/menu.test" line 201)
invoked from within
"::source /vol/tclsrcsol/tcl84/tclkit/src/tk/tests/menu.test"
("uplevel" body line 1)
invoked from within
"uplevel 1 [list ::source $file]"
(procedure "tcltest::runAllTests" line 57)
invoked from within
"tcltest::runAllTests"
(file "all.tcl" line 19)
At this point, the test suite ceased working! |