Buildbot-status
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
July 2020
- 6 participants
- 132 discussions
16 Jul '20
The Buildbot has detected a new failure on builder AMD64 Windows8.1 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/157/builds/236
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win81-release
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then ENV CHANGED ==
392 tests OK.
10 slowest tests:
- test_pydoc: 31 min 17 sec
- test_concurrent_futures: 17 min 53 sec
- test_multiprocessing_spawn: 17 min 49 sec
- test_venv: 16 min 54 sec
- test_io: 15 min 13 sec
- test_compileall: 12 min 19 sec
- test_mmap: 10 min 48 sec
- test_peg_generator: 8 min 58 sec
- test_unicode_file_functions: 7 min 15 sec
- test_regrtest: 7 min 12 sec
1 test altered the execution environment:
test_asyncio
30 tests skipped:
test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll
test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
test_multiprocessing_fork test_multiprocessing_forkserver test_nis
test_openpty test_ossaudiodev test_pipes test_poll test_posix
test_pty test_pwd test_readline test_resource test_spwd
test_syslog test_threadsignals test_wait3 test_wait4
test_xxtestfuzz test_zipfile64
3 re-run tests:
test_asyncio test_subprocess test_tarfile
Total duration: 4 hour 34 min
Captured traceback
==================
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
Cancelling an overlapped future failed
future: <_OverlappedFuture pending overlapped=<pending, 0x46a61ff890> cb=[BaseProactorEventLoop._loop_self_reading()]>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
.Cancelling an overlapped future failed
future: <_OverlappedFuture pending overlapped=<pending, 0x46a61ffc00> cb=[BaseProactorEventLoop._loop_self_reading()]>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
Cancelling an overlapped future failed
future: <_OverlappedFuture pending overlapped=<pending, 0x46a61ffaa0> cb=[BaseProactorEventLoop._loop_self_reading()]>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
.Cancelling an overlapped future failed
future: <_OverlappedFuture pending overlapped=<pending, 0x46a61ff310> cb=[BaseProactorEventLoop._loop_self_reading()]>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
Cancelling an overlapped future failed
future: <_OverlappedFuture pending overlapped=<pending, 0x46a61ff100> cb=[BaseProactorEventLoop._loop_self_reading()]>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
Exception in callback _ProactorReadPipeTransport._loop_reading(<Future finished result=b''>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<Future finished result=b''>)>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 283, in _loop_reading
if length == 0:
BytesWarning: Comparison between bytes and int
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 319, in _loop_reading
if length > -1:
TypeError: '>' not supported between instances of 'bytes' and 'int'
Timeout (3:15:00)!
Thread 0x000011dc (most recent call first):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 779 in _poll
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 430 in select
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\base_events.py", line 1854 in _run_once
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\base_events.py", line 596 in run_forever
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 316 in run_forever
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\base_events.py", line 629 in run_until_complete
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_asyncio\test_events.py", line 1794 in test_subprocess_shell
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549 in _callTestMethod
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84 in __call__
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162 in run
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975 in _run_suite
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098 in run_unittest
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 211 in _test_module
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87 in dash_R
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234 in _runtest_inner2
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272 in _runtest_inner
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155 in _runtest
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195 in runtest
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81 in run_tests_worker
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659 in _main
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639 in main
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717 in main
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43 in _main
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47 in <module>
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87 in _run_code
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-_6in6xe5.log' -> 'D:\\temp\\test_logging-2-_6in6xe5.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.--- Logging error ---
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-f1mbedvl.log' -> 'D:\\temp\\test_logging-2-f1mbedvl.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.--- Logging error ---
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-bvnrrh8h.log' -> 'D:\\temp\\test_logging-2-bvnrrh8h.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.--- Logging error ---
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-nvtconck.log' -> 'D:\\temp\\test_logging-2-nvtconck.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.--- Logging error ---
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-07gyu8fj.log' -> 'D:\\temp\\test_logging-2-07gyu8fj.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.--- Logging error ---
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 74, in emit
self.doRollover()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 177, in doRollover
self.rotate(self.baseFilename, dfn)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\logging\handlers.py", line 117, in rotate
self.rotator(source, dest)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5093, in rotator
os.rename(source, dest + ".rotated")
FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'D:\\temp\\test_logging-2-hmnb9ssc.log' -> 'D:\\temp\\test_logging-2-hmnb9ssc.log.1.test.rotated'
Call stack:
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 47, in <module>
_main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\regrtest.py", line 43, in _main
main()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 717, in main
Regrtest().main(tests=tests, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 639, in main
self._main(tests, kwargs)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\main.py", line 659, in _main
run_tests_worker(self.ns, self.worker_test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest_mp.py", line 81, in run_tests_worker
result = runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 195, in runtest
return _runtest(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 155, in _runtest
result = _runtest_inner(ns, test_name,
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 272, in _runtest_inner
refleak = _runtest_inner2(ns, test_name)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\runtest.py", line 234, in _runtest_inner2
refleak = dash_R(ns, test_name, test_runner)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\libregrtest\refleak.py", line 87, in dash_R
test_func()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 698, in inner
return func(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5374, in test_main
support.run_unittest(*tests)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 1098, in run_unittest
_run_suite(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\__init__.py", line 975, in _run_suite
result = runner.run(suite)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\support\testresult.py", line 162, in run
test(self.result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\suite.py", line 122, in run
test(result)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 652, in __call__
return self.run(*args, **kwds)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 592, in run
self._callTestMethod(testMethod)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\unittest\case.py", line 549, in _callTestMethod
method()
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_logging.py", line 5100, in test_namer_rotator_inheritance
rh.emit(self.next_rec())
Message: '2'
Arguments: None
.
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_events.py", line 66, in _cancel_overlapped
self._ov.cancel()
OSError: [WinError 6] The handle is invalid
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\test\test_subprocess.py", line 3278, in test_close_fds_with_stdio
self.assertEqual(p.returncode, 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 115, in __del__
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 79, in __repr__
info.append(f'fd={self._sock.fileno()}')
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe
Warning -- Unraisable exception
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x000000CFE5D94230>
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 115, in __del__
_warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\proactor_events.py", line 79, in __repr__
info.append(f'fd={self._sock.fileno()}')
File "D:\buildarea\3.x.ware-win81-release.refleak\build\lib\asyncio\windows_utils.py", line 102, in fileno
raise ValueError("I/O operation on closed pipe")
ValueError: I/O operation on closed pipe
Test report
===========
Failed tests:
- test_asyncio
- test_subprocess
- test_tarfile
Sincerely,
-The Buildbot
1
0
The Buildbot has detected a failed build on builder AMD64 Windows10 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/129/builds/1449
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown>
Blamelist: Steve Dower <steve.dower(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
392 tests OK.
10 slowest tests:
- test_mmap: 4 min 35 sec
- test_unparse: 3 min 25 sec
- test_largefile: 2 min 56 sec
- test_io: 2 min 51 sec
- test_tokenize: 2 min 45 sec
- test_lib2to3: 2 min 25 sec
- test_multiprocessing_spawn: 2 min 21 sec
- test_concurrent_futures: 2 min 12 sec
- test_unicodedata: 1 min 53 sec
- test_capi: 1 min 46 sec
1 test altered the execution environment:
test_asyncio
30 tests skipped:
test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll
test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
test_multiprocessing_fork test_multiprocessing_forkserver test_nis
test_openpty test_ossaudiodev test_pipes test_poll test_posix
test_pty test_pwd test_readline test_resource test_spwd
test_syslog test_threadsignals test_wait3 test_wait4
test_xxtestfuzz test_zipfile64
Total duration: 17 min 52 sec
Captured traceback
==================
remote: Enumerating objects: 11, done.
remote: Counting objects: 9% (1/11)
remote: Counting objects: 18% (2/11)
remote: Counting objects: 27% (3/11)
remote: Counting objects: 36% (4/11)
remote: Counting objects: 45% (5/11)
remote: Counting objects: 54% (6/11)
remote: Counting objects: 63% (7/11)
remote: Counting objects: 72% (8/11)
remote: Counting objects: 81% (9/11)
remote: Counting objects: 90% (10/11)
remote: Counting objects: 100% (11/11)
remote: Counting objects: 100% (11/11), done.
remote: Total 12 (delta 10), reused 10 (delta 10), pack-reused 1
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
test_pipes skipped -- pipes module only works on posix
test_ossaudiodev skipped -- No module named 'ossaudiodev'
test_threadsignals skipped -- Can't test signal on win32
test_epoll skipped -- test works only on Linux 2.6
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
test_ioctl skipped -- No module named 'fcntl'
test_kqueue skipped -- test works only on BSD
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_poll skipped -- select.poll not defined
test_spwd skipped -- No module named 'spwd'
test_multiprocessing_forkserver skipped -- forkserver is not available on Windows
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
test_gdb skipped -- Couldn't find gdb on the path
test_grp skipped -- No module named 'grp'
test_syslog skipped -- No module named 'syslog'
test_pty skipped -- No module named 'termios'
test_curses skipped -- No module named '_curses'
test_readline skipped -- No module named 'readline'
test_dbm_ndbm skipped -- No module named '_dbm'
test_multiprocessing_fork skipped -- fork is not available on Windows
test_dbm_gnu skipped -- No module named '_gdbm'
test_wait4 skipped -- object <module 'os' from 'D:\\buildarea\\3.x.bolen-windows10\\build\\lib\\os.py'> has no attribute 'fork'
test_posix skipped -- No module named 'posix'
test_xxtestfuzz skipped -- No module named '_xxtestfuzz'
test_fork1 skipped -- object <module 'os' from 'D:\\buildarea\\3.x.bolen-windows10\\build\\lib\\os.py'> has no attribute 'fork'
test_openpty skipped -- os.openpty() not available.
Warning -- Unraisable exception
Warning -- Unraisable exception
test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor_deprecation_warnings (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'No UNIX Sockets'
test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_warning (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'No UNIX Sockets'
test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'no socket.SOCK_NONBLOCK (linux only)'
test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok
test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) ... ok
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) ... ok
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) ... ok
test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) ... ok
test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok
test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok
test_handle (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok
test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok
test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_add_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGKILL'
test_bidirectional_pty (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SO_REUSEPORT'
test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'loop is not a BaseSelectorEventLoop'
test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM'
test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM'
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't have SIGHUP"
test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()'
test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()'
test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGKILL'
test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SO_REUSEPORT'
test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGALRM'
test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGALRM'
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_loop (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok
test_get_loop (test.test_asyncio.test_events.TestServer) ... ok
test_hash (test.test_asyncio.test_events.TimerTests) ... ok
test_timer (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok
test_when (test.test_asyncio.test_events.TimerTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_result (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok
test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok
test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_clear (test.test_asyncio.test_locks.EventTests) ... ok
test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok
test_repr (test.test_asyncio.test_locks.EventTests) ... ok
test_wait (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok
test_acquire (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_release_race (test.test_asyncio.test_locks.LockTests) ... ok
test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok
test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) ... ok
test_lock (test.test_asyncio.test_locks.LockTests) ... ok
test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok
test_repr (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok
test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok
test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok
test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok
test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok
test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) ... ok
test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped 'Fails on proactor event loop'
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped 'UDP sockets are not supported'
test_sendfile_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped "Don't have native sendfile support"
test_sendfile_ssl (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... skipped 'UDP sockets are not supported'
test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... skipped "Don't have native sendfile support"
test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) ... ok
test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok
test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... skipped 'No UNIX Sockets'
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... skipped '[WinError 10022] An invalid argument was supplied'
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__ (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__data (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__eof (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__exception (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__transport (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_at_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_ctor_global_loop (test.test_asyncio.test_streams.StreamTests) ... ok
test_drain_raises (test.test_asyncio.test_streams.StreamTests) ... ok
test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_cancel (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_invalid_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_read (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) ... skipped "Don't have pipes"
test_read_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_until_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_zero (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_server (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_unix_server (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_streamreader_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... skipped "Don't have SIGHUP"
test_shell (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop. ... ok
test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_loop_argument_is_deprecated (test.test_asyncio.test_tasks.SleepTests) ... ok
test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok
test_coro_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait_for (test.test_asyncio.test_tasks.WaitTests) ... ok
test_to_thread (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok
test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok
test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok
test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok
test.test_asyncio.test_unix_events (unittest.loader.ModuleSkipped) ... skipped 'UNIX only'
test_ctrl_c (test.test_asyncio.test_windows_events.ProactorLoopCtrlC) ... ok
test_run_from_nonmain_thread (test.test_asyncio.test_windows_events.ProactorMultithreading) ... ok
test_close (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_connect_pipe_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_double_bind (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_pipe (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_wait_for_handle_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_proactor_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests) ... ok
test_selector_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests) ... ok
test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests) ... ok
test_pipe_overlapped (test.test_asyncio.test_windows_utils.PipeTests) ... ok
test_popen (test.test_asyncio.test_windows_utils.PopenTests) ... ok
----------------------------------------------------------------------
Ran 1945 tests in 91.226s
OK (skipped=62)
test_resource skipped -- No module named 'resource'
test_devpoll skipped -- test works only on Solaris OS family
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
test_pwd skipped -- No module named 'pwd'
test_nis skipped -- No module named 'nis'
test_fcntl skipped -- No module named 'fcntl'
test_wait3 skipped -- os.fork not defined
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
The Buildbot has detected a failed build on builder aarch64 RHEL8 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/551/builds/780
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown>
Blamelist: Zackery Spytz <zspytz(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
409 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 28 sec
- test_peg_generator: 3 min 5 sec
- test_capi: 2 min 57 sec
- test_unparse: 2 min 34 sec
- test_tokenize: 2 min 32 sec
- test_asyncio: 2 min 18 sec
- test_gdb: 2 min 17 sec
- test_multiprocessing_spawn: 1 min 51 sec
- test_lib2to3: 1 min 45 sec
- test_multiprocessing_forkserver: 1 min 32 sec
1 test altered the execution environment:
test_asyncio
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
Total duration: 7 min
Captured traceback
==================
remote: Enumerating objects: 2, done.
remote: Counting objects: 50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 2 (delta 2), pack-reused 2
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
test_winreg skipped -- No module named 'winreg'
test_winsound skipped -- No module named 'winsound'
test_winconsoleio skipped -- test only relevant on win32
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_devpoll skipped -- test works only on Solaris OS family
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
Ran 24 tests in 7.195s
OK (skipped=2)
test_msilib skipped -- No module named '_msi'
test_kqueue skipped -- test works only on BSD
Warning -- Unraisable exception
test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor_deprecation_warnings (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_warning (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok
test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) ... ok
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) ... skipped 'Windows only'
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) ... ok
test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) ... ok
test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok
test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok
test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok
test_handle (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok
test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok
test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok
test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_loop (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) ... ok
test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok
test_get_loop (test.test_asyncio.test_events.TestServer) ... ok
test_hash (test.test_asyncio.test_events.TimerTests) ... ok
test_timer (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok
test_when (test.test_asyncio.test_events.TimerTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_result (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok
test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok
test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_clear (test.test_asyncio.test_locks.EventTests) ... ok
test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok
test_repr (test.test_asyncio.test_locks.EventTests) ... ok
test_wait (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok
test_acquire (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_release_race (test.test_asyncio.test_locks.LockTests) ... ok
test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok
test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) ... ok
test_lock (test.test_asyncio.test_locks.LockTests) ... ok
test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok
test_repr (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok
test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok
test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok
test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only'
test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only'
test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only'
test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok
test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok
test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) ... ok
test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) ... skipped 'Windows only'
test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok
test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only'
test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__ (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__data (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__eof (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__exception (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__transport (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_at_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_ctor_global_loop (test.test_asyncio.test_streams.StreamTests) ... ok
test_drain_raises (test.test_asyncio.test_streams.StreamTests) ... ok
test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_cancel (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_invalid_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok
test_read (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_until_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_zero (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_server (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_unix_server (test.test_asyncio.test_streams.StreamTests) ... ok
test_streamreader_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_shell (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests) ... skipped 'operating system does not support pidfds'
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests) ... ok
test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop. ... ok
test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_loop_argument_is_deprecated (test.test_asyncio.test_tasks.SleepTests) ... ok
test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok
test_coro_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait_for (test.test_asyncio.test_tasks.WaitTests) ... ok
test_to_thread (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok
test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok
test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok
test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok
test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) ... ok
test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) ... ok
test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok
test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok
test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) ... ok
test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) ... ok
test_get_default_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) ... ok
test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok
test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok
test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok
test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok
test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional) ... ok
test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional) ... ok
test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok
test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok
test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) ... skipped 'Windows only'
test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) ... skipped 'Windows only'
----------------------------------------------------------------------
Ran 2279 tests in 136.810s
OK (skipped=46)
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/os.py'> has no attribute 'startfile'
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_ioctl skipped -- Unable to open /dev/tty
make: *** [Makefile:1191: buildbottest] Error 3
Test report
===========
Sincerely,
-The Buildbot
1
0
15 Jul '20
The Buildbot has detected a failed build on builder aarch64 RHEL7 LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/544/builds/867
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-aarch64
Build Reason: <unknown>
Blamelist: Zackery Spytz <zspytz(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 4, done.
remote: Counting objects: 25% (1/4)
remote: Counting objects: 50% (2/4)
remote: Counting objects: 75% (3/4)
remote: Counting objects: 100% (4/4)
remote: Counting objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [clean-retain-profile] Error 1 (ignored)
Parser/string_parser.c: In function ‘fstring_find_expr’:
Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Modules/socketmodule.c: In function ‘sock_bind’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Modules/socketmodule.c:3117:15: warning: ‘addrlen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
res = bind(s->sock_fd, SAS2SA(&addrbuf), addrlen);
^
Parser/string_parser.c: In function ‘fstring_find_expr’:
Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
Objects/bytes_methods.c: In function ‘find_internal’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0)
^
Objects/bytes_methods.c: In function ‘_Py_bytes_find’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here
PyObject *subobj;
^
Objects/bytes_methods.c: In function ‘_Py_bytes_rfind’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0)
^
Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here
PyObject *subobj;
^
Objects/bytes_methods.c: In function ‘_Py_bytes_count’:
Objects/bytes_methods.c:673:31: warning: ‘sub_obj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(sub_obj, &vsub, PyBUF_SIMPLE) != 0)
^
Python/frozenmain.c: In function ‘Py_FrozenMain’:
Python/frozenmain.c:129:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/frozenmain.gcda not found, execution counts estimated
}
^
Python/pyfpe.c: In function ‘PyFPE_dummy’:
Python/pyfpe.c:15:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/pyfpe.gcda not found, execution counts estimated
}
^
./Modules/_io/clinic/textio.c.h: In function ‘_io_TextIOWrapper_seek’:
./Modules/_io/textio.c:2596:48: warning: ‘MEM[(char * {ref-all})&cookie + 20B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
decoded = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_decode,
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 20B]’ was declared here
cookie_type cookie;
^
./Modules/_io/textio.c:2605:54: warning: ‘MEM[(char * {ref-all})&cookie + 16B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyUnicode_GetLength(self->decoded_chars) < cookie.chars_to_skip) {
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 16B]’ was declared here
cookie_type cookie;
^
./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie + 8B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return _textiowrapper_encoder_reset(
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 8B]’ was declared here
cookie_type cookie;
^
./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return _textiowrapper_encoder_reset(
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie]’ was declared here
cookie_type cookie;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Modules/_pickle.c: In function ‘load’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Modules/_pickle.c:5181:15: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
value = PyLong_FromString(s, NULL, 0);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Modules/_pickle.c:5162:20: note: ‘s’ was declared here
char *endptr, *s;
^
test_winreg skipped -- No module named 'winreg'
test_winsound skipped -- No module named 'winsound'
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
test_gdb skipped -- Couldn't find gdb on the path
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_devpoll skipped -- test works only on Solaris OS family
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
Ran 24 tests in 8.561s
OK (skipped=2)
test_msilib skipped -- No module named '_msi'
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_ioctl skipped -- Unable to open /dev/tty
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/os.py'> has no attribute 'startfile'
test_kqueue skipped -- test works only on BSD
test_winconsoleio skipped -- test only relevant on win32
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpdb4m2dns/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpdb4m2dns/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpdb4m2dns/parse.c:154:1: note: file /tmp/tmpdb4m2dns/tmp/tmpdb4m2dns/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpnhx8ijor/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpnhx8ijor/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpnhx8ijor/parse.c:730:1: note: file /tmp/tmpnhx8ijor/tmp/tmpnhx8ijor/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp0gqqtczr/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp0gqqtczr/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp0gqqtczr/parse.c:299:1: note: file /tmp/tmp0gqqtczr/tmp/tmp0gqqtczr/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpi32ay1kd/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpi32ay1kd/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpi32ay1kd/parse.c:186:1: note: file /tmp/tmpi32ay1kd/tmp/tmpi32ay1kd/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpylap7ukk/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpylap7ukk/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpylap7ukk/parse.c:229:1: note: file /tmp/tmpylap7ukk/tmp/tmpylap7ukk/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpr2psm8cg/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpr2psm8cg/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpr2psm8cg/parse.c:260:1: note: file /tmp/tmpr2psm8cg/tmp/tmpr2psm8cg/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp14iszk80/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp14iszk80/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp14iszk80/parse.c:742:1: note: file /tmp/tmp14iszk80/tmp/tmp14iszk80/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp9kt_u6td/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp9kt_u6td/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp9kt_u6td/parse.c:219:1: note: file /tmp/tmp9kt_u6td/tmp/tmp9kt_u6td/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpa9hccd4_/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpa9hccd4_/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpa9hccd4_/parse.c:132:1: note: file /tmp/tmpa9hccd4_/tmp/tmpa9hccd4_/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpap229r8t/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpap229r8t/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpap229r8t/parse.c:225:1: note: file /tmp/tmpap229r8t/tmp/tmpap229r8t/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpkz0sau3v/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpkz0sau3v/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpkz0sau3v/parse.c:217:1: note: file /tmp/tmpkz0sau3v/tmp/tmpkz0sau3v/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpsz_4mh1z/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpsz_4mh1z/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpsz_4mh1z/parse.c:132:1: note: file /tmp/tmpsz_4mh1z/tmp/tmpsz_4mh1z/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpr_b4mrzu/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpr_b4mrzu/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpr_b4mrzu/parse.c:372:1: note: file /tmp/tmpr_b4mrzu/tmp/tmpr_b4mrzu/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpy6lq6rd3/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpy6lq6rd3/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpy6lq6rd3/parse.c:374:1: note: file /tmp/tmpy6lq6rd3/tmp/tmpy6lq6rd3/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp_hre35_o/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp_hre35_o/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp_hre35_o/parse.c:525:1: note: file /tmp/tmp_hre35_o/tmp/tmp_hre35_o/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpamd7fand/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpamd7fand/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpamd7fand/parse.c:115:1: note: file /tmp/tmpamd7fand/tmp/tmpamd7fand/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpmv5t6s10/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpmv5t6s10/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpmv5t6s10/parse.c:113:1: note: file /tmp/tmpmv5t6s10/tmp/tmpmv5t6s10/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp3w6q0ocx/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp3w6q0ocx/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp3w6q0ocx/parse.c:181:1: note: file /tmp/tmp3w6q0ocx/tmp/tmp3w6q0ocx/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp38j9hqy1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp38j9hqy1/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp38j9hqy1/parse.c:521:1: note: file /tmp/tmp38j9hqy1/tmp/tmp38j9hqy1/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c: In function ‘_set_attribute_context.isra.14’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.c:2210:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.5’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:1228:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c: In function ‘fstring_find_expr’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:404:93: warning: ‘cols’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:16: note: ‘cols’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:403:45: warning: ‘lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]
p2->starting_lineno = t->lineno + lines - 1;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/string_parser.c:384:9: note: ‘lines’ was declared here
int lines, cols;
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.8’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.c:10383:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.c:64:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp2hxx9mg1/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp2hxx9mg1/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp2hxx9mg1/parse.c:705:1: note: file /tmp/tmp2hxx9mg1/tmp/tmp2hxx9mg1/parse.gcda not found, execution counts estimated
}
^
Timeout (0:15:00)!
Thread 0x0000ffffa2194f10 (most recent call first):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/selectors.py", line 468 in select
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 1854 in _run_once
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 596 in run_forever
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 629 in run_until_complete
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/test_asyncio/test_subprocess.py", line 177 in test_kill
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 975 in _run_suite
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 1098 in run_unittest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 659 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/regrtest.py", line 43 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/regrtest.py", line 47 in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
Timeout (0:15:00)!
Thread 0x0000ffff98514f10 (most recent call first):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/selectors.py", line 468 in select
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 1854 in _run_once
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 596 in run_forever
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/asyncio/base_events.py", line 629 in run_until_complete
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/test_asyncio/test_subprocess.py", line 442 in test_cancel_make_subprocess_transport_exec
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 975 in _run_suite
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 1098 in run_unittest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 696 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL7-aarch64.lto-pgo/build/test-results.xml' for upload
Test report
===========
Failed tests:
- test_asyncio
Sincerely,
-The Buildbot
1
0
15 Jul '20
The Buildbot has detected a new failure on builder AMD64 Windows8.1 Non-Debug 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/9/builds/1279
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win81-release
Build Reason: <unknown>
Blamelist: Batuhan Taskaya <batuhanosmantaskaya(a)gmail.com>, Benjamin Peterson <benjamin(a)python.org>, Chris Jerdonek <chris.jerdonek(a)gmail.com>, Christian Heimes <christian(a)python.org>, Dong-hee Na <donghee.na92(a)gmail.com>, E-Paine <63801254+E-Paine(a)users.noreply.github.com>, Felix Yan <felixonmars(a)archlinux.org>, Guido van Rossum <guido(a)python.org>, Hai Shi <shihai1992(a)gmail.com>, Inada Naoki <songofacandy(a)gmail.com>, Jason R. Coombs <jaraco(a)jaraco.com>, Jeong Ukjae <JeongUkJae(a)gmail.com>, Joannah Nanjekye <33177550+nanjekyejoannah(a)users.noreply.github.com>, Julien Palard <julien(a)palard.fr>, JustAnotherArchivist <JustAnotherArchivist(a)users.noreply.github.com>, Kit Choi <kitchoi(a)users.noreply.github.com>, Konge <zkonge(a)outlook.com>, Lawrence D'Anna <64555057+lawrence-danna-apple(a)users.noreply.github.com>, Lysandros Nikolaou <lisandrosnik(a)gmail.com>, Mark Sapiro <mark(a)msapiro.net>, Matthias Bussonnier <bussonniermatthias(a)gmail.com>, Mohamed Koubaa <koubaa.m(a)gmail.com>, Ned Deily <nad(a)python.org>, Nima Dini <nima.dini(a)gmail.com>, Pablo Galindo <Pablogsal(a)gmail.com>, Paul McMillan <paul(a)mcmillan.ws>, Ram Rachum <ram(a)rachum.com>, Ravi Teja P <rvteja92(a)gmail.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Rishi <rishi_devan(a)mail.com>, Ronald Oussoren <ronaldoussoren(a)mac.com>, Rémi Lapeyre <remi.lapeyre(a)lenstra.fr>, Sergey Golitsynskiy <sgolitsynskiy(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas(a)gmail.com>, Stefan Krah <skrah(a)bytereef.org>, Steve Dower <steve.dower(a)python.org>, Terry Jan Reedy <tjreedy(a)udel.edu>, Tony Solomonik <tony.solomonik(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Zackery Spytz <zspytz(a)gmail.com>, marload <rladhkstn8(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, stratakis <cstratak(a)redhat.com>, tkmikan <36260601+tkmikan(a)users.noreply.github.com>, tomerv <tomerv(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then ENV CHANGED ==
392 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 2 min 25 sec
- test_concurrent_futures: 2 min 24 sec
- test_peg_generator: 1 min 34 sec
- test_asyncio: 1 min 2 sec
- test_regrtest: 1 min
- test_tokenize: 58.5 sec
- test_largefile: 52.9 sec
- test_io: 51.9 sec
- test_unparse: 49.2 sec
- test_mmap: 44.8 sec
1 test altered the execution environment:
test_asyncio
30 tests skipped:
test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll
test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
test_multiprocessing_fork test_multiprocessing_forkserver test_nis
test_openpty test_ossaudiodev test_pipes test_poll test_posix
test_pty test_pwd test_readline test_resource test_spwd
test_syslog test_threadsignals test_wait3 test_wait4
test_xxtestfuzz test_zipfile64
2 re-run tests:
test_compileall test_tarfile
Total duration: 9 min 17 sec
Captured traceback
==================
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_tarfile.py", line 1357, in test_extractall_symlinks
self.fail("extractall failed with symlinked files")
AssertionError: extractall failed with symlinked files
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_py_compile.py", line 21, in wrapper
return fxn(*args, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_py_compile.py", line 21, in wrapper
return fxn(*args, **kwargs)
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_compileall.py", line 512, in test_no_args_respects_force_flag
self.assertRunOK('-f', PYTHONPATH=self.directory)
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_compileall.py", line 459, in assertRunOK
rc, out, err = script_helper.assert_python_ok(
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\support\script_helper.py", line 156, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\support\script_helper.py", line 142, in _assert_python
res.fail(cmd_line)
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\support\script_helper.py", line 70, in fail
raise AssertionError("Process return code is %d\n"
AssertionError: Process return code is 1
command line: ['D:\\buildarea\\3.x.ware-win81-release.nondebug\\build\\PCbuild\\amd64\\python.exe', '-X', 'faulthandler', '-S', '-m', 'compileall', '-f']
Traceback (most recent call last):
File "D:\buildarea\3.x.ware-win81-release.nondebug\build\lib\test\test_tarfile.py", line 1355, in test_extractall_symlinks
tar.extractall(path=tempdir)
FileNotFoundError: [WinError 206] The filename or extension is too long: 'D:\\buildarea\\3.x.ware-win81-release.nondebug\\build\\build\\test_python_3564�\\test_python_worker_6356�\\@test_6356_tmp�-tardir\\testsymlinks\\buildarea\\3.x.ware-win81-release.nondebug\\build\\build\\test_python_3564�\\test_python_worker_6356�\\@test_6356_tmp�-tardir'
Test report
===========
Failed tests:
- test_compileall
- test_tarfile
Failed subtests:
- test_extractall_symlinks - test.test_tarfile.WriteTest
- test_no_args_respects_force_flag - test.test_compileall.CommandLineTestsNoSourceEpoch
- test_extractall_symlinks - test.test_tarfile.LzmaWriteTest
- test_extractall_symlinks - test.test_tarfile.Bz2WriteTest
- test_extractall_symlinks - test.test_tarfile.GzipWriteTest
Sincerely,
-The Buildbot
1
0
The Buildbot working for 'Python' has noticed that the worker named ware-gentoo-x86 went away.
It last disconnected at Wed Jul 15 14:40:16 2020.
The admin on record (as reported by WORKER:info/admin) was Zachary Ware <zachary.ware+bb(a)gmail.com>
.
Sincerely,
-The Buildbot
2
1
15 Jul '20
The Buildbot has detected a new failure on builder aarch64 RHEL8 Refleaks 3.8 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/597/builds/152
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Test report
===========
Failed tests:
- test_asyncio
Sincerely,
-The Buildbot
1
0
The Buildbot working for 'Python' has noticed that the worker named ware-alpine went away.
It last disconnected at Wed Jul 15 14:40:30 2020.
The admin on record (as reported by WORKER:info/admin) was Zachary Ware <zachary.ware(a)gmail.com>
.
Sincerely,
-The Buildbot
1
0
The Buildbot working for 'Python' has noticed that the worker named koobs-freebsd-9e36 went away.
It last disconnected at Wed Jul 15 13:24:33 2020.
The admin on record (as reported by WORKER:info/admin) was Kubilay Kocak <irc://chat.freenode.net/koobs,isnick>
.
Sincerely,
-The Buildbot
1
0
15 Jul '20
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/715/builds/58
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Test report
===========
Failed tests:
- test_asyncio
Sincerely,
-The Buildbot
1
0