From: Michael S. <sch...@is...> - 2006-09-19 14:34:53
|
Pat Thoyts schrieb: > "Andreas Kupries" <and...@ac...> writes: > >> Having done testing during last weekend and weekend I believe that we are in a >> reasonable shape for a release. This is however so far based only on testing on >> a linux/intel 32 bit machine. Anybody, please grab the CVS head and run its >> testsuite on the machines/OSs your care for, with the tclsh/wish you care about, >> with, or without C accelerators (critcl). > [snip] >> I consider the probability of me running the testsuite on some other >> machines/architectures during this week to be basically zilch. > > I plan to do WindowsXP and can do Solaris/sparc. However the new sak > mods prevent running any tests on windows at all for now. We need to > avoid all the ANSI stuff on windows as the Windows cmd shell just > doesn't do ansi escapes. > 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. 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 ? (looks quite nice btw. on a supported console, 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... 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? 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 Michael |