Test suite for poll() interface (SF patch #100852)

This commit is contained in:
Andrew M. Kuchling 2000-08-25 01:18:45 +00:00
parent cf96dc800e
commit 3227cc8c09
2 changed files with 214 additions and 0 deletions

43
Lib/test/output/test_poll Normal file
View 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