1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest testing
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
10 timeout func_only: False
11 collecting ... collected 1095 items
13 testing/test_basics.py::TestSerializeAPI::test_serializer_api[123] PASSED
14 testing/test_basics.py::TestSerializeAPI::test_serializer_api[42] PASSED
15 testing/test_basics.py::TestSerializeAPI::test_serializer_api[val2] PASSED
16 testing/test_basics.py::TestSerializeAPI::test_serializer_api[val3] PASSED
17 testing/test_basics.py::TestSerializeAPI::test_mmap[123] PASSED
18 testing/test_basics.py::TestSerializeAPI::test_mmap[42] PASSED
19 testing/test_basics.py::TestSerializeAPI::test_mmap[val2] PASSED
20 testing/test_basics.py::TestSerializeAPI::test_mmap[val3] PASSED
21 testing/test_basics.py::TestSerializeAPI::test_bytesio[123] PASSED
22 testing/test_basics.py::TestSerializeAPI::test_bytesio[42] PASSED
23 testing/test_basics.py::TestSerializeAPI::test_bytesio[val2] PASSED
24 testing/test_basics.py::TestSerializeAPI::test_bytesio[val3] PASSED
25 testing/test_basics.py::test_serializer_api_version_error PASSED
26 testing/test_basics.py::test_errors_on_execnet PASSED
27 testing/test_basics.py::test_subprocess_interaction[sys.executable] PASSED
28 testing/test_basics.py::test_subprocess_interaction[pypy3] SKIPPED (...)
29 testing/test_basics.py::test_io_message[thread-sys.executable] PASSED
30 testing/test_basics.py::test_io_message[thread-pypy3] SKIPPED (no py...)
31 testing/test_basics.py::test_popen_io[thread-sys.executable] SKIPPED
32 testing/test_basics.py::test_popen_io[thread-pypy3] SKIPPED (always ...)
33 testing/test_basics.py::test_popen_io_readloop[thread] PASSED
34 testing/test_basics.py::test_stdouterrin_setnull[thread] PASSED
35 testing/test_basics.py::test_exectask[thread] PASSED
36 testing/test_basics.py::TestPureChannel::test_factory_create[thread] PASSED
37 testing/test_basics.py::TestPureChannel::test_factory_getitem[thread] PASSED
38 testing/test_basics.py::TestPureChannel::test_channel_timeouterror[thread] PASSED
39 testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[thread] PASSED
40 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[thread-popen] PASSED
41 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[thread-socket] PASSED
42 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[thread-ssh] SKIPPED
43 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[thread-proxy] PASSED
44 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[thread-popen] PASSED
45 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[thread-socket] PASSED
46 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[thread-ssh] SKIPPED
47 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[thread-proxy] PASSED
48 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[thread-popen] PASSED
49 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[thread-socket] PASSED
50 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[thread-ssh] SKIPPED
51 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[thread-proxy] PASSED
52 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[thread-popen] PASSED
53 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[thread-socket] PASSED
54 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[thread-ssh] SKIPPED
55 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[thread-proxy] PASSED
56 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[thread-popen] PASSED
57 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[thread-socket] PASSED
58 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[thread-ssh] SKIPPED
59 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[thread-proxy] PASSED
60 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[thread-popen] PASSED
61 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[thread-socket] PASSED
62 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[thread-ssh] SKIPPED
63 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[thread-proxy] PASSED
64 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[thread-popen] PASSED
65 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[thread-socket] PASSED
66 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[thread-ssh] SKIPPED
67 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[thread-proxy] PASSED
68 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[thread-popen] PASSED
69 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[thread-socket] PASSED
70 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[thread-ssh] SKIPPED
71 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[thread-proxy] PASSED
72 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[thread-popen] PASSED
73 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[thread-socket] PASSED
74 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[thread-ssh] SKIPPED
75 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[thread-proxy] PASSED
76 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[thread-popen] PASSED
77 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[thread-socket] PASSED
78 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[thread-ssh] SKIPPED
79 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[thread-proxy] PASSED
80 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[thread-popen] PASSED
81 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[thread-socket] PASSED
82 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[thread-ssh] SKIPPED
83 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[thread-proxy] PASSED
84 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[thread-popen] PASSED
85 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[thread-socket] PASSED
86 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[thread-ssh] SKIPPED
87 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[thread-proxy] PASSED
88 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[thread-popen] PASSED
89 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[thread-socket] PASSED
90 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[thread-ssh] SKIPPED
91 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[thread-proxy] PASSED
92 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[thread-popen] PASSED
93 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[thread-socket] PASSED
94 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[thread-ssh] SKIPPED
95 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[thread-proxy] PASSED
96 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[thread-popen] PASSED
97 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[thread-socket] PASSED
98 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[thread-ssh] SKIPPED
99 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[thread-proxy] PASSED
100 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[thread-popen] PASSED
101 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[thread-socket] PASSED
102 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[thread-ssh] SKIPPED
103 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[thread-proxy] PASSED
104 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[thread-popen] PASSED
105 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[thread-socket] PASSED
106 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[thread-ssh] SKIPPED
107 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[thread-proxy] PASSED
108 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[thread-popen] PASSED
109 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[thread-socket] PASSED
110 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[thread-ssh] SKIPPED
111 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[thread-proxy] PASSED
112 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[thread-popen] PASSED
113 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[thread-socket] PASSED
114 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[thread-ssh] SKIPPED
115 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[thread-proxy] PASSED
116 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[thread-popen] PASSED
117 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[thread-socket] PASSED
118 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[thread-ssh] SKIPPED
119 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[thread-proxy] PASSED
120 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[thread-popen] PASSED
121 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[thread-socket] PASSED
122 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[thread-ssh] SKIPPED
123 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[thread-proxy] PASSED
124 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[thread-popen] PASSED
125 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[thread-socket] PASSED
126 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[thread-ssh] SKIPPED
127 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[thread-proxy] PASSED
128 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[thread-popen] PASSED
129 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[thread-socket] PASSED
130 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[thread-ssh] SKIPPED
131 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[thread-proxy] PASSED
132 testing/test_channel.py::TestChannelFile::test_channel_file_write[thread-popen] PASSED
133 testing/test_channel.py::TestChannelFile::test_channel_file_write[thread-socket] PASSED
134 testing/test_channel.py::TestChannelFile::test_channel_file_write[thread-ssh] SKIPPED
135 testing/test_channel.py::TestChannelFile::test_channel_file_write[thread-proxy] PASSED
136 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[thread-popen] PASSED
137 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[thread-socket] PASSED
138 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[thread-ssh] SKIPPED
139 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[thread-proxy] PASSED
140 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[thread-popen] PASSED
141 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[thread-socket] PASSED
142 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[thread-ssh] SKIPPED
143 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[thread-proxy] PASSED
144 testing/test_channel.py::TestChannelFile::test_channel_file_read[thread-popen] PASSED
145 testing/test_channel.py::TestChannelFile::test_channel_file_read[thread-socket] PASSED
146 testing/test_channel.py::TestChannelFile::test_channel_file_read[thread-ssh] SKIPPED
147 testing/test_channel.py::TestChannelFile::test_channel_file_read[thread-proxy] PASSED
148 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[thread-popen] PASSED
149 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[thread-socket] PASSED
150 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[thread-ssh] SKIPPED
151 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[thread-proxy] PASSED
152 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[thread-popen] PASSED
153 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[thread-socket] PASSED
154 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[thread-ssh] SKIPPED
155 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[thread-proxy] PASSED
156 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[thread-popen] PASSED
157 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[thread-socket] PASSED
158 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[thread-ssh] SKIPPED
159 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[thread-proxy] PASSED
160 testing/test_gateway.py::TestBasicGateway::test_correct_setup[thread-popen] PASSED
161 testing/test_gateway.py::TestBasicGateway::test_correct_setup[thread-socket] PASSED
162 testing/test_gateway.py::TestBasicGateway::test_correct_setup[thread-ssh] SKIPPED
163 testing/test_gateway.py::TestBasicGateway::test_correct_setup[thread-proxy] PASSED
164 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[thread-popen] PASSED
165 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[thread-socket] PASSED
166 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[thread-ssh] SKIPPED
167 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[thread-proxy] PASSED
168 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[thread-popen] PASSED
169 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[thread-socket] PASSED
170 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[thread-ssh] SKIPPED
171 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[thread-proxy] PASSED
172 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[thread-popen] PASSED
173 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[thread-socket] PASSED
174 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[thread-ssh] SKIPPED
175 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[thread-proxy] PASSED
176 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[thread-popen] PASSED
177 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[thread-socket] PASSED
178 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[thread-ssh] SKIPPED
179 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[thread-proxy] PASSED
180 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-popen] PASSED
181 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-socket] PASSED
182 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-ssh] SKIPPED
183 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[thread-proxy] PASSED
184 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-popen] XPASS
185 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-socket] XPASS
186 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-ssh] SKIPPED
187 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[thread-proxy] XPASS
188 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[thread-popen] PASSED
189 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[thread-socket] PASSED
190 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[thread-ssh] SKIPPED
191 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[thread-proxy] PASSED
192 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[thread-popen] PASSED
193 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[thread-socket] PASSED
194 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[thread-ssh] SKIPPED
195 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[thread-proxy] PASSED
196 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[thread-popen] PASSED
197 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[thread-socket] PASSED
198 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[thread-ssh] SKIPPED
199 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[thread-proxy] PASSED
200 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[thread-popen] PASSED
201 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[thread-socket] PASSED
202 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[thread-ssh] SKIPPED
203 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[thread-proxy] PASSED
204 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[thread-popen] PASSED
205 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[thread-socket] PASSED
206 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[thread-ssh] SKIPPED
207 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[thread-proxy] PASSED
208 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[thread-popen] PASSED
209 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[thread-socket] PASSED
210 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[thread-ssh] SKIPPED
211 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[thread-proxy] PASSED
212 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[thread-popen] PASSED
213 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[thread-socket] PASSED
214 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[thread-ssh] SKIPPED
215 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[thread-proxy] PASSED
216 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[thread-popen] PASSED
217 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[thread-socket] PASSED
218 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[thread-ssh] SKIPPED
219 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[thread-proxy] PASSED
220 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[thread-popen] PASSED
221 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[thread-socket] PASSED
222 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[thread-ssh] SKIPPED
223 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[thread-proxy] PASSED
224 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[thread-popen] PASSED
225 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[thread-socket] PASSED
226 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[thread-ssh] SKIPPED
227 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[thread-proxy] PASSED
228 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[thread-popen] PASSED
229 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[thread-socket] PASSED
230 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[thread-ssh] SKIPPED
231 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[thread-proxy] PASSED
232 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[thread-popen] PASSED
233 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[thread-socket] PASSED
234 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[thread-ssh] SKIPPED
235 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[thread-proxy] PASSED
236 testing/test_gateway.py::TestBasicGateway::test__rinfo[thread-popen] PASSED
237 testing/test_gateway.py::TestBasicGateway::test__rinfo[thread-socket] PASSED
238 testing/test_gateway.py::TestBasicGateway::test__rinfo[thread-ssh] SKIPPED
239 testing/test_gateway.py::TestBasicGateway::test__rinfo[thread-proxy] PASSED
240 testing/test_gateway.py::TestPopenGateway::test_remoteerror_readable_traceback[thread-popen] PASSED
241 testing/test_gateway.py::TestPopenGateway::test_rinfo_popen[thread-popen] PASSED
242 testing/test_gateway.py::TestPopenGateway::test_receive_on_remote_sysexit[thread-popen] PASSED
243 testing/test_gateway.py::TestSshPopenGateway::test_sshaddress[thread-ssh] SKIPPED
244 testing/test_gateway.py::TestSshPopenGateway::test_host_not_found[thread-ssh] SKIPPED
245 testing/test_gateway.py::test_assert_main_thread_only[thread] SKIPPED
246 testing/test_gateway.py::test_main_thread_only_concurrent_remote_exec_deadlock[thread] SKIPPED
247 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-popen] PASSED
248 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-socket] PASSED
249 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-ssh] SKIPPED
250 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[thread-proxy] PASSED
251 testing/test_multi.py::test_safe_terminate[thread] XFAIL (active_cou...)
252 testing/test_multi.py::test_safe_terminate2[thread] XPASS (active_co...)
253 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[thread-sys.executable] PASSED
254 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[thread-pypy3] SKIPPED
255 testing/test_termination.py::test_endmarker_delivery_on_remote_killterm[thread] PASSED
256 testing/test_termination.py::test_terminate_implicit_does_trykill[thread-sys.executable] PASSED
257 testing/test_termination.py::test_terminate_implicit_does_trykill[thread-pypy3] SKIPPED
258 testing/test_threadpool.py::test_execmodel[thread] PASSED
259 testing/test_threadpool.py::test_execmodel_basic_attrs[thread] PASSED
260 testing/test_threadpool.py::test_simple[thread] PASSED
261 testing/test_threadpool.py::test_some[thread] PASSED
262 testing/test_threadpool.py::test_running_semnatics[thread] PASSED
263 testing/test_threadpool.py::test_waitfinish_on_reply[thread] PASSED
264 testing/test_threadpool.py::test_limited_size[thread] XFAIL (WorkerP...)
265 testing/test_threadpool.py::test_get[thread] PASSED
266 testing/test_threadpool.py::test_get_timeout[thread] PASSED
267 testing/test_threadpool.py::test_get_excinfo[thread] PASSED
268 testing/test_threadpool.py::test_waitall_timeout[thread] PASSED
269 testing/test_threadpool.py::test_pool_clean_shutdown[thread] PASSED
270 testing/test_threadpool.py::test_primary_thread_integration[thread] PASSED
271 testing/test_threadpool.py::test_primary_thread_integration_shutdown[thread] PASSED
272 testing/test_basics.py::test_io_message[main_thread_only-sys.executable] PASSED
273 testing/test_basics.py::test_io_message[main_thread_only-pypy3] SKIPPED
274 testing/test_basics.py::test_popen_io[main_thread_only-sys.executable] SKIPPED
275 testing/test_basics.py::test_popen_io[main_thread_only-pypy3] SKIPPED
276 testing/test_basics.py::test_popen_io_readloop[main_thread_only] PASSED
277 testing/test_basics.py::test_stdouterrin_setnull[main_thread_only] PASSED
278 testing/test_basics.py::test_exectask[main_thread_only] PASSED
279 testing/test_basics.py::TestPureChannel::test_factory_create[main_thread_only] PASSED
280 testing/test_basics.py::TestPureChannel::test_factory_getitem[main_thread_only] PASSED
281 testing/test_basics.py::TestPureChannel::test_channel_timeouterror[main_thread_only] PASSED
282 testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[main_thread_only] PASSED
283 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[main_thread_only-popen] PASSED
284 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[main_thread_only-socket] PASSED
285 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[main_thread_only-ssh] SKIPPED
286 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[main_thread_only-proxy] PASSED
287 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[main_thread_only-popen] PASSED
288 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[main_thread_only-socket] PASSED
289 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[main_thread_only-ssh] SKIPPED
290 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[main_thread_only-proxy] PASSED
291 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[main_thread_only-popen] PASSED
292 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[main_thread_only-socket] PASSED
293 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[main_thread_only-ssh] SKIPPED
294 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[main_thread_only-proxy] PASSED
295 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[main_thread_only-popen] PASSED
296 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[main_thread_only-socket] PASSED
297 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[main_thread_only-ssh] SKIPPED
298 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[main_thread_only-proxy] PASSED
299 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[main_thread_only-popen] PASSED
300 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[main_thread_only-socket] PASSED
301 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[main_thread_only-ssh] SKIPPED
302 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[main_thread_only-proxy] PASSED
303 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[main_thread_only-popen] PASSED
304 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[main_thread_only-socket] PASSED
305 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[main_thread_only-ssh] SKIPPED
306 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[main_thread_only-proxy] PASSED
307 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[main_thread_only-popen] PASSED
308 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[main_thread_only-socket] PASSED
309 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[main_thread_only-ssh] SKIPPED
310 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[main_thread_only-proxy] PASSED
311 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[main_thread_only-popen] PASSED
312 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[main_thread_only-socket] PASSED
313 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[main_thread_only-ssh] SKIPPED
314 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[main_thread_only-proxy] PASSED
315 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[main_thread_only-popen] PASSED
316 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[main_thread_only-socket] PASSED
317 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[main_thread_only-ssh] SKIPPED
318 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[main_thread_only-proxy] PASSED
319 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[main_thread_only-popen] PASSED
320 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[main_thread_only-socket] PASSED
321 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[main_thread_only-ssh] SKIPPED
322 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[main_thread_only-proxy] PASSED
323 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[main_thread_only-popen] PASSED
324 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[main_thread_only-socket] PASSED
325 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[main_thread_only-ssh] SKIPPED
326 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[main_thread_only-proxy] PASSED
327 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[main_thread_only-popen] PASSED
328 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[main_thread_only-socket] PASSED
329 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[main_thread_only-ssh] SKIPPED
330 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[main_thread_only-proxy] PASSED
331 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[main_thread_only-popen] PASSED
332 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[main_thread_only-socket] PASSED
333 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[main_thread_only-ssh] SKIPPED
334 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[main_thread_only-proxy] PASSED
335 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[main_thread_only-popen] PASSED
336 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[main_thread_only-socket] PASSED
337 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[main_thread_only-ssh] SKIPPED
338 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[main_thread_only-proxy] PASSED
339 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[main_thread_only-popen] PASSED
340 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[main_thread_only-socket] PASSED
341 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[main_thread_only-ssh] SKIPPED
342 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[main_thread_only-proxy] PASSED
343 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[main_thread_only-popen] PASSED
344 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[main_thread_only-socket] PASSED
345 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[main_thread_only-ssh] SKIPPED
346 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[main_thread_only-proxy] PASSED
347 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[main_thread_only-popen] PASSED
348 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[main_thread_only-socket] PASSED
349 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[main_thread_only-ssh] SKIPPED
350 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[main_thread_only-proxy] PASSED
351 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[main_thread_only-popen] PASSED
352 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[main_thread_only-socket] PASSED
353 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[main_thread_only-ssh] SKIPPED
354 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[main_thread_only-proxy] PASSED
355 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[main_thread_only-popen] PASSED
356 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[main_thread_only-socket] PASSED
357 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[main_thread_only-ssh] SKIPPED
358 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[main_thread_only-proxy] PASSED
359 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[main_thread_only-popen] PASSED
360 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[main_thread_only-socket] PASSED
361 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[main_thread_only-ssh] SKIPPED
362 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[main_thread_only-proxy] PASSED
363 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[main_thread_only-popen] PASSED
364 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[main_thread_only-socket] PASSED
365 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[main_thread_only-ssh] SKIPPED
366 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[main_thread_only-proxy] PASSED
367 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[main_thread_only-popen] PASSED
368 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[main_thread_only-socket] PASSED
369 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[main_thread_only-ssh] SKIPPED
370 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[main_thread_only-proxy] PASSED
371 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[main_thread_only-popen] PASSED
372 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[main_thread_only-socket] PASSED
373 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[main_thread_only-ssh] SKIPPED
374 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[main_thread_only-proxy] PASSED
375 testing/test_channel.py::TestChannelFile::test_channel_file_write[main_thread_only-popen] PASSED
376 testing/test_channel.py::TestChannelFile::test_channel_file_write[main_thread_only-socket] PASSED
377 testing/test_channel.py::TestChannelFile::test_channel_file_write[main_thread_only-ssh] SKIPPED
378 testing/test_channel.py::TestChannelFile::test_channel_file_write[main_thread_only-proxy] PASSED
379 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[main_thread_only-popen] PASSED
380 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[main_thread_only-socket] PASSED
381 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[main_thread_only-ssh] SKIPPED
382 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[main_thread_only-proxy] PASSED
383 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[main_thread_only-popen] PASSED
384 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[main_thread_only-socket] PASSED
385 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[main_thread_only-ssh] SKIPPED
386 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[main_thread_only-proxy] PASSED
387 testing/test_channel.py::TestChannelFile::test_channel_file_read[main_thread_only-popen] PASSED
388 testing/test_channel.py::TestChannelFile::test_channel_file_read[main_thread_only-socket] PASSED
389 testing/test_channel.py::TestChannelFile::test_channel_file_read[main_thread_only-ssh] SKIPPED
390 testing/test_channel.py::TestChannelFile::test_channel_file_read[main_thread_only-proxy] PASSED
391 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[main_thread_only-popen] PASSED
392 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[main_thread_only-socket] PASSED
393 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[main_thread_only-ssh] SKIPPED
394 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[main_thread_only-proxy] PASSED
395 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[main_thread_only-popen] PASSED
396 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[main_thread_only-socket] PASSED
397 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[main_thread_only-ssh] SKIPPED
398 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[main_thread_only-proxy] PASSED
399 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[main_thread_only-popen] PASSED
400 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[main_thread_only-socket] PASSED
401 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[main_thread_only-ssh] SKIPPED
402 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[main_thread_only-proxy] PASSED
403 testing/test_gateway.py::TestBasicGateway::test_correct_setup[main_thread_only-popen] PASSED
404 testing/test_gateway.py::TestBasicGateway::test_correct_setup[main_thread_only-socket] PASSED
405 testing/test_gateway.py::TestBasicGateway::test_correct_setup[main_thread_only-ssh] SKIPPED
406 testing/test_gateway.py::TestBasicGateway::test_correct_setup[main_thread_only-proxy] PASSED
407 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[main_thread_only-popen] PASSED
408 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[main_thread_only-socket] PASSED
409 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[main_thread_only-ssh] SKIPPED
410 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[main_thread_only-proxy] PASSED
411 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[main_thread_only-popen] PASSED
412 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[main_thread_only-socket] PASSED
413 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[main_thread_only-ssh] SKIPPED
414 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[main_thread_only-proxy] PASSED
415 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[main_thread_only-popen] PASSED
416 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[main_thread_only-socket] PASSED
417 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[main_thread_only-ssh] SKIPPED
418 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[main_thread_only-proxy] PASSED
419 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[main_thread_only-popen] PASSED
420 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[main_thread_only-socket] PASSED
421 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[main_thread_only-ssh] SKIPPED
422 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[main_thread_only-proxy] PASSED
423 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[main_thread_only-popen] PASSED
424 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[main_thread_only-socket] PASSED
425 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[main_thread_only-ssh] SKIPPED
426 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[main_thread_only-proxy] PASSED
427 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[main_thread_only-popen] XPASS
428 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[main_thread_only-socket] XPASS
429 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[main_thread_only-ssh] SKIPPED
430 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[main_thread_only-proxy] XPASS
431 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[main_thread_only-popen] PASSED
432 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[main_thread_only-socket] PASSED
433 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[main_thread_only-ssh] SKIPPED
434 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[main_thread_only-proxy] PASSED
435 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[main_thread_only-popen] PASSED
436 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[main_thread_only-socket] PASSED
437 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[main_thread_only-ssh] SKIPPED
438 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[main_thread_only-proxy] PASSED
439 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[main_thread_only-popen] PASSED
440 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[main_thread_only-socket] PASSED
441 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[main_thread_only-ssh] SKIPPED
442 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[main_thread_only-proxy] PASSED
443 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[main_thread_only-popen] PASSED
444 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[main_thread_only-socket] PASSED
445 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[main_thread_only-ssh] SKIPPED
446 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[main_thread_only-proxy] PASSED
447 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[main_thread_only-popen] PASSED
448 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[main_thread_only-socket] PASSED
449 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[main_thread_only-ssh] SKIPPED
450 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[main_thread_only-proxy] PASSED
451 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[main_thread_only-popen] PASSED
452 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[main_thread_only-socket] PASSED
453 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[main_thread_only-ssh] SKIPPED
454 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[main_thread_only-proxy] PASSED
455 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[main_thread_only-popen] PASSED
456 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[main_thread_only-socket] PASSED
457 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[main_thread_only-ssh] SKIPPED
458 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[main_thread_only-proxy] PASSED
459 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[main_thread_only-popen] PASSED
460 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[main_thread_only-socket] PASSED
461 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[main_thread_only-ssh] SKIPPED
462 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[main_thread_only-proxy] PASSED
463 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[main_thread_only-popen] PASSED
464 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[main_thread_only-socket] PASSED
465 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[main_thread_only-ssh] SKIPPED
466 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[main_thread_only-proxy] PASSED
467 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[main_thread_only-popen] PASSED
468 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[main_thread_only-socket] PASSED
469 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[main_thread_only-ssh] SKIPPED
470 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[main_thread_only-proxy] PASSED
471 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[main_thread_only-popen] PASSED
472 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[main_thread_only-socket] PASSED
473 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[main_thread_only-ssh] SKIPPED
474 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[main_thread_only-proxy] PASSED
475 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[main_thread_only-popen] PASSED
476 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[main_thread_only-socket] PASSED
477 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[main_thread_only-ssh] SKIPPED
478 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[main_thread_only-proxy] PASSED
479 testing/test_gateway.py::TestBasicGateway::test__rinfo[main_thread_only-popen] PASSED
480 testing/test_gateway.py::TestBasicGateway::test__rinfo[main_thread_only-socket] PASSED
481 testing/test_gateway.py::TestBasicGateway::test__rinfo[main_thread_only-ssh] SKIPPED
482 testing/test_gateway.py::TestBasicGateway::test__rinfo[main_thread_only-proxy] PASSED
483 testing/test_gateway.py::TestPopenGateway::test_remoteerror_readable_traceback[main_thread_only-popen] PASSED
484 testing/test_gateway.py::TestPopenGateway::test_rinfo_popen[main_thread_only-popen] PASSED
485 testing/test_gateway.py::TestPopenGateway::test_receive_on_remote_sysexit[main_thread_only-popen] PASSED
486 testing/test_gateway.py::TestSshPopenGateway::test_sshaddress[main_thread_only-ssh] SKIPPED
487 testing/test_gateway.py::TestSshPopenGateway::test_host_not_found[main_thread_only-ssh] SKIPPED
488 testing/test_gateway.py::test_assert_main_thread_only[main_thread_only] PASSED
489 testing/test_gateway.py::test_main_thread_only_concurrent_remote_exec_deadlock[main_thread_only] PASSED
490 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[main_thread_only-popen] PASSED
491 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[main_thread_only-socket] PASSED
492 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[main_thread_only-ssh] SKIPPED
493 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[main_thread_only-proxy] PASSED
494 testing/test_multi.py::test_safe_terminate[main_thread_only] XFAIL (...)
495 testing/test_multi.py::test_safe_terminate2[main_thread_only] XPASS
496 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[main_thread_only-sys.executable] PASSED
497 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[main_thread_only-pypy3] SKIPPED
498 testing/test_termination.py::test_endmarker_delivery_on_remote_killterm[main_thread_only] PASSED
499 testing/test_termination.py::test_terminate_implicit_does_trykill[main_thread_only-sys.executable] PASSED
500 testing/test_termination.py::test_terminate_implicit_does_trykill[main_thread_only-pypy3] SKIPPED
501 testing/test_threadpool.py::test_execmodel[main_thread_only] PASSED
502 testing/test_threadpool.py::test_execmodel_basic_attrs[main_thread_only] PASSED
503 testing/test_threadpool.py::test_simple[main_thread_only] PASSED
504 testing/test_threadpool.py::test_some[main_thread_only] PASSED
505 testing/test_threadpool.py::test_running_semnatics[main_thread_only] PASSED
506 testing/test_threadpool.py::test_waitfinish_on_reply[main_thread_only] PASSED
507 testing/test_threadpool.py::test_limited_size[main_thread_only] XFAIL
508 testing/test_threadpool.py::test_get[main_thread_only] PASSED
509 testing/test_threadpool.py::test_get_timeout[main_thread_only] PASSED
510 testing/test_threadpool.py::test_get_excinfo[main_thread_only] PASSED
511 testing/test_threadpool.py::test_waitall_timeout[main_thread_only] PASSED
512 testing/test_threadpool.py::test_pool_clean_shutdown[main_thread_only] PASSED
513 testing/test_threadpool.py::test_primary_thread_integration[main_thread_only] PASSED
514 testing/test_threadpool.py::test_primary_thread_integration_shutdown[main_thread_only] PASSED
515 testing/test_basics.py::test_io_message[eventlet-sys.executable] SKIPPED
516 testing/test_basics.py::test_io_message[eventlet-pypy3] SKIPPED (cou...)
517 testing/test_basics.py::test_popen_io[eventlet-sys.executable] SKIPPED
518 testing/test_basics.py::test_popen_io[eventlet-pypy3] SKIPPED (alway...)
519 testing/test_basics.py::test_popen_io_readloop[eventlet] SKIPPED (co...)
520 testing/test_basics.py::test_stdouterrin_setnull[eventlet] SKIPPED (...)
521 testing/test_basics.py::test_exectask[eventlet] SKIPPED (could not i...)
522 testing/test_basics.py::TestPureChannel::test_factory_create[eventlet] SKIPPED
523 testing/test_basics.py::TestPureChannel::test_factory_getitem[eventlet] SKIPPED
524 testing/test_basics.py::TestPureChannel::test_channel_timeouterror[eventlet] SKIPPED
525 testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[eventlet] SKIPPED
526 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[eventlet-popen] SKIPPED
527 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[eventlet-socket] SKIPPED
528 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[eventlet-ssh] SKIPPED
529 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[eventlet-proxy] SKIPPED
530 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[eventlet-popen] SKIPPED
531 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[eventlet-socket] SKIPPED
532 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[eventlet-ssh] SKIPPED
533 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[eventlet-proxy] SKIPPED
534 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[eventlet-popen] SKIPPED
535 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[eventlet-socket] SKIPPED
536 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[eventlet-ssh] SKIPPED
537 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[eventlet-proxy] SKIPPED
538 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[eventlet-popen] SKIPPED
539 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[eventlet-socket] SKIPPED
540 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[eventlet-ssh] SKIPPED
541 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[eventlet-proxy] SKIPPED
542 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[eventlet-popen] SKIPPED
543 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[eventlet-socket] SKIPPED
544 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[eventlet-ssh] SKIPPED
545 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[eventlet-proxy] SKIPPED
546 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[eventlet-popen] SKIPPED
547 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[eventlet-socket] SKIPPED
548 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[eventlet-ssh] SKIPPED
549 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[eventlet-proxy] SKIPPED
550 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[eventlet-popen] SKIPPED
551 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[eventlet-socket] SKIPPED
552 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[eventlet-ssh] SKIPPED
553 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[eventlet-proxy] SKIPPED
554 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[eventlet-popen] SKIPPED
555 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[eventlet-socket] SKIPPED
556 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[eventlet-ssh] SKIPPED
557 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[eventlet-proxy] SKIPPED
558 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[eventlet-popen] SKIPPED
559 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[eventlet-socket] SKIPPED
560 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[eventlet-ssh] SKIPPED
561 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[eventlet-proxy] SKIPPED
562 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[eventlet-popen] SKIPPED
563 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[eventlet-socket] SKIPPED
564 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[eventlet-ssh] SKIPPED
565 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[eventlet-proxy] SKIPPED
566 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[eventlet-popen] SKIPPED
567 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[eventlet-socket] SKIPPED
568 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[eventlet-ssh] SKIPPED
569 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[eventlet-proxy] SKIPPED
570 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[eventlet-popen] SKIPPED
571 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[eventlet-socket] SKIPPED
572 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[eventlet-ssh] SKIPPED
573 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[eventlet-proxy] SKIPPED
574 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[eventlet-popen] SKIPPED
575 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[eventlet-socket] SKIPPED
576 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[eventlet-ssh] SKIPPED
577 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[eventlet-proxy] SKIPPED
578 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[eventlet-popen] SKIPPED
579 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[eventlet-socket] SKIPPED
580 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[eventlet-ssh] SKIPPED
581 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[eventlet-proxy] SKIPPED
582 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[eventlet-popen] SKIPPED
583 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[eventlet-socket] SKIPPED
584 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[eventlet-ssh] SKIPPED
585 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[eventlet-proxy] SKIPPED
586 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[eventlet-popen] SKIPPED
587 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[eventlet-socket] SKIPPED
588 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[eventlet-ssh] SKIPPED
589 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[eventlet-proxy] SKIPPED
590 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[eventlet-popen] SKIPPED
591 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[eventlet-socket] SKIPPED
592 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[eventlet-ssh] SKIPPED
593 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[eventlet-proxy] SKIPPED
594 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[eventlet-popen] SKIPPED
595 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[eventlet-socket] SKIPPED
596 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[eventlet-ssh] SKIPPED
597 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[eventlet-proxy] SKIPPED
598 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[eventlet-popen] SKIPPED
599 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[eventlet-socket] SKIPPED
600 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[eventlet-ssh] SKIPPED
601 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[eventlet-proxy] SKIPPED
602 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[eventlet-popen] SKIPPED
603 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[eventlet-socket] SKIPPED
604 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[eventlet-ssh] SKIPPED
605 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[eventlet-proxy] SKIPPED
606 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[eventlet-popen] SKIPPED
607 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[eventlet-socket] SKIPPED
608 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[eventlet-ssh] SKIPPED
609 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[eventlet-proxy] SKIPPED
610 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[eventlet-popen] SKIPPED
611 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[eventlet-socket] SKIPPED
612 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[eventlet-ssh] SKIPPED
613 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[eventlet-proxy] SKIPPED
614 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[eventlet-popen] SKIPPED
615 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[eventlet-socket] SKIPPED
616 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[eventlet-ssh] SKIPPED
617 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[eventlet-proxy] SKIPPED
618 testing/test_channel.py::TestChannelFile::test_channel_file_write[eventlet-popen] SKIPPED
619 testing/test_channel.py::TestChannelFile::test_channel_file_write[eventlet-socket] SKIPPED
620 testing/test_channel.py::TestChannelFile::test_channel_file_write[eventlet-ssh] SKIPPED
621 testing/test_channel.py::TestChannelFile::test_channel_file_write[eventlet-proxy] SKIPPED
622 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[eventlet-popen] SKIPPED
623 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[eventlet-socket] SKIPPED
624 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[eventlet-ssh] SKIPPED
625 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[eventlet-proxy] SKIPPED
626 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[eventlet-popen] SKIPPED
627 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[eventlet-socket] SKIPPED
628 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[eventlet-ssh] SKIPPED
629 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[eventlet-proxy] SKIPPED
630 testing/test_channel.py::TestChannelFile::test_channel_file_read[eventlet-popen] SKIPPED
631 testing/test_channel.py::TestChannelFile::test_channel_file_read[eventlet-socket] SKIPPED
632 testing/test_channel.py::TestChannelFile::test_channel_file_read[eventlet-ssh] SKIPPED
633 testing/test_channel.py::TestChannelFile::test_channel_file_read[eventlet-proxy] SKIPPED
634 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[eventlet-popen] SKIPPED
635 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[eventlet-socket] SKIPPED
636 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[eventlet-ssh] SKIPPED
637 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[eventlet-proxy] SKIPPED
638 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[eventlet-popen] SKIPPED
639 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[eventlet-socket] SKIPPED
640 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[eventlet-ssh] SKIPPED
641 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[eventlet-proxy] SKIPPED
642 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[eventlet-popen] SKIPPED
643 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[eventlet-socket] SKIPPED
644 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[eventlet-ssh] SKIPPED
645 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[eventlet-proxy] SKIPPED
646 testing/test_gateway.py::TestBasicGateway::test_correct_setup[eventlet-popen] SKIPPED
647 testing/test_gateway.py::TestBasicGateway::test_correct_setup[eventlet-socket] SKIPPED
648 testing/test_gateway.py::TestBasicGateway::test_correct_setup[eventlet-ssh] SKIPPED
649 testing/test_gateway.py::TestBasicGateway::test_correct_setup[eventlet-proxy] SKIPPED
650 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[eventlet-popen] SKIPPED
651 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[eventlet-socket] SKIPPED
652 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[eventlet-ssh] SKIPPED
653 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[eventlet-proxy] SKIPPED
654 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[eventlet-popen] SKIPPED
655 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[eventlet-socket] SKIPPED
656 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[eventlet-ssh] SKIPPED
657 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[eventlet-proxy] SKIPPED
658 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[eventlet-popen] SKIPPED
659 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[eventlet-socket] SKIPPED
660 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[eventlet-ssh] SKIPPED
661 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[eventlet-proxy] SKIPPED
662 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[eventlet-popen] SKIPPED
663 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[eventlet-socket] SKIPPED
664 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[eventlet-ssh] SKIPPED
665 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[eventlet-proxy] SKIPPED
666 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[eventlet-popen] SKIPPED
667 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[eventlet-socket] SKIPPED
668 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[eventlet-ssh] SKIPPED
669 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[eventlet-proxy] SKIPPED
670 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[eventlet-popen] SKIPPED
671 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[eventlet-socket] SKIPPED
672 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[eventlet-ssh] SKIPPED
673 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[eventlet-proxy] SKIPPED
674 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[eventlet-popen] SKIPPED
675 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[eventlet-socket] SKIPPED
676 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[eventlet-ssh] SKIPPED
677 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[eventlet-proxy] SKIPPED
678 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[eventlet-popen] SKIPPED
679 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[eventlet-socket] SKIPPED
680 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[eventlet-ssh] SKIPPED
681 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[eventlet-proxy] SKIPPED
682 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[eventlet-popen] SKIPPED
683 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[eventlet-socket] SKIPPED
684 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[eventlet-ssh] SKIPPED
685 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[eventlet-proxy] SKIPPED
686 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[eventlet-popen] SKIPPED
687 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[eventlet-socket] SKIPPED
688 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[eventlet-ssh] SKIPPED
689 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[eventlet-proxy] SKIPPED
690 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[eventlet-popen] SKIPPED
691 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[eventlet-socket] SKIPPED
692 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[eventlet-ssh] SKIPPED
693 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[eventlet-proxy] SKIPPED
694 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[eventlet-popen] SKIPPED
695 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[eventlet-socket] SKIPPED
696 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[eventlet-ssh] SKIPPED
697 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[eventlet-proxy] SKIPPED
698 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[eventlet-popen] SKIPPED
699 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[eventlet-socket] SKIPPED
700 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[eventlet-ssh] SKIPPED
701 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[eventlet-proxy] SKIPPED
702 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[eventlet-popen] SKIPPED
703 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[eventlet-socket] SKIPPED
704 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[eventlet-ssh] SKIPPED
705 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[eventlet-proxy] SKIPPED
706 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[eventlet-popen] SKIPPED
707 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[eventlet-socket] SKIPPED
708 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[eventlet-ssh] SKIPPED
709 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[eventlet-proxy] SKIPPED
710 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[eventlet-popen] SKIPPED
711 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[eventlet-socket] SKIPPED
712 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[eventlet-ssh] SKIPPED
713 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[eventlet-proxy] SKIPPED
714 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[eventlet-popen] SKIPPED
715 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[eventlet-socket] SKIPPED
716 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[eventlet-ssh] SKIPPED
717 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[eventlet-proxy] SKIPPED
718 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[eventlet-popen] SKIPPED
719 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[eventlet-socket] SKIPPED
720 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[eventlet-ssh] SKIPPED
721 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[eventlet-proxy] SKIPPED
722 testing/test_gateway.py::TestBasicGateway::test__rinfo[eventlet-popen] SKIPPED
723 testing/test_gateway.py::TestBasicGateway::test__rinfo[eventlet-socket] SKIPPED
724 testing/test_gateway.py::TestBasicGateway::test__rinfo[eventlet-ssh] SKIPPED
725 testing/test_gateway.py::TestBasicGateway::test__rinfo[eventlet-proxy] SKIPPED
726 testing/test_gateway.py::TestPopenGateway::test_remoteerror_readable_traceback[eventlet-popen] SKIPPED
727 testing/test_gateway.py::TestPopenGateway::test_rinfo_popen[eventlet-popen] SKIPPED
728 testing/test_gateway.py::TestPopenGateway::test_receive_on_remote_sysexit[eventlet-popen] SKIPPED
729 testing/test_gateway.py::TestSshPopenGateway::test_sshaddress[eventlet-ssh] SKIPPED
730 testing/test_gateway.py::TestSshPopenGateway::test_host_not_found[eventlet-ssh] SKIPPED
731 testing/test_gateway.py::test_assert_main_thread_only[eventlet] SKIPPED
732 testing/test_gateway.py::test_main_thread_only_concurrent_remote_exec_deadlock[eventlet] SKIPPED
733 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-popen] SKIPPED
734 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-socket] SKIPPED
735 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-ssh] SKIPPED
736 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[eventlet-proxy] SKIPPED
737 testing/test_multi.py::test_safe_terminate[eventlet] SKIPPED (could ...)
738 testing/test_multi.py::test_safe_terminate2[eventlet] SKIPPED (could...)
739 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[eventlet-sys.executable] SKIPPED
740 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[eventlet-pypy3] SKIPPED
741 testing/test_termination.py::test_endmarker_delivery_on_remote_killterm[eventlet] SKIPPED
742 testing/test_termination.py::test_terminate_implicit_does_trykill[eventlet-sys.executable] SKIPPED
743 testing/test_termination.py::test_terminate_implicit_does_trykill[eventlet-pypy3] SKIPPED
744 testing/test_threadpool.py::test_execmodel[eventlet] SKIPPED (could ...)
745 testing/test_threadpool.py::test_execmodel_basic_attrs[eventlet] SKIPPED
746 testing/test_threadpool.py::test_simple[eventlet] SKIPPED (could not...)
747 testing/test_threadpool.py::test_some[eventlet] SKIPPED (could not i...)
748 testing/test_threadpool.py::test_running_semnatics[eventlet] SKIPPED
749 testing/test_threadpool.py::test_waitfinish_on_reply[eventlet] SKIPPED
750 testing/test_threadpool.py::test_limited_size[eventlet] SKIPPED (cou...)
751 testing/test_threadpool.py::test_get[eventlet] SKIPPED (could not im...)
752 testing/test_threadpool.py::test_get_timeout[eventlet] SKIPPED (coul...)
753 testing/test_threadpool.py::test_get_excinfo[eventlet] SKIPPED (coul...)
754 testing/test_threadpool.py::test_waitall_timeout[eventlet] SKIPPED (...)
755 testing/test_threadpool.py::test_pool_clean_shutdown[eventlet] SKIPPED
756 testing/test_threadpool.py::test_primary_thread_integration[eventlet] SKIPPED
757 testing/test_threadpool.py::test_primary_thread_integration_shutdown[eventlet] SKIPPED
758 testing/test_basics.py::test_io_message[gevent-sys.executable] PASSED
759 testing/test_basics.py::test_io_message[gevent-pypy3] SKIPPED (no py...)
760 testing/test_basics.py::test_popen_io[gevent-sys.executable] SKIPPED
761 testing/test_basics.py::test_popen_io[gevent-pypy3] SKIPPED (always ...)
762 testing/test_basics.py::test_popen_io_readloop[gevent] PASSED
763 testing/test_basics.py::test_stdouterrin_setnull[gevent] PASSED
764 testing/test_basics.py::test_exectask[gevent] PASSED
765 testing/test_basics.py::TestPureChannel::test_factory_create[gevent] PASSED
766 testing/test_basics.py::TestPureChannel::test_factory_getitem[gevent] PASSED
767 testing/test_basics.py::TestPureChannel::test_channel_timeouterror[gevent] PASSED
768 testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[gevent] PASSED
769 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[gevent-popen] PASSED
770 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[gevent-socket] PASSED
771 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[gevent-ssh] SKIPPED
772 testing/test_channel.py::TestChannelBasicBehaviour::test_serialize_error[gevent-proxy] PASSED
773 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[gevent-popen] PASSED
774 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[gevent-socket] PASSED
775 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[gevent-ssh] SKIPPED
776 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error[gevent-proxy] PASSED
777 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[gevent-popen] PASSED
778 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[gevent-socket] PASSED
779 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[gevent-ssh] SKIPPED
780 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_finish_and_then_EOFError[gevent-proxy] PASSED
781 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[gevent-popen] PASSED
782 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[gevent-socket] PASSED
783 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[gevent-ssh] SKIPPED
784 testing/test_channel.py::TestChannelBasicBehaviour::test_waitclose_timeouterror[gevent-proxy] PASSED
785 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[gevent-popen] PASSED
786 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[gevent-socket] PASSED
787 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[gevent-ssh] SKIPPED
788 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_timeout[gevent-proxy] PASSED
789 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[gevent-popen] PASSED
790 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[gevent-socket] PASSED
791 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[gevent-ssh] SKIPPED
792 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receive_internal_timeout[gevent-proxy] PASSED
793 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[gevent-popen] PASSED
794 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[gevent-socket] PASSED
795 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[gevent-ssh] SKIPPED
796 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_close_and_then_receive_error_multiple[gevent-proxy] PASSED
797 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[gevent-popen] PASSED
798 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[gevent-socket] PASSED
799 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[gevent-ssh] SKIPPED
800 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close[gevent-proxy] PASSED
801 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[gevent-popen] PASSED
802 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[gevent-socket] PASSED
803 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[gevent-ssh] SKIPPED
804 testing/test_channel.py::TestChannelBasicBehaviour::test_channel__local_close_error[gevent-proxy] PASSED
805 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[gevent-popen] PASSED
806 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[gevent-socket] PASSED
807 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[gevent-ssh] SKIPPED
808 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_error_reporting[gevent-proxy] PASSED
809 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[gevent-popen] PASSED
810 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[gevent-socket] PASSED
811 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[gevent-ssh] SKIPPED
812 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_syntax_error[gevent-proxy] PASSED
813 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[gevent-popen] PASSED
814 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[gevent-socket] PASSED
815 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[gevent-ssh] SKIPPED
816 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_iter[gevent-proxy] PASSED
817 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[gevent-popen] PASSED
818 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[gevent-socket] PASSED
819 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[gevent-ssh] SKIPPED
820 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_pass_in_structure[gevent-proxy] PASSED
821 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[gevent-popen] PASSED
822 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[gevent-socket] PASSED
823 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[gevent-ssh] SKIPPED
824 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_multipass[gevent-proxy] PASSED
825 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[gevent-popen] PASSED
826 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[gevent-socket] PASSED
827 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[gevent-ssh] SKIPPED
828 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_passing_over_channel[gevent-proxy] PASSED
829 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[gevent-popen] PASSED
830 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[gevent-socket] PASSED
831 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[gevent-ssh] SKIPPED
832 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_receiver_callback[gevent-proxy] PASSED
833 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[gevent-popen] PASSED
834 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[gevent-socket] PASSED
835 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[gevent-ssh] SKIPPED
836 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_after_receive[gevent-proxy] PASSED
837 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[gevent-popen] PASSED
838 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[gevent-socket] PASSED
839 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[gevent-ssh] SKIPPED
840 testing/test_channel.py::TestChannelBasicBehaviour::test_waiting_for_callbacks[gevent-proxy] PASSED
841 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[gevent-popen] PASSED
842 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[gevent-socket] PASSED
843 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[gevent-ssh] SKIPPED
844 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_stays_active[gevent-proxy] PASSED
845 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[gevent-popen] PASSED
846 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[gevent-socket] PASSED
847 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[gevent-ssh] SKIPPED
848 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_remote_freed[gevent-proxy] PASSED
849 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[gevent-popen] PASSED
850 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[gevent-socket] PASSED
851 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[gevent-ssh] SKIPPED
852 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback[gevent-proxy] PASSED
853 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[gevent-popen] PASSED
854 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[gevent-socket] PASSED
855 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[gevent-ssh] SKIPPED
856 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_endmarker_callback_error[gevent-proxy] PASSED
857 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[gevent-popen] PASSED
858 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[gevent-socket] PASSED
859 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[gevent-ssh] SKIPPED
860 testing/test_channel.py::TestChannelBasicBehaviour::test_channel_callback_error[gevent-proxy] PASSED
861 testing/test_channel.py::TestChannelFile::test_channel_file_write[gevent-popen] PASSED
862 testing/test_channel.py::TestChannelFile::test_channel_file_write[gevent-socket] PASSED
863 testing/test_channel.py::TestChannelFile::test_channel_file_write[gevent-ssh] SKIPPED
864 testing/test_channel.py::TestChannelFile::test_channel_file_write[gevent-proxy] PASSED
865 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[gevent-popen] PASSED
866 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[gevent-socket] PASSED
867 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[gevent-ssh] SKIPPED
868 testing/test_channel.py::TestChannelFile::test_channel_file_write_error[gevent-proxy] PASSED
869 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[gevent-popen] PASSED
870 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[gevent-socket] PASSED
871 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[gevent-ssh] SKIPPED
872 testing/test_channel.py::TestChannelFile::test_channel_file_proxyclose[gevent-proxy] PASSED
873 testing/test_channel.py::TestChannelFile::test_channel_file_read[gevent-popen] PASSED
874 testing/test_channel.py::TestChannelFile::test_channel_file_read[gevent-socket] PASSED
875 testing/test_channel.py::TestChannelFile::test_channel_file_read[gevent-ssh] SKIPPED
876 testing/test_channel.py::TestChannelFile::test_channel_file_read[gevent-proxy] PASSED
877 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[gevent-popen] PASSED
878 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[gevent-socket] PASSED
879 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[gevent-ssh] SKIPPED
880 testing/test_channel.py::TestChannelFile::test_channel_file_read_empty[gevent-proxy] PASSED
881 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[gevent-popen] PASSED
882 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[gevent-socket] PASSED
883 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[gevent-ssh] SKIPPED
884 testing/test_channel.py::TestChannelFile::test_channel_file_readline_remote[gevent-proxy] PASSED
885 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[gevent-popen] PASSED
886 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[gevent-socket] PASSED
887 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[gevent-ssh] SKIPPED
888 testing/test_channel.py::TestChannelFile::test_channel_makefile_incompatmode[gevent-proxy] PASSED
889 testing/test_gateway.py::TestBasicGateway::test_correct_setup[gevent-popen] PASSED
890 testing/test_gateway.py::TestBasicGateway::test_correct_setup[gevent-socket] PASSED
891 testing/test_gateway.py::TestBasicGateway::test_correct_setup[gevent-ssh] SKIPPED
892 testing/test_gateway.py::TestBasicGateway::test_correct_setup[gevent-proxy] PASSED
893 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[gevent-popen] PASSED
894 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[gevent-socket] PASSED
895 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[gevent-ssh] SKIPPED
896 testing/test_gateway.py::TestBasicGateway::test_repr_doesnt_crash[gevent-proxy] PASSED
897 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[gevent-popen] PASSED
898 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[gevent-socket] PASSED
899 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[gevent-ssh] SKIPPED
900 testing/test_gateway.py::TestBasicGateway::test_attribute__name__[gevent-proxy] PASSED
901 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[gevent-popen] PASSED
902 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[gevent-socket] PASSED
903 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[gevent-ssh] SKIPPED
904 testing/test_gateway.py::TestBasicGateway::test_gateway_status_simple[gevent-proxy] PASSED
905 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[gevent-popen] PASSED
906 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[gevent-socket] PASSED
907 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[gevent-ssh] SKIPPED
908 testing/test_gateway.py::TestBasicGateway::test_exc_info_is_clear_after_gateway_startup[gevent-proxy] PASSED
909 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[gevent-popen] PASSED
910 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[gevent-socket] PASSED
911 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[gevent-ssh] SKIPPED
912 testing/test_gateway.py::TestBasicGateway::test_gateway_status_no_real_channel[gevent-proxy] PASSED
913 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[gevent-popen] XPASS
914 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[gevent-socket] XPASS
915 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[gevent-ssh] SKIPPED
916 testing/test_gateway.py::TestBasicGateway::test_gateway_status_busy[gevent-proxy] XPASS
917 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[gevent-popen] PASSED
918 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[gevent-socket] PASSED
919 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[gevent-ssh] SKIPPED
920 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module[gevent-proxy] PASSED
921 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[gevent-popen] PASSED
922 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[gevent-socket] PASSED
923 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[gevent-ssh] SKIPPED
924 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_is_removed[gevent-proxy] PASSED
925 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[gevent-popen] PASSED
926 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[gevent-socket] PASSED
927 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[gevent-ssh] SKIPPED
928 testing/test_gateway.py::TestBasicGateway::test_remote_exec_module_with_traceback[gevent-proxy] PASSED
929 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[gevent-popen] PASSED
930 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[gevent-socket] PASSED
931 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[gevent-ssh] SKIPPED
932 testing/test_gateway.py::TestBasicGateway::test_correct_setup_no_py[gevent-proxy] PASSED
933 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[gevent-popen] PASSED
934 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[gevent-socket] PASSED
935 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[gevent-ssh] SKIPPED
936 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose[gevent-proxy] PASSED
937 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[gevent-popen] PASSED
938 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[gevent-socket] PASSED
939 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[gevent-ssh] SKIPPED
940 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_2[gevent-proxy] PASSED
941 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[gevent-popen] PASSED
942 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[gevent-socket] PASSED
943 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[gevent-ssh] SKIPPED
944 testing/test_gateway.py::TestBasicGateway::test_remote_exec_waitclose_noarg[gevent-proxy] PASSED
945 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[gevent-popen] PASSED
946 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[gevent-socket] PASSED
947 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[gevent-ssh] SKIPPED
948 testing/test_gateway.py::TestBasicGateway::test_remote_exec_error_after_close[gevent-proxy] PASSED
949 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[gevent-popen] PASSED
950 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[gevent-socket] PASSED
951 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[gevent-ssh] SKIPPED
952 testing/test_gateway.py::TestBasicGateway::test_remote_exec_no_explicit_close[gevent-proxy] PASSED
953 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[gevent-popen] PASSED
954 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[gevent-socket] PASSED
955 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[gevent-ssh] SKIPPED
956 testing/test_gateway.py::TestBasicGateway::test_remote_exec_channel_anonymous[gevent-proxy] PASSED
957 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[gevent-popen] PASSED
958 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[gevent-socket] PASSED
959 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[gevent-ssh] SKIPPED
960 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stdout[gevent-proxy] PASSED
961 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[gevent-popen] PASSED
962 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[gevent-socket] PASSED
963 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[gevent-ssh] SKIPPED
964 testing/test_gateway.py::TestBasicGateway::test_confusion_from_os_write_stderr[gevent-proxy] PASSED
965 testing/test_gateway.py::TestBasicGateway::test__rinfo[gevent-popen] PASSED
966 testing/test_gateway.py::TestBasicGateway::test__rinfo[gevent-socket] PASSED
967 testing/test_gateway.py::TestBasicGateway::test__rinfo[gevent-ssh] SKIPPED
968 testing/test_gateway.py::TestBasicGateway::test__rinfo[gevent-proxy] PASSED
969 testing/test_gateway.py::TestPopenGateway::test_remoteerror_readable_traceback[gevent-popen] PASSED
970 testing/test_gateway.py::TestPopenGateway::test_rinfo_popen[gevent-popen] PASSED
971 testing/test_gateway.py::TestPopenGateway::test_receive_on_remote_sysexit[gevent-popen] PASSED
972 testing/test_gateway.py::TestSshPopenGateway::test_sshaddress[gevent-ssh] SKIPPED
973 testing/test_gateway.py::TestSshPopenGateway::test_host_not_found[gevent-ssh] SKIPPED
974 testing/test_gateway.py::test_assert_main_thread_only[gevent] SKIPPED
975 testing/test_gateway.py::test_main_thread_only_concurrent_remote_exec_deadlock[gevent] SKIPPED
976 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-popen] PASSED
977 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-socket] PASSED
978 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-ssh] SKIPPED
979 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_container_basics[gevent-proxy] PASSED
980 testing/test_multi.py::test_safe_terminate[gevent] XFAIL (execution ...)
981 testing/test_multi.py::test_safe_terminate2[gevent] XFAIL (execution...)
982 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[gevent-sys.executable] PASSED
983 testing/test_termination.py::test_exit_blocked_worker_execution_gateway[gevent-pypy3] SKIPPED
984 testing/test_termination.py::test_endmarker_delivery_on_remote_killterm[gevent] XFAIL
985 testing/test_termination.py::test_terminate_implicit_does_trykill[gevent-sys.executable] XFAIL
986 testing/test_termination.py::test_terminate_implicit_does_trykill[gevent-pypy3] SKIPPED
987 testing/test_threadpool.py::test_execmodel[gevent] PASSED
988 testing/test_threadpool.py::test_execmodel_basic_attrs[gevent] PASSED
989 testing/test_threadpool.py::test_simple[gevent] PASSED
990 testing/test_threadpool.py::test_some[gevent] PASSED
991 testing/test_threadpool.py::test_running_semnatics[gevent] PASSED
992 testing/test_threadpool.py::test_waitfinish_on_reply[gevent] PASSED
993 testing/test_threadpool.py::test_limited_size[gevent] XFAIL (WorkerP...)
994 testing/test_threadpool.py::test_get[gevent] PASSED
995 testing/test_threadpool.py::test_get_timeout[gevent] PASSED
996 testing/test_threadpool.py::test_get_excinfo[gevent] PASSED
997 testing/test_threadpool.py::test_waitall_timeout[gevent] PASSED
998 testing/test_threadpool.py::test_pool_clean_shutdown[gevent] PASSED
999 testing/test_threadpool.py::test_primary_thread_integration[gevent] PASSED
1000 testing/test_threadpool.py::test_primary_thread_integration_shutdown[gevent] SKIPPED
1001 testing/test_basics.py::test_rinfo_source[sys.executable] PASSED
1002 testing/test_basics.py::test_rinfo_source[pypy3] SKIPPED (no pypy3 f...)
1003 testing/test_basics.py::test_geterrortext[sys.executable] PASSED
1004 testing/test_basics.py::test_geterrortext[pypy3] SKIPPED (no pypy3 f...)
1005 testing/test_basics.py::TestMessage::test_wire_protocol PASSED
1006 testing/test_basics.py::TestSourceOfFunction::test_lambda_unsupported PASSED
1007 testing/test_basics.py::TestSourceOfFunction::test_wrong_prototype_fails PASSED
1008 testing/test_basics.py::TestSourceOfFunction::test_function_without_known_source_fails PASSED
1009 testing/test_basics.py::TestSourceOfFunction::test_function_with_closure_fails PASSED
1010 testing/test_basics.py::TestSourceOfFunction::test_source_of_nested_function PASSED
1011 testing/test_basics.py::TestGlobalFinder::test_local PASSED
1012 testing/test_basics.py::TestGlobalFinder::test_global PASSED
1013 testing/test_basics.py::TestGlobalFinder::test_builtin PASSED
1014 testing/test_basics.py::TestGlobalFinder::test_function_with_global_fails PASSED
1015 testing/test_basics.py::TestGlobalFinder::test_method_call PASSED
1016 testing/test_basics.py::test_remote_exec_function_with_kwargs[sys.executable] PASSED
1017 testing/test_basics.py::test_remote_exec_function_with_kwargs[pypy3] SKIPPED
1018 testing/test_basics.py::test_remote_exc__no_kwargs PASSED
1019 testing/test_basics.py::test_remote_exec_inspect_stack PASSED
1020 testing/test_compatibility_regressions.py::test_opcodes PASSED
1021 testing/test_gateway.py::TestPopenGateway::test_chdir_separation PASSED
1022 testing/test_gateway.py::TestPopenGateway::test_many_popen PASSED
1023 testing/test_gateway.py::TestPopenGateway::test_waitclose_on_remote_killed PASSED
1024 testing/test_gateway.py::TestPopenGateway::test_dont_write_bytecode PASSED
1025 testing/test_gateway.py::test_socket_gw_host_not_found PASSED
1026 testing/test_gateway.py::TestSshPopenGateway::test_sshconfig_config_parsing PASSED
1027 testing/test_gateway.py::TestThreads::test_threads PASSED
1028 testing/test_gateway.py::TestThreads::test_threads_race_sending PASSED
1029 testing/test_gateway.py::TestThreads::test_status_with_threads XPASS
1030 testing/test_gateway.py::TestTracing::test_popen_filetracing PASSED
1031 testing/test_gateway.py::TestTracing::test_popen_stderr_tracing XPASS
1032 testing/test_gateway.py::TestTracing::test_no_tracing_by_default PASSED
1033 testing/test_gateway.py::test_popen_args[popen//python=python-expected_args0] PASSED
1034 testing/test_gateway.py::test_popen_args[popen//python=sudo -u test python-expected_args1] PASSED
1035 testing/test_gateway.py::test_popen_args[popen//python=/hans\\ alt/bin/python-expected_args2] PASSED
1036 testing/test_gateway.py::test_popen_args[popen//python="/u/test me/python" -e-expected_args3] PASSED
1037 testing/test_gateway.py::test_regression_gevent_hangs[interleave-remote-status] PASSED
1038 testing/test_gateway.py::test_regression_gevent_hangs[no-interleave-remote-status] XFAIL
1039 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_receive_each PASSED
1040 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_send_each PASSED
1041 testing/test_multi.py::TestMultiChannelAndGateway::test_Group_execmodel_setting PASSED
1042 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_receive_queue_for_two_subprocesses PASSED
1043 testing/test_multi.py::TestMultiChannelAndGateway::test_multichannel_waitclose PASSED
1044 testing/test_multi.py::TestGroup::test_basic_group PASSED
1045 testing/test_multi.py::TestGroup::test_group_default_spec PASSED
1046 testing/test_multi.py::TestGroup::test_group_PopenGateway PASSED
1047 testing/test_multi.py::TestGroup::test_group_ordering_and_termination PASSED
1048 testing/test_multi.py::TestGroup::test_group_id_allocation PASSED
1049 testing/test_multi.py::TestGroup::test_gateway_and_id PASSED
1050 testing/test_multi.py::TestGroup::test_default_group PASSED
1051 testing/test_multi.py::TestGroup::test_remote_exec_args PASSED
1052 testing/test_multi.py::TestGroup::test_terminate_with_proxying PASSED
1053 testing/test_rsync.py::TestRSync::test_notargets PASSED
1054 testing/test_rsync.py::TestRSync::test_dirsync PASSED
1055 testing/test_rsync.py::TestRSync::test_dirsync_twice PASSED
1056 testing/test_rsync.py::TestRSync::test_rsync_default_reporting PASSED
1057 testing/test_rsync.py::TestRSync::test_rsync_non_verbose PASSED
1058 testing/test_rsync.py::TestRSync::test_permissions PASSED
1059 testing/test_rsync.py::TestRSync::test_read_only_directories PASSED
1060 testing/test_rsync.py::TestRSync::test_symlink_rsync PASSED
1061 testing/test_rsync.py::TestRSync::test_symlink2_rsync PASSED
1062 testing/test_rsync.py::TestRSync::test_callback PASSED
1063 testing/test_rsync.py::TestRSync::test_file_disappearing PASSED
1064 testing/test_serializer.py::test_simple[int-4] PASSED
1065 testing/test_serializer.py::test_simple[float-3.25] PASSED
1066 testing/test_serializer.py::test_simple[complex-(1.78+3.25j)] PASSED
1067 testing/test_serializer.py::test_simple[list-[1, 2, 3]] PASSED
1068 testing/test_serializer.py::test_simple[tuple-(1, 2, 3)] PASSED
1069 testing/test_serializer.py::test_simple[dict-{(1, 2, 3): 32}] PASSED
1070 testing/test_serializer.py::test_set PASSED
1071 testing/test_serializer.py::test_frozenset PASSED
1072 testing/test_serializer.py::test_long PASSED
1073 testing/test_serializer.py::test_bytes PASSED
1074 testing/test_serializer.py::test_str PASSED
1075 testing/test_serializer.py::test_unicode PASSED
1076 testing/test_serializer.py::test_bool PASSED
1077 testing/test_serializer.py::test_none PASSED
1078 testing/test_serializer.py::test_tuple_nested_with_empty_in_between PASSED
1079 testing/test_serializer.py::test_py2_string_loads PASSED
1080 testing/test_termination.py::test_termination_on_remote_channel_receive PASSED
1081 testing/test_termination.py::test_close_initiating_remote_no_error[sys.executable] PASSED
1082 testing/test_termination.py::test_close_initiating_remote_no_error[pypy3] SKIPPED
1083 testing/test_xspec.py::TestXSpec::test_norm_attributes PASSED
1084 testing/test_xspec.py::TestXSpec::test_ssh_options PASSED
1085 testing/test_xspec.py::TestXSpec::test_execmodel PASSED
1086 testing/test_xspec.py::TestXSpec::test_ssh_options_and_config PASSED
1087 testing/test_xspec.py::TestXSpec::test_vagrant_options PASSED
1088 testing/test_xspec.py::TestXSpec::test_popen_with_sudo_python PASSED
1089 testing/test_xspec.py::TestXSpec::test_env PASSED
1090 testing/test_xspec.py::TestXSpec::test__samefilesystem PASSED
1091 testing/test_xspec.py::TestXSpec::test__spec_spec PASSED
1092 testing/test_xspec.py::TestXSpec::test_samekeyword_twice_raises PASSED
1093 testing/test_xspec.py::TestXSpec::test_unknown_keys_allowed PASSED
1094 testing/test_xspec.py::TestXSpec::test_repr_and_string PASSED
1095 testing/test_xspec.py::TestXSpec::test_hash_equality PASSED
1096 testing/test_xspec.py::TestMakegateway::test_no_type PASSED
1097 testing/test_xspec.py::TestMakegateway::test_popen_default PASSED
1098 testing/test_xspec.py::TestMakegateway::test_popen_nice XPASS (fails...)
1099 testing/test_xspec.py::TestMakegateway::test_popen_env PASSED
1100 testing/test_xspec.py::TestMakegateway::test_popen_explicit PASSED
1101 testing/test_xspec.py::TestMakegateway::test_popen_chdir_absolute PASSED
1102 testing/test_xspec.py::TestMakegateway::test_popen_chdir_newsub PASSED
1103 testing/test_xspec.py::TestMakegateway::test_ssh SKIPPED (no 'gspecs...)
1104 testing/test_xspec.py::TestMakegateway::test_vagrant SKIPPED (Vagran...)
1105 testing/test_xspec.py::TestMakegateway::test_socket SKIPPED (no 'gsp...)
1106 testing/test_xspec.py::TestMakegateway::test_socket_second SKIPPED (...)
1107 testing/test_xspec.py::TestMakegateway::test_socket_installvia PASSED
1109 ================================== XFAILURES ===================================
1110 $(@D)/testing/test_multi.py:255: AttributeError: 'ThreadExecModel' object has no attribute 'active_count'
1111 $(@D)/testing/test_threadpool.py:76: TypeError: __init__() got an unexpected keyword argument 'size'
1112 $(@D)/testing/test_multi.py:255: AttributeError: 'MainThreadOnlyExecModel' object has no attribute 'active_count'
1113 $(@D)/testing/test_threadpool.py:76: TypeError: __init__() got an unexpected keyword argument 'size'
1114 $(@D)/testing/test_multi.py:237: _pytest.outcomes.XFailed: execution model 'gevent' does not support task count
1115 $(@D)/testing/test_multi.py:261: _pytest.outcomes.XFailed: execution model 'gevent' does not support task count
1116 $(@D)/testing/test_termination.py:48: _pytest.outcomes.XFailed: test and execnet not compatible to greenlets yet
1117 $(@D)/testing/test_termination.py:118: _pytest.outcomes.XFailed: only os threading model supported
1118 $(@D)/testing/test_threadpool.py:76: TypeError: __init__() got an unexpected keyword argument 'size'
1119 $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/execnet/gateway_base.py:931: execnet.gateway_base.TimeoutError: no item after 0.5 seconds
1120 =================================== XPASSES ====================================
1121 ______ TestBasicGateway.test_gateway_status_busy[main_thread_only-proxy] _______
1122 ----------------------------- Captured stderr call -----------------------------
1123 Exception ignored in: <function Channel.__del__ at 0x7fffae8a4b80>
1124 Traceback (most recent call last):
1125 File "<string>", line 775, in __del__
1126 AttributeError: 'str' object has no attribute 'warn'
1127 Exception ignored in: <function Channel.__del__ at 0x7fffae8a4b80>
1128 Traceback (most recent call last):
1129 File "<string>", line 775, in __del__
1130 AttributeError: 'str' object has no attribute 'warn'
1131 ____________________ TestTracing.test_popen_stderr_tracing _____________________
1132 ----------------------------- Captured stderr call -----------------------------
1133 [18206] gw0-worker [receiver-thread] received <Message GATEWAY_TERMINATE channel=0 lendata=0>
1134 [18206] gw0-worker [receiver-thread] finishing receiving thread
1135 [18206] gw0-worker [receiver-thread] terminating execution
1136 [18206] gw0-worker shutting down execution pool
1137 [18206] gw0-worker [receiver-thread] closing read
1138 [18206] gw0-worker [receiver-thread] closing write
1139 [18206] gw0-worker 1 channel.__del__
1140 [18206] gw0-worker [receiver-thread] terminating our receive pseudo pool
1141 [18206] gw0-worker [serve] joining receiver thread
1142 [18206] gw0-worker waiting for receiver thread to finish
1143 [18206] === atexit cleanup <Group []> ===
1144 =========================== short test summary info ============================
1145 ======== 640 passed, 431 skipped, 10 xfailed, 14 xpassed ========