Version 27 of rmax-ipv6-branch

Updated 2010-03-29 21:23:31 by AKgnome

Testing the upcoming IPv6 support for Tcl

This page collects test results from the CVS branch that adds IPv6 support to Tcl. Currently this branch only covers the Unix platforms, but hopefully Windows will follow soon.

To help with the testing, pull the rmax-ipv6-branch from Tcl's CVS (details here ) and run the usual configure/make/make test sequence on it.

Please update the table to reflect the current state of testing.

Test Results

DateOS/Version$tcl_platform(machine)TesterComment
2010-03-26NetBSD 5.1 snapshotx86_64rmaxOK
2010-03-26NetBSD 5.02i386bchOK
2010-03-27NetBSD 5.99.24 (-current)i386EGOK
2010-03-26openSUSE 11.2x86_64rmaxOK
2010-03-26SuSE Linux 9.0i686akOK
2010-03-29RedHat Linux FC4x86_64akOK
2010-03-26OpenSolaris 2009.6x86_64rmaxOK
2010-03-29Solaris 2.8 (gcc)sun4uakOK
2010-03-29Solaris 2.8 (sun cc)sun4uakOK
2010-03-29Solaris 2.10 (gcc)i86pcakOK
2010-03-29Solaris 2.10 (sun cc)i86pcakOK
2010-03-27MacOS X 10.5 (gcc)i386dkfOK
2010-03-29MacOS X 10.5 (Leopard, gcc)i386akOK
2010-03-29MacOS X 10.4 (Tiger, gcc)i386akFAIL (4)
2010-03-29HPUX 11.00 (hp cc)9000/800akFAIL (2)
2010-03-29HPUX 11.00 (gcc)9000/800akFAIL (2)
2010-03-29HPUX 11.22 (hp cc)ia64akOK
2010-03-29AIX 5.1 (cc)000C763E4C00akFAIL (3)
yyyy-mm-ddExample FailureT9000rmaxFAIL (1)

Instructions for editing the Table

  • If make test on rmax-ipv6-branch shows failures that are not present in the rmax-ipv6-merge tag, report FAIL, otherwise report OK.
  • If the branch used to be working, but breaks at some point, leave the OK entry there and add a FAIL entry below it.
  • If it used to fail before, but works now, update the existing line.
  • For FAIL entries, please add a section below the table and paste a representative sample of the output of failing tests.

Failing Tests

(1) Example failure

paste your test failures here

(2)

cc: "unix/tclUnixChan.c", line 1686: error 1588: "AF_INET6" undefined.
gcc: unix/tclUnixChan.c:1686: error: `AF_INET6' undeclared (first use in this function)

(3)

"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 706.17: 1506-275 (S) Unexpected text 'int' encountered.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 706.21: 1506-045 (S) Undeclared identifier flags.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 918.13: 1506-275 (S) Unexpected text 'int' encountered.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 918.17: 1506-045 (S) Undeclared identifier reuseaddr.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1244.5: 1506-275 (S) Unexpected text 'struct' encountered.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1244.12: 1506-045 (S) Undeclared identifier addrinfo.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1244.22: 1506-045 (S) Undeclared identifier p.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1245.10: 1506-045 (S) Undeclared identifier v4head.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1245.26: 1506-045 (S) Undeclared identifier v4ptr.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1246.10: 1506-045 (S) Undeclared identifier v6head.
"/home/andreask/workbench/IPv6/src/tcl-8.6-rmax-ipv6-branch/unix/tclUnixSock.c", line 1246.26: 1506-045 (S) Undeclared identifier v6ptr.

(4)

==== chan-16.9 chan command: pending input subcommand FAILED
==== Contents of test case:

    after idle chan-16.9-client
    vwait ::chan-16.9-done
    set ::chan-16.9-data

---- Test setup failed:
couldn't open socket: connection refused
---- errorInfo(setup): couldn't open socket: connection refused
    while executing
"socket 127.0.0.1 [lindex [fconfigure $::server -sockname] 2]"
    ("uplevel" body line 33)
    invoked from within
"uplevel 1 $setup"
---- errorCode(setup): POSIX ECONNREFUSED {connection refused}

Pulling the branch from CVS

Run the following two commands while in the directory into which you want to put the checkout.

cvs -d:pserver:[email protected]:/cvsroot/tcl login
cvs -z3 -d:pserver:[email protected]:/cvsroot/tcl co -P -r rmax-ipv6-branch tcl

Once you have checked it out, you can use cvs up from within the tcl directory to pull the latest version.
Use cvs up -r rmax-ipv6-merge and cvs up -r rmax-ipv6-branch to switch between the two tags for comparing test results.
Alternatively you can rename the tcl directory and do a second checkout with the other tag to have the two versions side by side.