summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-06-02 20:03:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-06-02 20:03:14 (GMT)
commitabb4df1befac97bab990b6aefbbb6c21d330eb08 (patch)
treea7121fb462da5136135109fa4c8d034d27cd05fd /tests/socket.test
parentc564e71550c301b91656eb54602bb8c1ece62f01 (diff)
downloadtcl-abb4df1befac97bab990b6aefbbb6c21d330eb08.zip
tcl-abb4df1befac97bab990b6aefbbb6c21d330eb08.tar.gz
tcl-abb4df1befac97bab990b6aefbbb6c21d330eb08.tar.bz2
These edits make the tests socket-14.11.[01] stop hanging, but also introduce
a whole raft of test failures. WIP.
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 88d8767..0c9320a 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -2161,7 +2161,7 @@ test socket-14.11.0 {pending [socket -async] and nonblocking [puts], no listener
unset x
} -result {socket is not connected} -returnCodes 1
test socket-14.11.1 {pending [socket -async] and nonblocking [puts], no listener, flush} \
- -constraints {socket knownBug} \
+ -constraints {socket} \
-body {
set sock [socket -async localhost [randport]]
fconfigure $sock -blocking 0