summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2010-11-04 15:40:08 (GMT)
committerrmax <rmax>2010-11-04 15:40:08 (GMT)
commitafd4bf4365ce1f5bfafbb3bc6dc6346f0135c7c6 (patch)
tree5d6a7a830f78678d7e1df3a1c6d2cb29e454007e /ChangeLog
parent81eaa2820d2dd023940470aa7ade5f8f8c02cc44 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 965a409..13df024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: