component(developer/golang-123): Add Component
[oi-userland.git] / components / python / pexpect / test / results-all.master
blob353ac21d3a5d2a6ebe699695871d44c6d806520b
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: setup.cfg
6 collecting ... collected 257 items
8 tests/test_FSM.py::FSMTestCase::test_run_fsm PASSED
9 tests/test_ansi.py::ansiTestCase::test_decode_error PASSED
10 tests/test_ansi.py::ansiTestCase::test_fsm_memory PASSED
11 tests/test_ansi.py::ansiTestCase::test_lines PASSED
12 tests/test_ansi.py::ansiTestCase::test_number_x PASSED
13 tests/test_ansi.py::ansiTestCase::test_tetris PASSED
14 tests/test_ansi.py::ansiTestCase::test_torturet PASSED
15 tests/test_ansi.py::ansiTestCase::test_unicode PASSED
16 tests/test_ansi.py::ansiTestCase::test_utf8_bytes PASSED
17 tests/test_ansi.py::ansiTestCase::test_write PASSED
18 tests/test_async.py::AsyncTests::test_async_and_gc PASSED
19 tests/test_async.py::AsyncTests::test_async_and_sync PASSED
20 tests/test_async.py::AsyncTests::test_async_replwrap PASSED
21 tests/test_async.py::AsyncTests::test_async_replwrap_multiline PASSED
22 tests/test_async.py::AsyncTests::test_async_utf8 PASSED
23 tests/test_async.py::AsyncTests::test_eof PASSED
24 tests/test_async.py::AsyncTests::test_expect_exact PASSED
25 tests/test_async.py::AsyncTests::test_simple_expect PASSED
26 tests/test_async.py::AsyncTests::test_timeout PASSED
27 tests/test_command_list_split.py::SplitCommandLineTestCase::testSplitSizes PASSED
28 tests/test_constructor.py::TestCaseConstructor::test_constructor PASSED
29 tests/test_constructor.py::TestCaseConstructor::test_named_parameters PASSED
30 tests/test_ctrl_chars.py::TestCtrlChars::test_bad_sendcontrol_chars PASSED
31 tests/test_ctrl_chars.py::TestCtrlChars::test_control_chars PASSED
32 tests/test_ctrl_chars.py::TestCtrlChars::test_sendcontrol PASSED
33 tests/test_ctrl_chars.py::TestCtrlChars::test_sendeof PASSED
34 tests/test_ctrl_chars.py::TestCtrlChars::test_sendintr PASSED
35 tests/test_delay.py::TestCaseDelay::test_delayafterread PASSED
36 tests/test_delay.py::TestCaseDelay::test_delaybeforesend PASSED
37 tests/test_destructor.py::TestCaseDestructor::test_destructor PASSED
38 tests/test_dotall.py::TestCaseDotall::test_dotall PASSED
39 tests/test_dotall.py::TestCaseDotall::test_precompiled PASSED
40 tests/test_env.py::TestCaseEnv::test_run_uses_env PASSED
41 tests/test_env.py::TestCaseEnv::test_run_uses_env_path PASSED
42 tests/test_env.py::TestCaseEnv::test_run_uses_env_path_over_path PASSED
43 tests/test_env.py::TestCaseEnv::test_spawn_uses_env PASSED
44 tests/test_expect.py::ExpectTestCase::test_bad_arg PASSED
45 tests/test_expect.py::ExpectTestCase::test_before_across_chunks PASSED
46 tests/test_expect.py::ExpectTestCase::test_before_after PASSED
47 tests/test_expect.py::ExpectTestCase::test_before_after_exact PASSED
48 tests/test_expect.py::ExpectTestCase::test_before_after_timeout PASSED
49 tests/test_expect.py::ExpectTestCase::test_buffer_interface PASSED
50 tests/test_expect.py::ExpectTestCase::test_coerce_expect_re_enc_ascii PASSED
51 tests/test_expect.py::ExpectTestCase::test_coerce_expect_re_enc_none PASSED
52 tests/test_expect.py::ExpectTestCase::test_coerce_expect_re_enc_utf8 PASSED
53 tests/test_expect.py::ExpectTestCase::test_expect PASSED
54 tests/test_expect.py::ExpectTestCase::test_expect_basic PASSED
55 tests/test_expect.py::ExpectTestCase::test_expect_echo PASSED
56 tests/test_expect.py::ExpectTestCase::test_expect_echo_exact PASSED
57 tests/test_expect.py::ExpectTestCase::test_expect_eof PASSED
58 tests/test_expect.py::ExpectTestCase::test_expect_exact PASSED
59 tests/test_expect.py::ExpectTestCase::test_expect_exact_basic PASSED
60 tests/test_expect.py::ExpectTestCase::test_expect_ignore_case PASSED
61 tests/test_expect.py::ExpectTestCase::test_expect_ignore_case_flag PASSED
62 tests/test_expect.py::ExpectTestCase::test_expect_index PASSED
63 tests/test_expect.py::ExpectTestCase::test_expect_index_exact PASSED
64 tests/test_expect.py::ExpectTestCase::test_expect_order PASSED
65 tests/test_expect.py::ExpectTestCase::test_expect_order_exact PASSED
66 tests/test_expect.py::ExpectTestCase::test_expect_regex_enc_none PASSED
67 tests/test_expect.py::ExpectTestCase::test_expect_regex_enc_utf8 PASSED
68 tests/test_expect.py::ExpectTestCase::test_expect_setecho_off SKIPPED
69 tests/test_expect.py::ExpectTestCase::test_expect_setecho_off_exact SKIPPED
70 tests/test_expect.py::ExpectTestCase::test_expect_timeout PASSED
71 tests/test_expect.py::ExpectTestCase::test_greed PASSED
72 tests/test_expect.py::ExpectTestCase::test_greed_exact PASSED
73 tests/test_expect.py::ExpectTestCase::test_increasing_searchwindowsize PASSED
74 tests/test_expect.py::ExpectTestCase::test_ordering PASSED
75 tests/test_expect.py::ExpectTestCase::test_ordering_exact PASSED
76 tests/test_expect.py::ExpectTestCase::test_searchwindowsize PASSED
77 tests/test_expect.py::ExpectTestCase::test_signal_handling PASSED
78 tests/test_expect.py::ExpectTestCase::test_stdin_closed PASSED
79 tests/test_expect.py::ExpectTestCase::test_stdin_stdout_closed PASSED
80 tests/test_expect.py::ExpectTestCase::test_timeout_none PASSED
81 tests/test_expect.py::ExpectTestCase::test_unexpected_eof PASSED
82 tests/test_expect.py::ExpectTestCase::test_waitnoecho SKIPPED (Not s...)
83 tests/test_expect.py::ExpectTestCase::test_waitnoecho_order SKIPPED
84 tests/test_filedescriptor.py::ExpectTestCase::test_fd PASSED
85 tests/test_filedescriptor.py::ExpectTestCase::test_fd_isalive PASSED
86 tests/test_filedescriptor.py::ExpectTestCase::test_fd_isatty PASSED
87 tests/test_filedescriptor.py::ExpectTestCase::test_fileobj PASSED
88 tests/test_filedescriptor.py::ExpectTestCase::test_maxread PASSED
89 tests/test_interact.py::InteractTestCase::test_interact_escape PASSED
90 tests/test_interact.py::InteractTestCase::test_interact_escape_None PASSED
91 tests/test_interact.py::InteractTestCase::test_interact_exit_unicode PASSED
92 tests/test_isalive.py::IsAliveTestCase::test_expect_isalive_consistent_multiple_calls PASSED
93 tests/test_isalive.py::IsAliveTestCase::test_expect_isalive_dead_after_SIGHUP PASSED
94 tests/test_isalive.py::IsAliveTestCase::test_expect_isalive_dead_after_SIGINT PASSED
95 tests/test_isalive.py::IsAliveTestCase::test_expect_isalive_dead_after_SIGKILL PASSED
96 tests/test_isalive.py::IsAliveTestCase::test_expect_isalive_dead_after_normal_termination PASSED
97 tests/test_isalive.py::IsAliveTestCase::test_expect_wait PASSED
98 tests/test_isalive.py::IsAliveTestCase::test_expect_wait_after_termination PASSED
99 tests/test_isalive.py::IsAliveTestCase::test_forced_terminate PASSED
100 tests/test_isalive.py::IsAliveTestCase::test_signal_wait PASSED
101 tests/test_log.py::TestCaseLog::test_log PASSED
102 tests/test_log.py::TestCaseLog::test_log_logfile_read PASSED
103 tests/test_log.py::TestCaseLog::test_log_logfile_send PASSED
104 tests/test_log.py::TestCaseLog::test_log_send_and_received PASSED
105 tests/test_misc.py::TestCaseMisc::test_bad_arguments_second_arg_is_list PASSED
106 tests/test_misc.py::TestCaseMisc::test_bad_arguments_suggest_fdpsawn PASSED
107 tests/test_misc.py::TestCaseMisc::test_bad_child_pid PASSED
108 tests/test_misc.py::TestCaseMisc::test_bad_type_in_expect PASSED
109 tests/test_misc.py::TestCaseMisc::test_cwd PASSED
110 tests/test_misc.py::TestCaseMisc::test_eof PASSED
111 tests/test_misc.py::TestCaseMisc::test_exception_tb PASSED
112 tests/test_misc.py::TestCaseMisc::test_isalive PASSED
113 tests/test_misc.py::TestCaseMisc::test_isatty SKIPPED (Not supported...)
114 tests/test_misc.py::TestCaseMisc::test_isatty_poll SKIPPED (Not supp...)
115 tests/test_misc.py::TestCaseMisc::test_iter PASSED
116 tests/test_misc.py::TestCaseMisc::test_nonnative_pty_fork PASSED
117 tests/test_misc.py::TestCaseMisc::test_read PASSED
118 tests/test_misc.py::TestCaseMisc::test_read_after_close_raises_value_error PASSED
119 tests/test_misc.py::TestCaseMisc::test_read_poll PASSED
120 tests/test_misc.py::TestCaseMisc::test_read_poll_timeout PASSED
121 tests/test_misc.py::TestCaseMisc::test_readline PASSED
122 tests/test_misc.py::TestCaseMisc::test_readline_bin_echo PASSED
123 tests/test_misc.py::TestCaseMisc::test_readlines PASSED
124 tests/test_misc.py::TestCaseMisc::test_searcher_as_string PASSED
125 tests/test_misc.py::TestCaseMisc::test_searcher_as_string_with_EOF PASSED
126 tests/test_misc.py::TestCaseMisc::test_searcher_as_string_with_TIMEOUT PASSED
127 tests/test_misc.py::TestCaseMisc::test_searcher_re_as_string PASSED
128 tests/test_misc.py::TestCaseMisc::test_searcher_re_as_string_with_EOF PASSED
129 tests/test_misc.py::TestCaseMisc::test_searcher_re_as_string_with_TIMEOUT PASSED
130 tests/test_misc.py::TestCaseMisc::test_sighup PASSED
131 tests/test_misc.py::TestCaseMisc::test_terminate PASSED
132 tests/test_misc.py::TestCaseMisc::test_with PASSED
133 tests/test_misc.py::TestCaseMisc::test_write PASSED
134 tests/test_misc.py::TestCaseMisc::test_writelines PASSED
135 tests/test_missing_command.py::MissingCommandTestCase::testMissingCommand PASSED
136 tests/test_performance.py::PerformanceTestCase::test_100000 PASSED
137 tests/test_performance.py::PerformanceTestCase::test_large_stdout_stream PASSED
138 tests/test_pickling.py::PickleTest::test_picking PASSED
139 tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg PASSED
140 tests/test_popen_spawn.py::ExpectTestCase::test_crlf PASSED
141 tests/test_popen_spawn.py::ExpectTestCase::test_crlf_encoding PASSED
142 tests/test_popen_spawn.py::ExpectTestCase::test_expect PASSED
143 tests/test_popen_spawn.py::ExpectTestCase::test_expect_basic PASSED
144 tests/test_popen_spawn.py::ExpectTestCase::test_expect_eof PASSED
145 tests/test_popen_spawn.py::ExpectTestCase::test_expect_exact PASSED
146 tests/test_popen_spawn.py::ExpectTestCase::test_expect_exact_basic PASSED
147 tests/test_popen_spawn.py::ExpectTestCase::test_expect_timeout PASSED
148 tests/test_popen_spawn.py::ExpectTestCase::test_timeout_none PASSED
149 tests/test_popen_spawn.py::ExpectTestCase::test_unexpected_eof PASSED
150 tests/test_pxssh.py::PxsshTestCase::test_connection_refused PASSED
151 tests/test_pxssh.py::PxsshTestCase::test_custom_ssh_cmd PASSED
152 tests/test_pxssh.py::PxsshTestCase::test_custom_ssh_cmd_debug PASSED
153 tests/test_pxssh.py::PxsshTestCase::test_failed_custom_ssh_cmd PASSED
154 tests/test_pxssh.py::PxsshTestCase::test_failed_custom_ssh_cmd_debug PASSED
155 tests/test_pxssh.py::PxsshTestCase::test_failed_set_unique_prompt PASSED
156 tests/test_pxssh.py::PxsshTestCase::test_fake_ssh PASSED
157 tests/test_pxssh.py::PxsshTestCase::test_login_bash PASSED
158 tests/test_pxssh.py::PxsshTestCase::test_login_tcsh PASSED
159 tests/test_pxssh.py::PxsshTestCase::test_login_zsh PASSED
160 tests/test_pxssh.py::PxsshTestCase::test_remote_ssh_tunnel_string PASSED
161 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_empty_user PASSED
162 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_no_user PASSED
163 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_no_username_empty_config PASSED
164 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_passing_string PASSED
165 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_user PASSED
166 tests/test_pxssh.py::PxsshTestCase::test_ssh_config_wrong_Host PASSED
167 tests/test_pxssh.py::PxsshTestCase::test_ssh_key_string PASSED
168 tests/test_pxssh.py::PxsshTestCase::test_ssh_tunnel_string PASSED
169 tests/test_pxssh.py::PxsshTestCase::test_username_or_ssh_config PASSED
170 tests/test_pxssh.py::PxsshTestCase::test_wrong_pw PASSED
171 tests/test_replwrap.py::REPLWrapTestCase::test_bash SKIPPED (always ...)
172 tests/test_replwrap.py::REPLWrapTestCase::test_bash_env SKIPPED (alw...)
173 tests/test_replwrap.py::REPLWrapTestCase::test_existing_spawn SKIPPED
174 tests/test_replwrap.py::REPLWrapTestCase::test_long_running_continuation PASSED
175 tests/test_replwrap.py::REPLWrapTestCase::test_long_running_multiline PASSED
176 tests/test_replwrap.py::REPLWrapTestCase::test_multiline PASSED
177 tests/test_replwrap.py::REPLWrapTestCase::test_no_change_prompt PASSED
178 tests/test_replwrap.py::REPLWrapTestCase::test_pager_as_cat PASSED
179 tests/test_replwrap.py::REPLWrapTestCase::test_python PASSED
180 tests/test_replwrap.py::REPLWrapTestCase::test_zsh PASSED
181 tests/test_repr.py::TestCaseMisc::test_str_before_spawn PASSED
182 tests/test_repr.py::TestCaseMisc::test_str_spawn PASSED
183 tests/test_repr.py::TestCaseMisc::test_str_spawnu PASSED
184 tests/test_run.py::RunFuncTestCase::test_run PASSED
185 tests/test_run.py::RunFuncTestCase::test_run_bad_exitstatus PASSED
186 tests/test_run.py::RunFuncTestCase::test_run_callback PASSED
187 tests/test_run.py::RunFuncTestCase::test_run_event_as_function PASSED
188 tests/test_run.py::RunFuncTestCase::test_run_event_as_method PASSED
189 tests/test_run.py::RunFuncTestCase::test_run_event_as_string PASSED
190 tests/test_run.py::RunFuncTestCase::test_run_event_typeerror PASSED
191 tests/test_run.py::RunFuncTestCase::test_run_exit PASSED
192 tests/test_run.py::RunUnicodeFuncTestCase::test_run PASSED
193 tests/test_run.py::RunUnicodeFuncTestCase::test_run_bad_exitstatus PASSED
194 tests/test_run.py::RunUnicodeFuncTestCase::test_run_callback PASSED
195 tests/test_run.py::RunUnicodeFuncTestCase::test_run_event_as_function PASSED
196 tests/test_run.py::RunUnicodeFuncTestCase::test_run_event_as_method PASSED
197 tests/test_run.py::RunUnicodeFuncTestCase::test_run_event_as_string PASSED
198 tests/test_run.py::RunUnicodeFuncTestCase::test_run_event_typeerror PASSED
199 tests/test_run.py::RunUnicodeFuncTestCase::test_run_exit PASSED
200 tests/test_run.py::RunUnicodeFuncTestCase::test_run_unicode PASSED
201 tests/test_screen.py::screenTestCase::test_cursor_save PASSED
202 tests/test_screen.py::screenTestCase::test_decoding_errors PASSED
203 tests/test_screen.py::screenTestCase::test_fill PASSED
204 tests/test_screen.py::screenTestCase::test_get_region PASSED
205 tests/test_screen.py::screenTestCase::test_insert PASSED
206 tests/test_screen.py::screenTestCase::test_no_bytes PASSED
207 tests/test_screen.py::screenTestCase::test_put PASSED
208 tests/test_screen.py::screenTestCase::test_scroll PASSED
209 tests/test_screen.py::screenTestCase::test_unicode_ascii PASSED
210 tests/test_screen.py::screenTestCase::test_unicode_cp437 PASSED
211 tests/test_screen.py::screenTestCase::test_unicode_utf8 PASSED
212 tests/test_socket.py::ExpectTestCase::test_fd_isalive PASSED
213 tests/test_socket.py::ExpectTestCase::test_fd_isalive_poll PASSED
214 tests/test_socket.py::ExpectTestCase::test_fd_isatty PASSED
215 tests/test_socket.py::ExpectTestCase::test_fd_isatty_poll PASSED
216 tests/test_socket.py::ExpectTestCase::test_interrupt PASSED
217 tests/test_socket.py::ExpectTestCase::test_maxread PASSED
218 tests/test_socket.py::ExpectTestCase::test_multiple_interrupts PASSED
219 tests/test_socket.py::ExpectTestCase::test_socket PASSED
220 tests/test_socket.py::ExpectTestCase::test_socket_with_write PASSED
221 tests/test_socket.py::ExpectTestCase::test_timeout PASSED
222 tests/test_socket_fd.py::ExpectTestCase::test_fd_isalive PASSED
223 tests/test_socket_fd.py::ExpectTestCase::test_fd_isalive_poll PASSED
224 tests/test_socket_fd.py::ExpectTestCase::test_fd_isatty PASSED
225 tests/test_socket_fd.py::ExpectTestCase::test_fd_isatty_poll PASSED
226 tests/test_socket_fd.py::ExpectTestCase::test_fileobj PASSED
227 tests/test_socket_fd.py::ExpectTestCase::test_interrupt PASSED
228 tests/test_socket_fd.py::ExpectTestCase::test_maxread PASSED
229 tests/test_socket_fd.py::ExpectTestCase::test_multiple_interrupts PASSED
230 tests/test_socket_fd.py::ExpectTestCase::test_not_file_descriptor PASSED
231 tests/test_socket_fd.py::ExpectTestCase::test_not_int PASSED
232 tests/test_socket_fd.py::ExpectTestCase::test_socket PASSED
233 tests/test_socket_fd.py::ExpectTestCase::test_socket_with_write PASSED
234 tests/test_socket_fd.py::ExpectTestCase::test_timeout PASSED
235 tests/test_socket_pexpect.py::ExpectTestCase::test_maxread PASSED
236 tests/test_socket_pexpect.py::ExpectTestCase::test_socket PASSED
237 tests/test_socket_pexpect.py::ExpectTestCase::test_socket_isalive PASSED
238 tests/test_socket_pexpect.py::ExpectTestCase::test_socket_isatty PASSED
239 tests/test_timeout_pattern.py::Exp_TimeoutTestCase::test_correctStackTrace PASSED
240 tests/test_timeout_pattern.py::Exp_TimeoutTestCase::test_exp_timeout_notThrown PASSED
241 tests/test_timeout_pattern.py::Exp_TimeoutTestCase::test_matches_exp_timeout PASSED
242 tests/test_timeout_pattern.py::Exp_TimeoutTestCase::test_pattern_printout PASSED
243 tests/test_timeout_pattern.py::Exp_TimeoutTestCase::test_stacktraceMunging PASSED
244 tests/test_unicode.py::UnicodeTests::test_expect_basic PASSED
245 tests/test_unicode.py::UnicodeTests::test_expect_echo_exact PASSED
246 tests/test_unicode.py::UnicodeTests::test_expect_exact_basic PASSED
247 tests/test_unicode.py::UnicodeTests::test_expect_setecho_toggle SKIPPED
248 tests/test_unicode.py::UnicodeTests::test_expect_setecho_toggle_exact SKIPPED
249 tests/test_unicode.py::UnicodeTests::test_log_unicode PASSED
250 tests/test_unicode.py::UnicodeTests::test_readline_bin_echo PASSED
251 tests/test_unicode.py::UnicodeTests::test_spawn_expect_ascii_unicode PASSED
252 tests/test_unicode.py::UnicodeTests::test_spawn_send_unicode PASSED
253 tests/test_unicode.py::UnicodeTests::test_spawn_utf8_incomplete PASSED
254 tests/test_unicode.py::UnicodeTests::test_unicode_argv PASSED
255 tests/test_which.py::TestCaseWhich::test_os_defpath_which PASSED
256 tests/test_which.py::TestCaseWhich::test_path_from_env PASSED
257 tests/test_which.py::TestCaseWhich::test_path_search_which PASSED
258 tests/test_which.py::TestCaseWhich::test_which_finds_ls PASSED
259 tests/test_which.py::TestCaseWhich::test_which_follows_symlink PASSED
260 tests/test_which.py::TestCaseWhich::test_which_should_match_other_group_user PASSED
261 tests/test_which.py::TestCaseWhich::test_which_should_not_match_folders PASSED
262 tests/test_winsize.py::TestCaseWinsize::test_initial_winsize PASSED
263 tests/test_winsize.py::TestCaseWinsize::test_initial_winsize_by_dimension PASSED
264 tests/test_winsize.py::TestCaseWinsize::test_setwinsize PASSED
266 =============================== warnings summary ===============================
267 pexpect/ANSI.py:29
268   $(@D)/pexpect/ANSI.py:29: UserWarning: pexpect.screen and pexpect.ANSI are deprecated. We recommend using pyte to emulate a terminal screen: https://pypi.python.org/pypi/pyte
269     from . import screen
271 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
272 ======== 246 passed, 11 skipped, 1 warning ========