diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-08-25 01:18:45 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-08-25 01:18:45 (GMT) |
commit | 3227cc8c09296ecde263e23c23f1419a795c42c9 (patch) | |
tree | 6aa08e33b5698b40fcf65904af748f4135446241 /Lib/test/output | |
parent | cf96dc800ecbbb38a71298ee99f3fe1ab80e6c24 (diff) | |
download | cpython-3227cc8c09296ecde263e23c23f1419a795c42c9.zip cpython-3227cc8c09296ecde263e23c23f1419a795c42c9.tar.gz cpython-3227cc8c09296ecde263e23c23f1419a795c42c9.tar.bz2 |
Test suite for poll() interface (SF patch #100852)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_poll | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Lib/test/output/test_poll b/Lib/test/output/test_poll new file mode 100644 index 0000000..0c55cdc --- /dev/null +++ b/Lib/test/output/test_poll @@ -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 |