License: BSD License
browse code,
statistics cvs -d:pserver:anonymous@tcl.cvs.sourceforge.net:/cvsroot/tcl login
cvs -z3 -d:pserver:anonymous@tcl.cvs.sourceforge.net:/cvsroot/tcl co -P modulename
I don't know how much testing the zlib source code that bundles with Tcl actually gets. My understanding is that when Tcl is built, it prefers to use a zlib library already installed? Anyhow, the test IRIX64 system I'm using actually builds the zlib sources included with Tcl, and that explains why it gets different test results from checkin 08c5c40d934c74f1a37e171c1ecd6c1ce41a63d3 and t.
2012-05-29 09:23:43 PDT by dgp
Failure starts with checkin eb14b7478ae677a60c50 2012-05-03 20:41:22.
2012-05-29 09:03:06 PDT by dgp
==== zlib-7.4 zlib stream FAILED ==== Contents of test case: set s [zlib stream inflate] $s put -finalize [zlib deflate abcdeEDCBA] set data [$s get] set result [list [$s get] [format %x [$s checksum]]] $s close lappend result $data ---- Result was: {} 0 abcdeEDCBA ---- Result should have been (exact matching): {} 1 abcdeEDCBA ==== zlib-7.4 FAILED.
2012-05-29 07:24:57 PDT by dgp
---- Result was: file size only 24576 ---- Result should have been (exact matching): ok ==== io-27.6 FAILED ---- Result was: file size only 12288 ---- Result should have been (exact matching): ok ==== io-29.32 FAILED.
2012-05-29 07:17:02 PDT by dgp
The hanging test no longer hangs on either old test system. There are other tests failing. I'll report separately.
2012-05-29 06:42:14 PDT by dgp
This is reported against 8.5.8. Has it been reconfirmed with either 8.5.11 release, or current state of core-8-5-branch?.
2012-05-29 06:40:43 PDT by dgp
Merging this with trunk [Bug 3525762] break test winDde-9.4, but it works fine running winDde-9.4 individually. The reason for this is that when an application connects with Dde using the UNICODE API, it cannot re-connect any more using the WINANSI API. This means that - The test-case needs to be re-written such that the server uses UNICODE, connecting with a WINANSI client. - The...
2012-05-29 04:14:28 PDT by nijtmans
There have been changes in this area (notably the fix to Bug #3525907); retesting would be appreciated.
2012-05-29 02:11:09 PDT by dkf
It should be noted that Win 9x hasn't been supported by Microsoft for a few years now, and anyone needing that sort of functionality can stick with an older Tcl branch.
2012-05-29 02:00:54 PDT by dkf
The only caveat I could find with this, is that from now on dde no longer works on Windows 9x, it requires Windows NT (or - possibly - Windows CE, not tested). Therefore, unfortunately, this fix cannot be backported as-is. B.T.W.: This fix only introduces the UNICODE handling of the servername, servicename and the topic, not any other data. See also FRQ 3527238 for the remaining to...
2012-05-29 00:57:39 PDT by nijtmans