From: Andreas K. <and...@ac...> - 2011-11-07 21:53:44
|
On 11/7/2011 9:40 AM, Andreas Kupries wrote: > > Well, not yet. > > The plan for the moment is to make a release by Dec 12 (Monday). > That is now 5 weeks away. > > To all tcllib developers, please have a look at your bug reports, close > outdated stuff, see what can be fixed in time for the release. > > Anybody, please take the current state of the CVS and run the tcllib testsuite, > either in full, or for you packages, on the platforms you have access too, > against Tcl 8.4, 8.5, and the head of 8.6 beta. If possible, please try to > determine whether any failure seen is a fault of the testsuite, or of the > package itself. Or neither (*). From the log files of a test run done at home using the 8.4/8.5/8.6 branch heads from the fossil repository, with no additional packages (no tcllibc, no Trf, no TLS, no wish (but Tk), (*)) I have the following summary of problems: cat Y.failures [8.4.19] doctools ~~ FAILS T 331 P 328 S 0 F 3 [8.4.19] math ~~ ERR T 1415 P 1415 S 0 F 0 [8.4.19] pop3d ~~ FAILS T 152 P 39 S 0 F 113 [8.5.10] doctools ~~ FAILS T 331 P 328 S 0 F 3 [8.5.10] math ~~ ERR T 2174 P 2174 S 0 F 0 [8.5.10] pt ~~ FAILS T 1523 P 1501 S 0 F 22 [8.6b2] doctools ~~ FAILS T 331 P 328 S 0 F 3 [8.6b2] interp ~~ FAILS T 41 P 37 S 0 F 4 [8.6b2] math ~~ ERR T 2174 P 2174 S 0 F 0 [8.6b2] multiplexer ~~ FAILS T 9 P 8 S 0 F 1 [8.6b2] pki ~~ FAILS T 32 P 31 S 0 F 1 [8.6b2] pop3 ~~ FAILS T 45 P 43 S 1 F 1 [8.6b2] pop3d ~~ FAILS T 152 P 113 S 0 F 39 [8.6b2] pt ~~ FAILS T 1523 P 1501 S 0 F 22 The ERR parts are aborts of test files. That can be improper handling when called for an unsupported Tcl version, up to an actual crash of the tclsh. I'll have to read the detailed logs to know. The FAILS simply mean that some tests failed (see last column for the count). For 'pki' I got updated code from Roy. I'll redo its tests after putting this into CVS. After that my own focus will be on math doctools pop3(d) pt in this order. Anybody taking these on should tell me and/or work in a different order. Stu (I believe) reported on the chat, that the SSL certificates I use for some parts of comm and pop3 are expired. This should not be an issue here as the Tcl shells did not have the TLS package available and thus are not (well, should not) run the the associated tests. I will add the accelerators and other binary helper packages (tcllibc, Trf, TLS) after the first round of fixes, work things slowly up to the full testsuite, with wish and whatnot. (*) That means that this has not run the full testsuite of all packages, only the truly pure-Tcl parts. -- Andreas Kupries Senior Tcl Developer ActiveState, The Dynamic Language Experts P: 778.786.1122 F: 778.786.1133 and...@ac... http://www.activestate.com Get insights on Open Source and Dynamic Languages at www.activestate.com/blog |