summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authormax <max@tclers.tk>2014-05-21 10:37:10 (GMT)
committermax <max@tclers.tk>2014-05-21 10:37:10 (GMT)
commit69c75114013bbd847b7956f6bf3cd1e432760c18 (patch)
tree6a62bc60be64a1bb841a64bc1f1f91cae6faf576 /tests/socket.test
parent6d1eb2b3a5f8601cab4e5a51b9944af285a309c8 (diff)
downloadtcl-69c75114013bbd847b7956f6bf3cd1e432760c18.zip
tcl-69c75114013bbd847b7956f6bf3cd1e432760c18.tar.gz
tcl-69c75114013bbd847b7956f6bf3cd1e432760c18.tar.bz2
Fix c&p errors in test descriptions
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 5ff2109..5c5b7c3 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -2098,7 +2098,7 @@ test socket-14.9.1 {pending [socket -async] and blocking [puts], server is IPv6}
close $sock
close $fd
} -result {{} ok}
-test socket-14.10.0 {pending [socket -async] and blocking [puts], server is IPv4} \
+test socket-14.10.0 {pending [socket -async] and nonblocking [puts], server is IPv4} \
-constraints {socket supported_inet supported_inet6} \
-setup {
makeFile {
@@ -2125,7 +2125,7 @@ test socket-14.10.0 {pending [socket -async] and blocking [puts], server is IPv4
close $sock
close $fd
} -result {{} ok}
-test socket-14.10.1 {pending [socket -async] and blocking [puts], server is IPv6} \
+test socket-14.10.1 {pending [socket -async] and nonblocking [puts], server is IPv6} \
-constraints {socket supported_inet supported_inet6} \
-setup {
makeFile {
@@ -2152,7 +2152,7 @@ test socket-14.10.1 {pending [socket -async] and blocking [puts], server is IPv6
close $sock
close $fd
} -result {{} ok}
-test socket-14.11.0 {pending [socket -async] and blocking [puts], no listener, no flush} \
+test socket-14.11.0 {pending [socket -async] and nonblocking [puts], no listener, no flush} \
-constraints {socket supported_inet supported_inet6} \
-body {
set sock [socket -async localhost [randport]]
@@ -2165,7 +2165,7 @@ test socket-14.11.0 {pending [socket -async] and blocking [puts], no listener, n
catch {close $sock}
unset x
} -result {socket is not connected} -returnCodes 1
-test socket-14.11.1 {pending [socket -async] and blocking [puts], no listener, flush} \
+test socket-14.11.1 {pending [socket -async] and nonblocking [puts], no listener, flush} \
-constraints {socket supported_inet supported_inet6} \
-body {
set sock [socket -async localhost [randport]]