**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 http://wiki.tcl.tk/25947#pagetoc9eafe239%|%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*** %|Date|OS/Version|$tcl_platform(machine)|Tester|Comment|% &|2010-03-26|openSUSE 11.2|x86_64|[rmax]|OK|& &|2010-03-26|OpenSolaris 2009.6|x86_64|[rmax]|OK|& &|2010-03-26|NetBSD 5.1 snapshot|x86_64|[rmax]|OK|& &|2010-03-26|NetBSD 5.02|i386|[bch]|OK|& &|2010-03-27|NetBSD 5.99.24 (-current)|i386|[EG]|OK|& &|2010-03-26|SuSE Linux 9.0|i686|[ak]|OK|& &|2010-03-29|Solaris 2.8 (gcc)|sun4u|[ak]|OK|& &|2010-03-29|Solaris 2.8 (sun cc)|sun4u|[ak]|OK|& &|2010-03-27|MacOS X 10.5 (gcc)|i386|[dkf]|OK|& &|2010-03-29|Solaris 2.10 (gcc)|i86pc|[ak]|OK|& &|2010-03-29|Solaris 2.10 (sun cc)|i86pc|[ak]|OK|& &|2010-03-29|HPUX 11.00 (hp cc)|9000/800|[ak]|FAIL (2)|& &|yyyy-mm-dd|Example Failure|T9000|[rmax]|FAIL(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. cc: "unix/tclUnixChan.c", line 1684: error 1563: Expression in if must be scalar. ====== ---- ***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:anonymous@tcl.cvs.sourceforge.net:/cvsroot/tcl login cvs -z3 -d:pserver:anonymous@tcl.cvs.sourceforge.net:/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. <> Development