diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/socket.test | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-05-31 Donal K. Fellows <dkf@users.sf.net> + + * tests/socket.test (socket*-13.1): Prevented intermittent test + failure due to race condition. + 2012-05-29 Donal K. Fellows <dkf@users.sf.net> * doc/expr.n, doc/mathop.n: [Bug 2931407]: Clarified semantics of diff --git a/tests/socket.test b/tests/socket.test index d88eb65..9f1cc78 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -1696,6 +1696,7 @@ test socket_$af-13.1 {Testing use of shared socket between two threads} -body { set i 0 vwait x close $f + thread::wait }]] set port [thread::send $serverthread {set listen}] set s [socket $localhost $port] |