Seems to be working on windows and linux.
This commit is contained in:
parent
46d8f4eabe
commit
fbb42b80cb
4 changed files with 38 additions and 19 deletions
|
@ -425,7 +425,7 @@ test_closed()
|
|||
test("accept with timeout (if it hangs, it failed:)")
|
||||
accept_timeout()
|
||||
|
||||
test("accept with timeout (if it hangs, it failed:)")
|
||||
test("connect with timeout (if it hangs, it failed:)")
|
||||
connect_timeout()
|
||||
|
||||
test("mixed patterns")
|
||||
|
@ -499,8 +499,6 @@ test_raw(200)
|
|||
test_raw(17)
|
||||
test_raw(1)
|
||||
|
||||
|
||||
a = [[
|
||||
test("total timeout on send")
|
||||
test_totaltimeoutsend(800091, 1, 3)
|
||||
test_totaltimeoutsend(800091, 2, 3)
|
||||
|
@ -524,6 +522,5 @@ test_blockingtimeoutreceive(800091, 1, 3)
|
|||
test_blockingtimeoutreceive(800091, 2, 3)
|
||||
test_blockingtimeoutreceive(800091, 3, 2)
|
||||
test_blockingtimeoutreceive(800091, 3, 1)
|
||||
]]
|
||||
|
||||
test(string.format("done in %.2fs", socket.time() - start))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue