diff options
author | rmax <rmax> | 2010-11-04 15:40:08 (GMT) |
---|---|---|
committer | rmax <rmax> | 2010-11-04 15:40:08 (GMT) |
commit | afd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6 (patch) | |
tree | 5d6a7a830f78678d7e1df3a1c6d2cb29e454007e /ChangeLog | |
parent | 81eaa2820d2dd023940470aa7ade5f8f8c02cc44 (diff) | |
download | tcl-afd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6.zip tcl-afd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6.tar.gz tcl-afd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6.tar.bz2 |
* tests/socket.test: Run the socket tests three times with the
address family set to any, inet, and inet6 respectively. Use
constraints to skip the tests if a family is found to be
unsupported or not configured on the local machine. Adjust the
tests to dynamically adapt to the address family that is being
tested.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-11-04 Reinhard Max <max@suse.de> + + * tests/socket.test: Run the socket tests three times with the + address family set to any, inet, and inet6 respectively. Use + constraints to skip the tests if a family is found to be + unsupported or not configured on the local machine. Adjust the + tests to dynamically adapt to the address family that is being + tested. + 2010-11-04 Stuart Cassoff <stwo@users.sourceforge.net> * unix/Makefile.in: [Patch 3101127]: Installer Improvements. * unix/install-sh: |