mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Test suite for poll() interface (SF patch #100852)
This commit is contained in:
parent
cf96dc800e
commit
3227cc8c09
2 changed files with 214 additions and 0 deletions
43
Lib/test/output/test_poll
Normal file
43
Lib/test/output/test_poll
Normal file
|
@ -0,0 +1,43 @@
|
|||
test_poll
|
||||
Running poll test 1
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
This is a test.
|
||||
Poll test 1 complete
|
||||
Running poll test 2
|
||||
timeout = 0
|
||||
timeout = 1000
|
||||
'testing...\012'
|
||||
timeout = 2000
|
||||
'testing...\012'
|
||||
timeout = 4000
|
||||
'testing...\012'
|
||||
timeout = 8000
|
||||
'testing...\012'
|
||||
timeout = 16000
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
'testing...\012'
|
||||
timeout = -1
|
||||
timeout = -1
|
||||
timeout = -1
|
||||
timeout = -1
|
||||
timeout = -1
|
||||
Poll test 2 complete
|
Loading…
Add table
Add a link
Reference in a new issue