Open
Description
test_base_events.py::RunningLoopTests
:test_running_loop_within_a_loop
: hangstest_base_events.py::BaseEventLoopWithSelectorTests
:test_log_slow_callbacks
: fails on 3.5 and 3.6test_tasks.py::RunCoroutineThreadsafeTests
:test_run_coroutine_threadsafe_task_factory_exception
: fails on 3.7 and 3.8test_run_coroutine_threadsafe_task_cancelled
: fails on 3.8test_run_coroutine_threadsafe_with_timeout
: fails on 3.8
test_events.py::FooEventLoopTests
for each event loop typeFoo
supported by the platform:test_create_ssl_connection
,test_create_ssl_unix_connection
: fails on Unix on older 3.7.x, older 3.6.x, and older-or-maybe-all 3.5.xtest_legacy_create_ssl_connection
,test_legacy_create_ssl_unix_connection
: same behavior but no problems on 3.7.x (possibly because the test is gone)
test_streams.py::StreamReaderTests
(renamed toStreamTests
on 3.7):test_open_connection_no_loop_ssl
,test_open_unix_connection_no_loop_ssl
: same pattern as the create_ssl tests in the previous bullet
These are currently skipped or xfailed in tests/python/conftest.py. We should at minimum understand why they're failing. (I personally suspect that many of these are artifacts of the multi-thread approach we're using to support starting and stopping the loop multiple times.)
Metadata
Metadata
Assignees
Labels
No labels