rebuild fbreader after libunibreak update
[oi-userland.git] / components / python / aiohappyeyeballs / test / results-all.master
blob600b8c7a37dfa6836008a17dc85100003d19eec0
1 $(PYTHON_DIR)/vendor-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
2 The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"
4   warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
5 ============================= test session starts ==============================
6 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
7 cachedir: .pytest_cache
8 rootdir: $(@D)
9 configfile: pyproject.toml
10 asyncio: mode=strict, default_loop_scope=None
11 collecting ... collected 46 items
13 tests/test_impl.py::test_single_addr_info_errors PASSED
14 tests/test_impl.py::test_single_addr_success PASSED
15 tests/test_impl.py::test_single_addr_success_passing_loop PASSED
16 tests/test_impl.py::test_multiple_addr_success_second_one PASSED
17 tests/test_impl.py::test_multiple_addr_success_second_one_happy_eyeballs PASSED
18 tests/test_impl.py::test_multiple_addr_all_fail_happy_eyeballs PASSED
19 tests/test_impl.py::test_ipv6_and_ipv4_happy_eyeballs_ipv6_fails PASSED
20 tests/test_impl.py::test_ipv6_and_ipv4_happy_eyeballs_ipv4_fails PASSED
21 tests/test_impl.py::test_ipv6_and_ipv4_happy_eyeballs_first_ipv6_fails PASSED
22 tests/test_impl.py::test_ipv64_happy_eyeballs_interleave_2_first_ipv6_fails PASSED
23 tests/test_impl.py::test_ipv6_only_happy_eyeballs_first_ipv6_fails PASSED
24 tests/test_impl.py::test_ipv64_laddr_eyeballs_interleave_2_first_ipv6_fails PASSED
25 tests/test_impl.py::test_ipv64_laddr_both__eyeballs_first_ipv6_fails PASSED
26 tests/test_impl.py::test_ipv64_laddr_bind_fails_eyeballs_first_ipv6_fails PASSED
27 tests/test_impl.py::test_ipv64_laddr_bind_fails_eyeballs_interleave_first__ipv6_fails PASSED
28 tests/test_impl.py::test_ipv64_laddr_socket_fails PASSED
29 tests/test_impl.py::test_ipv64_laddr_socket_blocking_fails PASSED
30 tests/test_impl.py::test_ipv64_laddr_eyeballs_ipv4_only_tried PASSED
31 tests/test_impl.py::test_ipv64_laddr_bind_fails_all_eyeballs_interleave_first__ipv6_fails PASSED
32 tests/test_impl.py::test_all_same_exception_and_same_errno PASSED
33 tests/test_impl.py::test_all_same_exception_and_with_different_errno PASSED
34 tests/test_impl.py::test_uvloop_runtime_error PASSED
35 tests/test_impl.py::test_uvloop_different_runtime_error PASSED
36 tests/test_impl.py::test_uvloop_mixing_os_and_runtime_error PASSED
37 tests/test_impl.py::test_handling_system_exit XFAIL (raises
38 RuntimeError: coroutine ignored GeneratorExit)
39 tests/test_impl.py::test_handling_system_exit XFAIL (raises
40 RuntimeError: coroutine ignored GeneratorExit)
41 tests/test_impl.py::test_cancellation_is_not_swallowed PASSED
42 tests/test_impl.py::test_python_38_compat SKIPPED (requires < python
43 3.8.2)
44 tests/test_impl.py::test_single_addr_info_close_errors[connect_side_effect0] PASSED
45 tests/test_impl.py::test_single_addr_info_close_errors[connect_side_effect1] PASSED
46 tests/test_init.py::test_init PASSED
47 tests/test_staggered.py::test_one_winners PASSED
48 tests/test_staggered.py::test_multiple_winners PASSED
49 tests/test_staggered.py::test_multiple_winners_eager_task_factory SKIPPED
50 tests/test_staggered_cpython.py::StaggeredTests::test_empty PASSED
51 tests/test_staggered_cpython.py::StaggeredTests::test_first_error_second_successful PASSED
52 tests/test_staggered_cpython.py::StaggeredTests::test_first_timeout_second_successful PASSED
53 tests/test_staggered_cpython.py::StaggeredTests::test_long_delay_early_failure PASSED
54 tests/test_staggered_cpython.py::StaggeredTests::test_loop_argument PASSED
55 tests/test_staggered_cpython.py::StaggeredTests::test_none_successful PASSED
56 tests/test_staggered_cpython.py::StaggeredTests::test_one_successful PASSED
57 tests/test_staggered_cpython_eager_task_factory.py::EagerTaskFactoryLoopTests::test_staggered_race_with_eager_tasks SKIPPED
58 tests/test_staggered_cpython_eager_task_factory.py::EagerTaskFactoryLoopTests::test_staggered_race_with_eager_tasks_no_delay SKIPPED
59 tests/test_utils.py::test_pop_addr_infos_interleave PASSED
60 tests/test_utils.py::test_remove_addr_infos PASSED
61 tests/test_utils.py::test_remove_addr_infos_slow_path PASSED
62 tests/test_utils.py::test_addr_to_addr_infos PASSED
64 3 files skipped due to complete coverage.
67 ======== 41 passed, 4 skipped, 2 xfailed ========