cpython/Lib/test/test_asyncio
Victor Stinner e3010fd740 Relax timing on test_asyncio for busy (slow) Windows buildbots
http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1649/steps/test/logs/stdio

======================================================================
FAIL: test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x64\3.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_asyncio\test_windows_events.py", line 112, in test_wait_for_handle
    self.assertTrue(0.18 < elapsed < 0.22, elapsed)
AssertionError: False is not true : 0.25
2013-11-18 11:05:22 +01:00
..
__init__.py Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645. 2013-11-17 17:00:21 -08:00
__main__.py
echo.py Break out of loop on EOF in asyncio echo test programs. 2013-10-19 21:26:34 -07:00
echo2.py
echo3.py Break out of loop on EOF in asyncio echo test programs. 2013-10-19 21:26:34 -07:00
sample.crt
sample.key
test_base_events.py asyncio: Replace connection_refused() with error_received(). 2013-11-15 16:51:48 -08:00
test_events.py asyncio: Replace connection_refused() with error_received(). 2013-11-15 16:51:48 -08:00
test_futures.py Rename the logger to plain "logger". 2013-10-17 15:39:45 -07:00
test_locks.py asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\ 2013-11-04 13:18:19 -08:00
test_proactor_events.py Make various asyncio test files individually runnable 2013-10-20 21:02:53 +02:00
test_queues.py
test_selector_events.py asyncio: Replace connection_refused() with error_received(). 2013-11-15 16:51:48 -08:00
test_streams.py Write flow control for asyncio (includes asyncio.streams overhaul). 2013-10-18 15:17:11 -07:00
test_tasks.py Issue #19589: Use specific asserts in asyncio tests. 2013-11-14 23:10:51 +02:00
test_transports.py Make various asyncio test files individually runnable 2013-10-20 21:02:53 +02:00
test_unix_events.py asyncio: Refactor waitpid mocks. Patch by Anthony Baire. 2013-11-14 16:16:29 -08:00
test_windows_events.py Relax timing on test_asyncio for busy (slow) Windows buildbots 2013-11-18 11:05:22 +01:00
test_windows_utils.py asyncio: Longer timeout in Windows test_popen. Fixes issue 19598. 2013-11-15 07:41:10 -08:00
tests.txt Remove redundant test_selectors.py from test_asyncio. 2013-11-07 09:25:36 -08:00