From: Andreas K. <and...@ac...> - 2006-09-19 15:58:45
|
> Running with a CVS version of Tcl 8.5a5 i get quite a lot of test > failures on SUSE 10.1 on an AMD x86_64 machine. > > doctools is harmless, just localization related, the error message is > expected in english and returned in german. Hm. > schlenk@chronos:~/devel/tcllib> ./sak.tcl test run > [ ] Starting ... > [ ] [8.5a5] counter ~~ FAILS T 16 P 13 S 1 F 2 > [ ] [8.5a5] doctools ~~ FAILS T 122 P 118 S 0 F 4 > [ ] [8.5a5] exif ~~ FAILS T 1 P 0 S 0 F 1 > [* ] [8.5a5] math ---- leastsquares-1.0 !U: > -0.054317980921187212 - 0 0 > !U: -0.063230991881417203 - 1 0 > !U: -0.10614726864978458 - 2 0 > !U: -0.12397329057024455 - 3 0 > !U: -0.98229882593759243 - 4 0 > !U: 0.038778805542995093 - 5 0 > !U: 0.13999392973776048 - 0 1 > !U: 0.27304181739916439 - 1 1 > !U: 0.24328134837837237 - 2 1 > !U: 0.50937712370118016 - 3 1 > !U: -0.085832256714661284 - 4 1 > !U: 0.76146688744575264 - 5 1 > !U: 0.69234790858193906 - 0 2 > !U: 0.42812360329180199 - 1 2 > !U: 0.42749085145230731 - 2 2 > !U: -0.10095775912796691 - 3 2 > !U: -0.11361279591786072 - 4 2 > !U: -0.36265105706012529 - 5 2 > [ ] [8.5a5] math ~~ FAILS T 1964 P 1960 S 0 F 4 > [ ] [8.5a5] md4 ~~ FAILS T 322 P 157 S 0 F 165 > [ ] [8.5a5] md5 ~~ FAILS T 82 P 56 S 0 F 26 > [ ] [8.5a5] md5crypt ~~ FAILS T 43 P 3 S 0 F 40 > [ ] [8.5a5] otp ~~ FAILS T 72 P 18 S 0 F 54 > [ ] [8.5a5] pop3d ~~ FAILS T 152 P 39 S 0 F 113 > [ ] [8.5a5] profiler ~~ FAILS T 20 P 14 S 5 F 1 > [ ] [8.5a5] sasl ~~ FAILS T 16 P 13 S 0 F 3 > [ ] [8.5a5] sha1 ~~ FAILS T 90 P 61 S 0 F 29 > [ ] [8.5a5] snit ~~ ERR child killed: segmentation violation > [ ] [8.5a5] stooop ~~ FAILS T 103 P 102 S 0 F 1 > [ ] [8.5a5] struct ~~ FAILS T 2365 P 2348 S 16 F 1 > [ ] [8.5a5] units ~~ FAILS T 97 P 96 S 0 F 1 > > Is there a way to get the details of failed tests from the newer > sak.tcl test run ? Yes. Use the switch -v to activate the raw/extended log. See also output of 'sak.tcl help test'. > (looks quite nice btw. on a supported console, Yeah, my first try to do some colorization. Highlight all the special stuff. > but should be disabled on > windows, where it does not seem to work (will have to retry with > ansi.sys added to my /windows/system32/config.nt, which should enable > ansi sequences). On windows i get errors that 'echo' is not found... Pat reported the same. I committed a change this morning which disables the colors for platform windows. > I see some test failures for Tcl 8.4.12 too, but not sure if that is > with critcl or without, is there a way to simply see it with the new setup? In the extended output generated by -v a test suite usually tells things > pure Tcl > critcl > Trf if it is relevant. Some of the testsuites can handle both pure Tcl and critcl at the same time and additionall embed the information into the name of the test itself, like tree-critcl-... tree-tcl-... > This is with the default Tcl 8.4.12 from SUSE. > > schlenk@chronos:~/devel/tcllib> ./sak.tcl test run > [ ] Starting ... > [ ] [8.4.12] doctools ~~ FAILS T 122 P 118 S 0 F 4 > [ ] [8.4.12] json ~~ Skip T 0 P 0 S 0 F 0 > [ ] [8.4.12] math ~~ Skip T 1333 P 1333 S 0 F 0 > [ ] [8.4.12] md4 ~~ FAILS T 322 P 157 S 0 F 165 > [ ] [8.4.12] md5 ~~ FAILS T 82 P 56 S 0 F 26 > [ ] [8.4.12] md5crypt ~~ FAILS T 43 P 3 S 0 F 40 > [ ] [8.4.12] otp ~~ FAILS T 72 P 18 S 0 F 54 > [ ] [8.4.12] sasl ~~ FAILS T 16 P 13 S 0 F 3 > [ ] [8.4.12] sha1 ~~ FAILS T 90 P 61 S 0 F 29 I will see if I can find free time forgotten in some corner of the office and use it to run the testsuite on the x86_64 machine here. also a linux box. -- Andreas Kupries <and...@Ac...> Developer @ http://www.ActiveState.com Tel: +1 778-786-1122 |