Don Porter

Show:

What's happening?

  • Comment: zlib-7.4 fails on IRIX64

    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 in Tcl

  • Comment: zlib-7.4 fails on IRIX64

    Failure starts with checkin eb14b7478ae677a60c50 2012-05-03 20:41:22.

    2012-05-29 09:03:06 PDT in Tcl

  • zlib-7.4 fails on IRIX64

    ==== 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 in Tcl

  • io.test failures on IRIX64

    ---- 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 in Tcl

  • Comment: zlib-9.3 hangs

    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 in Tcl

  • Comment: Crash in Tcl_FSGetFileSystemForPath

    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 in Tcl

  • Comment: trunk build broken

    we should fix and test the problem on the mistake branch. Then merge to trunk.

    2012-05-25 05:43:35 PDT in Tk Toolkit

  • trunk build broken

    Starting with checkin 578f0bf246 Tk does not build on unix. gcc -O2 -pipe -Wl,--export-dynamic tkAppInit.o -L/home/dgp/fossil/tk/unix -ltk8.6 \ -L/home/dgp/fossil/tcl-only/unix -ltcl8.6 -lpthread -lXft -lXrender -lfontconfig -lfreetype -lX11 -L/usr/lib64 -lX11 -lXss -lXext -ldl -lz -lpthread -lieee -lm -Wl,-rpath,/home/dgp/x86_64/linuxoldld/lib:/usr/lib64 -o wish /.

    2012-05-25 05:41:17 PDT in Tk Toolkit

  • Comment: fCmd test assumes too much about the contents of /tmp

    These tests are essentially unchanged since Tcl 7.6. The apparent intent of them is to test Tcl's responses when attempting to rename a file from one mounted native filesystem to another. The assumption is that /tmp and . are on different mounts.

    2012-05-24 11:36:55 PDT in Tcl

  • Comment: broken build

    better now; thanks.

    2012-05-24 05:56:47 PDT in Tcl