ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / httpcore / test / results-all.master
blobd7c4ade63b96e7374d7064c2613a92ff0d88ec7a
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 133 items / 1 skipped
8 tests/_async/test_connection.py::test_http_connection[asyncio] PASSED
9 tests/_async/test_connection.py::test_concurrent_requests_not_available_on_http11_connections[asyncio] PASSED
10 tests/_async/test_connection.py::test_write_error_with_response_sent[asyncio] PASSED
11 tests/_async/test_connection.py::test_write_error_without_response_sent[asyncio] PASSED
12 tests/_async/test_connection.py::test_http2_connection[asyncio] PASSED
13 tests/_async/test_connection.py::test_request_to_incorrect_origin[asyncio] PASSED
14 tests/_async/test_connection.py::test_connection_retries[asyncio] PASSED
15 tests/_async/test_connection.py::test_connection_retries_tls[asyncio] PASSED
16 tests/_async/test_connection.py::test_uds_connections[asyncio] PASSED
17 tests/_async/test_http11.py::test_http11_connection[asyncio] PASSED
18 tests/_async/test_http11.py::test_http11_connection_unread_response[asyncio] PASSED
19 tests/_async/test_http11.py::test_http11_connection_with_remote_protocol_error[asyncio] PASSED
20 tests/_async/test_http11.py::test_http11_connection_with_incomplete_response[asyncio] PASSED
21 tests/_async/test_http11.py::test_http11_connection_with_local_protocol_error[asyncio] PASSED
22 tests/_async/test_http11.py::test_http11_connection_handles_one_active_request[asyncio] PASSED
23 tests/_async/test_http11.py::test_http11_connection_attempt_close[asyncio] PASSED
24 tests/_async/test_http11.py::test_http11_request_to_incorrect_origin[asyncio] PASSED
25 tests/_async/test_http11.py::test_http11_expect_continue[asyncio] PASSED
26 tests/_async/test_http11.py::test_http11_upgrade_connection[asyncio] PASSED
27 tests/_async/test_http11.py::test_http11_upgrade_with_trailing_data[asyncio] PASSED
28 tests/_async/test_http11.py::test_http11_early_hints[asyncio] PASSED
29 tests/_async/test_http11.py::test_http11_header_sub_100kb[asyncio] PASSED
30 tests/_async/test_http2.py::test_http2_connection[asyncio] PASSED
31 tests/_async/test_http2.py::test_http2_connection_closed[asyncio] PASSED
32 tests/_async/test_http2.py::test_http2_connection_post_request[asyncio] PASSED
33 tests/_async/test_http2.py::test_http2_connection_with_remote_protocol_error[asyncio] PASSED
34 tests/_async/test_http2.py::test_http2_connection_with_rst_stream[asyncio] PASSED
35 tests/_async/test_http2.py::test_http2_connection_with_goaway[asyncio] PASSED
36 tests/_async/test_http2.py::test_http2_connection_with_flow_control[asyncio] PASSED
37 tests/_async/test_http2.py::test_http2_connection_attempt_close[asyncio] PASSED
38 tests/_async/test_http2.py::test_http2_request_to_incorrect_origin[asyncio] PASSED
39 tests/_async/test_http2.py::test_http2_remote_max_streams_update[asyncio] PASSED
40 tests/_async/test_http_proxy.py::test_proxy_forwarding[asyncio] PASSED
41 tests/_async/test_http_proxy.py::test_proxy_tunneling[asyncio] PASSED
42 tests/_async/test_http_proxy.py::test_proxy_tunneling_http2[asyncio] PASSED
43 tests/_async/test_http_proxy.py::test_proxy_tunneling_with_403[asyncio] PASSED
44 tests/_async/test_http_proxy.py::test_proxy_tunneling_with_auth[asyncio] PASSED
45 tests/_async/test_http_proxy.py::test_proxy_headers PASSED
46 tests/_async/test_integration.py::test_request[asyncio] SKIPPED (we ...)
47 tests/_async/test_integration.py::test_ssl_request[asyncio] SKIPPED
48 tests/_async/test_integration.py::test_extra_info[asyncio] SKIPPED (...)
49 tests/_async/test_socks_proxy.py::test_socks5_request[asyncio] PASSED
50 tests/_async/test_socks_proxy.py::test_authenticated_socks5_request[asyncio] PASSED
51 tests/_async/test_socks_proxy.py::test_socks5_request_connect_failed[asyncio] PASSED
52 tests/_async/test_socks_proxy.py::test_socks5_request_failed_to_provide_auth[asyncio] PASSED
53 tests/_async/test_socks_proxy.py::test_socks5_request_incorrect_auth[asyncio] PASSED
54 tests/_sync/test_connection.py::test_http_connection PASSED
55 tests/_sync/test_connection.py::test_concurrent_requests_not_available_on_http11_connections PASSED
56 tests/_sync/test_connection.py::test_write_error_with_response_sent PASSED
57 tests/_sync/test_connection.py::test_write_error_without_response_sent PASSED
58 tests/_sync/test_connection.py::test_http2_connection PASSED
59 tests/_sync/test_connection.py::test_request_to_incorrect_origin PASSED
60 tests/_sync/test_connection.py::test_connection_retries PASSED
61 tests/_sync/test_connection.py::test_connection_retries_tls PASSED
62 tests/_sync/test_connection.py::test_uds_connections PASSED
63 tests/_sync/test_connection_pool.py::test_connection_pool_with_keepalive PASSED
64 tests/_sync/test_connection_pool.py::test_connection_pool_with_close PASSED
65 tests/_sync/test_connection_pool.py::test_connection_pool_with_http2 PASSED
66 tests/_sync/test_connection_pool.py::test_connection_pool_with_http2_goaway PASSED
67 tests/_sync/test_connection_pool.py::test_trace_request PASSED
68 tests/_sync/test_connection_pool.py::test_debug_request PASSED
69 tests/_sync/test_connection_pool.py::test_connection_pool_with_http_exception PASSED
70 tests/_sync/test_connection_pool.py::test_connection_pool_with_connect_exception PASSED
71 tests/_sync/test_connection_pool.py::test_connection_pool_with_immediate_expiry PASSED
72 tests/_sync/test_connection_pool.py::test_connection_pool_with_no_keepalive_connections_allowed PASSED
73 tests/_sync/test_connection_pool.py::test_connection_pool_concurrency PASSED
74 tests/_sync/test_connection_pool.py::test_connection_pool_concurrency_same_domain_closing PASSED
75 tests/_sync/test_connection_pool.py::test_connection_pool_concurrency_same_domain_keepalive PASSED
76 tests/_sync/test_connection_pool.py::test_unsupported_protocol PASSED
77 tests/_sync/test_connection_pool.py::test_connection_pool_closed_while_request_in_flight PASSED
78 tests/_sync/test_connection_pool.py::test_connection_pool_timeout PASSED
79 tests/_sync/test_connection_pool.py::test_connection_pool_timeout_zero PASSED
80 tests/_sync/test_connection_pool.py::test_http11_upgrade_connection PASSED
81 tests/_sync/test_http11.py::test_http11_connection PASSED
82 tests/_sync/test_http11.py::test_http11_connection_unread_response PASSED
83 tests/_sync/test_http11.py::test_http11_connection_with_remote_protocol_error PASSED
84 tests/_sync/test_http11.py::test_http11_connection_with_incomplete_response PASSED
85 tests/_sync/test_http11.py::test_http11_connection_with_local_protocol_error PASSED
86 tests/_sync/test_http11.py::test_http11_connection_handles_one_active_request PASSED
87 tests/_sync/test_http11.py::test_http11_connection_attempt_close PASSED
88 tests/_sync/test_http11.py::test_http11_request_to_incorrect_origin PASSED
89 tests/_sync/test_http11.py::test_http11_expect_continue PASSED
90 tests/_sync/test_http11.py::test_http11_upgrade_connection PASSED
91 tests/_sync/test_http11.py::test_http11_upgrade_with_trailing_data PASSED
92 tests/_sync/test_http11.py::test_http11_early_hints PASSED
93 tests/_sync/test_http11.py::test_http11_header_sub_100kb PASSED
94 tests/_sync/test_http2.py::test_http2_connection PASSED
95 tests/_sync/test_http2.py::test_http2_connection_closed PASSED
96 tests/_sync/test_http2.py::test_http2_connection_post_request PASSED
97 tests/_sync/test_http2.py::test_http2_connection_with_remote_protocol_error PASSED
98 tests/_sync/test_http2.py::test_http2_connection_with_rst_stream PASSED
99 tests/_sync/test_http2.py::test_http2_connection_with_goaway PASSED
100 tests/_sync/test_http2.py::test_http2_connection_with_flow_control PASSED
101 tests/_sync/test_http2.py::test_http2_connection_attempt_close PASSED
102 tests/_sync/test_http2.py::test_http2_request_to_incorrect_origin PASSED
103 tests/_sync/test_http2.py::test_http2_remote_max_streams_update PASSED
104 tests/_sync/test_http_proxy.py::test_proxy_forwarding PASSED
105 tests/_sync/test_http_proxy.py::test_proxy_tunneling PASSED
106 tests/_sync/test_http_proxy.py::test_proxy_tunneling_http2 PASSED
107 tests/_sync/test_http_proxy.py::test_proxy_tunneling_with_403 PASSED
108 tests/_sync/test_http_proxy.py::test_proxy_tunneling_with_auth PASSED
109 tests/_sync/test_http_proxy.py::test_proxy_headers PASSED
110 tests/_sync/test_integration.py::test_request SKIPPED (we have no ht...)
111 tests/_sync/test_integration.py::test_ssl_request SKIPPED (we have n...)
112 tests/_sync/test_integration.py::test_extra_info SKIPPED (we have no...)
113 tests/_sync/test_socks_proxy.py::test_socks5_request PASSED
114 tests/_sync/test_socks_proxy.py::test_authenticated_socks5_request PASSED
115 tests/_sync/test_socks_proxy.py::test_socks5_request_connect_failed PASSED
116 tests/_sync/test_socks_proxy.py::test_socks5_request_failed_to_provide_auth PASSED
117 tests/_sync/test_socks_proxy.py::test_socks5_request_incorrect_auth PASSED
118 tests/test_api.py::test_request SKIPPED (we have no httpbin)
119 tests/test_api.py::test_stream SKIPPED (we have no httpbin)
120 tests/test_api.py::test_request_with_content SKIPPED (we have no htt...)
121 tests/test_cancellations.py::test_connection_pool_timeout_during_request[asyncio] PASSED
122 tests/test_cancellations.py::test_connection_pool_timeout_during_response[asyncio] PASSED
123 tests/test_cancellations.py::test_h11_timeout_during_request[asyncio] PASSED
124 tests/test_cancellations.py::test_h11_timeout_during_response[asyncio] PASSED
125 tests/test_cancellations.py::test_h2_timeout_during_handshake[asyncio] XPASS
126 tests/test_cancellations.py::test_h2_timeout_during_request[asyncio] XPASS
127 tests/test_cancellations.py::test_h2_timeout_during_response[asyncio] XPASS
128 tests/test_models.py::test_url PASSED
129 tests/test_models.py::test_url_with_port PASSED
130 tests/test_models.py::test_url_with_invalid_argument PASSED
131 tests/test_models.py::test_url_cannot_include_unicode_strings PASSED
132 tests/test_models.py::test_url_origin_socks5 PASSED
133 tests/test_models.py::test_request PASSED
134 tests/test_models.py::test_request_with_target_extension PASSED
135 tests/test_models.py::test_request_with_invalid_method PASSED
136 tests/test_models.py::test_request_with_invalid_url PASSED
137 tests/test_models.py::test_request_with_invalid_headers PASSED
138 tests/test_models.py::test_response PASSED
139 tests/test_models.py::test_response_sync_read PASSED
140 tests/test_models.py::test_response_sync_streaming PASSED
142 =================================== XPASSES ====================================
143 =========================== short test summary info ============================
144 ======== 121 passed, 10 skipped, 3 xpassed ========