From: Larry W. V. <lv...@gm...> - 2009-09-02 13:23:31
|
I am wondering whether anyone else besides me has tried running the latest tcllib test suite against the latest tcl. There appears to be some serious changes that will require a bit of work. I don't mean changes in the error output of commands - that's something that happens frequently. I'm seeing things like: ---- doctools-idx-50.0.1 start ==== doctools-idx-50.0.1 doctools::idx deserialize = docidx, nokeys, ok FAILED ==== Contents of test case: I deserialize = $data docidx doctools::idx::structure print [I serialize] ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: Unable to locate or load plugin "docidx" (ERROR for slave interp 1 : can not find channel named "stdout") while executing : and lots more stuff : This error is occurring through most, if not all, of the doctools test suite. |