From: Michael S. <sc...@un...> - 2007-01-11 19:54:08
|
Virden, Larry W. schrieb: > I'm running a gmake test in interactive mode for the latest cvs head > of tcllib and tcl. > > I get this: > Passed 14468 of 14643 > Skipped 169 of 14643 > Failed 6 of 14643 > #Errors 0 > gmake: *** [test] Error 1 > > But I don't know how to report the errors that I get. In the old > style of test, I could submit bug reports with the failure messages, > etc. Now all I get is a multicolored set of lines such as: > > [ ] [8.5a6] cmdline ~~ FAILS T 137 P 130 S 6 F 1 > [ ] [8.5a6] grammar_me ~~ FAILS T 861 P 859 S 1 F 1 > [ ] [8.5a6] snit ~~ FAILS T 595 P 555 S 37 F 3 > [ ] [8.5a6] struct ~~ FAILS T 2252 P 2225 S 26 F 1 > > I don't know what the next step is- I've read the README's but don't > see a tip there. Hi Larry, if you have a cvs checkout of Tcllib, you can use the sak.tcl tool to generate logs of those errors. (try ./sak.tcl test help or something like it to get a list of options available) But for a usual make run, i don't think this has been fixed, although there is a feature request for this at Sourceforge. Michael |