diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-01 13:11:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-01 13:11:42 (GMT) |
commit | 8e1d994ec7b4f06625c868eab4865e049ec0c94e (patch) | |
tree | f66b5a245f016e84b4122e986d90413f5bdfa050 /tests/list.test | |
parent | a88091c1bf14f254449273a9f864d8f09009fe67 (diff) | |
download | tcl-compile_ensemble.zip tcl-compile_ensemble.tar.gz tcl-compile_ensemble.tar.bz2 |
(experiment): Always compile ensembles. Result: 2 test failures in the "history" ensemble:compile_ensemble
==== history-1.5 event option FAILED
==== Contents of test case:
history e "* a*"
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown subcommand "e": must be add, change, clear, event, info, keep, nextid, or redo
while executing
"history e {* a*}"
invoked from within
"history e "* a*""
("uplevel" body line 1)
invoked from within
"uplevel 1 $script"
---- errorCode: TCL LOOKUP SUBCOMMAND e
==== history-1.5 FAILED
==== history-4.1 change option FAILED
==== Contents of test case:
history event [expr {[history n]-1}]
---- Test generated error; Return code was: 1
---- Return code should have been one of: 0 2
---- errorInfo: unknown subcommand "n": must be add, change, clear, event, info, keep, nextid, or redo
while executing
"history n"
invoked from within
"history n"
("uplevel" body line 1)
invoked from within
"uplevel 1 $script"
---- errorCode: TCL LOOKUP SUBCOMMAND n
==== history-4.1 FAILED
Test file error: unknown subcommand "ch": must be add, change, clear, event, info, keep, nextid, or redo
while executing
"history ch {Another test} -1"
invoked from within
"history ch "Another test" -1"
invoked from within
"if {[testConstraint history]} {
history ch "Another test" -1
}"
(file "tests/history.test" line 117)
Diffstat (limited to 'tests/list.test')
0 files changed, 0 insertions, 0 deletions