Last active
October 20, 2025 15:47
-
-
Save stefanor/393e358310b4dd791f6cbd2397fdcd58 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The necessary bits to build these optional modules were not found: | |
| _decimal | |
| To find the necessary bits, look in configure.ac and config.log. | |
| Checked 114 modules (37 built-in, 75 shared, 1 n/a on linux-parisc64, 0 disabled, 1 missing, 0 failed on import) | |
| ./python -E ./Tools/build/generate-build-details.py `cat pybuilddir.txt`/build-details.json | |
| ./python -E -m test --fast-ci -u-gui --timeout= | |
| + ./python -u -W error -bb -E -m test --fast-ci -u-gui --timeout= --dont-add-python-opts | |
| == CPython 3.15.0a0 (heads/hppa-stack:5f794c0c4ce, Oct 20 2025, 10:35:46) [GCC 15.2.0] | |
| == Linux-6.12.33+deb13-parisc64-parisc64-with-glibc2.41 big-endian | |
| == Python build: release | |
| == cwd: /home/stefanor/cpython/build/test_python_worker_19697æ | |
| == CPU count: 1 | |
| == encodings: locale=UTF-8 FS=utf-8 | |
| == resources: all,-cpu,-gui | |
| Using random seed: 695107986 | |
| 0:00:00 load avg: 0.18 Run 495 tests in parallel using 3 worker processes (timeout: 10 min, worker timeout: 15 min) | |
| 0:00:04 load avg: 0.41 [ 1/495] test_int_literal passed | |
| 0:00:15 load avg: 0.81 [ 2/495] test_getopt passed | |
| 0:00:20 load avg: 1.06 [ 3/495] test_exception_variations passed | |
| 0:00:25 load avg: 1.22 [ 4/495] test_keyword passed | |
| 0:00:35 load avg: 1.65 [ 5/495] test.test_asyncio.test_graph passed -- running (2): test_sys (35.6 sec), test_c_locale_coercion (35.6 sec) | |
| 0:00:46 load avg: 1.85 [ 6/495] test_c_locale_coercion passed (46.5 sec) -- running (1): test_sys (46.5 sec) | |
| 0:00:54 load avg: 2.03 [ 7/495] test.test_asyncio.test_staggered passed -- running (1): test_sys (54.6 sec) | |
| 0:01:09 load avg: 2.31 [ 8/495] test_strftime passed -- running (2): test_json (33.5 sec), test_sys (1 min 9 sec) | |
| 0:01:10 load avg: 2.31 [ 9/495/1] test_sys worker non-zero exit code (Exit code 120) -- running (1): test_json (34.9 sec) | |
| test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception) ... ok | |
| test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance) ... ok | |
| test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type) ... ok | |
| test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception) ... ok | |
| test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance) ... ok | |
| test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type) ... ok | |
| test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook) ... ok | |
| test_gh130163 (test.test_sys.DisplayHookTest.test_gh130163) ... ok | |
| test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook) ... ok | |
| test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook) ... ok | |
| test_excepthook (test.test_sys.ExceptHookTest.test_excepthook) ... ok | |
| test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename) ... ok | |
| test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook) ... ok | |
| test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks) ... ok | |
| test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference) ... ok | |
| test_default (test.test_sys.SizeofTest.test_default) ... ok | |
| test_errors (test.test_sys.SizeofTest.test_errors) ... ok | |
| test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size) ... ok | |
| test_objecttypes (test.test_sys.SizeofTest.test_objecttypes) ... ok | |
| test_pythontypes (test.test_sys.SizeofTest.test_pythontypes) ... ok | |
| test_slots (test.test_sys.SizeofTest.test_slots) ... ok | |
| test_43581 (test.test_sys.SysModuleTest.test_43581) ... ok | |
| test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) ... skipped 'needs sys._enablelegacywindowsfsencoding()' | |
| test_abi_info (test.test_sys.SysModuleTest.test_abi_info) ... ok | |
| test_attributes (test.test_sys.SysModuleTest.test_attributes) ... ok | |
| test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape) ... ok | |
| test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing) ... ok | |
| test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache) ... ok | |
| test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions) ... ok | |
| test_current_frames (test.test_sys.SysModuleTest.test_current_frames) ... ok | |
| test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats) ... ok | |
| test_disable_gil_abi (test.test_sys.SysModuleTest.test_disable_gil_abi) ... ok | |
| test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags) ... ok | |
| test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) ... skipped 'only available on Emscripten' | |
| test_executable (test.test_sys.SysModuleTest.test_executable) ... ok | |
| test_exit (test.test_sys.SysModuleTest.test_exit) ... ok | |
| test_exit_codes_under_repl (test.test_sys.SysModuleTest.test_exit_codes_under_repl) ... ok | |
| test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks) ... ok | |
| test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) ... skipped 'Android only' | |
| test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding) ... ok | |
| test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding) ... ok | |
| test_getframe (test.test_sys.SysModuleTest.test_getframe) ... ok | |
| test_getframemodulename (test.test_sys.SysModuleTest.test_getframemodulename) ... ok | |
| test_getobjects (test.test_sys.SysModuleTest.test_getobjects) ... skipped 'need sys.getobjects()' | |
| test_getrecursionlimit (test.test_sys.SysModuleTest.test_getrecursionlimit) ... ok | |
| test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) ... skipped "object <module 'sys' (built-in)> has no attribute 'getwindowsversion'" | |
| test_implementation (test.test_sys.SysModuleTest.test_implementation) ... ok | |
| test_intern (test.test_sys.SysModuleTest.test_intern) ... ok | |
| test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding) ... ok | |
| test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii) ... ok | |
| test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing) ... FAIL | |
| test_is_gil_enabled (test.test_sys.SysModuleTest.test_is_gil_enabled) ... ok | |
| test_issue20602 (test.test_sys.SysModuleTest.test_issue20602) ... ERROR | |
| test_module_names (test.test_sys.SysModuleTest.test_module_names) ... ok | |
| test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path) ... ok | |
| test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv) ... ok | |
| test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape) ... ok | |
| test_pystats (test.test_sys.SysModuleTest.test_pystats) ... skipped 'need Py_STATS build' | |
| test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery) ... ok | |
| test_refcount (test.test_sys.SysModuleTest.test_refcount) ... ok | |
| test_setrecursionlimit (test.test_sys.SysModuleTest.test_setrecursionlimit) ... ok | |
| test_setrecursionlimit_to_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth) ... ok | |
| test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir) ... ok | |
| test_subinterp_intern_dynamically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_dynamically_allocated) ... ok | |
| test_subinterp_intern_singleton (test.test_sys.SysModuleTest.test_subinterp_intern_singleton) ... ok | |
| test_subinterp_intern_statically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_statically_allocated) ... ok | |
| test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval) ... ok | |
| test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags) ... ok | |
| test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation) ... ok | |
| test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) ... skipped "object <module 'sys' (built-in)> has no attribute 'getwindowsversion'" | |
| test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data) ... ok | |
| test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit) ... ok | |
| test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation) ... ok | |
| test_thread_info (test.test_sys.SysModuleTest.test_thread_info) ... ok | |
| test_new_namespace_for_each_remote_exec (test.test_sys.TestRemoteExec.test_new_namespace_for_each_remote_exec) | |
| Test that each remote_exec call gets its own namespace. ... ok | |
| test_remote_exec (test.test_sys.TestRemoteExec.test_remote_exec) | |
| Test basic remote exec functionality ... ok | |
| test_remote_exec_bytes (test.test_sys.TestRemoteExec.test_remote_exec_bytes) ... ok | |
| test_remote_exec_disabled_by_env (test.test_sys.TestRemoteExec.test_remote_exec_disabled_by_env) | |
| Test remote exec is disabled when PYTHON_DISABLE_REMOTE_DEBUG is set ... ok | |
| test_remote_exec_disabled_by_xoption (test.test_sys.TestRemoteExec.test_remote_exec_disabled_by_xoption) | |
| Test remote exec is disabled with -Xdisable-remote-debug ... ok | |
| test_remote_exec_in_process_without_debug_fails_envvar (test.test_sys.TestRemoteExec.test_remote_exec_in_process_without_debug_fails_envvar) | |
| Test remote exec in a process without remote debugging enabled ... ok | |
| test_remote_exec_in_process_without_debug_fails_xoption (test.test_sys.TestRemoteExec.test_remote_exec_in_process_without_debug_fails_xoption) | |
| Test remote exec in a process without remote debugging enabled ... ok | |
| test_remote_exec_invalid_pid (test.test_sys.TestRemoteExec.test_remote_exec_invalid_pid) | |
| Test remote exec with invalid process ID ... ok | |
| test_remote_exec_invalid_script (test.test_sys.TestRemoteExec.test_remote_exec_invalid_script) | |
| Test remote exec with invalid script type ... ok | |
| test_remote_exec_invalid_script_path (test.test_sys.TestRemoteExec.test_remote_exec_invalid_script_path) | |
| Test remote exec with invalid script path ... ok | |
| test_remote_exec_raises_audit_event (test.test_sys.TestRemoteExec.test_remote_exec_raises_audit_event) | |
| Test remote exec raises an audit event ... ok | |
| test_remote_exec_syntax_error (test.test_sys.TestRemoteExec.test_remote_exec_syntax_error) | |
| Test remote exec with syntax error in script ... ok | |
| test_remote_exec_undecodable (test.test_sys.TestRemoteExec.test_remote_exec_undecodable) ... ok | |
| test_remote_exec_with_exception (test.test_sys.TestRemoteExec.test_remote_exec_with_exception) | |
| Test remote exec with an exception raised in the target process ... ok | |
| test_remote_exec_with_self_process (test.test_sys.TestRemoteExec.test_remote_exec_with_self_process) | |
| Test remote exec with the target process being the same as the test process ... ERROR | |
| test_jit_is_active (test.test_sys.TestSysJIT.test_jit_is_active) ... ok | |
| test_jit_is_available (test.test_sys.TestSysJIT.test_jit_is_available) ... ok | |
| test_jit_is_enabled (test.test_sys.TestSysJIT.test_jit_is_enabled) ... ok | |
| ====================================================================== | |
| ERROR: test_issue20602 (test.test_sys.SysModuleTest.test_issue20602) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_sys.py", line 1207, in test_issue20602 | |
| self.assertIn(b'sys.flags', out[0]) | |
| ~~~^^^ | |
| IndexError: list index out of range | |
| ====================================================================== | |
| ERROR: test_remote_exec_with_self_process (test.test_sys.TestRemoteExec.test_remote_exec_with_self_process) | |
| Test remote exec with the target process being the same as the test process | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_sys.py", line 2104, in test_remote_exec_with_self_process | |
| sys.remote_exec(os.getpid(), os.path.abspath(file)) | |
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| RuntimeError: Can't find the main thread in the remote process | |
| ====================================================================== | |
| FAIL: test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_sys.py", line 1193, in test_is_finalizing | |
| self.assertEqual(stdout.rstrip(), b'True') | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: b'' != b'True' | |
| ---------------------------------------------------------------------- | |
| Ran 92 tests in 61.148s | |
| FAILED (failures=1, errors=2, skipped=7) | |
| Warning -- threading._dangling was modified by test_sys | |
| Warning -- Before: {<weakref at 0xf8693050; to 'threading._MainThread' at 0xf8f238d0>} | |
| Warning -- After: {<weakref at 0xf4678d48; to 'threading.Thread' at 0xf7acb030>, <weakref at 0xf4678d70; to 'threading.Thread' at 0xf7cc8f48>, <weakref at 0xf4678d98; to 'threading._MainThread' at 0xf8f238d0>} | |
| test test_sys failed | |
| Warning -- Unraisable exception | |
| Exception ignored while flushing sys.stdout: | |
| RuntimeWarning: remaining subinterpreters; destroy them with _interpreters.destroy() | |
| 0:01:15 load avg: 2.37 [ 10/495/1] test_pyexpat passed -- running (1): test_json (39.3 sec) | |
| 0:01:20 load avg: 2.34 [ 11/495/2] test_wait4 failed (env changed) -- running (1): test_json (44.3 sec) | |
| test_wait (test.fork_wait.ForkWait.test_wait) ... ok | |
| test_wait (test.test_wait4.Wait4Test.test_wait) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 2 tests in 5.159s | |
| OK | |
| Warning -- threading._dangling was modified by test_wait4 | |
| Warning -- Before: {<weakref at 0xf874bf28; to 'threading._MainThread' at 0xf8fa38d0>} | |
| Warning -- After: {<weakref at 0xf86fba00; to 'threading.Thread' at 0xf8740818>, <weakref at 0xf86fba28; to 'threading.Thread' at 0xf86ed228>, <weakref at 0xf86fba50; to 'threading.Thread' at 0xf86ed420>, <weakref at 0xf86fba78; to 'threading.Thread' at 0xf8731ea0>, <weakref at 0xf86fbaa0; to 'threading.Thread' at 0xf86f54b0>, <weakref at 0xf86fbac8; to 'threading._MainThread' at 0xf8fa38d0>, <weakref at 0xf86fbaf0; to 'threading.Thread' at 0xf8717f30>, <weakref at 0xf86fbb18; to 'threading.Thread' at 0xf8717d50>, <weakref at 0xf86fbb40; to 'threading.Thread' at 0xf86f8160>} | |
| 0:01:31 load avg: 2.59 [ 12/495/2] test_string_literals passed -- running (1): test_json (55.5 sec) | |
| 0:02:01 load avg: 2.83 running (3): test_json (1 min 25 sec), test_weakref (30.0 sec), test_pyclbr (46.3 sec) | |
| 0:02:28 load avg: 2.89 [ 13/495/2] test_pyclbr passed (1 min 13 sec) -- running (2): test_json (1 min 52 sec), test_weakref (57.0 sec) | |
| 0:02:48 load avg: 3.00 [ 14/495/3] test_ordered_dict failed (13 failures) -- running (2): test_json (2 min 13 sec), test_weakref (1 min 17 sec) | |
| test_abc (test.test_ordered_dict.CPythonBuiltinDictTests.test_abc) ... ok | |
| test_clear (test.test_ordered_dict.CPythonBuiltinDictTests.test_clear) ... ok | |
| test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem) ... ok | |
| test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision) ... ok | |
| test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration) ... ok | |
| test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested) ... ok | |
| test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass) ... FAIL | |
| test_init (test.test_ordered_dict.CPythonBuiltinDictTests.test_init) ... ok | |
| test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update) ... ok | |
| test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem) ... ok | |
| test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert) ... ok | |
| test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem) ... ok | |
| test_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_update) ... ok | |
| test_bool (test.test_ordered_dict.CPythonGeneralMappingTests.test_bool) ... ok | |
| test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor) ... ok | |
| test_get (test.test_ordered_dict.CPythonGeneralMappingTests.test_get) ... ok | |
| test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem) ... ok | |
| test_items (test.test_ordered_dict.CPythonGeneralMappingTests.test_items) ... ok | |
| test_keys (test.test_ordered_dict.CPythonGeneralMappingTests.test_keys) ... ok | |
| test_len (test.test_ordered_dict.CPythonGeneralMappingTests.test_len) ... ok | |
| test_pop (test.test_ordered_dict.CPythonGeneralMappingTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem) ... ok | |
| test_read (test.test_ordered_dict.CPythonGeneralMappingTests.test_read) ... ok | |
| test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault) ... ok | |
| test_update (test.test_ordered_dict.CPythonGeneralMappingTests.test_update) ... ok | |
| test_values (test.test_ordered_dict.CPythonGeneralMappingTests.test_values) ... ok | |
| test_write (test.test_ordered_dict.CPythonGeneralMappingTests.test_write) ... ok | |
| test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468) ... ok | |
| test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc) ... ok | |
| test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear) ... ok | |
| test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying) ... ok | |
| test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem) ... ok | |
| test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision) ... ok | |
| test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration) ... ok | |
| test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear) ... ok | |
| test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem) ... ok | |
| test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop) ... ok | |
| test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem) ... ok | |
| test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault) ... ok | |
| test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem) ... ok | |
| test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update) ... ok | |
| test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality) ... ok | |
| test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating) ... FAIL | |
| test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys) ... ok | |
| test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested) ... ok | |
| test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass) ... FAIL | |
| test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init) ... ok | |
| test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls) ... ok | |
| test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear) ... ok | |
| test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key) ... ok | |
| test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear) ... ok | |
| test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key) ... ok | |
| test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq) ... ok | |
| test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347) ... ok | |
| test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348) ... ok | |
| test_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24667) | |
| dict resizes after a certain number of insertion operations, ... ok | |
| test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators) ... ok | |
| test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty) ... ok | |
| test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling) ... ok | |
| test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration) ... ok | |
| test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator) ... ok | |
| test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end) ... ok | |
| test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406) ... ok | |
| test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc) ... ok | |
| test_overridden_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init) ... ok | |
| test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update) ... ok | |
| test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive) ... ok | |
| test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem) ... ok | |
| test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last) ... ok | |
| test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat) ... ok | |
| test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop) ... FAIL | |
| test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert) ... ok | |
| test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr) ... ok | |
| test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive) ... ok | |
| test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values) ... ok | |
| test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault) ... ok | |
| test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem) ... ok | |
| test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof) ... ok | |
| test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact) ... ok | |
| test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators) ... ok | |
| test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update) ... ok | |
| test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views) ... ok | |
| test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed) ... ok | |
| test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage) ... ok | |
| test_468 (test.test_ordered_dict.CPythonOrderedDictTests.test_468) ... ok | |
| test_abc (test.test_ordered_dict.CPythonOrderedDictTests.test_abc) ... ok | |
| test_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_clear) ... ok | |
| test_copying (test.test_ordered_dict.CPythonOrderedDictTests.test_copying) ... ok | |
| test_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem) ... ok | |
| test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision) ... ok | |
| test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration) ... ok | |
| test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear) ... ok | |
| test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem) ... ok | |
| test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop) ... ok | |
| test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem) ... ok | |
| test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault) ... ok | |
| test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem) ... ok | |
| test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update) ... ok | |
| test_equality (test.test_ordered_dict.CPythonOrderedDictTests.test_equality) ... ok | |
| test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating) ... FAIL | |
| test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys) ... ok | |
| test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested) ... ok | |
| test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass) ... FAIL | |
| test_init (test.test_ordered_dict.CPythonOrderedDictTests.test_init) ... ok | |
| test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls) ... ok | |
| test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear) ... ok | |
| test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key) ... ok | |
| test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_clear) ... ok | |
| test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key) ... ok | |
| test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq) ... ok | |
| test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347) ... ok | |
| test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348) ... ok | |
| test_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24667) | |
| dict resizes after a certain number of insertion operations, ... ok | |
| test_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators) ... ok | |
| test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty) ... ok | |
| test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling) ... ok | |
| test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration) ... ok | |
| test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator) ... ok | |
| test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end) ... ok | |
| test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406) ... ok | |
| test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc) ... ok | |
| test_overridden_init (test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init) ... ok | |
| test_override_update (test.test_ordered_dict.CPythonOrderedDictTests.test_override_update) ... ok | |
| test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive) ... ok | |
| test_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem) ... ok | |
| test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last) ... ok | |
| test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat) ... ok | |
| test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop) ... FAIL | |
| test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert) ... ok | |
| test_repr (test.test_ordered_dict.CPythonOrderedDictTests.test_repr) ... ok | |
| test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive) ... ok | |
| test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values) ... ok | |
| test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault) ... ok | |
| test_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_setitem) ... ok | |
| test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof) ... ok | |
| test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact) ... ok | |
| test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators) ... ok | |
| test_update (test.test_ordered_dict.CPythonOrderedDictTests.test_update) ... ok | |
| test_views (test.test_ordered_dict.CPythonOrderedDictTests.test_views) ... ok | |
| test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed) ... ok | |
| test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage) ... ok | |
| test_copying (test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying) ... ok | |
| test_bool (test.test_ordered_dict.CPythonSubclassMappingTests.test_bool) ... ok | |
| test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor) ... ok | |
| test_get (test.test_ordered_dict.CPythonSubclassMappingTests.test_get) ... ok | |
| test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem) ... ok | |
| test_items (test.test_ordered_dict.CPythonSubclassMappingTests.test_items) ... ok | |
| test_keys (test.test_ordered_dict.CPythonSubclassMappingTests.test_keys) ... ok | |
| test_len (test.test_ordered_dict.CPythonSubclassMappingTests.test_len) ... ok | |
| test_pop (test.test_ordered_dict.CPythonSubclassMappingTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem) ... ok | |
| test_read (test.test_ordered_dict.CPythonSubclassMappingTests.test_read) ... ok | |
| test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault) ... ok | |
| test_update (test.test_ordered_dict.CPythonSubclassMappingTests.test_update) ... ok | |
| test_values (test.test_ordered_dict.CPythonSubclassMappingTests.test_values) ... ok | |
| test_write (test.test_ordered_dict.CPythonSubclassMappingTests.test_write) ... ok | |
| test_add_after_full (test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full) ... ok | |
| test_change_order_on_get (test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get) ... ok | |
| test_pop (test.test_ordered_dict.CSimpleLRUCacheTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem) ... ok | |
| test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool) ... ok | |
| test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor) ... ok | |
| test_get (test.test_ordered_dict.PurePythonGeneralMappingTests.test_get) ... ok | |
| test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem) ... ok | |
| test_items (test.test_ordered_dict.PurePythonGeneralMappingTests.test_items) ... ok | |
| test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys) ... ok | |
| test_len (test.test_ordered_dict.PurePythonGeneralMappingTests.test_len) ... ok | |
| test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem) ... ok | |
| test_read (test.test_ordered_dict.PurePythonGeneralMappingTests.test_read) ... ok | |
| test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault) ... ok | |
| test_update (test.test_ordered_dict.PurePythonGeneralMappingTests.test_update) ... ok | |
| test_values (test.test_ordered_dict.PurePythonGeneralMappingTests.test_values) ... ok | |
| test_write (test.test_ordered_dict.PurePythonGeneralMappingTests.test_write) ... ok | |
| test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468) ... ok | |
| test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc) ... ok | |
| test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear) ... ok | |
| test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying) ... ok | |
| test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem) ... ok | |
| test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision) ... ok | |
| test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration) ... ok | |
| test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear) ... ok | |
| test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem) ... ok | |
| test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop) ... ok | |
| test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem) ... ok | |
| test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault) ... ok | |
| test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem) ... ok | |
| test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update) ... ok | |
| test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality) ... ok | |
| test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating) ... FAIL | |
| test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys) ... ok | |
| test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested) ... ok | |
| test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass) ... FAIL | |
| test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init) ... ok | |
| test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls) ... ok | |
| test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error) ... ok | |
| test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347) ... ok | |
| test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348) ... ok | |
| test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24667) | |
| dict resizes after a certain number of insertion operations, ... ok | |
| test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators) ... ok | |
| test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty) ... ok | |
| test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator) ... ok | |
| test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end) ... ok | |
| test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406) ... ok | |
| test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc) ... ok | |
| test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init) ... ok | |
| test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update) ... ok | |
| test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive) ... ok | |
| test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem) ... ok | |
| test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last) ... ok | |
| test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat) ... ok | |
| test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop) ... FAIL | |
| test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert) ... ok | |
| test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr) ... ok | |
| test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive) ... ok | |
| test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values) ... ok | |
| test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault) ... ok | |
| test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem) ... ok | |
| test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof) ... ok | |
| test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators) ... ok | |
| test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update) ... ok | |
| test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views) ... ok | |
| test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage) ... ok | |
| test_468 (test.test_ordered_dict.PurePythonOrderedDictTests.test_468) ... ok | |
| test_abc (test.test_ordered_dict.PurePythonOrderedDictTests.test_abc) ... ok | |
| test_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_clear) ... ok | |
| test_copying (test.test_ordered_dict.PurePythonOrderedDictTests.test_copying) ... ok | |
| test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem) ... ok | |
| test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision) ... ok | |
| test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration) ... ok | |
| test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear) ... ok | |
| test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem) ... ok | |
| test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop) ... ok | |
| test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem) ... ok | |
| test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault) ... ok | |
| test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem) ... ok | |
| test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update) ... ok | |
| test_equality (test.test_ordered_dict.PurePythonOrderedDictTests.test_equality) ... ok | |
| test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating) ... FAIL | |
| test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys) ... ok | |
| test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested) ... ok | |
| test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass) ... FAIL | |
| test_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_init) ... ok | |
| test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls) ... ok | |
| test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue119004_attribute_error) ... ok | |
| test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347) ... ok | |
| test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348) ... ok | |
| test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24667) | |
| dict resizes after a certain number of insertion operations, ... ok | |
| test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators) ... ok | |
| test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty) ... ok | |
| test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator) ... ok | |
| test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end) ... ok | |
| test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406) ... ok | |
| test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc) ... ok | |
| test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init) ... ok | |
| test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update) ... ok | |
| test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive) ... ok | |
| test_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem) ... ok | |
| test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last) ... ok | |
| test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat) ... ok | |
| test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop) ... FAIL | |
| test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert) ... ok | |
| test_repr (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr) ... ok | |
| test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive) ... ok | |
| test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values) ... ok | |
| test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault) ... ok | |
| test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem) ... ok | |
| test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof) ... ok | |
| test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators) ... ok | |
| test_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_update) ... ok | |
| test_views (test.test_ordered_dict.PurePythonOrderedDictTests.test_views) ... ok | |
| test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage) ... ok | |
| test_copying (test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying) ... ok | |
| test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool) ... ok | |
| test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor) ... ok | |
| test_get (test.test_ordered_dict.PurePythonSubclassMappingTests.test_get) ... ok | |
| test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem) ... ok | |
| test_items (test.test_ordered_dict.PurePythonSubclassMappingTests.test_items) ... ok | |
| test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys) ... ok | |
| test_len (test.test_ordered_dict.PurePythonSubclassMappingTests.test_len) ... ok | |
| test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem) ... ok | |
| test_read (test.test_ordered_dict.PurePythonSubclassMappingTests.test_read) ... ok | |
| test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault) ... ok | |
| test_update (test.test_ordered_dict.PurePythonSubclassMappingTests.test_update) ... ok | |
| test_values (test.test_ordered_dict.PurePythonSubclassMappingTests.test_values) ... ok | |
| test_write (test.test_ordered_dict.PurePythonSubclassMappingTests.test_write) ... ok | |
| test_add_after_full (test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full) ... ok | |
| test_change_order_on_get (test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get) ... ok | |
| test_pop (test.test_ordered_dict.PySimpleLRUCacheTests.test_pop) ... ok | |
| test_popitem (test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem) ... ok | |
| ====================================================================== | |
| FAIL: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 519, in test_highly_nested_subclass | |
| self.assertEqual(deleted, list(reversed(range(100)))) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 8[343 chars]1, 0] | |
| Second list contains 100 additional elements. | |
| First extra element 0: | |
| 99 | |
| Diff is 695 characters long. Set self.maxDiff to None to see it. | |
| ====================================================================== | |
| FAIL: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 684, in test_free_after_iterating | |
| support.check_free_after_iterating(self, iter, self.OrderedDict) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1982, in check_free_after_iterating | |
| test.assertTrue(done) | |
| ~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 519, in test_highly_nested_subclass | |
| self.assertEqual(deleted, list(reversed(range(100)))) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 8[343 chars]1, 0] | |
| Second list contains 100 additional elements. | |
| First extra element 0: | |
| 99 | |
| Diff is 695 characters long. Set self.maxDiff to None to see it. | |
| ====================================================================== | |
| FAIL: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 681, in test_reference_loop | |
| self.assertIsNone(r()) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| AssertionError: <class 'test.test_ordered_dict.OrderedDictTests.test_reference_loop.<locals>.A'> is not None | |
| ====================================================================== | |
| FAIL: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 684, in test_free_after_iterating | |
| support.check_free_after_iterating(self, iter, self.OrderedDict) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1982, in check_free_after_iterating | |
| test.assertTrue(done) | |
| ~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 519, in test_highly_nested_subclass | |
| self.assertEqual(deleted, list(reversed(range(100)))) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 8[343 chars]1, 0] | |
| Second list contains 100 additional elements. | |
| First extra element 0: | |
| 99 | |
| Diff is 695 characters long. Set self.maxDiff to None to see it. | |
| ====================================================================== | |
| FAIL: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 681, in test_reference_loop | |
| self.assertIsNone(r()) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| AssertionError: <class 'test.test_ordered_dict.OrderedDictTests.test_reference_loop.<locals>.A'> is not None | |
| ====================================================================== | |
| FAIL: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 684, in test_free_after_iterating | |
| support.check_free_after_iterating(self, iter, self.OrderedDict) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1982, in check_free_after_iterating | |
| test.assertTrue(done) | |
| ~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 519, in test_highly_nested_subclass | |
| self.assertEqual(deleted, list(reversed(range(100)))) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 8[343 chars]1, 0] | |
| Second list contains 100 additional elements. | |
| First extra element 0: | |
| 99 | |
| Diff is 695 characters long. Set self.maxDiff to None to see it. | |
| ====================================================================== | |
| FAIL: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 681, in test_reference_loop | |
| self.assertIsNone(r()) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| AssertionError: <class 'test.test_ordered_dict.OrderedDictTests.test_reference_loop.<locals>.A'> is not None | |
| ====================================================================== | |
| FAIL: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 684, in test_free_after_iterating | |
| support.check_free_after_iterating(self, iter, self.OrderedDict) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1982, in check_free_after_iterating | |
| test.assertTrue(done) | |
| ~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 519, in test_highly_nested_subclass | |
| self.assertEqual(deleted, list(reversed(range(100)))) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 8[343 chars]1, 0] | |
| Second list contains 100 additional elements. | |
| First extra element 0: | |
| 99 | |
| Diff is 695 characters long. Set self.maxDiff to None to see it. | |
| ====================================================================== | |
| FAIL: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ordered_dict.py", line 681, in test_reference_loop | |
| self.assertIsNone(r()) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| AssertionError: <class 'test.test_ordered_dict.OrderedDictTests.test_reference_loop.<locals>.A'> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 295 tests in 13.706s | |
| FAILED (failures=13) | |
| test test_ordered_dict failed | |
| 0:02:53 load avg: 3.00 [ 15/495/3] test_typechecks passed -- running (2): test_json (2 min 17 sec), test_weakref (1 min 21 sec) | |
| 0:02:58 load avg: 3.07 [ 16/495/4] test_picklebuffer failed (1 failure) -- running (2): test_json (2 min 22 sec), test_weakref (1 min 27 sec) | |
| test_basics (test.test_picklebuffer.PickleBufferTest.test_basics) ... ok | |
| test_constructor_failure (test.test_picklebuffer.PickleBufferTest.test_constructor_failure) ... ok | |
| test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle) ... FAIL | |
| test_ndarray_2d (test.test_picklebuffer.PickleBufferTest.test_ndarray_2d) ... ok | |
| test_raw (test.test_picklebuffer.PickleBufferTest.test_raw) ... ok | |
| test_raw_ndarray (test.test_picklebuffer.PickleBufferTest.test_raw_ndarray) ... ok | |
| test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous) ... ok | |
| test_raw_released (test.test_picklebuffer.PickleBufferTest.test_raw_released) ... ok | |
| test_release (test.test_picklebuffer.PickleBufferTest.test_release) ... ok | |
| ====================================================================== | |
| FAIL: test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_picklebuffer.py", line 74, in test_cycle | |
| self.assertIsNone(wpb()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <pickle.PickleBuffer object at 0xf86cbce8> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 9 tests in 0.230s | |
| FAILED (failures=1) | |
| test test_picklebuffer failed | |
| 0:03:28 load avg: 3.19 running (3): test_json (2 min 52 sec), test_weakref (1 min 57 sec), test.test_io.test_general (30.0 sec) | |
| 0:03:35 load avg: 3.17 [ 17/495/5] test.test_io.test_general failed (9 errors, 19 failures) (37.1 sec) -- running (2): test_json (2 min 59 sec), test_weakref (2 min 4 sec) | |
| test_RawIOBase_io_in_pyio_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_io_in_pyio_match) | |
| Test that pyio RawIOBase class has all c RawIOBase methods ... ok | |
| test_RawIOBase_pyio_in_io_match (test.test_io.test_general.APIMismatchTest.test_RawIOBase_pyio_in_io_match) | |
| Test that c RawIOBase class has all pyio RawIOBase methods ... ok | |
| test_BufferedIOBase_destructor (test.test_io.test_general.CIOTest.test_BufferedIOBase_destructor) ... FAIL | |
| test_BufferedIOBase_readinto (test.test_io.test_general.CIOTest.test_BufferedIOBase_readinto) ... ok | |
| test_IOBase_destructor (test.test_io.test_general.CIOTest.test_IOBase_destructor) ... FAIL | |
| test_IOBase_finalize (test.test_io.test_general.CIOTest.test_IOBase_finalize) ... FAIL | |
| test_RawIOBase_destructor (test.test_io.test_general.CIOTest.test_RawIOBase_destructor) ... FAIL | |
| test_RawIOBase_read (test.test_io.test_general.CIOTest.test_RawIOBase_read) ... ok | |
| test_RawIOBase_readall (test.test_io.test_general.CIOTest.test_RawIOBase_readall) ... ok | |
| test_TextIOBase_destructor (test.test_io.test_general.CIOTest.test_TextIOBase_destructor) ... FAIL | |
| test_append_mode_tell (test.test_io.test_general.CIOTest.test_append_mode_tell) ... ok | |
| test_array_writes (test.test_io.test_general.CIOTest.test_array_writes) ... ok | |
| test_bad_opener_negative_1 (test.test_io.test_general.CIOTest.test_bad_opener_negative_1) ... ok | |
| test_bad_opener_other_negative (test.test_io.test_general.CIOTest.test_bad_opener_other_negative) ... ok | |
| test_buffered_file_io (test.test_io.test_general.CIOTest.test_buffered_file_io) ... ok | |
| test_buffered_readinto_mixin (test.test_io.test_general.CIOTest.test_buffered_readinto_mixin) ... ok | |
| test_close_assert (test.test_io.test_general.CIOTest.test_close_assert) ... ok | |
| test_close_flushes (test.test_io.test_general.CIOTest.test_close_flushes) ... ok | |
| test_closefd (test.test_io.test_general.CIOTest.test_closefd) ... ok | |
| test_closefd_attr (test.test_io.test_general.CIOTest.test_closefd_attr) ... ok | |
| test_destructor (test.test_io.test_general.CIOTest.test_destructor) ... FAIL | |
| test_fileio_closefd (test.test_io.test_general.CIOTest.test_fileio_closefd) ... ok | |
| test_flush_error_on_close (test.test_io.test_general.CIOTest.test_flush_error_on_close) ... ok | |
| test_fspath_support (test.test_io.test_general.CIOTest.test_fspath_support) ... ok | |
| test_garbage_collection (test.test_io.test_general.CIOTest.test_garbage_collection) ... FAIL | |
| test_invalid_newline (test.test_io.test_general.CIOTest.test_invalid_newline) ... ok | |
| test_invalid_operations (test.test_io.test_general.CIOTest.test_invalid_operations) ... ok | |
| test_large_file_ops (test.test_io.test_general.CIOTest.test_large_file_ops) ... ok | |
| test_multi_close (test.test_io.test_general.CIOTest.test_multi_close) ... ok | |
| test_next_nonsizeable (test.test_io.test_general.CIOTest.test_next_nonsizeable) ... ok | |
| test_no_closefd_with_filename (test.test_io.test_general.CIOTest.test_no_closefd_with_filename) ... ok | |
| test_nonbuffered_textio (test.test_io.test_general.CIOTest.test_nonbuffered_textio) ... ok | |
| test_open_handles_NUL_chars (test.test_io.test_general.CIOTest.test_open_handles_NUL_chars) ... ok | |
| test_opener (test.test_io.test_general.CIOTest.test_opener) ... ok | |
| test_opener_invalid_fd (test.test_io.test_general.CIOTest.test_opener_invalid_fd) ... ok | |
| test_optional_abilities (test.test_io.test_general.CIOTest.test_optional_abilities) ... ok | |
| test_raw_bytes_io (test.test_io.test_general.CIOTest.test_raw_bytes_io) ... ok | |
| test_raw_file_io (test.test_io.test_general.CIOTest.test_raw_file_io) ... ok | |
| test_read_closed (test.test_io.test_general.CIOTest.test_read_closed) ... ok | |
| test_readline (test.test_io.test_general.CIOTest.test_readline) ... ok | |
| test_readline_nonsizeable (test.test_io.test_general.CIOTest.test_readline_nonsizeable) ... ok | |
| test_startup_optimization (test.test_io.test_general.CIOTest.test_startup_optimization) ... ok | |
| test_types_have_dict (test.test_io.test_general.CIOTest.test_types_have_dict) ... ok | |
| test_unbounded_file (test.test_io.test_general.CIOTest.test_unbounded_file) ... skipped 'test requires at least 2 GiB of memory' | |
| test_with_open (test.test_io.test_general.CIOTest.test_with_open) ... ok | |
| test_write_readline_races (test.test_io.test_general.CIOTest.test_write_readline_races) ... ok | |
| test___all__ (test.test_io.test_general.CMiscIOTest.test___all__) ... ok | |
| test_abc_inheritance (test.test_io.test_general.CMiscIOTest.test_abc_inheritance) ... ok | |
| test_abc_inheritance_official (test.test_io.test_general.CMiscIOTest.test_abc_inheritance_official) ... ok | |
| test_abcs (test.test_io.test_general.CMiscIOTest.test_abcs) ... ok | |
| test_attributes (test.test_io.test_general.CMiscIOTest.test_attributes) ... ok | |
| test_blockingioerror (test.test_io.test_general.CMiscIOTest.test_blockingioerror) ... FAIL | |
| test_check_encoding_errors (test.test_io.test_general.CMiscIOTest.test_check_encoding_errors) ... ok | |
| test_check_encoding_warning (test.test_io.test_general.CMiscIOTest.test_check_encoding_warning) ... ok | |
| test_create_fail (test.test_io.test_general.CMiscIOTest.test_create_fail) ... ok | |
| test_create_writes (test.test_io.test_general.CMiscIOTest.test_create_writes) ... ok | |
| test_daemon_threads_shutdown_stderr_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) ... ok | |
| test_daemon_threads_shutdown_stdout_deadlock (test.test_io.test_general.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) ... ok | |
| test_io_after_close (test.test_io.test_general.CMiscIOTest.test_io_after_close) ... ok | |
| test_nonblock_pipe_write_bigbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok | |
| test_nonblock_pipe_write_smallbuf (test.test_io.test_general.CMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok | |
| test_open_allargs (test.test_io.test_general.CMiscIOTest.test_open_allargs) ... ok | |
| test_open_pipe_with_append (test.test_io.test_general.CMiscIOTest.test_open_pipe_with_append) ... ok | |
| test_pickling (test.test_io.test_general.CMiscIOTest.test_pickling) ... ok | |
| test_readinto_buffer_overflow (test.test_io.test_general.CMiscIOTest.test_readinto_buffer_overflow) ... ok | |
| test_removed_u_mode (test.test_io.test_general.CMiscIOTest.test_removed_u_mode) ... ok | |
| test_text_encoding (test.test_io.test_general.CMiscIOTest.test_text_encoding) ... ok | |
| test_warn_on_dealloc (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc) ... FAIL | |
| test_warn_on_dealloc_fd (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc_fd) ... FAIL | |
| test_reader_subclass (test.test_io.test_general.ProtocolsTest.test_reader_subclass) ... ok | |
| test_writer_subclass (test.test_io.test_general.ProtocolsTest.test_writer_subclass) ... ok | |
| test_BufferedIOBase_destructor (test.test_io.test_general.PyIOTest.test_BufferedIOBase_destructor) ... FAIL | |
| test_BufferedIOBase_readinto (test.test_io.test_general.PyIOTest.test_BufferedIOBase_readinto) ... ok | |
| test_IOBase_destructor (test.test_io.test_general.PyIOTest.test_IOBase_destructor) ... FAIL | |
| test_RawIOBase_destructor (test.test_io.test_general.PyIOTest.test_RawIOBase_destructor) ... FAIL | |
| test_RawIOBase_read (test.test_io.test_general.PyIOTest.test_RawIOBase_read) ... ok | |
| test_RawIOBase_readall (test.test_io.test_general.PyIOTest.test_RawIOBase_readall) ... ok | |
| test_TextIOBase_destructor (test.test_io.test_general.PyIOTest.test_TextIOBase_destructor) ... FAIL | |
| test_append_mode_tell (test.test_io.test_general.PyIOTest.test_append_mode_tell) ... ok | |
| test_array_writes (test.test_io.test_general.PyIOTest.test_array_writes) ... ok | |
| test_bad_opener_negative_1 (test.test_io.test_general.PyIOTest.test_bad_opener_negative_1) ... ok | |
| test_bad_opener_other_negative (test.test_io.test_general.PyIOTest.test_bad_opener_other_negative) ... ok | |
| test_buffered_file_io (test.test_io.test_general.PyIOTest.test_buffered_file_io) ... ERROR | |
| test_buffered_readinto_mixin (test.test_io.test_general.PyIOTest.test_buffered_readinto_mixin) ... ok | |
| test_close_assert (test.test_io.test_general.PyIOTest.test_close_assert) ... ok | |
| test_close_flushes (test.test_io.test_general.PyIOTest.test_close_flushes) ... ERROR | |
| test_closefd (test.test_io.test_general.PyIOTest.test_closefd) ... ok | |
| test_closefd_attr (test.test_io.test_general.PyIOTest.test_closefd_attr) ... ok | |
| test_destructor (test.test_io.test_general.PyIOTest.test_destructor) ... FAIL | |
| test_fileio_closefd (test.test_io.test_general.PyIOTest.test_fileio_closefd) ... ok | |
| test_flush_error_on_close (test.test_io.test_general.PyIOTest.test_flush_error_on_close) ... ok | |
| test_fspath_support (test.test_io.test_general.PyIOTest.test_fspath_support) ... ERROR | |
| test_garbage_collection (test.test_io.test_general.PyIOTest.test_garbage_collection) ... FAIL | |
| test_invalid_newline (test.test_io.test_general.PyIOTest.test_invalid_newline) ... ok | |
| test_invalid_operations (test.test_io.test_general.PyIOTest.test_invalid_operations) ... ok | |
| test_large_file_ops (test.test_io.test_general.PyIOTest.test_large_file_ops) ... ok | |
| test_multi_close (test.test_io.test_general.PyIOTest.test_multi_close) ... ok | |
| test_next_nonsizeable (test.test_io.test_general.PyIOTest.test_next_nonsizeable) ... ok | |
| test_no_closefd_with_filename (test.test_io.test_general.PyIOTest.test_no_closefd_with_filename) ... ok | |
| test_nonbuffered_textio (test.test_io.test_general.PyIOTest.test_nonbuffered_textio) ... ok | |
| test_open_handles_NUL_chars (test.test_io.test_general.PyIOTest.test_open_handles_NUL_chars) ... ok | |
| test_opener (test.test_io.test_general.PyIOTest.test_opener) ... ERROR | |
| test_opener_invalid_fd (test.test_io.test_general.PyIOTest.test_opener_invalid_fd) ... ok | |
| test_optional_abilities (test.test_io.test_general.PyIOTest.test_optional_abilities) ... | |
| test_optional_abilities (test.test_io.test_general.PyIOTest.test_optional_abilities) [<function IOTest.test_optional_abilities.<locals>.pipe_reader at 0xf7666b28>] ... ERROR | |
| test_raw_bytes_io (test.test_io.test_general.PyIOTest.test_raw_bytes_io) ... ok | |
| test_raw_file_io (test.test_io.test_general.PyIOTest.test_raw_file_io) ... ok | |
| test_read_closed (test.test_io.test_general.PyIOTest.test_read_closed) ... ERROR | |
| test_readline (test.test_io.test_general.PyIOTest.test_readline) ... ok | |
| test_readline_nonsizeable (test.test_io.test_general.PyIOTest.test_readline_nonsizeable) ... ok | |
| test_startup_optimization (test.test_io.test_general.PyIOTest.test_startup_optimization) ... ok | |
| test_types_have_dict (test.test_io.test_general.PyIOTest.test_types_have_dict) ... ok | |
| test_unbounded_file (test.test_io.test_general.PyIOTest.test_unbounded_file) ... skipped 'test requires at least 2 GiB of memory' | |
| test_with_open (test.test_io.test_general.PyIOTest.test_with_open) ... ok | |
| test_write_readline_races (test.test_io.test_general.PyIOTest.test_write_readline_races) ... ok | |
| test___all__ (test.test_io.test_general.PyMiscIOTest.test___all__) ... ok | |
| test_abc_inheritance (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance) ... ok | |
| test_abc_inheritance_official (test.test_io.test_general.PyMiscIOTest.test_abc_inheritance_official) ... ok | |
| test_abcs (test.test_io.test_general.PyMiscIOTest.test_abcs) ... ok | |
| test_attributes (test.test_io.test_general.PyMiscIOTest.test_attributes) ... ok | |
| test_blockingioerror (test.test_io.test_general.PyMiscIOTest.test_blockingioerror) ... FAIL | |
| test_check_encoding_errors (test.test_io.test_general.PyMiscIOTest.test_check_encoding_errors) ... ok | |
| test_check_encoding_warning (test.test_io.test_general.PyMiscIOTest.test_check_encoding_warning) ... ok | |
| test_create_fail (test.test_io.test_general.PyMiscIOTest.test_create_fail) ... ok | |
| test_create_writes (test.test_io.test_general.PyMiscIOTest.test_create_writes) ... ERROR | |
| test_io_after_close (test.test_io.test_general.PyMiscIOTest.test_io_after_close) ... ok | |
| test_nonblock_pipe_write_bigbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ERROR | |
| test_nonblock_pipe_write_smallbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ERROR | |
| test_open_allargs (test.test_io.test_general.PyMiscIOTest.test_open_allargs) ... ok | |
| test_open_pipe_with_append (test.test_io.test_general.PyMiscIOTest.test_open_pipe_with_append) ... ok | |
| test_pickling (test.test_io.test_general.PyMiscIOTest.test_pickling) ... ok | |
| test_removed_u_mode (test.test_io.test_general.PyMiscIOTest.test_removed_u_mode) ... ok | |
| test_text_encoding (test.test_io.test_general.PyMiscIOTest.test_text_encoding) ... ok | |
| test_warn_on_dealloc (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc) ... FAIL | |
| test_warn_on_dealloc_fd (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc_fd) ... FAIL | |
| test_class_hierarchy (test.test_io.test_general.TestIOCTypes.test_class_hierarchy) ... ok | |
| test_disallow_instantiation (test.test_io.test_general.TestIOCTypes.test_disallow_instantiation) ... ok | |
| test_immutable_types (test.test_io.test_general.TestIOCTypes.test_immutable_types) ... ok | |
| test_stringio_setstate (test.test_io.test_general.TestIOCTypes.test_stringio_setstate) ... ok | |
| test_subclassing (test.test_io.test_general.TestIOCTypes.test_subclassing) ... ok | |
| ====================================================================== | |
| ERROR: test_buffered_file_io (test.test_io.test_general.PyIOTest.test_buffered_file_io) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 305, in test_buffered_file_io | |
| self.read_ops(f, True) | |
| ~~~~~~~~~~~~~^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 86, in read_ops | |
| self.assertEqual(f.read(), b"hello world\n") | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_close_flushes (test.test_io.test_general.PyIOTest.test_close_flushes) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 454, in test_close_flushes | |
| self.assertEqual(f.read(), b"xxx") | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_fspath_support (test.test_io.test_general.PyIOTest.test_fspath_support) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 682, in test_fspath_support | |
| check_path_succeeds(FakePath(os_helper.TESTFN)) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 680, in check_path_succeeds | |
| self.assertEqual(f.read(), "egg\n") | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_opener (test.test_io.test_general.PyIOTest.test_opener) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 613, in test_opener | |
| self.assertEqual(f.read(), "egg\n") | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_optional_abilities (test.test_io.test_general.PyIOTest.test_optional_abilities) [<function IOTest.test_optional_abilities.<locals>.pipe_reader at 0xf7666b28>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 271, in test_optional_abilities | |
| do_test(test, obj, abilities) | |
| ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 235, in do_test | |
| obj.read() | |
| ~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1687, in read | |
| return self.readall() | |
| ~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_read_closed (test.test_io.test_general.PyIOTest.test_read_closed) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 478, in test_read_closed | |
| self.assertEqual(file.read(), "egg\n") | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_create_writes (test.test_io.test_general.PyMiscIOTest.test_create_writes) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1221, in test_create_writes | |
| self.assertEqual(b"spam", f.read()) | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_nonblock_pipe_write_bigbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_bigbuf) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1271, in write | |
| self._flush_unlocked() | |
| ~~~~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1303, in _flush_unlocked | |
| raise BlockingIOError( | |
| errno.EAGAIN, | |
| "write could not complete without blocking", 0) | |
| BlockingIOError: [Errno 11] write could not complete without blocking | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1181, in _test_nonblock_pipe_write | |
| wf.write(msg) | |
| ~~~~~~~~^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1279, in write | |
| raise BlockingIOError(e.errno, e.strerror, written) | |
| BlockingIOError: [Errno 11] write could not complete without blocking | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1151, in test_nonblock_pipe_write_bigbuf | |
| self._test_nonblock_pipe_write(16*1024) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1188, in _test_nonblock_pipe_write | |
| received.append(rf.read()) | |
| ~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_nonblock_pipe_write_smallbuf (test.test_io.test_general.PyMiscIOTest.test_nonblock_pipe_write_smallbuf) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1271, in write | |
| self._flush_unlocked() | |
| ~~~~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1303, in _flush_unlocked | |
| raise BlockingIOError( | |
| errno.EAGAIN, | |
| "write could not complete without blocking", 0) | |
| BlockingIOError: [Errno 11] write could not complete without blocking | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1181, in _test_nonblock_pipe_write | |
| wf.write(msg) | |
| ~~~~~~~~^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1279, in write | |
| raise BlockingIOError(e.errno, e.strerror, written) | |
| BlockingIOError: [Errno 11] write could not complete without blocking | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1155, in test_nonblock_pipe_write_smallbuf | |
| self._test_nonblock_pipe_write(1024) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1188, in _test_nonblock_pipe_write | |
| received.append(rf.read()) | |
| ~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| FAIL: test_BufferedIOBase_destructor (test.test_io.test_general.CIOTest.test_BufferedIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 445, in test_BufferedIOBase_destructor | |
| self._check_base_destructor(self.BufferedIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_IOBase_destructor (test.test_io.test_general.CIOTest.test_IOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 439, in test_IOBase_destructor | |
| self._check_base_destructor(self.IOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_IOBase_finalize (test.test_io.test_general.CIOTest.test_IOBase_finalize) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 814, in test_IOBase_finalize | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: <test.test_io.test_general.CIOTest.test_IOBase_finalize.<locals>.MyIO object at 0xf7ec4cb8> is not None : <weakref at 0xf7e520f0; to 'test.test_io.test_general.CIOTest.test_IOBase_finalize.<locals>.MyIO' at 0xf7ec4cb8> | |
| ====================================================================== | |
| FAIL: test_RawIOBase_destructor (test.test_io.test_general.CIOTest.test_RawIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 442, in test_RawIOBase_destructor | |
| self._check_base_destructor(self.RawIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_TextIOBase_destructor (test.test_io.test_general.CIOTest.test_TextIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 448, in test_TextIOBase_destructor | |
| self._check_base_destructor(self.TextIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_destructor (test.test_io.test_general.CIOTest.test_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 404, in test_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_garbage_collection (test.test_io.test_general.CIOTest.test_garbage_collection) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 516, in test_garbage_collection | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: <_io.FileIO name='@test_20071_tmpæ' mode='wb' closefd=True> is not None : <weakref at 0xf7d9b5f0; to '_io.FileIO' at 0xf7d9b5c8> | |
| ====================================================================== | |
| FAIL: test_blockingioerror (test.test_io.test_general.CMiscIOTest.test_blockingioerror) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1053, in test_blockingioerror | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: '' is not None : <weakref at 0xf7bfe8e8; to 'test.test_io.test_general.MiscIOTest.test_blockingioerror.<locals>.C' at 0xf7d7bed0> | |
| ====================================================================== | |
| FAIL: test_warn_on_dealloc (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1097, in test_warn_on_dealloc | |
| self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1091, in _check_warn_on_dealloc | |
| with self.assertWarns(ResourceWarning) as cm: | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ====================================================================== | |
| FAIL: test_warn_on_dealloc_fd (test.test_io.test_general.CMiscIOTest.test_warn_on_dealloc_fd) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1122, in test_warn_on_dealloc_fd | |
| self._check_warn_on_dealloc_fd("rb", buffering=0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1113, in _check_warn_on_dealloc_fd | |
| self._check_warn_on_dealloc(r, *args, **kwargs) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1091, in _check_warn_on_dealloc | |
| with self.assertWarns(ResourceWarning) as cm: | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ====================================================================== | |
| FAIL: test_BufferedIOBase_destructor (test.test_io.test_general.PyIOTest.test_BufferedIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 445, in test_BufferedIOBase_destructor | |
| self._check_base_destructor(self.BufferedIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_IOBase_destructor (test.test_io.test_general.PyIOTest.test_IOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 439, in test_IOBase_destructor | |
| self._check_base_destructor(self.IOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_RawIOBase_destructor (test.test_io.test_general.PyIOTest.test_RawIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 442, in test_RawIOBase_destructor | |
| self._check_base_destructor(self.RawIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_TextIOBase_destructor (test.test_io.test_general.PyIOTest.test_TextIOBase_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 448, in test_TextIOBase_destructor | |
| self._check_base_destructor(self.TextIOBase) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 436, in _check_base_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_destructor (test.test_io.test_general.PyIOTest.test_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 404, in test_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_garbage_collection (test.test_io.test_general.PyIOTest.test_garbage_collection) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 516, in test_garbage_collection | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: <_pyio.FileIO name='@test_20071_tmpæ' mode='wb' closefd=True> is not None : <weakref at 0xf77257f8; to '_pyio.FileIO' at 0xf7726978> | |
| ====================================================================== | |
| FAIL: test_blockingioerror (test.test_io.test_general.PyMiscIOTest.test_blockingioerror) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1053, in test_blockingioerror | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: '' is not None : <weakref at 0xf75a18c0; to 'test.test_io.test_general.MiscIOTest.test_blockingioerror.<locals>.C' at 0xf761b510> | |
| ====================================================================== | |
| FAIL: test_warn_on_dealloc (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1097, in test_warn_on_dealloc | |
| self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1091, in _check_warn_on_dealloc | |
| with self.assertWarns(ResourceWarning) as cm: | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ====================================================================== | |
| FAIL: test_warn_on_dealloc_fd (test.test_io.test_general.PyMiscIOTest.test_warn_on_dealloc_fd) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1122, in test_warn_on_dealloc_fd | |
| self._check_warn_on_dealloc_fd("rb", buffering=0) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1113, in _check_warn_on_dealloc_fd | |
| self._check_warn_on_dealloc(r, *args, **kwargs) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_general.py", line 1091, in _check_warn_on_dealloc | |
| with self.assertWarns(ResourceWarning) as cm: | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ---------------------------------------------------------------------- | |
| Ran 139 tests in 28.639s | |
| FAILED (failures=19, errors=9, skipped=2) | |
| Warning -- threading._dangling was modified by test.test_io.test_general | |
| Warning -- Before: {<weakref at 0xf870bfc8; to 'threading._MainThread' at 0xf8f238d0>} | |
| Warning -- After: {<weakref at 0xf71f69b0; to 'threading.Thread' at 0xf7d3c420>, <weakref at 0xf71f69d8; to 'threading.Thread' at 0xf7608030>, <weakref at 0xf71f6a00; to 'threading.Thread' at 0xf7bde240>, <weakref at 0xf71f6a50; to 'threading.Thread' at 0xf757ded0>, <weakref at 0xf71f6a28; to 'threading._MainThread' at 0xf8f238d0>, <weakref at 0xf71f6a78; to 'threading.Thread' at 0xf7f67af8>, <weakref at 0xf71f6aa0; to 'threading.Thread' at 0xf7608d50>, <weakref at 0xf71f6ac8; to 'threading.Thread' at 0xf75d9750>, <weakref at 0xf71f6af0; to 'threading.Thread' at 0xf7d3c570>} | |
| test test.test_io.test_general failed | |
| 0:03:41 load avg: 3.16 [ 18/495/5] test_format passed -- running (2): test_json (3 min 5 sec), test_weakref (2 min 10 sec) | |
| 0:03:48 load avg: 3.15 [ 19/495/6] test_slice failed (1 failure) -- running (2): test_json (3 min 12 sec), test_weakref (2 min 16 sec) | |
| test_cmp (test.test_slice.SliceTest.test_cmp) ... ok | |
| test_constructor (test.test_slice.SliceTest.test_constructor) ... ok | |
| test_copy (test.test_slice.SliceTest.test_copy) ... ok | |
| test_cycle (test.test_slice.SliceTest.test_cycle) ... FAIL | |
| test_deepcopy (test.test_slice.SliceTest.test_deepcopy) ... ok | |
| test_hash (test.test_slice.SliceTest.test_hash) ... ok | |
| test_indices (test.test_slice.SliceTest.test_indices) ... ok | |
| test_members (test.test_slice.SliceTest.test_members) ... ok | |
| test_pickle (test.test_slice.SliceTest.test_pickle) ... ok | |
| test_repr (test.test_slice.SliceTest.test_repr) ... ok | |
| test_setslice_without_getslice (test.test_slice.SliceTest.test_setslice_without_getslice) ... ok | |
| ====================================================================== | |
| FAIL: test_cycle (test.test_slice.SliceTest.test_cycle) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_slice.py", line 296, in test_cycle | |
| self.assertIsNone(w()) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| AssertionError: <test.test_slice.SliceTest.test_cycle.<locals>.myobj object at 0xf8740bb0> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 11 tests in 2.067s | |
| FAILED (failures=1) | |
| test test_slice failed | |
| 0:03:57 load avg: 3.12 [ 20/495/6] test_json passed (3 min 21 sec) -- running (1): test_weakref (2 min 26 sec) | |
| 0:04:16 load avg: 3.09 [ 21/495/6] test_utf8_mode passed -- running (1): test_weakref (2 min 45 sec) | |
| 0:04:20 load avg: 3.16 [ 22/495/6] test.test_os.test_posix passed (31.9 sec) -- running (1): test_weakref (2 min 48 sec) | |
| 0:04:32 load avg: 3.43 [ 23/495/7] test_bz2 failed (uncaught exception) -- running (1): test_weakref (3 min 1 sec) | |
| testCompress (test.test_bz2.BZ2CompressorTest.testCompress) ... ok | |
| testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G) ... ok | |
| testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10) ... ok | |
| testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString) ... ok | |
| testPickle (test.test_bz2.BZ2CompressorTest.testPickle) ... ok | |
| testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress) ... ok | |
| testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G) ... ok | |
| testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10) ... ok | |
| testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData) ... ok | |
| testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize) ... ok | |
| testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError) ... ok | |
| testPickle (test.test_bz2.BZ2DecompressorTest.testPickle) ... ok | |
| test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor) ... ok | |
| test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1) ... ok | |
| test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2) ... ok | |
| test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3) ... ok | |
| test_failure (test.test_bz2.BZ2DecompressorTest.test_failure) ... ok | |
| test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) ... skipped "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'" | |
| test_uninitialized_BZ2Decompressor_crash (test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash) ... ok | |
| testAppend (test.test_bz2.BZ2FileTest.testAppend) ... ok | |
| testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs) ... ok | |
| testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock) ... ok | |
| testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol) ... ok | |
| testDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited) | |
| Decompressed data buffering should be limited ... ok | |
| testFileno (test.test_bz2.BZ2FileTest.testFileno) ... ok | |
| testIterator (test.test_bz2.BZ2FileTest.testIterator) ... ok | |
| testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream) ... ok | |
| testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads) ... ok | |
| testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering) ... ok | |
| testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename) ... ok | |
| testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel) ... ERROR | |
| testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName) ... ERROR | |
| testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName) ... ERROR | |
| testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName) ... ERROR | |
| testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename) ... ERROR | |
| testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent) ... ERROR | |
| testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename) ... ERROR | |
| testPeek (test.test_bz2.BZ2FileTest.testPeek) ... ERROR | |
| testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO) ... ERROR | |
| testRead (test.test_bz2.BZ2FileTest.testRead) ... ERROR | |
| testRead0 (test.test_bz2.BZ2FileTest.testRead0) ... ERROR | |
| testRead100 (test.test_bz2.BZ2FileTest.testRead100) ... ERROR | |
| testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile) ... ERROR | |
| testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO) ... ERROR | |
| testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10) ... ERROR | |
| testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream) ... ERROR | |
| testReadInto (test.test_bz2.BZ2FileTest.testReadInto) ... ERROR | |
| testReadLine (test.test_bz2.BZ2FileTest.testReadLine) ... ERROR | |
| testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream) ... ERROR | |
| testReadLines (test.test_bz2.BZ2FileTest.testReadLines) ... ERROR | |
| testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream) ... ERROR | |
| testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream) ... ERROR | |
| testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream) ... ERROR | |
| testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk) ... ERROR | |
| testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk) ... ERROR | |
| testReadable (test.test_bz2.BZ2FileTest.testReadable) ... ERROR | |
| testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline) ... ERROR | |
| testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards) ... ERROR | |
| testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams) ... ERROR | |
| testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO) ... ERROR | |
| testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd) ... ERROR | |
| testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams) ... ERROR | |
| testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward) ... ERROR | |
| testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams) ... ERROR | |
| testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO) ... ERROR | |
| testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd) ... ERROR | |
| testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream) ... ERROR | |
| testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice) ... ERROR | |
| testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream) ... ERROR | |
| testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart) ... ERROR | |
| testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream) ... ERROR | |
| testSeekable (test.test_bz2.BZ2FileTest.testSeekable) ... ERROR | |
| testThreading (test.test_bz2.BZ2FileTest.testThreading) ... ERROR | |
| testWritable (test.test_bz2.BZ2FileTest.testWritable) ... ERROR | |
| testWrite (test.test_bz2.BZ2FileTest.testWrite) ... ERROR | |
| testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO) ... ERROR | |
| testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10) ... ERROR | |
| testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines) ... ERROR | |
| testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile) ... ERROR | |
| testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel) ... ERROR | |
| test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439) ... ERROR | |
| test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated) ... ERROR | |
| testCompress (test.test_bz2.CompressDecompressTest.testCompress) ... ERROR | |
| testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString) ... ERROR | |
| testDecompress (test.test_bz2.CompressDecompressTest.testDecompress) ... ERROR | |
| testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData) ... ERROR | |
| testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty) ... ERROR | |
| testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete) ... ERROR | |
| testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream) ... ERROR | |
| testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk) ... ERROR | |
| testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString) ... ERROR | |
| testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk) ... ERROR | |
| test_bad_params (test.test_bz2.OpenTest.test_bad_params) ... ERROR | |
| test_binary_modes (test.test_bz2.OpenTest.test_binary_modes) ... ERROR | |
| test_encoding (test.test_bz2.OpenTest.test_encoding) ... ERROR | |
| test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler) ... ERROR | |
| test_fileobj (test.test_bz2.OpenTest.test_fileobj) ... ERROR | |
| test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes) ... ERROR | |
| test_newline (test.test_bz2.OpenTest.test_newline) ... ERROR | |
| test_text_modes (test.test_bz2.OpenTest.test_text_modes) ... ERROR | |
| test_x_mode (test.test_bz2.OpenTest.test_x_mode) ... ERROR | |
| ====================================================================== | |
| ERROR: testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 460, in testOpenDel | |
| File "/home/stefanor/cpython/Lib/bz2.py", line 81, in __init__ | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp3f_704dk' | |
| ====================================================================== | |
| ERROR: testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpnwhwbi33' | |
| ====================================================================== | |
| ERROR: testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmprdzc09wr' | |
| ====================================================================== | |
| ERROR: testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpsnjv961r' | |
| ====================================================================== | |
| ERROR: testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp8kl39acu' | |
| ====================================================================== | |
| ERROR: testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmphqy6ysbz' | |
| ====================================================================== | |
| ERROR: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpnly2p773' | |
| ====================================================================== | |
| ERROR: testPeek (test.test_bz2.BZ2FileTest.testPeek) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp2pkfyk6h' | |
| ====================================================================== | |
| ERROR: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpampgkrhe' | |
| ====================================================================== | |
| ERROR: testRead (test.test_bz2.BZ2FileTest.testRead) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpsoqc_354' | |
| ====================================================================== | |
| ERROR: testRead0 (test.test_bz2.BZ2FileTest.testRead0) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpqenghh9w' | |
| ====================================================================== | |
| ERROR: testRead100 (test.test_bz2.BZ2FileTest.testRead100) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp15r2m1f1' | |
| ====================================================================== | |
| ERROR: testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp79kpn8gx' | |
| ====================================================================== | |
| ERROR: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpdb2l32jf' | |
| ====================================================================== | |
| ERROR: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmplgzoma1i' | |
| ====================================================================== | |
| ERROR: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpixzolvcj' | |
| ====================================================================== | |
| ERROR: testReadInto (test.test_bz2.BZ2FileTest.testReadInto) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpf9nb_j6b' | |
| ====================================================================== | |
| ERROR: testReadLine (test.test_bz2.BZ2FileTest.testReadLine) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmphj1ia365' | |
| ====================================================================== | |
| ERROR: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp6qk623fx' | |
| ====================================================================== | |
| ERROR: testReadLines (test.test_bz2.BZ2FileTest.testReadLines) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmps62obe9q' | |
| ====================================================================== | |
| ERROR: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpwawxworc' | |
| ====================================================================== | |
| ERROR: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpojkn0sgx' | |
| ====================================================================== | |
| ERROR: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp69w4tfoa' | |
| ====================================================================== | |
| ERROR: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpul3b9dxj' | |
| ====================================================================== | |
| ERROR: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp8327n9dn' | |
| ====================================================================== | |
| ERROR: testReadable (test.test_bz2.BZ2FileTest.testReadable) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpb2lcycwf' | |
| ====================================================================== | |
| ERROR: testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpqhjde0ry' | |
| ====================================================================== | |
| ERROR: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpt6g5ax_9' | |
| ====================================================================== | |
| ERROR: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpwgki1f2w' | |
| ====================================================================== | |
| ERROR: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmphexcrdvf' | |
| ====================================================================== | |
| ERROR: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpikuurs96' | |
| ====================================================================== | |
| ERROR: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpgbn9wvac' | |
| ====================================================================== | |
| ERROR: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp_nmsv7k0' | |
| ====================================================================== | |
| ERROR: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpgwvuobho' | |
| ====================================================================== | |
| ERROR: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp2qctuh1v' | |
| ====================================================================== | |
| ERROR: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmphycvjyb7' | |
| ====================================================================== | |
| ERROR: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpcbu_ow_j' | |
| ====================================================================== | |
| ERROR: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpp0vyfrnl' | |
| ====================================================================== | |
| ERROR: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmptrwwmgjx' | |
| ====================================================================== | |
| ERROR: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp0j0_3js1' | |
| ====================================================================== | |
| ERROR: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmppjtk_zho' | |
| ====================================================================== | |
| ERROR: testSeekable (test.test_bz2.BZ2FileTest.testSeekable) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpaowjorvu' | |
| ====================================================================== | |
| ERROR: testThreading (test.test_bz2.BZ2FileTest.testThreading) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpiz37pn08' | |
| ====================================================================== | |
| ERROR: testWritable (test.test_bz2.BZ2FileTest.testWritable) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp75l4nbgs' | |
| ====================================================================== | |
| ERROR: testWrite (test.test_bz2.BZ2FileTest.testWrite) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpsoky7nzk' | |
| ====================================================================== | |
| ERROR: testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpb1uh_mio' | |
| ====================================================================== | |
| ERROR: testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpzeah1efa' | |
| ====================================================================== | |
| ERROR: testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpdqwd5q58' | |
| ====================================================================== | |
| ERROR: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpi0dv37hh' | |
| ====================================================================== | |
| ERROR: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpehuoo661' | |
| ====================================================================== | |
| ERROR: test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpujplffxr' | |
| ====================================================================== | |
| ERROR: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpvfusu_zz' | |
| ====================================================================== | |
| ERROR: testCompress (test.test_bz2.CompressDecompressTest.testCompress) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpwwq07a4s' | |
| ====================================================================== | |
| ERROR: testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp8r5zru5p' | |
| ====================================================================== | |
| ERROR: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpd7jyqphr' | |
| ====================================================================== | |
| ERROR: testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmptygq5ccg' | |
| ====================================================================== | |
| ERROR: testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpdqv26ssn' | |
| ====================================================================== | |
| ERROR: testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp46e1yg0t' | |
| ====================================================================== | |
| ERROR: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpqgpvrzfm' | |
| ====================================================================== | |
| ERROR: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpsrv0ea8v' | |
| ====================================================================== | |
| ERROR: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpnprv35kf' | |
| ====================================================================== | |
| ERROR: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmplzj2i3xz' | |
| ====================================================================== | |
| ERROR: test_bad_params (test.test_bz2.OpenTest.test_bad_params) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpj166h51c' | |
| ====================================================================== | |
| ERROR: test_binary_modes (test.test_bz2.OpenTest.test_binary_modes) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp5hzaq0xb' | |
| ====================================================================== | |
| ERROR: test_encoding (test.test_bz2.OpenTest.test_encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpruwjc5au' | |
| ====================================================================== | |
| ERROR: test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmp777cq1nv' | |
| ====================================================================== | |
| ERROR: test_fileobj (test.test_bz2.OpenTest.test_fileobj) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpfgz696dw' | |
| ====================================================================== | |
| ERROR: test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmprapzsspx' | |
| ====================================================================== | |
| ERROR: test_newline (test.test_bz2.OpenTest.test_newline) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpcbttj43i' | |
| ====================================================================== | |
| ERROR: test_text_modes (test.test_bz2.OpenTest.test_text_modes) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpwj0ci5mq' | |
| ====================================================================== | |
| ERROR: test_x_mode (test.test_bz2.OpenTest.test_x_mode) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_bz2.py", line 83, in setUp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 358, in mkstemp | |
| File "/home/stefanor/cpython/Lib/tempfile.py", line 257, in _mkstemp_inner | |
| OSError: [Errno 24] Too many open files: '/tmp/test_python_39n5fuyw/tmpbwz8coes' | |
| ---------------------------------------------------------------------- | |
| Ran 101 tests in 5.108s | |
| FAILED (errors=71, skipped=1) | |
| test test_bz2 crashed -- Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 210, in _runtest_env_changed_exc | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 165, in _load_run_test | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 118, in regrtest_runner | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 162, in test_func | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 42, in run_unittest | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 105, in _run_suite | |
| test.support.TestFailedWithDetails: multiple errors occurred | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 208, in _runtest_env_changed_exc | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/save_env.py", line 321, in __exit__ | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/save_env.py", line 264, in get_files | |
| OSError: [Errno 24] Too many open files | |
| 0:04:40 load avg: 3.52 [ 24/495/8] test.test_asyncio.test_threads failed (env changed) -- running (1): test_weakref (3 min 9 sec) | |
| test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread) ... Executing <Task pending name='Task-2' coro=<ToThreadTests.test_to_thread() running at /home/stefanor/cpython/Lib/test/test_asyncio/test_threads.py:16> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /home/stefanor/cpython/Lib/asyncio/futures.py:390, Task.task_wakeup()] created at /home/stefanor/cpython/Lib/asyncio/base_events.py:459> cb=[_run_until_complete_cb() at /home/stefanor/cpython/Lib/asyncio/base_events.py:181] created at /home/stefanor/cpython/Lib/asyncio/runners.py:109> took 0.152 seconds | |
| ok | |
| test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs) ... ok | |
| test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent) ... Executing <Task pending name='Task-12' coro=<ToThreadTests.test_to_thread_concurrent() running at /home/stefanor/cpython/Lib/test/test_asyncio/test_threads.py:41> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /home/stefanor/cpython/Lib/asyncio/tasks.py:749> cb=[_run_until_complete_cb() at /home/stefanor/cpython/Lib/asyncio/base_events.py:181] created at /home/stefanor/cpython/Lib/asyncio/runners.py:109> took 0.164 seconds | |
| ok | |
| test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars) ... ok | |
| test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception) ... ok | |
| test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 6 tests in 1.863s | |
| OK | |
| Warning -- threading._dangling was modified by test.test_asyncio.test_threads | |
| Warning -- Before: {<weakref at 0xf8652118; to 'threading._MainThread' at 0xf8f238d0>} | |
| Warning -- After: {<weakref at 0xf7958028; to 'threading.Thread' at 0xf7aea810>, <weakref at 0xf7958050; to 'threading.Thread' at 0xf7a7d828>, <weakref at 0xf7958078; to 'threading.Thread' at 0xf7a31230>, <weakref at 0xf79580a0; to 'threading.Thread' at 0xf7aea270>, <weakref at 0xf79580c8; to 'threading.Thread' at 0xf7f52ea0>, <weakref at 0xf79580f0; to 'threading.Thread' at 0xf7e212b0>, <weakref at 0xf7958118; to 'threading.Thread' at 0xf7ec74c8>, <weakref at 0xf7958140; to 'threading._MainThread' at 0xf8f238d0>, <weakref at 0xf7958168; to 'threading.Thread' at 0xf7e1c6b8>, <weakref at 0xf7958190; to 'threading.Thread' at 0xf7f53710>, <weakref at 0xf79581b8; to 'threading.Thread' at 0xf7e21710>, <weakref at 0xf79581e0; to 'threading.Thread' at 0xf79a6b30>, <weakref at 0xf7958208; to 'threading.Thread' at 0xf7f5b3c8>} | |
| 0:04:47 load avg: 3.48 [ 25/495/9] test_external_inspection failed (1 failure) (31.5 sec) -- running (1): test_weakref (3 min 16 sec) | |
| test_thread_status_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_detection) ... ok | |
| test_thread_status_gil_detection (test.test_external_inspection.TestDetectionOfThreadStatus.test_thread_status_gil_detection) ... ok | |
| test_async_gather_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_gather_remote_stack_trace) ... ok | |
| test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by) ... + Exception Group Traceback (most recent call last): | |
| | File "/tmp/test_python_e3zc40f9/tmp5bw8obff/script_pkg/script.py", line 64, in <module> | |
| | asyncio.run(main()) | |
| | ~~~~~~~~~~~^^^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/runners.py", line 204, in run | |
| | return runner.run(main) | |
| | ~~~~~~~~~~^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/runners.py", line 127, in run | |
| | return self._loop.run_until_complete(task) | |
| | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 719, in run_until_complete | |
| | return future.result() | |
| | ~~~~~~~~~~~~~^^ | |
| | File "/tmp/test_python_e3zc40f9/tmp5bw8obff/script_pkg/script.py", line 60, in main | |
| | async with asyncio.TaskGroup() as tg: | |
| | ~~~~~~~~~~~~~~~~~^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/taskgroups.py", line 72, in __aexit__ | |
| | return await self._aexit(et, exc) | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/taskgroups.py", line 174, in _aexit | |
| | raise BaseExceptionGroup( | |
| | ...<2 lines>... | |
| | ) from None | |
| | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) | |
| +-+---------------- 1 ---------------- | |
| | Exception Group Traceback (most recent call last): | |
| | File "/tmp/test_python_e3zc40f9/tmp5bw8obff/script_pkg/script.py", line 41, in echo_client_spam | |
| | async with asyncio.TaskGroup() as tg: | |
| | ~~~~~~~~~~~~~~~~~^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/taskgroups.py", line 72, in __aexit__ | |
| | return await self._aexit(et, exc) | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/taskgroups.py", line 174, in _aexit | |
| | raise BaseExceptionGroup( | |
| | ...<2 lines>... | |
| | ) from None | |
| | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception) | |
| +-+---------------- 1 ---------------- | |
| | Traceback (most recent call last): | |
| | File "/tmp/test_python_e3zc40f9/tmp5bw8obff/script_pkg/script.py", line 32, in echo_client | |
| | data = await reader.read(100) | |
| | ^^^^^^^^^^^^^^^^^^^^^^ | |
| | File "/home/stefanor/cpython/Lib/asyncio/streams.py", line 732, in read | |
| | del self._buffer[:n] | |
| | ~~~~~~~~~~~~^^^^ | |
| | BufferError: Existing exports of data: object cannot be re-sized | |
| +------------------------------------ | |
| FAIL | |
| test_async_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_remote_stack_trace) ... ok | |
| test_async_staggered_race_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_staggered_race_remote_stack_trace) ... ok | |
| test_asyncgen_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_asyncgen_remote_stack_trace) ... ok | |
| test_multiple_subinterpreters_with_threads (test.test_external_inspection.TestGetStackTrace.test_multiple_subinterpreters_with_threads) ... ok | |
| test_only_active_thread (test.test_external_inspection.TestGetStackTrace.test_only_active_thread) ... ok | |
| test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace) ... ok | |
| test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace) ... ok | |
| test_subinterpreter_stack_trace (test.test_external_inspection.TestGetStackTrace.test_subinterpreter_stack_trace) ... ok | |
| test_unsupported_platform_error (test.test_external_inspection.TestUnsupportedPlatformHandling.test_unsupported_platform_error) ... skipped 'Test only runs on unsupported platforms (not Linux, macOS, or Windows)' | |
| ====================================================================== | |
| FAIL: test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_external_inspection.py", line 900, in test_async_global_awaited_by | |
| self.assertEqual(response, expected_response) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: b'' != b'ready' | |
| ---------------------------------------------------------------------- | |
| Ran 13 tests in 24.434s | |
| FAILED (failures=1, skipped=1) | |
| test test_external_inspection failed | |
| 0:04:53 load avg: 3.44 [ 26/495/9] test_except_star passed -- running (1): test_weakref (3 min 21 sec) | |
| 0:05:23 load avg: 3.52 running (3): test_re (30.0 sec), test_weakref (3 min 51 sec), test_descr (42.6 sec) | |
| 0:05:25 load avg: 3.56 [ 27/495/10] test_descr failed (6 failures) (45.3 sec) -- running (2): test_re (32.7 sec), test_weakref (3 min 54 sec) | |
| test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready) ... ok | |
| test_abstractmethods (test.test_descr.ClassPropertiesAndMethods.test_abstractmethods) ... ok | |
| test_altmro (test.test_descr.ClassPropertiesAndMethods.test_altmro) ... ok | |
| test_assign_bases_many_subclasses (test.test_descr.ClassPropertiesAndMethods.test_assign_bases_many_subclasses) ... ok | |
| test_assign_slice (test.test_descr.ClassPropertiesAndMethods.test_assign_slice) ... ok | |
| test_attr_raise_through_property (test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property) ... ok | |
| test_bad_new (test.test_descr.ClassPropertiesAndMethods.test_bad_new) ... expected failure | |
| test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance) ... ok | |
| test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override) ... ok | |
| test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr) ... ok | |
| test_bpo25750 (test.test_descr.ClassPropertiesAndMethods.test_bpo25750) ... ok | |
| test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance) ... ok | |
| test_builtin_bases (test.test_descr.ClassPropertiesAndMethods.test_builtin_bases) ... ok | |
| test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method) ... ok | |
| test_carloverre (test.test_descr.ClassPropertiesAndMethods.test_carloverre) ... ok | |
| test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid) ... ok | |
| test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid) ... ok | |
| test_classic (test.test_descr.ClassPropertiesAndMethods.test_classic) ... ok | |
| test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons) ... ok | |
| test_classmethod_staticmethod_annotations (test.test_descr.ClassPropertiesAndMethods.test_classmethod_staticmethod_annotations) ... ok | |
| test_classmethods (test.test_descr.ClassPropertiesAndMethods.test_classmethods) ... ok | |
| test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c) ... ok | |
| test_compattr (test.test_descr.ClassPropertiesAndMethods.test_compattr) ... ok | |
| test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg) ... ok | |
| test_copy_setstate (test.test_descr.ClassPropertiesAndMethods.test_copy_setstate) ... ok | |
| test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict) ... FAIL | |
| test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive) ... ok | |
| test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook) ... FAIL | |
| test_descrdoc (test.test_descr.ClassPropertiesAndMethods.test_descrdoc) ... ok | |
| test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance) ... ok | |
| test_dict_constructors (test.test_descr.ClassPropertiesAndMethods.test_dict_constructors) ... ok | |
| test_dir (test.test_descr.ClassPropertiesAndMethods.test_dir) ... ok | |
| test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor) ... ok | |
| test_dynamics (test.test_descr.ClassPropertiesAndMethods.test_dynamics) ... ok | |
| test_errors (test.test_descr.ClassPropertiesAndMethods.test_errors) ... ok | |
| test_evil_type_name (test.test_descr.ClassPropertiesAndMethods.test_evil_type_name) ... ok | |
| test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch) ... ok | |
| test_file_fault (test.test_descr.ClassPropertiesAndMethods.test_file_fault) ... ok | |
| test_funny_new (test.test_descr.ClassPropertiesAndMethods.test_funny_new) ... ok | |
| test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks) ... ok | |
| test_gh55664 (test.test_descr.ClassPropertiesAndMethods.test_gh55664) ... ok | |
| test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance) ... ok | |
| test_imul_bug (test.test_descr.ClassPropertiesAndMethods.test_imul_bug) ... ok | |
| test_init (test.test_descr.ClassPropertiesAndMethods.test_init) ... ok | |
| test_instance_method_get_behavior (test.test_descr.ClassPropertiesAndMethods.test_instance_method_get_behavior) ... ok | |
| test_ipow (test.test_descr.ClassPropertiesAndMethods.test_ipow) ... ok | |
| test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text) ... ok | |
| test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented) ... ok | |
| test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass) ... ok | |
| test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments) ... ok | |
| test_keywords (test.test_descr.ClassPropertiesAndMethods.test_keywords) ... ok | |
| test_load_attr_extended_arg (test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg) ... ok | |
| test_metaclass (test.test_descr.ClassPropertiesAndMethods.test_metaclass) ... ok | |
| test_meth_class_get (test.test_descr.ClassPropertiesAndMethods.test_meth_class_get) ... ok | |
| test_method_wrapper (test.test_descr.ClassPropertiesAndMethods.test_method_wrapper) ... ok | |
| test_methods (test.test_descr.ClassPropertiesAndMethods.test_methods) ... ok | |
| test_methods_in_c (test.test_descr.ClassPropertiesAndMethods.test_methods_in_c) ... ok | |
| test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers) ... ok | |
| test_module_subclasses (test.test_descr.ClassPropertiesAndMethods.test_module_subclasses) ... ok | |
| test_monotonicity (test.test_descr.ClassPropertiesAndMethods.test_monotonicity) ... ok | |
| test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement) ... ok | |
| test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance) ... ok | |
| test_mutable_bases (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases) ... ok | |
| test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict) ... ok | |
| test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro) ... ok | |
| test_mutable_names (test.test_descr.ClassPropertiesAndMethods.test_mutable_names) ... ok | |
| test_newslots (test.test_descr.ClassPropertiesAndMethods.test_newslots) ... ok | |
| test_no_ipow (test.test_descr.ClassPropertiesAndMethods.test_no_ipow) ... ok | |
| test_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_not_implemented) ... ok | |
| test_object_class (test.test_descr.ClassPropertiesAndMethods.test_object_class) ... ok | |
| test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes) ... ok | |
| test_object_new (test.test_descr.ClassPropertiesAndMethods.test_object_new) ... ok | |
| test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters) ... ok | |
| test_overloading (test.test_descr.ClassPropertiesAndMethods.test_overloading) ... ok | |
| test_pow_wrapper_error_messages (test.test_descr.ClassPropertiesAndMethods.test_pow_wrapper_error_messages) ... ok | |
| test_properties (test.test_descr.ClassPropertiesAndMethods.test_properties) ... ok | |
| test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib) ... ok | |
| test_properties_plus (test.test_descr.ClassPropertiesAndMethods.test_properties_plus) ... ok | |
| test_proxy_call (test.test_descr.ClassPropertiesAndMethods.test_proxy_call) ... ok | |
| test_proxy_super (test.test_descr.ClassPropertiesAndMethods.test_proxy_super) ... ok | |
| test_python_dicts (test.test_descr.ClassPropertiesAndMethods.test_python_dicts) ... ok | |
| test_python_lists (test.test_descr.ClassPropertiesAndMethods.test_python_lists) ... ok | |
| test_qualname (test.test_descr.ClassPropertiesAndMethods.test_qualname) ... ok | |
| test_qualname_dict (test.test_descr.ClassPropertiesAndMethods.test_qualname_dict) ... ok | |
| test_recursive_call (test.test_descr.ClassPropertiesAndMethods.test_recursive_call) ... ok | |
| test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__) ... skipped "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'" | |
| test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__) ... skipped "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'" | |
| test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass) ... FAIL | |
| test_repr_as_str (test.test_descr.ClassPropertiesAndMethods.test_repr_as_str) ... ok | |
| test_repr_with_module_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass) ... ok | |
| test_restored_object_new (test.test_descr.ClassPropertiesAndMethods.test_restored_object_new) ... expected failure | |
| test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons) ... ok | |
| test_rmul (test.test_descr.ClassPropertiesAndMethods.test_rmul) ... ok | |
| test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get) ... ok | |
| test_set_class (test.test_descr.ClassPropertiesAndMethods.test_set_class) ... ok | |
| test_set_dict (test.test_descr.ClassPropertiesAndMethods.test_set_dict) ... ok | |
| test_set_doc (test.test_descr.ClassPropertiesAndMethods.test_set_doc) ... ok | |
| test_slices (test.test_descr.ClassPropertiesAndMethods.test_slices) ... ok | |
| test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable) ... ok | |
| test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots) ... FAIL | |
| test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor) ... ok | |
| test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance) ... ok | |
| test_slots_special (test.test_descr.ClassPropertiesAndMethods.test_slots_special) ... ok | |
| test_slots_special2 (test.test_descr.ClassPropertiesAndMethods.test_slots_special2) ... ok | |
| test_slots_trash (test.test_descr.ClassPropertiesAndMethods.test_slots_trash) ... ok | |
| test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup) ... ok | |
| test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types) ... ok | |
| test_specialized_method_calls_check_types (test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types) ... ok | |
| test_specials (test.test_descr.ClassPropertiesAndMethods.test_specials) ... ok | |
| test_staticmethod_annotations_without_dict_access (test.test_descr.ClassPropertiesAndMethods.test_staticmethod_annotations_without_dict_access) ... ok | |
| test_staticmethods (test.test_descr.ClassPropertiesAndMethods.test_staticmethods) ... ok | |
| test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c) ... ok | |
| test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass) ... ok | |
| test_str_operations (test.test_descr.ClassPropertiesAndMethods.test_str_operations) ... ok | |
| test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key) ... ok | |
| test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation) ... ok | |
| test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op) ... ok | |
| test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors) ... ok | |
| test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection) ... FAIL | |
| test_supers (test.test_descr.ClassPropertiesAndMethods.test_supers) ... ok | |
| test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault) ... ok | |
| test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__) ... ok | |
| test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules) ... ok | |
| test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types) ... ok | |
| test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense) ... ok | |
| test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault) ... ok | |
| test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs) ... FAIL | |
| test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault) ... skipped "resource 'cpu' is not enabled" | |
| test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper) ... ok | |
| test_dict_type_with_metaclass (test.test_descr.DictProxyTests.test_dict_type_with_metaclass) ... ok | |
| test_iter_items (test.test_descr.DictProxyTests.test_iter_items) ... ok | |
| test_iter_keys (test.test_descr.DictProxyTests.test_iter_keys) ... ok | |
| test_iter_values (test.test_descr.DictProxyTests.test_iter_values) ... ok | |
| test_repr (test.test_descr.DictProxyTests.test_repr) ... ok | |
| test_type_lookup_mro_reference (test.test_descr.MiscTests.test_type_lookup_mro_reference) ... ok | |
| test_disappearing_custom_mro (test.test_descr.MroTest.test_disappearing_custom_mro) | |
| gh-92112: A custom mro() returning a result conflicting with ... ok | |
| test_incomplete_extend (test.test_descr.MroTest.test_incomplete_extend) | |
| Extending an uninitialized type with type->tp_mro == NULL must ... ok | |
| test_incomplete_set_bases_on_self (test.test_descr.MroTest.test_incomplete_set_bases_on_self) | |
| type_set_bases must be aware that type->tp_mro can be NULL. ... ok | |
| test_incomplete_super (test.test_descr.MroTest.test_incomplete_super) | |
| Attribute lookup on a super object must be aware that ... ok | |
| test_reent_set_bases_on_base (test.test_descr.MroTest.test_reent_set_bases_on_base) | |
| Deep reentrancy must not over-decref old_mro. ... ok | |
| test_reent_set_bases_on_direct_base (test.test_descr.MroTest.test_reent_set_bases_on_direct_base) | |
| Similar to test_reent_set_bases_on_base, but may crash differently. ... ok | |
| test_reent_set_bases_tp_base_cycle (test.test_descr.MroTest.test_reent_set_bases_tp_base_cycle) | |
| type_set_bases must check for an inheritance cycle not only through ... ok | |
| test_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest.test_tp_subclasses_cycle_error_return_path) | |
| The same as test_tp_subclasses_cycle_in_update_slots, but tests ... ok | |
| test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest.test_tp_subclasses_cycle_in_update_slots) | |
| type_set_bases must check for reentrancy upon finishing its job ... ok | |
| test_complexes (test.test_descr.OperatorsTest.test_complexes) ... ok | |
| test_dicts (test.test_descr.OperatorsTest.test_dicts) ... ok | |
| test_explicit_reverse_methods (test.test_descr.OperatorsTest.test_explicit_reverse_methods) ... ok | |
| test_floats (test.test_descr.OperatorsTest.test_floats) ... ok | |
| test_ints (test.test_descr.OperatorsTest.test_ints) ... ok | |
| test_lists (test.test_descr.OperatorsTest.test_lists) ... ok | |
| test_spam_dicts (test.test_descr.OperatorsTest.test_spam_dicts) ... ok | |
| test_spam_lists (test.test_descr.OperatorsTest.test_spam_lists) ... ok | |
| test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast) ... ok | |
| test_issue24097 (test.test_descr.PicklingTests.test_issue24097) ... ok | |
| test_object_reduce (test.test_descr.PicklingTests.test_object_reduce) ... ok | |
| test_pickle_slots (test.test_descr.PicklingTests.test_pickle_slots) ... ok | |
| test_reduce (test.test_descr.PicklingTests.test_reduce) ... ok | |
| test_reduce_copying (test.test_descr.PicklingTests.test_reduce_copying) ... ok | |
| test_special_method_lookup (test.test_descr.PicklingTests.test_special_method_lookup) ... ok | |
| test_subclasses (test.test_descr.SharedKeyTests.test_subclasses) ... ok | |
| test___dict__ (test.test_descr.TestGenericDescriptors.test___dict__) ... ok | |
| test___weakref__ (test.test_descr.TestGenericDescriptors.test___weakref__) ... ok | |
| ====================================================================== | |
| FAIL: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 5121, in test_cycle_through_dict | |
| self.assertIsNone(wr()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: {'attr': 42} is not None | |
| ====================================================================== | |
| FAIL: test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 3685, in test_delete_hook | |
| self.assertEqual(log, [1]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1] | |
| Second list contains 1 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1] | |
| ? + | |
| ====================================================================== | |
| FAIL: test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 5239, in test_remove_subclass | |
| self.assertEqual(Parent.__subclasses__(), []) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [<class 'test.test_descr.ClassPropertiesAn[42 chars]ld'>] != [] | |
| First list contains 1 additional elements. | |
| First extra element 0: | |
| <class 'test.test_descr.ClassPropertiesAndMethods.test_remove_subclass.<locals>.Child'> | |
| - [<class 'test.test_descr.ClassPropertiesAndMethods.test_remove_subclass.<locals>.Child'>] | |
| + [] | |
| ====================================================================== | |
| FAIL: test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 1247, in test_slots | |
| self.assertEqual(Counted.counter, 0) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 3 != 0 | |
| ====================================================================== | |
| FAIL: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 3939, in test_subtype_resurrection | |
| self.assertEqual(len(C.container), 1) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 0 != 1 | |
| ====================================================================== | |
| FAIL: test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_descr.py", line 2298, in test_weakrefs | |
| self.assertEqual(r(), None) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^ | |
| AssertionError: <test.test_descr.ClassPropertiesAndMethod[43 chars]9760> != None | |
| ---------------------------------------------------------------------- | |
| Ran 162 tests in 31.510s | |
| FAILED (failures=6, skipped=3, expected failures=2) | |
| test test_descr failed | |
| 0:05:40 load avg: 3.64 [ 28/495/11] test_asyncgen failed (5 failures) -- running (2): test_re (47.2 sec), test_weakref (4 min 9 sec) | |
| test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args) ... ok | |
| test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent) ... ok | |
| test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises) ... ok | |
| test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args) ... ok | |
| test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await) ... ok | |
| test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter) ... ok | |
| test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator) ... ok | |
| test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator) ... ok | |
| test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion) ... ok | |
| test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack) ... ok | |
| test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros) ... ok | |
| test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter) ... ok | |
| test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class) ... ok | |
| test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01) ... ok | |
| test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02) ... ok | |
| test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03) ... ok | |
| test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06) ... ok | |
| test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07) ... ok | |
| test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08) ... ok | |
| test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10) ... ok | |
| test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11) ... ok | |
| test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12) ... ok | |
| test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04) ... ok | |
| test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05) ... ok | |
| test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06) ... ok | |
| test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration) ... ok | |
| test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple) ... ok | |
| test_async_gen_asyncio_anext_tuple_no_exceptions (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_no_exceptions) ... ok | |
| test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01) ... ok | |
| test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02) ... ok | |
| test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03) ... ok | |
| test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01) ... ok | |
| test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02) ... ok | |
| test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03) ... ok | |
| test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration) ... ok | |
| test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple) ... ok | |
| test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09) ... FAIL | |
| test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01) ... ok | |
| test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02) ... ok | |
| test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01) ... ok | |
| test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02) ... FAIL | |
| test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice) ... ok | |
| test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice) ... ok | |
| test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01) ... ok | |
| test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02) ... ok | |
| test_async_gen_throw_custom_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_aclose_coro_twice) ... ok | |
| test_async_gen_throw_custom_same_athrow_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_athrow_coro_twice) ... ok | |
| test_async_gen_throw_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_same_aclose_coro_twice) ... ok | |
| test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext) ... ok | |
| test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable) ... ok | |
| test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext) ... ok | |
| test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext) ... ok | |
| test_sync_anext_raises_exception (test.test_asyncgen.AsyncGenAsyncioTest.test_sync_anext_raises_exception) ... ok | |
| test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01) ... ok | |
| test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02) ... ok | |
| test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03) ... ok | |
| test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04) ... ok | |
| test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05) ... ok | |
| test_async_gen_3_arg_deprecation_warning (test.test_asyncgen.AsyncGenTest.test_async_gen_3_arg_deprecation_warning) ... ok | |
| test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_api_01) ... ok | |
| test_async_gen_asend_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_close_runtime_error) ... ok | |
| test_async_gen_asend_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_send) ... ok | |
| test_async_gen_asend_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_throw) ... ok | |
| test_async_gen_athrow_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_close_runtime_error) ... ok | |
| test_async_gen_athrow_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_send) ... ok | |
| test_async_gen_athrow_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_throw) ... ok | |
| test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03) ... ok | |
| test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04) ... ok | |
| test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05) ... ok | |
| test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06) ... ok | |
| test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07) ... ok | |
| test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08) ... ok | |
| test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09) ... ok | |
| test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10) ... ok | |
| test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11) ... ok | |
| test_async_gen_exception_12 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_12) ... ok | |
| test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01) ... ok | |
| test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02) ... ok | |
| test_aclose (test.test_asyncgen.TestUnawaitedWarnings.test_aclose) ... FAIL | |
| test_aclose_throw (test.test_asyncgen.TestUnawaitedWarnings.test_aclose_throw) ... ok | |
| test_asend (test.test_asyncgen.TestUnawaitedWarnings.test_asend) ... FAIL | |
| test_asend_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_asend_send_already_running) ... ok | |
| test_athrow (test.test_asyncgen.TestUnawaitedWarnings.test_athrow) ... FAIL | |
| test_athrow_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_athrow_send_already_running) ... ok | |
| test_athrow_throws_immediately (test.test_asyncgen.TestUnawaitedWarnings.test_athrow_throws_immediately) ... ok | |
| ====================================================================== | |
| FAIL: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncgen.py", line 1314, in test_async_gen_asyncio_gc_aclose_09 | |
| self.assertEqual(DONE, 1) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^ | |
| AssertionError: 0 != 1 | |
| ====================================================================== | |
| FAIL: test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncgen.py", line 1802, in test_async_gen_asyncio_shutdown_exception_02 | |
| self.assertIn('unhandled exception during asyncio.run() shutdown', | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| message['message']) | |
| ^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'unhandled exception during asyncio.run() shutdown' not found in 'an error occurred during closing of asynchronous generator <async_generator object AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02.<locals>.async_iterate at 0xf7e2f028>' | |
| ====================================================================== | |
| FAIL: test_aclose (test.test_asyncgen.TestUnawaitedWarnings.test_aclose) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncgen.py", line 2038, in test_aclose | |
| with self.assertWarnsRegex(RuntimeWarning, msg): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_asend (test.test_asyncgen.TestUnawaitedWarnings.test_asend) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncgen.py", line 2009, in test_asend | |
| with self.assertWarnsRegex(RuntimeWarning, msg): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_athrow (test.test_asyncgen.TestUnawaitedWarnings.test_athrow) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncgen.py", line 2019, in test_athrow | |
| with self.assertWarnsRegex(RuntimeWarning, msg): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ---------------------------------------------------------------------- | |
| Ran 85 tests in 7.391s | |
| FAILED (failures=5) | |
| test test_asyncgen failed | |
| 0:05:49 load avg: 3.62 [ 29/495/11] test_patma passed -- running (2): test_re (56.6 sec), test_weakref (4 min 18 sec) | |
| 0:05:56 load avg: 3.65 [ 30/495/12] test_re failed (1 error) (1 min 3 sec) -- running (1): test_weakref (4 min 25 sec) | |
| test_atomic_group (test.test_re.DebugTests.test_atomic_group) ... ok | |
| test_debug_flag (test.test_re.DebugTests.test_debug_flag) ... ok | |
| test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat) ... ok | |
| test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one) ... ok | |
| test_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks) | |
| re_tests benchmarks ... ok | |
| test_re_tests (test.test_re.ExternalTests.test_re_tests) | |
| re_tests test suite ... ok | |
| test_case_helpers (test.test_re.ImplementationTest.test_case_helpers) ... ok | |
| test_dealloc (test.test_re.ImplementationTest.test_dealloc) ... ok | |
| test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation) ... ok | |
| test_immutable (test.test_re.ImplementationTest.test_immutable) ... ok | |
| test_overlap_table (test.test_re.ImplementationTest.test_overlap_table) ... ok | |
| test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat) ... ok | |
| test_signedness (test.test_re.ImplementationTest.test_signedness) ... ok | |
| test_sre_template_invalid_group_index (test.test_re.ImplementationTest.test_sre_template_invalid_group_index) ... ok | |
| test_bytes (test.test_re.PatternReprTests.test_bytes) ... ok | |
| test_flags_repr (test.test_re.PatternReprTests.test_flags_repr) ... ok | |
| test_inline_flags (test.test_re.PatternReprTests.test_inline_flags) ... ok | |
| test_locale (test.test_re.PatternReprTests.test_locale) ... ok | |
| test_long_pattern (test.test_re.PatternReprTests.test_long_pattern) ... ok | |
| test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags) ... ok | |
| test_quotes (test.test_re.PatternReprTests.test_quotes) ... ok | |
| test_single_flag (test.test_re.PatternReprTests.test_single_flag) ... ok | |
| test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag) ... ok | |
| test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags) ... ok | |
| test_without_flags (test.test_re.PatternReprTests.test_without_flags) ... ok | |
| test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug) ... ok | |
| test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug) ... ok | |
| test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug) ... ok | |
| test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug) ... ok | |
| test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug) ... ok | |
| test_anyall (test.test_re.ReTests.test_anyall) ... ok | |
| test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag) ... ok | |
| test_atomic_grouping (test.test_re.ReTests.test_atomic_grouping) | |
| Test Atomic Grouping ... ok | |
| test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception) ... ok | |
| test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub) ... ok | |
| test_big_codesize (test.test_re.ReTests.test_big_codesize) ... ok | |
| test_bigcharset (test.test_re.ReTests.test_bigcharset) ... ok | |
| test_branching (test.test_re.ReTests.test_branching) | |
| Test Branching ... ok | |
| test_bug_113254 (test.test_re.ReTests.test_bug_113254) ... ok | |
| test_bug_114660 (test.test_re.ReTests.test_bug_114660) ... ok | |
| test_bug_117612 (test.test_re.ReTests.test_bug_117612) ... ok | |
| test_bug_1661 (test.test_re.ReTests.test_bug_1661) ... ok | |
| test_bug_16688 (test.test_re.ReTests.test_bug_16688) ... ok | |
| test_bug_20998 (test.test_re.ReTests.test_bug_20998) ... ok | |
| test_bug_2537 (test.test_re.ReTests.test_bug_2537) ... ok | |
| test_bug_29444 (test.test_re.ReTests.test_bug_29444) ... ok | |
| test_bug_34294 (test.test_re.ReTests.test_bug_34294) ... ok | |
| test_bug_3629 (test.test_re.ReTests.test_bug_3629) ... ok | |
| test_bug_40736 (test.test_re.ReTests.test_bug_40736) ... ok | |
| test_bug_418626 (test.test_re.ReTests.test_bug_418626) ... ok | |
| test_bug_448951 (test.test_re.ReTests.test_bug_448951) ... ok | |
| test_bug_449000 (test.test_re.ReTests.test_bug_449000) ... ok | |
| test_bug_449964 (test.test_re.ReTests.test_bug_449964) ... ok | |
| test_bug_527371 (test.test_re.ReTests.test_bug_527371) ... ok | |
| test_bug_581080 (test.test_re.ReTests.test_bug_581080) ... ok | |
| test_bug_612074 (test.test_re.ReTests.test_bug_612074) ... ok | |
| test_bug_6509 (test.test_re.ReTests.test_bug_6509) ... ok | |
| test_bug_6561 (test.test_re.ReTests.test_bug_6561) ... ok | |
| test_bug_725106 (test.test_re.ReTests.test_bug_725106) ... ok | |
| test_bug_725149 (test.test_re.ReTests.test_bug_725149) ... ok | |
| test_bug_764548 (test.test_re.ReTests.test_bug_764548) ... ok | |
| test_bug_817234 (test.test_re.ReTests.test_bug_817234) ... ok | |
| test_bug_926075 (test.test_re.ReTests.test_bug_926075) ... ok | |
| test_bug_931848 (test.test_re.ReTests.test_bug_931848) ... ok | |
| test_bug_gh100061 (test.test_re.ReTests.test_bug_gh100061) ... ok | |
| test_bug_gh101955 (test.test_re.ReTests.test_bug_gh101955) ... ok | |
| test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616) ... ok | |
| test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing) ... ok | |
| test_category (test.test_re.ReTests.test_category) ... ok | |
| test_character_set_any (test.test_re.ReTests.test_character_set_any) ... ok | |
| test_character_set_errors (test.test_re.ReTests.test_character_set_errors) ... ok | |
| test_character_set_none (test.test_re.ReTests.test_character_set_none) ... ok | |
| test_comments (test.test_re.ReTests.test_comments) ... ok | |
| test_compile (test.test_re.ReTests.test_compile) ... ok | |
| test_constants (test.test_re.ReTests.test_constants) ... ok | |
| test_copying (test.test_re.ReTests.test_copying) ... ok | |
| test_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice) | |
| Test that $ does not include \n ... ok | |
| test_empty_array (test.test_re.ReTests.test_empty_array) ... ok | |
| test_enum (test.test_re.ReTests.test_enum) ... ok | |
| test_error (test.test_re.ReTests.test_error) ... ok | |
| test_error_is_PatternError_alias (test.test_re.ReTests.test_error_is_PatternError_alias) ... ok | |
| test_expand (test.test_re.ReTests.test_expand) ... ok | |
| test_fail (test.test_re.ReTests.test_fail) ... ok | |
| test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping) ... ok | |
| test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers) ... ok | |
| test_finditer (test.test_re.ReTests.test_finditer) ... ok | |
| test_flags (test.test_re.ReTests.test_flags) ... ok | |
| test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping) ... ok | |
| test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers) ... ok | |
| test_getattr (test.test_re.ReTests.test_getattr) ... ok | |
| test_group (test.test_re.ReTests.test_group) ... ok | |
| test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception) ... ok | |
| test_groupdict (test.test_re.ReTests.test_groupdict) ... ok | |
| test_ignore_case (test.test_re.ReTests.test_ignore_case) ... ok | |
| test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range) ... ok | |
| test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set) ... ok | |
| test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces) ... ok | |
| test_inline_flags (test.test_re.ReTests.test_inline_flags) ... ok | |
| test_issue17998 (test.test_re.ReTests.test_issue17998) ... ok | |
| test_keep_buffer (test.test_re.ReTests.test_keep_buffer) ... ERROR | |
| test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters) ... ok | |
| test_large_search (test.test_re.ReTests.test_large_search) ... ok | |
| test_large_subn (test.test_re.ReTests.test_large_subn) ... ok | |
| test_locale_caching (test.test_re.ReTests.test_locale_caching) ... ok | |
| test_locale_compiled (test.test_re.ReTests.test_locale_compiled) ... ok | |
| test_locale_flag (test.test_re.ReTests.test_locale_flag) ... ok | |
| test_look_behind_overflow (test.test_re.ReTests.test_look_behind_overflow) ... ok | |
| test_lookahead (test.test_re.ReTests.test_lookahead) ... ok | |
| test_lookbehind (test.test_re.ReTests.test_lookbehind) ... ok | |
| test_match_getitem (test.test_re.ReTests.test_match_getitem) ... ok | |
| test_match_repr (test.test_re.ReTests.test_match_repr) ... ok | |
| test_memory_leaks (test.test_re.ReTests.test_memory_leaks) ... skipped 'requires debug build' | |
| test_misc_errors (test.test_re.ReTests.test_misc_errors) ... ok | |
| test_misuse_flags (test.test_re.ReTests.test_misuse_flags) ... ok | |
| test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat) ... ok | |
| test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes) ... ok | |
| test_not_literal (test.test_re.ReTests.test_not_literal) ... ok | |
| test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat) ... ok | |
| test_other_escapes (test.test_re.ReTests.test_other_escapes) ... ok | |
| test_pattern_compare (test.test_re.ReTests.test_pattern_compare) ... ok | |
| test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes) ... ok | |
| test_pickling (test.test_re.ReTests.test_pickling) ... ok | |
| test_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers) | |
| Test Possessive Quantifiers ... ok | |
| test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations) ... ok | |
| test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split) ... ok | |
| test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub) ... ok | |
| test_re_escape (test.test_re.ReTests.test_re_escape) ... ok | |
| test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes) ... ok | |
| test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii) ... ok | |
| test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes) ... ok | |
| test_re_findall (test.test_re.ReTests.test_re_findall) ... ok | |
| test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch) ... ok | |
| test_re_groupref (test.test_re.ReTests.test_re_groupref) ... ok | |
| test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists) ... ok | |
| test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors) ... ok | |
| test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug) ... ok | |
| test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow) ... ok | |
| test_re_match (test.test_re.ReTests.test_re_match) ... ok | |
| test_re_split (test.test_re.ReTests.test_re_split) ... ok | |
| test_re_subn (test.test_re.ReTests.test_re_subn) ... ok | |
| test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675) ... ok | |
| test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax) ... ok | |
| test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow) ... ok | |
| test_scanner (test.test_re.ReTests.test_scanner) ... ok | |
| test_scoped_flags (test.test_re.ReTests.test_scoped_flags) ... ok | |
| test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) ... skipped "resource 'cpu' is not enabled" | |
| test_search_coverage (test.test_re.ReTests.test_search_coverage) ... ok | |
| test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode) ... ok | |
| test_search_star_plus (test.test_re.ReTests.test_search_star_plus) ... ok | |
| test_special_escapes (test.test_re.ReTests.test_special_escapes) ... ok | |
| test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals) ... ok | |
| test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals) ... ok | |
| test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals) ... ok | |
| test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals) ... ok | |
| test_stack_overflow (test.test_re.ReTests.test_stack_overflow) ... ok | |
| test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape) ... ok | |
| test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups) ... ok | |
| test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors) ... ok | |
| test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs) ... ok | |
| test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors) ... ok | |
| test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat) ... ok | |
| test_weakref (test.test_re.ReTests.test_weakref) ... ok | |
| test_word_boundaries (test.test_re.ReTests.test_word_boundaries) ... ok | |
| test_zerowidth (test.test_re.ReTests.test_zerowidth) ... ok | |
| test_deprecated__version__ (test.test_re.TestModule.test_deprecated__version__) ... ok | |
| ====================================================================== | |
| ERROR: test_keep_buffer (test.test_re.ReTests.test_keep_buffer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_re.py", line 78, in test_keep_buffer | |
| b.extend(b'x'*400) | |
| ~~~~~~~~^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ---------------------------------------------------------------------- | |
| Ran 165 tests in 39.899s | |
| FAILED (errors=1, skipped=2) | |
| test test_re failed | |
| 0:06:02 load avg: 3.60 [ 31/495/12] test_apple skipped -- running (1): test_weakref (4 min 31 sec) | |
| test_apple skipped -- Apple-specific | |
| 0:06:32 load avg: 3.42 running (3): test.test_multiprocessing_forkserver.test_threads (30.0 sec), test_weakref (5 min 1 sec), test_deque (42.5 sec) | |
| 0:06:59 load avg: 3.13 [ 32/495/13] test_deque failed (2 failures) (1 min 10 sec) -- running (2): test.test_multiprocessing_forkserver.test_threads (57.7 sec), test_weakref (5 min 28 sec) | |
| test_add (test.test_deque.TestBasic.test_add) ... ok | |
| test_basics (test.test_deque.TestBasic.test_basics) ... ok | |
| test_big_queue_popleft (test.test_deque.TestBasic.test_big_queue_popleft) ... ok | |
| test_big_queue_popright (test.test_deque.TestBasic.test_big_queue_popright) ... ok | |
| test_big_stack_left (test.test_deque.TestBasic.test_big_stack_left) ... ok | |
| test_big_stack_right (test.test_deque.TestBasic.test_big_stack_right) ... ok | |
| test_clear (test.test_deque.TestBasic.test_clear) ... ok | |
| test_comparisons (test.test_deque.TestBasic.test_comparisons) ... ok | |
| test_container_iterator (test.test_deque.TestBasic.test_container_iterator) ... FAIL | |
| test_contains (test.test_deque.TestBasic.test_contains) ... ok | |
| test_contains_count_index_stop_crashes (test.test_deque.TestBasic.test_contains_count_index_stop_crashes) ... ok | |
| test_copy (test.test_deque.TestBasic.test_copy) ... ok | |
| test_copy_method (test.test_deque.TestBasic.test_copy_method) ... ok | |
| test_count (test.test_deque.TestBasic.test_count) ... ok | |
| test_deepcopy (test.test_deque.TestBasic.test_deepcopy) ... ok | |
| test_delitem (test.test_deque.TestBasic.test_delitem) ... ok | |
| test_extend (test.test_deque.TestBasic.test_extend) ... ok | |
| test_extendleft (test.test_deque.TestBasic.test_extendleft) ... ok | |
| test_gc_doesnt_blowup (test.test_deque.TestBasic.test_gc_doesnt_blowup) ... ok | |
| test_getitem (test.test_deque.TestBasic.test_getitem) ... ok | |
| test_hash (test.test_deque.TestBasic.test_hash) ... ok | |
| test_iadd (test.test_deque.TestBasic.test_iadd) ... ok | |
| test_imul (test.test_deque.TestBasic.test_imul) ... ok | |
| test_index (test.test_deque.TestBasic.test_index) ... ok | |
| test_index_bug_24913 (test.test_deque.TestBasic.test_index_bug_24913) ... ok | |
| test_init (test.test_deque.TestBasic.test_init) ... ok | |
| test_insert (test.test_deque.TestBasic.test_insert) ... ok | |
| test_insert_bug_26194 (test.test_deque.TestBasic.test_insert_bug_26194) ... ok | |
| test_iterator_pickle (test.test_deque.TestBasic.test_iterator_pickle) ... ok | |
| test_len (test.test_deque.TestBasic.test_len) ... ok | |
| test_long_steadystate_queue_popleft (test.test_deque.TestBasic.test_long_steadystate_queue_popleft) ... ok | |
| test_long_steadystate_queue_popright (test.test_deque.TestBasic.test_long_steadystate_queue_popright) ... ok | |
| test_maxlen (test.test_deque.TestBasic.test_maxlen) ... ok | |
| test_maxlen_attribute (test.test_deque.TestBasic.test_maxlen_attribute) ... ok | |
| test_maxlen_zero (test.test_deque.TestBasic.test_maxlen_zero) ... ok | |
| test_mul (test.test_deque.TestBasic.test_mul) ... ok | |
| test_pickle (test.test_deque.TestBasic.test_pickle) ... ok | |
| test_pickle_recursive (test.test_deque.TestBasic.test_pickle_recursive) ... ok | |
| test_remove (test.test_deque.TestBasic.test_remove) ... ok | |
| test_repr (test.test_deque.TestBasic.test_repr) ... ok | |
| test_reverse (test.test_deque.TestBasic.test_reverse) ... ok | |
| test_reversed (test.test_deque.TestBasic.test_reversed) ... ok | |
| test_reversed_new (test.test_deque.TestBasic.test_reversed_new) ... ok | |
| test_rotate (test.test_deque.TestBasic.test_rotate) ... ok | |
| test_roundtrip_iter_init (test.test_deque.TestBasic.test_roundtrip_iter_init) ... ok | |
| test_setitem (test.test_deque.TestBasic.test_setitem) ... ok | |
| test_sizeof (test.test_deque.TestBasic.test_sizeof) ... ok | |
| test_underflow (test.test_deque.TestBasic.test_underflow) ... ok | |
| test_addmul (test.test_deque.TestSequence.test_addmul) ... ok | |
| test_bigrepeat (test.test_deque.TestSequence.test_bigrepeat) ... ok | |
| test_constructors (test.test_deque.TestSequence.test_constructors) ... ok | |
| test_contains (test.test_deque.TestSequence.test_contains) ... ok | |
| test_contains_fake (test.test_deque.TestSequence.test_contains_fake) ... ok | |
| test_contains_order (test.test_deque.TestSequence.test_contains_order) ... ok | |
| test_count (test.test_deque.TestSequence.test_count) ... ok | |
| test_free_after_iterating (test.test_deque.TestSequence.test_free_after_iterating) ... skipped "Exhausted deque iterator doesn't free a deque" | |
| test_getitem (test.test_deque.TestSequence.test_getitem) ... ok | |
| test_getitemoverwriteiter (test.test_deque.TestSequence.test_getitemoverwriteiter) ... ok | |
| test_getslice (test.test_deque.TestSequence.test_getslice) ... ok | |
| test_iadd (test.test_deque.TestSequence.test_iadd) ... ok | |
| test_imul (test.test_deque.TestSequence.test_imul) ... ok | |
| test_index (test.test_deque.TestSequence.test_index) ... ok | |
| test_len (test.test_deque.TestSequence.test_len) ... ok | |
| test_minmax (test.test_deque.TestSequence.test_minmax) ... ok | |
| test_pickle (test.test_deque.TestSequence.test_pickle) ... ok | |
| test_repeat (test.test_deque.TestSequence.test_repeat) ... ok | |
| test_subscript (test.test_deque.TestSequence.test_subscript) ... ok | |
| test_truth (test.test_deque.TestSequence.test_truth) ... ok | |
| test_basics (test.test_deque.TestSubclass.test_basics) ... ok | |
| test_bug_31608 (test.test_deque.TestSubclass.test_bug_31608) ... ok | |
| test_copy_pickle (test.test_deque.TestSubclass.test_copy_pickle) ... ok | |
| test_pickle_recursive (test.test_deque.TestSubclass.test_pickle_recursive) ... ok | |
| test_strange_subclass (test.test_deque.TestSubclass.test_strange_subclass) ... ok | |
| test_weakref (test.test_deque.TestSubclass.test_weakref) ... FAIL | |
| test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs) ... ok | |
| test_constructor (test.test_deque.TestVariousIteratorArgs.test_constructor) ... ok | |
| test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data) ... ok | |
| test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque) ... ok | |
| libreftest (test.test_deque.__test__) | |
| Doctest: test.test_deque.__test__.libreftest ... ok | |
| ====================================================================== | |
| FAIL: test_container_iterator (test.test_deque.TestBasic.test_container_iterator) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_deque.py", line 743, in test_container_iterator | |
| self.assertTrue(ref() is None, "Cycle was not collected") | |
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: False is not true : Cycle was not collected | |
| ====================================================================== | |
| FAIL: test_weakref (test.test_deque.TestSubclass.test_weakref) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_deque.py", line 870, in test_weakref | |
| self.assertRaises(ReferenceError, str, p) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: ReferenceError not raised by str | |
| ---------------------------------------------------------------------- | |
| Ran 79 tests in 50.466s | |
| FAILED (failures=2, skipped=1) | |
| test test_deque failed | |
| 0:07:07 load avg: 3.12 [ 33/495/14] test.test_multiprocessing_forkserver.test_threads failed (3 failures) (1 min 5 sec) -- running (1): test_weakref (5 min 36 sec) | |
| test_abort (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort) | |
| Test that an abort will put the barrier in a broken state ... ok | |
| test_abort_and_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort_and_reset) | |
| Test that a barrier can be reset after being broken. ... ok | |
| test_action (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_action) | |
| Test the 'action' callback ... ok | |
| test_barrier (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier) | |
| Test that a barrier is passed in lockstep ... ok | |
| test_barrier_10 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier_10) | |
| Test that a barrier works for 10 consecutive runs ... ok | |
| test_default_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_default_timeout) | |
| Test the barrier's default timeout ... ok | |
| test_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_reset) | |
| Test that a 'reset' on a barrier frees the waiting threads ... ok | |
| test_single_thread (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_single_thread) ... ok | |
| test_thousand (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_thousand) ... ok | |
| test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_timeout) | |
| Test wait(timeout) ... ok | |
| test_wait_return (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_wait_return) | |
| test the return value from barrier.wait ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-12 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-8 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-21 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-28 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-17 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-22 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-38 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-18 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-23 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-39 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-19 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-24 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-34 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-10 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-40 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-29 (_test_thousand_f), stopped 4040631296)>, <DummyProcess(Thread-13 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-9 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-20 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-5 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-35 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-2 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-14 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-30 (_test_thousand_f), stopped 4049024000)>, <DummyProcess(Thread-1 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-6 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-41 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-25 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-36 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-15 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-31 (_test_thousand_f), stopped 4057416704)>, <DummyProcess(Thread-26 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-7 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-37 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-16 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-32 (_test_thousand_f), stopped 4065809408)>, <DummyProcess(Thread-27 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-3 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-11 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-33 (_test_thousand_f), stopped 4032238592)>, <DummyProcess(Thread-4 (task), stopped daemon 4040631296)>} | |
| test_notify (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify) ... ok | |
| test_notify_all (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_all) ... ok | |
| test_notify_n (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_n) ... ok | |
| test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_timeout) ... ok | |
| test_wait_result (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_wait_result) ... ok | |
| test_waitfor (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor) ... ok | |
| test_waitfor_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_timeout) ... ok | |
| Warning -- Dangling threads: {<Thread(Thread-61 (f), stopped daemon 4057416704)>, <Thread(Thread-57 (f), stopped daemon 3981882368)>, <DummyProcess(Thread-58 (f), stopped daemon 3990275072)>, <Thread(Thread-47 (f), stopped daemon 4065809408)>, <DummyProcess(Thread-42 (f), stopped daemon 4040631296)>, <Thread(Thread-59 (f), stopped daemon 3998667776)>, <Thread(Thread-49 (f), stopped daemon 4023845888)>, <DummyProcess(Thread-54 (f), stopped daemon 3981882368)>, <Thread(Thread-45 (f), stopped daemon 4049024000)>, <DummyProcess(Thread-62 (_test_wait_result), stopped 4057416704)>, <DummyProcess(Thread-60 (f), stopped daemon 4065809408)>, <DummyProcess(Thread-44 (f), stopped daemon 4040631296)>, <DummyProcess(Thread-46 (f), stopped daemon 4057416704)>, <DummyProcess(Thread-63 (_test_waitfor_f), stopped daemon 4057416704)>, <Thread(Thread-51 (f), stopped daemon 4007060480)>, <Thread(Thread-53 (f), stopped daemon 3990275072)>, <DummyProcess(Thread-48 (f), stopped daemon 4032238592)>, <Thread(Thread-55 (f), stopped daemon 3973489664)>, <DummyProcess(Thread-50 (f), stopped daemon 4015453184)>, <DummyProcess(Thread-56 (f), stopped daemon 3973489664)>, <DummyProcess(Thread-64 (_test_waitfor_timeout_f), stopped daemon 4057416704)>, <Thread(Thread-43 (f), stopped daemon 4049024000)>, <DummyProcess(Thread-52 (f), stopped daemon 3998667776)>} | |
| test_connection (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_connection) ... ok | |
| test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_context) ... ok | |
| test_duplex_false (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_duplex_false) ... ok | |
| test_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_fd_transfer) ... skipped 'only makes sense with processes' | |
| test_large_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_large_fd_transfer) ... skipped 'only makes sense with processes' | |
| test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) ... skipped 'only makes sense with processes' | |
| test_sendbytes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_sendbytes) ... skipped 'test not appropriate for threads' | |
| test_spawn_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_spawn_close) ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-66 (_echo), stopped daemon 4057416704)>, <DummyProcess(Thread-65 (_echo), stopped daemon 4057416704)>} | |
| test_event (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_event) ... ok | |
| test_repr (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_repr) ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-67 (_test_event), stopped daemon 4057416704)>} | |
| test_issue14725 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue14725) ... ok | |
| test_issue16955 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue16955) ... ok | |
| test_listener_client (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_listener_client) ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-68 (_test), stopped daemon 4057416704)>, <DummyProcess(Thread-69 (_test), stopped daemon 4057416704)>} | |
| test_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock) ... ok | |
| test_lock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_context) ... ok | |
| test_lock_locked_2processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_locked_2processes) ... skipped 'test not appropriate for threads' | |
| test_repr_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_lock) ... skipped 'test not appropriate for threads' | |
| test_repr_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_rlock) ... skipped 'test not appropriate for threads' | |
| test_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock) ... ok | |
| test_rlock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock_context) ... ok | |
| test_rlock_locked_2processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock_locked_2processes) ... skipped 'test not appropriate for threads' | |
| test_rapid_restart (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart) ... ok | |
| Warning -- Dangling processes: {<ForkServerProcess name='QueueManager-1' pid=20433 parent=20323 stopped exitcode=0>, <ForkServerProcess name='QueueManager-2' pid=20447 parent=20323 stopped exitcode=0>} | |
| Warning -- Dangling threads: {<DummyProcess(Thread-70 (_putter), stopped 4057416704)>} | |
| test_boundaries (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_boundaries) ... ok | |
| test_dont_merge (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_dont_merge) ... ok | |
| test_empty_string (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_empty_string) ... ok | |
| test_strings (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_strings) ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-71 (_child_boundaries), stopped 4057416704)>, <DummyProcess(Thread-72 (_child_dont_merge), stopped 4057416704)>, <DummyProcess(Thread-73 (_child_strings), stopped 4057416704)>} | |
| test_apply (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_apply) ... ok | |
| test_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async) ... ok | |
| test_async_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_timeout) ... ok | |
| test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_context) ... ok | |
| test_empty_iterable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_empty_iterable) ... ok | |
| test_enter (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_enter) ... ok | |
| test_imap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap) ... ok | |
| test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception) ... ok | |
| test_imap_unordered (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered) ... ok | |
| test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception) ... ok | |
| test_make_pool (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_make_pool) ... ok | |
| test_map (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map) ... ok | |
| test_map_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async) ... ok | |
| test_map_async_callbacks (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_callbacks) ... ok | |
| test_map_chunksize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_chunksize) ... ok | |
| test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception) ... ok | |
| test_map_no_failfast (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_no_failfast) ... ok | |
| test_map_unplicklable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_unplicklable) ... skipped 'test not appropriate for threads' | |
| test_release_task_refs (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs) ... FAIL | |
| test_resource_warning (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning) ... FAIL | |
| test_starmap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap) ... ok | |
| test_starmap_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_async) ... ok | |
| test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_terminate) ... ok | |
| test_traceback (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_traceback) ... ok | |
| test_wrapped_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_wrapped_exception) ... ok | |
| Warning -- Dangling threads: {<DummyProcess(Thread-82 (worker), stopped daemon 3981882368)>, <Thread(Thread-100 (_handle_results), stopped daemon 3929043968)>, <DummyProcess(Thread-112 (worker), stopped daemon 3945882624)>, <DummyProcess(Thread-116 (worker), stopped daemon 3945882624)>, <DummyProcess(Thread-106 (worker), stopped daemon 3981882368)>, <DummyProcess(Thread-83 (worker), stopped daemon 3973489664)>, <Thread(Thread-113 (_handle_workers), stopped daemon 4009124864)>, <DummyProcess(Thread-101 (worker), stopped daemon 4009124864)>, <DummyProcess(Thread-87 (worker), stopped daemon 3973489664)>, <Thread(Thread-117 (_handle_workers), stopped daemon 3929043968)>, <Thread(Thread-107 (_handle_workers), stopped daemon 4009124864)>, <Thread(Thread-84 (_handle_workers), stopped daemon 3965096960)>, <DummyProcess(Thread-91 (worker), stopped daemon 3973489664)>, <DummyProcess(Thread-102 (worker), stopped daemon 3981882368)>, <Thread(Thread-114 (_handle_tasks), stopped daemon 3920651264)>, <Thread(Thread-88 (_handle_workers), stopped daemon 3981882368)>, <Thread(Thread-118 (_handle_tasks), stopped daemon 3981882368)>, <Thread(Thread-78 (_handle_workers), stopped daemon 4038558720)>, <DummyProcess(Thread-95 (worker), stopped daemon 3973489664)>, <DummyProcess(Thread-74 (worker), stopped daemon 4057416704)>, <Thread(Thread-85 (_handle_tasks), stopped daemon 3956704256)>, <Thread(Thread-108 (_handle_tasks), stopped daemon 3945882624)>, <Thread(Thread-79 (_handle_tasks), stopped daemon 4030166016)>, <Thread(Thread-103 (_handle_workers), stopped daemon 3973489664)>, <Thread(Thread-115 (_handle_results), stopped daemon 3912258560)>, <Thread(Thread-92 (_handle_workers), stopped daemon 3948311552)>, <Thread(Thread-89 (_handle_tasks), stopped daemon 4009124864)>, <Thread(Thread-119 (_handle_results), stopped daemon 3912258560)>, <DummyProcess(Thread-96 (worker), stopped daemon 3981882368)>, <Thread(Thread-86 (_handle_results), stopped daemon 3948311552)>, <DummyProcess(Thread-75 (worker), stopped daemon 4065809408)>, <Thread(Thread-109 (_handle_results), stopped daemon 3929043968)>, <Thread(Thread-93 (_handle_tasks), stopped daemon 4009124864)>, <Thread(Thread-104 (_handle_tasks), stopped daemon 3929043968)>, <Thread(Thread-90 (_handle_results), stopped daemon 3948311552)>, <DummyProcess(Thread-97 (worker), stopped daemon 4009124864)>, <DummyProcess(Thread-76 (worker), stopped daemon 3998667776)>, <Thread(Thread-94 (_handle_results), stopped daemon 3981882368)>, <Thread(Thread-105 (_handle_results), stopped daemon 3945882624)>, <Thread(Thread-98 (_handle_workers), stopped daemon 3948311552)>, <DummyProcess(Thread-77 (worker), stopped daemon 3990275072)>, <DummyProcess(Thread-110 (worker), stopped daemon 3981882368)>, <DummyProcess(Thread-81 (worker), stopped daemon 4009124864)>, <Thread(Thread-99 (_handle_tasks), stopped daemon 3937436672)>, <DummyProcess(Thread-111 (worker), stopped daemon 3929043968)>, <Thread(Thread-80 (_handle_results), stopped daemon 4021773312)>} | |
| test_active_children (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_active_children) ... ok | |
| test_args_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_args_argument) ... skipped "resource 'cpu' is not enabled" | |
| test_child_fd_inflation (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for threads' | |
| test_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_close) ... skipped 'test not appropriate for threads' | |
| test_cpu_count (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_cpu_count) ... ok | |
| test_current (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_current) ... skipped 'test not appropriate for threads' | |
| test_daemon_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_daemon_argument) ... skipped 'test not appropriate for threads' | |
| test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1) ... ok | |
| test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2) ... ok | |
| test_forkserver_auth_is_enabled (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_auth_is_enabled) ... skipped 'test not appropriate for threads' | |
| test_forkserver_sigint (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for threads' | |
| test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for threads' | |
| test_forkserver_without_auth_fails (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_without_auth_fails) ... skipped 'test not appropriate for threads' | |
| test_interrupt (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_interrupt) ... skipped 'test not appropriate for threads' | |
| test_interrupt_no_handler (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_interrupt_no_handler) ... skipped 'test not appropriate for threads' | |
| test_kill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_kill) ... skipped 'test not appropriate for threads' | |
| test_lose_target_ref (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref) ... FAIL | |
| test_many_processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_many_processes) ... skipped 'test not appropriate for threads' | |
| test_parent_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process) ... skipped 'test not appropriate for threads' | |
| test_parent_process_attributes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process_attributes) ... skipped 'test not appropriate for threads' | |
| test_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process) ... ok | |
| test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) ... skipped 'test not appropriate for threads' | |
| test_recursion (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_recursion) ... ok | |
| test_sentinel (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_sentinel) ... skipped 'test not appropriate for threads' | |
| test_set_executable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_set_executable) ... skipped 'test not appropriate for threads' | |
| test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_terminate) ... skipped 'test not appropriate for threads' | |
| test_wait_for_threads (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_wait_for_threads) ... skipped 'test not appropriate for threads' | |
| Warning -- Dangling threads: {<DummyProcess(Thread-125 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-128 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-122 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-134 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-132 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-120 (wait), stopped daemon 3990275072)>, <DummyProcess(Thread-130 (_test_recursion), stopped 3990275072)>, <DummyProcess(Thread-121 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-127 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-124 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-126 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-129, stopped 3990275072)>, <DummyProcess(Thread-135 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-123 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-133 (_test_recursion), stopped 3990275072)>, <DummyProcess(SomeProcess, stopped daemon 3990275072)>, <DummyProcess(Thread-131 (_test_recursion), stopped 3998667776)>} | |
| test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions) ... ok | |
| test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions) ... ok | |
| test_fork (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_fork) ... ok | |
| test_get (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_get) ... ok | |
| test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention) ... ok | |
| test_put (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_put) ... ok | |
| test_qsize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_qsize) ... ok | |
| test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for threads' | |
| test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for threads' | |
| test_task_done (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_task_done) ... ok | |
| test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_timeout) ... ok | |
| Warning -- Dangling threads: {<Thread(QueueFeederThread, stopped daemon 3990275072)>, <DummyProcess(Thread-142 (_test_task_done), stopped daemon 3896513536)>, <DummyProcess(Thread-140 (_test_task_done), stopped daemon 4065809408)>, <Thread(QueueFeederThread, stopped daemon 3990275072)>, <DummyProcess(Thread-136 (_test_fork), stopped daemon 3990275072)>, <DummyProcess(Thread-137 (_test_get), stopped daemon 3990275072)>, <DummyProcess(Thread-139 (_test_task_done), stopped daemon 3998667776)>, <Thread(QueueFeederThread, stopped daemon 3990275072)>, <DummyProcess(Thread-141 (_test_task_done), stopped daemon 4057416704)>, <DummyProcess(Thread-138 (_test_put), stopped daemon 3998667776)>} | |
| test_bounded_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore) ... ok | |
| test_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_semaphore) ... ok | |
| test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_timeout) ... skipped 'test not appropriate for threads' | |
| Warning -- Dangling processes: {<ForkServerProcess name='QueueManager-1' pid=20433 parent=20323 stopped exitcode=0>, <ForkServerProcess name='QueueManager-2' pid=20447 parent=20323 stopped exitcode=0>} | |
| Warning -- Dangling threads: {<DummyProcess(Thread-58 (f), stopped daemon 3990275072)>, <DummyProcess(Thread-8 (task), stopped daemon 4065809408)>, <Thread(Thread-100 (_handle_results), stopped daemon 3929043968)>, <DummyProcess(Thread-69 (_test), stopped daemon 4057416704)>, <DummyProcess(Thread-137 (_test_get), stopped daemon 3990275072)>, <DummyProcess(Thread-60 (f), stopped daemon 4065809408)>, <DummyProcess(Thread-38 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-68 (_test), stopped daemon 4057416704)>, <DummyProcess(Thread-39 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-34 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-130 (_test_recursion), stopped 3990275072)>, <DummyProcess(Thread-10 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-40 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-13 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-9 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-35 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-131 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-14 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-41 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-1 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-36 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-72 (_child_dont_merge), stopped 4057416704)>, <DummyProcess(Thread-120 (wait), stopped daemon 3990275072)>, <DummyProcess(Thread-132 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-15 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-37 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-133 (_test_recursion), stopped 3990275072)>, <DummyProcess(Thread-16 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-3 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-134 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-4 (task), stopped daemon 4040631296)>, <Thread(Thread-43 (f), stopped daemon 4049024000)>, <DummyProcess(Thread-135 (_test_recursion), stopped 3998667776)>, <DummyProcess(Thread-66 (_echo), stopped daemon 4057416704)>, <DummyProcess(Thread-42 (f), stopped daemon 4040631296)>, <DummyProcess(Thread-17 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-62 (_test_wait_result), stopped 4057416704)>, <DummyProcess(Thread-18 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-67 (_test_event), stopped daemon 4057416704)>, <DummyProcess(Thread-19 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-121 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-63 (_test_waitfor_f), stopped daemon 4057416704)>, <DummyProcess(Thread-20 (task), stopped daemon 4040631296)>, <DummyProcess(SomeProcess, stopped daemon 3990275072)>, <DummyProcess(Thread-122 (_test_error_on_stdio_flush), stopped 3990275072)>, <Thread(QueueFeederThread, stopped daemon 3990275072)>, <DummyProcess(Thread-123 (_test_error_on_stdio_flush), stopped 3990275072)>, <Thread(Thread-55 (f), stopped daemon 3973489664)>, <DummyProcess(Thread-64 (_test_waitfor_timeout_f), stopped daemon 4057416704)>, <DummyProcess(Thread-110 (worker), stopped daemon 3981882368)>, <DummyProcess(Thread-71 (_child_boundaries), stopped 4057416704)>, <DummyProcess(Thread-73 (_child_strings), stopped 4057416704)>, <DummyProcess(Thread-111 (worker), stopped daemon 3929043968)>, <DummyProcess(Thread-124 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-12 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-21 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-28 (task), stopped daemon 4040631296)>, <Thread(Thread-47 (f), stopped daemon 4065809408)>, <Thread(Thread-57 (f), stopped daemon 3981882368)>, <DummyProcess(Thread-82 (worker), stopped daemon 3981882368)>, <DummyProcess(Thread-112 (worker), stopped daemon 3945882624)>, <Thread(Thread-59 (f), stopped daemon 3998667776)>, <Thread(Thread-49 (f), stopped daemon 4023845888)>, <DummyProcess(Thread-22 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-83 (worker), stopped daemon 3973489664)>, <DummyProcess(Thread-44 (f), stopped daemon 4040631296)>, <DummyProcess(Thread-101 (worker), stopped daemon 4009124864)>, <Thread(Thread-113 (_handle_workers), stopped daemon 4009124864)>, <DummyProcess(Thread-129, stopped 3990275072)>, <DummyProcess(Thread-23 (task), stopped daemon 4057416704)>, <Thread(Thread-84 (_handle_workers), stopped daemon 3965096960)>, <DummyProcess(Thread-125 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-70 (_putter), stopped 4057416704)>, <DummyProcess(Thread-91 (worker), stopped daemon 3973489664)>, <DummyProcess(Thread-102 (worker), stopped daemon 3981882368)>, <Thread(Thread-114 (_handle_tasks), stopped daemon 3920651264)>, <DummyProcess(Thread-24 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-46 (f), stopped daemon 4057416704)>, <DummyProcess(Thread-74 (worker), stopped daemon 4057416704)>, <Thread(Thread-85 (_handle_tasks), stopped daemon 3956704256)>, <Thread(Thread-92 (_handle_workers), stopped daemon 3948311552)>, <Thread(Thread-103 (_handle_workers), stopped daemon 3973489664)>, <Thread(Thread-115 (_handle_results), stopped daemon 3912258560)>, <DummyProcess(Thread-126 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-138 (_test_put), stopped daemon 3998667776)>, <DummyProcess(Thread-5 (task), stopped daemon 4040631296)>, <DummyProcess(Thread-75 (worker), stopped daemon 4065809408)>, <Thread(Thread-86 (_handle_results), stopped daemon 3948311552)>, <DummyProcess(Thread-2 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-48 (f), stopped daemon 4032238592)>, <Thread(Thread-93 (_handle_tasks), stopped daemon 4009124864)>, <Thread(Thread-104 (_handle_tasks), stopped daemon 3929043968)>, <DummyProcess(Thread-6 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-76 (worker), stopped daemon 3998667776)>, <DummyProcess(Thread-127 (_test_error_on_stdio_flush), stopped 3990275072)>, <Thread(Thread-94 (_handle_results), stopped daemon 3981882368)>, <Thread(Thread-105 (_handle_results), stopped daemon 3945882624)>, <DummyProcess(Thread-65 (_echo), stopped daemon 4057416704)>, <DummyProcess(Thread-77 (worker), stopped daemon 3990275072)>, <DummyProcess(Thread-50 (f), stopped daemon 4015453184)>, <DummyProcess(Thread-128 (_test_error_on_stdio_flush), stopped 3990275072)>, <DummyProcess(Thread-52 (f), stopped daemon 3998667776)>, <Thread(Thread-80 (_handle_results), stopped daemon 4021773312)>, <Thread(Thread-61 (f), stopped daemon 4057416704)>, <Thread(QueueFeederThread, stopped daemon 3990275072)>, <DummyProcess(Thread-116 (worker), stopped daemon 3945882624)>, <DummyProcess(Thread-54 (f), stopped daemon 3981882368)>, <Thread(Thread-45 (f), stopped daemon 4049024000)>, <DummyProcess(Thread-106 (worker), stopped daemon 3981882368)>, <DummyProcess(Thread-87 (worker), stopped daemon 3973489664)>, <Thread(Thread-117 (_handle_workers), stopped daemon 3929043968)>, <Thread(Thread-107 (_handle_workers), stopped daemon 4009124864)>, <Thread(Thread-88 (_handle_workers), stopped daemon 3981882368)>, <Thread(Thread-118 (_handle_tasks), stopped daemon 3981882368)>, <Thread(QueueFeederThread, stopped daemon 3990275072)>, <Thread(Thread-78 (_handle_workers), stopped daemon 4038558720)>, <DummyProcess(Thread-95 (worker), stopped daemon 3973489664)>, <Thread(Thread-108 (_handle_tasks), stopped daemon 3945882624)>, <Thread(Thread-79 (_handle_tasks), stopped daemon 4030166016)>, <DummyProcess(Thread-29 (_test_thousand_f), stopped 4040631296)>, <Thread(Thread-51 (f), stopped daemon 4007060480)>, <Thread(Thread-89 (_handle_tasks), stopped daemon 4009124864)>, <Thread(Thread-119 (_handle_results), stopped daemon 3912258560)>, <DummyProcess(Thread-136 (_test_fork), stopped daemon 3990275072)>, <DummyProcess(Thread-139 (_test_task_done), stopped daemon 3998667776)>, <DummyProcess(Thread-96 (worker), stopped daemon 3981882368)>, <Thread(Thread-109 (_handle_results), stopped daemon 3929043968)>, <Thread(Thread-53 (f), stopped daemon 3990275072)>, <DummyProcess(Thread-30 (_test_thousand_f), stopped 4049024000)>, <Thread(Thread-90 (_handle_results), stopped daemon 3948311552)>, <DummyProcess(Thread-140 (_test_task_done), stopped daemon 4065809408)>, <DummyProcess(Thread-25 (task), stopped daemon 4065809408)>, <DummyProcess(Thread-97 (worker), stopped daemon 4009124864)>, <DummyProcess(Thread-31 (_test_thousand_f), stopped 4057416704)>, <DummyProcess(Thread-141 (_test_task_done), stopped daemon 4057416704)>, <DummyProcess(Thread-26 (task), stopped daemon 4057416704)>, <DummyProcess(Thread-7 (task), stopped daemon 4057416704)>, <Thread(Thread-98 (_handle_workers), stopped daemon 3948311552)>, <DummyProcess(Thread-32 (_test_thousand_f), stopped 4065809408)>, <DummyProcess(Thread-56 (f), stopped daemon 3973489664)>, <DummyProcess(Thread-142 (_test_task_done), stopped daemon 3896513536)>, <DummyProcess(Thread-27 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-81 (worker), stopped daemon 4009124864)>, <Thread(Thread-99 (_handle_tasks), stopped daemon 3937436672)>, <DummyProcess(Thread-11 (task), stopped daemon 4049024000)>, <DummyProcess(Thread-33 (_test_thousand_f), stopped 4032238592)>} | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| ====================================================================== | |
| FAIL: test_release_task_refs (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 3198, in test_release_task_refs | |
| self.assertEqual(set(wr() for wr in refs), {None}) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Items in the first set but not the second: | |
| <test._test_multiprocessing.CountedObject object at 0xf65a0850> | |
| <test._test_multiprocessing.CountedObject object at 0xf6607870> | |
| <test._test_multiprocessing.CountedObject object at 0xf652de70> | |
| <test._test_multiprocessing.CountedObject object at 0xf6556470> | |
| <test._test_multiprocessing.CountedObject object at 0xf65522d0> | |
| <test._test_multiprocessing.CountedObject object at 0xf6563150> | |
| <test._test_multiprocessing.CountedObject object at 0xf6552378> | |
| <test._test_multiprocessing.CountedObject object at 0xf65301a0> | |
| <test._test_multiprocessing.CountedObject object at 0xf65a07b0> | |
| <test._test_multiprocessing.CountedObject object at 0xf65631e0> | |
| Items in the second set but not the first: | |
| None | |
| ====================================================================== | |
| FAIL: test_resource_warning (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 85, in inner | |
| return func(*args, **kwds) | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 3232, in test_resource_warning | |
| with warnings_helper.check_warnings( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| ('unclosed running multiprocessing pool', ResourceWarning)): | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/warnings_helper.py", line 199, in _filterwarnings | |
| raise AssertionError("filter (%r, %s) did not catch any warning" % | |
| missing[0]) | |
| AssertionError: filter ('unclosed running multiprocessing pool', ResourceWarning) did not catch any warning | |
| ====================================================================== | |
| FAIL: test_lose_target_ref (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 85, in inner | |
| return func(*args, **kwds) | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 786, in test_lose_target_ref | |
| self.assertIs(wr(), None) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| AssertionError: <test._test_multiprocessing.DummyCallable object at 0xf65306a8> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 110 tests in 50.756s | |
| FAILED (failures=3, skipped=32) | |
| Warning -- threading._dangling was modified by test.test_multiprocessing_forkserver.test_threads | |
| Warning -- Before: {<weakref at 0xf86930a0; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf54bd910; to 'multiprocessing.dummy.DummyProcess' at 0xf700a030>, <weakref at 0xf54bd8e8; to 'multiprocessing.dummy.DummyProcess' at 0xf7498030>, <weakref at 0xf54bd938; to 'threading.Thread' at 0xf6538030>, <weakref at 0xf54bd960; to 'multiprocessing.dummy.DummyProcess' at 0xf703a120>, <weakref at 0xf54bd988; to 'multiprocessing.dummy.DummyProcess' at 0xf581a120>, <weakref at 0xf54bd9d8; to 'multiprocessing.dummy.DummyProcess' at 0xf700a198>, <weakref at 0xf54bd9b0; to 'multiprocessing.dummy.DummyProcess' at 0xf70a6198>, <weakref at 0xf54bda00; to 'multiprocessing.dummy.DummyProcess' at 0xf7034198>, <weakref at 0xf54bda28; to 'multiprocessing.dummy.DummyProcess' at 0xf70a6288>, <weakref at 0xf54bda50; to 'multiprocessing.dummy.DummyProcess' at 0xf7446300>, <weakref at 0xf54bda78; to 'multiprocessing.dummy.DummyProcess' at 0xf5858300>, <weakref at 0xf54bdaa0; to 'multiprocessing.dummy.DummyProcess' at 0xf749a360>, <weakref at 0xf54bdaf0; to 'multiprocessing.dummy.DummyProcess' at 0xf70a6378>, <weakref at 0xf54bdac8; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0378>, <weakref at 0xf54bdb18; to 'multiprocessing.dummy.DummyProcess' at 0xf7498390>, <weakref at 0xf54bdb40; to 'multiprocessing.dummy.DummyProcess' at 0xf74463f0>, <weakref at 0xf54bdb68; to 'multiprocessing.dummy.DummyProcess' at 0xf58583f0>, <weakref at 0xf54bdb90; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0468>, <weakref at 0xf54bdbb8; to 'multiprocessing.dummy.DummyProcess' at 0xf70a6468>, <weakref at 0xf54bdbe0; to 'multiprocessing.dummy.DummyProcess' at 0xf748a480>, <weakref at 0xf54bdc08; to 'multiprocessing.dummy.DummyProcess' at 0xf74464e0>, <weakref at 0xf54bdc30; to 'multiprocessing.dummy.DummyProcess' at 0xf65f64e0>, <weakref at 0xf54bdc58; to 'multiprocessing.dummy.DummyProcess' at 0xf58fe4e0>, <weakref at 0xf54bdc80; to 'multiprocessing.dummy.DummyProcess' at 0xf58584e0>, <weakref at 0xf54bdca8; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0558>, <weakref at 0xf54bdcd0; to 'multiprocessing.dummy.DummyProcess' at 0xf74465d0>, <weakref at 0xf54bdcf8; to 'multiprocessing.dummy.DummyProcess' at 0xf58585d0>, <weakref at 0xf54bdd20; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0648>, <weakref at 0xf54bdd48; to 'multiprocessing.dummy.DummyProcess' at 0xf747e6c0>, <weakref at 0xf54bdd70; to 'multiprocessing.dummy.DummyProcess' at 0xf58586c0>, <weakref at 0xf54bdd98; to 'multiprocessing.dummy.DummyProcess' at 0xf747e768>, <weakref at 0xf54bddc0; to 'threading.Thread' at 0xf748a760>, <weakref at 0xf54bde10; to 'multiprocessing.dummy.DummyProcess' at 0xf58587b0>, <weakref at 0xf54bdde8; to 'multiprocessing.dummy.DummyProcess' at 0xf70227b0>, <weakref at 0xf54bde38; to 'multiprocessing.dummy.DummyProcess' at 0xf70a68a0>, <weakref at 0xf54bde60; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0918>, <weakref at 0xf54bde88; to 'multiprocessing.dummy.DummyProcess' at 0xf700a918>, <weakref at 0xf54bdeb0; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0a08>, <weakref at 0xf54bded8; to 'multiprocessing.dummy.DummyProcess' at 0xf7022a80>, <weakref at 0xf54bdf00; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0af8>, <weakref at 0xf54bdf28; to 'multiprocessing.dummy.DummyProcess' at 0xf58feaf8>, <weakref at 0xf54bdf50; to 'multiprocessing.dummy.DummyProcess' at 0xf700ab70>, <weakref at 0xf54bdf78; to 'multiprocessing.dummy.DummyProcess' at 0xf74a0be8>, <weakref at 0xf54bdfa0; to 'multiprocessing.dummy.DummyProcess' at 0xf58ccbe8>, <weakref at 0xf54bdfc8; to 'multiprocessing.dummy.DummyProcess' at 0xf58fec60>, <weakref at 0xf54bf028; to 'threading.Thread' at 0xf581ad50>, <weakref at 0xf54bf050; to 'multiprocessing.dummy.DummyProcess' at 0xf58fedc8>, <weakref at 0xf54bf078; to 'threading.Thread' at 0xf7424dd8>, <weakref at 0xf54bf0a0; to 'multiprocessing.dummy.DummyProcess' at 0xf700ae40>, <weakref at 0xf54bf0c8; to 'multiprocessing.dummy.DummyProcess' at 0xf6228e40>, <weakref at 0xf54bf0f0; to 'multiprocessing.dummy.DummyProcess' at 0xf6662eb8>, <weakref at 0xf54bf118; to 'multiprocessing.dummy.DummyProcess' at 0xf65f6eb8>, <weakref at 0xf54bf140; to 'multiprocessing.dummy.DummyProcess' at 0xf6228f30>, <weakref at 0xf54bf168; to 'multiprocessing.dummy.DummyProcess' at 0xf58fef30>, <weakref at 0xf54bf190; to 'multiprocessing.dummy.DummyProcess' at 0xf74a1030>, <weakref at 0xf54bf1b8; to 'multiprocessing.dummy.DummyProcess' at 0xf7433030>, <weakref at 0xf54bf1e0; to 'multiprocessing.dummy.DummyProcess' at 0xf743b030>, <weakref at 0xf54bf208; to 'threading.Thread' at 0xf70b3030>, <weakref at 0xf54bf230; to 'threading.Thread' at 0xf70bf030>, <weakref at 0xf54bf258; to 'multiprocessing.dummy.DummyProcess' at 0xf6619030>, <weakref at 0xf54bf280; to 'multiprocessing.dummy.DummyProcess' at 0xf59970a8>, <weakref at 0xf54bf2a8; to 'threading.Thread' at 0xf70bf0c0>, <weakref at 0xf54bf2d0; to 'threading.Thread' at 0xf70b30d8>, <weakref at 0xf54bf2f8; to 'multiprocessing.dummy.DummyProcess' at 0xf7433120>, <weakref at 0xf54bf320; to 'multiprocessing.dummy.DummyProcess' at 0xf6619120>, <weakref at 0xf54bf348; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1198>, <weakref at 0xf54bf370; to 'multiprocessing.dummy.DummyProcess' at 0xf6553198>, <weakref at 0xf54bf398; to 'threading.Thread' at 0xf5997198>, <weakref at 0xf54bf3c0; to 'multiprocessing.dummy.DummyProcess' at 0xf58a7198>, <weakref at 0xf54bf3e8; to 'multiprocessing.dummy.DummyProcess' at 0xf7433210>, <weakref at 0xf54bf410; to 'threading.Thread' at 0xf6619210>, <weakref at 0xf54bf438; to 'multiprocessing.dummy.DummyProcess' at 0xf5897210>, <weakref at 0xf54bf460; to 'multiprocessing.dummy.DummyProcess' at 0xf6ff1288>, <weakref at 0xf54bf488; to 'multiprocessing.dummy.DummyProcess' at 0xf65af288>, <weakref at 0xf54bf4b0; to 'multiprocessing.dummy.DummyProcess' at 0xf6553288>, <weakref at 0xf54bf4d8; to 'threading.Thread' at 0xf5997288>, <weakref at 0xf54bf500; to 'multiprocessing.dummy.DummyProcess' at 0xf7433300>, <weakref at 0xf54bf528; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1300>, <weakref at 0xf54bf550; to 'multiprocessing.dummy.DummyProcess' at 0xf6603300>, <weakref at 0xf54bf578; to 'threading.Thread' at 0xf6619300>, <weakref at 0xf54bf5a0; to 'threading.Thread' at 0xf65af378>, <weakref at 0xf54bf5c8; to 'threading.Thread' at 0xf6553378>, <weakref at 0xf54bf5f0; to 'threading.Thread' at 0xf5997378>, <weakref at 0xf54bf618; to 'multiprocessing.dummy.DummyProcess' at 0xf5897378>, <weakref at 0xf54bf640; to 'multiprocessing.dummy.DummyProcess' at 0xf582f378>, <weakref at 0xf54bf668; to 'multiprocessing.dummy.DummyProcess' at 0xf748d3f0>, <weakref at 0xf54bf690; to 'multiprocessing.dummy.DummyProcess' at 0xf66033f0>, <weakref at 0xf54bf6b8; to 'threading.Thread' at 0xf66193f0>, <weakref at 0xf54bf6e0; to 'multiprocessing.dummy.DummyProcess' at 0xf7487450>, <weakref at 0xf54bf708; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1468>, <weakref at 0xf54bf730; to 'threading.Thread' at 0xf65af468>, <weakref at 0xf54bf758; to 'threading.Thread' at 0xf6553468>, <weakref at 0xf54bf780; to 'multiprocessing.dummy.DummyProcess' at 0xf748d490>, <weakref at 0xf54bf7a8; to 'multiprocessing.dummy.DummyProcess' at 0xf66034e0>, <weakref at 0xf54bf7d0; to 'multiprocessing.dummy.DummyProcess' at 0xf58974e0>, <weakref at 0xf54bf7f8; to 'threading.Thread' at 0xf65af558>, <weakref at 0xf54bf820; to 'threading.Thread' at 0xf6553558>, <weakref at 0xf54bf848; to 'multiprocessing.dummy.DummyProcess' at 0xf70155d0>, <weakref at 0xf54bf870; to 'multiprocessing.dummy.DummyProcess' at 0xf66035d0>, <weakref at 0xf54bf898; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1648>, <weakref at 0xf54bf8c0; to 'multiprocessing.dummy.DummyProcess' at 0xf5897648>, <weakref at 0xf54bf8e8; to 'multiprocessing.dummy.DummyProcess' at 0xf70b17b0>, <weakref at 0xf54bf910; to 'threading.Thread' at 0xf66037b0>, <weakref at 0xf54bf938; to 'threading.Thread' at 0xf70a3828>, <weakref at 0xf54bf960; to 'threading.Thread' at 0xf5879828>, <weakref at 0xf54bf988; to 'multiprocessing.dummy.DummyProcess' at 0xf59978a0>, <weakref at 0xf54bf9b0; to 'threading._MainThread' at 0xf8f638d0>, <weakref at 0xf54bf9d8; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1918>, <weakref at 0xf54bfa00; to 'threading.Thread' at 0xf7487920>, <weakref at 0xf54bfa28; to 'multiprocessing.dummy.DummyProcess' at 0xf6257918>, <weakref at 0xf54bfa50; to 'multiprocessing.dummy.DummyProcess' at 0xf6619990>, <weakref at 0xf54bfa78; to 'threading.Thread' at 0xf5997990>, <weakref at 0xf54bfaa0; to 'threading.Thread' at 0xf6257a08>, <weakref at 0xf54bfac8; to 'threading.Thread' at 0xf6619a80>, <weakref at 0xf54bfaf0; to 'threading.Thread' at 0xf5997a80>, <weakref at 0xf54bfb18; to 'threading.Thread' at 0xf5879a80>, <weakref at 0xf54bfb40; to 'threading.Thread' at 0xf65f9ab0>, <weakref at 0xf54bfb68; to 'multiprocessing.dummy.DummyProcess' at 0xf65a3af8>, <weakref at 0xf54bfb90; to 'threading.Thread' at 0xf6257af8>, <weakref at 0xf54bfbb8; to 'threading.Thread' at 0xf65f9b30>, <weakref at 0xf54bfbe0; to 'multiprocessing.dummy.DummyProcess' at 0xf743bb70>, <weakref at 0xf54bfc08; to 'threading.Thread' at 0xf748db70>, <weakref at 0xf54bfc30; to 'threading.Thread' at 0xf6619b70>, <weakref at 0xf54bfc58; to 'threading.Thread' at 0xf5997b70>, <weakref at 0xf54bfc80; to 'multiprocessing.dummy.DummyProcess' at 0xf588bb70>, <weakref at 0xf54bfca8; to 'multiprocessing.dummy.DummyProcess' at 0xf582fb70>, <weakref at 0xf54bfcd0; to 'multiprocessing.dummy.DummyProcess' at 0xf65a3be8>, <weakref at 0xf54bfcf8; to 'threading.Thread' at 0xf6257be8>, <weakref at 0xf54bfd20; to 'threading.Thread' at 0xf748dc10>, <weakref at 0xf54bfd48; to 'multiprocessing.dummy.DummyProcess' at 0xf743bc60>, <weakref at 0xf54bfd70; to 'threading.Thread' at 0xf6619c60>, <weakref at 0xf54bfd98; to 'multiprocessing.dummy.DummyProcess' at 0xf582fc60>, <weakref at 0xf54bfdc0; to 'multiprocessing.dummy.DummyProcess' at 0xf7433cd8>, <weakref at 0xf54bfde8; to 'multiprocessing.dummy.DummyProcess' at 0xf65a3cd8>, <weakref at 0xf54bfe10; to 'multiprocessing.dummy.DummyProcess' at 0xf743bd50>, <weakref at 0xf54bfe38; to 'multiprocessing.dummy.DummyProcess' at 0xf582fd50>, <weakref at 0xf54bfe60; to 'multiprocessing.dummy.DummyProcess' at 0xf7433dc8>, <weakref at 0xf54bfe88; to 'multiprocessing.dummy.DummyProcess' at 0xf751bdd8>, <weakref at 0xf54bfeb0; to 'threading.Thread' at 0xf65a3dc8>, <weakref at 0xf54bfed8; to 'multiprocessing.dummy.DummyProcess' at 0xf743be40>, <weakref at 0xf54bff00; to 'multiprocessing.dummy.DummyProcess' at 0xf70b1e40>, <weakref at 0xf54bff28; to 'multiprocessing.dummy.DummyProcess' at 0xf582fe40>, <weakref at 0xf54bff50; to 'multiprocessing.dummy.DummyProcess' at 0xf7433eb8>, <weakref at 0xf54bff78; to 'multiprocessing.dummy.DummyProcess' at 0xf6603eb8>, <weakref at 0xf54bffa0; to 'threading.Thread' at 0xf65a3eb8>, <weakref at 0xf54bffc8; to 'multiprocessing.dummy.DummyProcess' at 0xf7493f30>, <weakref at 0xf54c1028; to 'multiprocessing.dummy.DummyProcess' at 0xf743bf30>} | |
| test test.test_multiprocessing_forkserver.test_threads failed | |
| 0:07:15 load avg: 3.10 [ 34/495/14] test_bdb passed -- running (1): test_weakref (5 min 44 sec) | |
| 0:07:18 load avg: 3.10 [ 35/495/15] test_builtin failed (1 failure) -- running (1): test_weakref (5 min 46 sec) | |
| test___ne__ (test.test_builtin.BuiltinTest.test___ne__) ... ok | |
| test_abs (test.test_builtin.BuiltinTest.test_abs) ... ok | |
| test_all (test.test_builtin.BuiltinTest.test_all) ... ok | |
| test_all_any_tuple_optimization (test.test_builtin.BuiltinTest.test_all_any_tuple_optimization) ... ok | |
| test_any (test.test_builtin.BuiltinTest.test_any) ... ok | |
| test_ascii (test.test_builtin.BuiltinTest.test_ascii) ... ok | |
| test_bin (test.test_builtin.BuiltinTest.test_bin) ... ok | |
| test_bool_notimplemented (test.test_builtin.BuiltinTest.test_bool_notimplemented) ... ok | |
| test_bug_27936 (test.test_builtin.BuiltinTest.test_bug_27936) ... ok | |
| test_bytearray_extend_error (test.test_builtin.BuiltinTest.test_bytearray_extend_error) ... ok | |
| test_bytearray_join_with_custom_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_custom_iterator) ... ok | |
| test_bytearray_join_with_misbehaving_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_misbehaving_iterator) ... ok | |
| test_bytearray_translate (test.test_builtin.BuiltinTest.test_bytearray_translate) ... ok | |
| test_callable (test.test_builtin.BuiltinTest.test_callable) ... ok | |
| test_chr (test.test_builtin.BuiltinTest.test_chr) ... ok | |
| test_cmp (test.test_builtin.BuiltinTest.test_cmp) ... ok | |
| test_compile (test.test_builtin.BuiltinTest.test_compile) ... ok | |
| test_compile_ast (test.test_builtin.BuiltinTest.test_compile_ast) ... ok | |
| test_compile_async_generator (test.test_builtin.BuiltinTest.test_compile_async_generator) | |
| With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to ... ok | |
| test_compile_top_level_await (test.test_builtin.BuiltinTest.test_compile_top_level_await) | |
| Test whether code with top level await can be compiled. ... ok | |
| test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases) ... ok | |
| test_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest.test_compile_top_level_await_no_coro) | |
| Make sure top level non-await codes get the correct coroutine flags ... ok | |
| test_construct_singletons (test.test_builtin.BuiltinTest.test_construct_singletons) ... ok | |
| test_delattr (test.test_builtin.BuiltinTest.test_delattr) ... ok | |
| test_dir (test.test_builtin.BuiltinTest.test_dir) ... ok | |
| test_divmod (test.test_builtin.BuiltinTest.test_divmod) ... ok | |
| test_eval (test.test_builtin.BuiltinTest.test_eval) ... ok | |
| test_eval_builtins_mapping (test.test_builtin.BuiltinTest.test_eval_builtins_mapping) ... ok | |
| test_eval_builtins_mapping_reduce (test.test_builtin.BuiltinTest.test_eval_builtins_mapping_reduce) ... ok | |
| test_eval_kwargs (test.test_builtin.BuiltinTest.test_eval_kwargs) ... ok | |
| test_exec (test.test_builtin.BuiltinTest.test_exec) ... ok | |
| test_exec_builtins_mapping_import (test.test_builtin.BuiltinTest.test_exec_builtins_mapping_import) ... ok | |
| test_exec_closure (test.test_builtin.BuiltinTest.test_exec_closure) ... ok | |
| test_exec_globals (test.test_builtin.BuiltinTest.test_exec_globals) ... ok | |
| test_exec_globals_dict_subclass (test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass) ... ok | |
| test_exec_globals_error_on_get (test.test_builtin.BuiltinTest.test_exec_globals_error_on_get) ... ok | |
| test_exec_globals_frozen (test.test_builtin.BuiltinTest.test_exec_globals_frozen) ... ok | |
| test_exec_kwargs (test.test_builtin.BuiltinTest.test_exec_kwargs) ... ok | |
| test_exec_redirected (test.test_builtin.BuiltinTest.test_exec_redirected) ... ok | |
| test_filter (test.test_builtin.BuiltinTest.test_filter) ... ok | |
| test_filter_dealloc (test.test_builtin.BuiltinTest.test_filter_dealloc) ... skipped "resource 'cpu' is not enabled" | |
| test_filter_pickle (test.test_builtin.BuiltinTest.test_filter_pickle) ... ok | |
| test_format (test.test_builtin.BuiltinTest.test_format) ... ok | |
| test_general_eval (test.test_builtin.BuiltinTest.test_general_eval) ... ok | |
| test_getattr (test.test_builtin.BuiltinTest.test_getattr) ... ok | |
| test_hasattr (test.test_builtin.BuiltinTest.test_hasattr) ... ok | |
| test_hash (test.test_builtin.BuiltinTest.test_hash) ... ok | |
| test_hex (test.test_builtin.BuiltinTest.test_hex) ... ok | |
| test_id (test.test_builtin.BuiltinTest.test_id) ... ok | |
| test_import (test.test_builtin.BuiltinTest.test_import) ... ok | |
| test_input (test.test_builtin.BuiltinTest.test_input) ... ok | |
| test_input_gh130163 (test.test_builtin.BuiltinTest.test_input_gh130163) ... ok | |
| test_isinstance (test.test_builtin.BuiltinTest.test_isinstance) ... ok | |
| test_issubclass (test.test_builtin.BuiltinTest.test_issubclass) ... ok | |
| test_iter (test.test_builtin.BuiltinTest.test_iter) ... ok | |
| test_len (test.test_builtin.BuiltinTest.test_len) ... ok | |
| test_map (test.test_builtin.BuiltinTest.test_map) ... ok | |
| test_map_pickle (test.test_builtin.BuiltinTest.test_map_pickle) ... ok | |
| test_map_pickle_strict (test.test_builtin.BuiltinTest.test_map_pickle_strict) ... ok | |
| test_map_pickle_strict_fail (test.test_builtin.BuiltinTest.test_map_pickle_strict_fail) ... ok | |
| test_map_strict (test.test_builtin.BuiltinTest.test_map_strict) ... ok | |
| test_map_strict_error_handling (test.test_builtin.BuiltinTest.test_map_strict_error_handling) ... ok | |
| test_map_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_map_strict_error_handling_stopiteration) ... ok | |
| test_map_strict_iterators (test.test_builtin.BuiltinTest.test_map_strict_iterators) ... ok | |
| test_max (test.test_builtin.BuiltinTest.test_max) ... ok | |
| test_min (test.test_builtin.BuiltinTest.test_min) ... ok | |
| test_neg (test.test_builtin.BuiltinTest.test_neg) ... ok | |
| test_next (test.test_builtin.BuiltinTest.test_next) ... ok | |
| test_oct (test.test_builtin.BuiltinTest.test_oct) ... ok | |
| test_open (test.test_builtin.BuiltinTest.test_open) ... ok | |
| test_open_default_encoding (test.test_builtin.BuiltinTest.test_open_default_encoding) ... skipped 'utf-8 mode is enabled' | |
| test_open_non_inheritable (test.test_builtin.BuiltinTest.test_open_non_inheritable) ... ok | |
| test_ord (test.test_builtin.BuiltinTest.test_ord) ... ok | |
| test_pow (test.test_builtin.BuiltinTest.test_pow) ... ok | |
| test_repr (test.test_builtin.BuiltinTest.test_repr) ... ok | |
| test_repr_blocked (test.test_builtin.BuiltinTest.test_repr_blocked) ... ok | |
| test_round (test.test_builtin.BuiltinTest.test_round) ... ok | |
| test_round_large (test.test_builtin.BuiltinTest.test_round_large) ... ok | |
| test_setattr (test.test_builtin.BuiltinTest.test_setattr) ... ok | |
| test_singleton_attribute_access (test.test_builtin.BuiltinTest.test_singleton_attribute_access) ... ok | |
| test_sum (test.test_builtin.BuiltinTest.test_sum) ... ok | |
| test_sum_accuracy (test.test_builtin.BuiltinTest.test_sum_accuracy) ... ok | |
| test_type (test.test_builtin.BuiltinTest.test_type) ... ok | |
| test_vars (test.test_builtin.BuiltinTest.test_vars) ... ok | |
| test_zip (test.test_builtin.BuiltinTest.test_zip) ... ok | |
| test_zip_bad_iterable (test.test_builtin.BuiltinTest.test_zip_bad_iterable) ... ok | |
| test_zip_pickle (test.test_builtin.BuiltinTest.test_zip_pickle) ... ok | |
| test_zip_pickle_strict (test.test_builtin.BuiltinTest.test_zip_pickle_strict) ... ok | |
| test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail) ... ok | |
| test_zip_result_gc (test.test_builtin.BuiltinTest.test_zip_result_gc) ... ok | |
| test_zip_strict (test.test_builtin.BuiltinTest.test_zip_strict) ... ok | |
| test_zip_strict_error_handling (test.test_builtin.BuiltinTest.test_zip_strict_error_handling) ... ok | |
| test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration) ... ok | |
| test_zip_strict_iterators (test.test_builtin.BuiltinTest.test_zip_strict_iterators) ... ok | |
| test_immortals (test.test_builtin.ImmortalTests.test_immortals) ... ok | |
| test_list_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_list_repeat_respect_immortality) ... ok | |
| test_tuple_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_tuple_repeat_respect_immortality) ... ok | |
| test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) ... ok | |
| test_input_tty (test.test_builtin.PtyTests.test_input_tty) ... skipped 'stdin and stdout must be ttys' | |
| test_input_tty_non_ascii (test.test_builtin.PtyTests.test_input_tty_non_ascii) ... skipped 'stdin and stdout must be ttys' | |
| test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors) ... skipped 'stdin and stdout must be ttys' | |
| test_input_tty_nondecodable_input (test.test_builtin.PtyTests.test_input_tty_nondecodable_input) ... skipped 'stdin and stdout must be ttys' | |
| test_input_tty_nonencodable_prompt (test.test_builtin.PtyTests.test_input_tty_nonencodable_prompt) ... skipped 'stdin and stdout must be ttys' | |
| test_input_tty_null_in_prompt (test.test_builtin.PtyTests.test_input_tty_null_in_prompt) ... skipped 'stdin and stdout must be ttys' | |
| test_cleanup (test.test_builtin.ShutdownTest.test_cleanup) ... FAIL | |
| test_breakpoint (test.test_builtin.TestBreakpoint.test_breakpoint) ... ok | |
| test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords) ... ok | |
| test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset) ... ok | |
| test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set) ... ok | |
| test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error) ... ok | |
| test_envar_good_path_builtin (test.test_builtin.TestBreakpoint.test_envar_good_path_builtin) ... skipped '-E was given' | |
| test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string) ... ok | |
| test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0) ... skipped '-E was given' | |
| test_envar_good_path_other (test.test_builtin.TestBreakpoint.test_envar_good_path_other) ... skipped '-E was given' | |
| test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set) ... ok | |
| test_envar_unimportable (test.test_builtin.TestBreakpoint.test_envar_unimportable) ... skipped '-E was given' | |
| test_runtime_error_when_hook_is_lost (test.test_builtin.TestBreakpoint.test_runtime_error_when_hook_is_lost) ... ok | |
| test_bad_arguments (test.test_builtin.TestSorted.test_bad_arguments) ... ok | |
| test_baddecorator (test.test_builtin.TestSorted.test_baddecorator) ... ok | |
| test_basic (test.test_builtin.TestSorted.test_basic) ... ok | |
| test_inputtypes (test.test_builtin.TestSorted.test_inputtypes) ... ok | |
| test_bad_args (test.test_builtin.TestType.test_bad_args) ... ok | |
| test_bad_slots (test.test_builtin.TestType.test_bad_slots) ... ok | |
| test_namespace_order (test.test_builtin.TestType.test_namespace_order) ... ok | |
| test_new_type (test.test_builtin.TestType.test_new_type) ... ok | |
| test_type_doc (test.test_builtin.TestType.test_type_doc) ... ok | |
| test_type_firstlineno (test.test_builtin.TestType.test_type_firstlineno) ... ok | |
| test_type_name (test.test_builtin.TestType.test_type_name) ... ok | |
| test_type_nokwargs (test.test_builtin.TestType.test_type_nokwargs) ... ok | |
| test_type_qualname (test.test_builtin.TestType.test_type_qualname) ... ok | |
| test_type_typeparams (test.test_builtin.TestType.test_type_typeparams) ... ok | |
| bin (builtins) | |
| Doctest: builtins.bin ... ok | |
| hex (builtins.bytearray) | |
| Doctest: builtins.bytearray.hex ... ok | |
| hex (builtins.bytes) | |
| Doctest: builtins.bytes.hex ... ok | |
| as_integer_ratio (builtins.float) | |
| Doctest: builtins.float.as_integer_ratio ... ok | |
| fromhex (builtins.float) | |
| Doctest: builtins.float.fromhex ... ok | |
| hex (builtins.float) | |
| Doctest: builtins.float.hex ... ok | |
| hex (builtins) | |
| Doctest: builtins.hex ... ok | |
| int (builtins) | |
| Doctest: builtins.int ... ok | |
| as_integer_ratio (builtins.int) | |
| Doctest: builtins.int.as_integer_ratio ... ok | |
| bit_count (builtins.int) | |
| Doctest: builtins.int.bit_count ... ok | |
| bit_length (builtins.int) | |
| Doctest: builtins.int.bit_length ... ok | |
| hex (builtins.memoryview) | |
| Doctest: builtins.memoryview.hex ... ok | |
| oct (builtins) | |
| Doctest: builtins.oct ... ok | |
| zip (builtins) | |
| Doctest: builtins.zip ... ok | |
| ====================================================================== | |
| FAIL: test_cleanup (test.test_builtin.ShutdownTest.test_cleanup) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_builtin.py", line 2785, in test_cleanup | |
| self.assertEqual(["before", "after"], out.decode().splitlines()) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: ['before', 'after'] != [] | |
| First list contains 2 additional elements. | |
| First extra element 0: | |
| 'before' | |
| - ['before', 'after'] | |
| + [] | |
| ---------------------------------------------------------------------- | |
| Ran 145 tests in 6.272s | |
| FAILED (failures=1, skipped=12) | |
| test test_builtin failed | |
| 0:07:33 load avg: 3.07 [ 36/495/15] test.test_asyncio.test_proactor_events passed -- running (1): test_weakref (6 min 2 sec) | |
| 0:07:43 load avg: 2.98 [ 37/495/16] test_wait3 failed (env changed) -- running (1): test_weakref (6 min 12 sec) | |
| test_wait (test.fork_wait.ForkWait.test_wait) ... ok | |
| test_wait (test.test_wait3.Wait3Test.test_wait) ... ok | |
| test_wait3_rusage_initialized (test.test_wait3.Wait3Test.test_wait3_rusage_initialized) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 3 tests in 5.602s | |
| OK | |
| Warning -- threading._dangling was modified by test_wait3 | |
| Warning -- Before: {<weakref at 0xf874ce88; to 'threading._MainThread' at 0xf8fa38d0>} | |
| Warning -- After: {<weakref at 0xf86f4460; to 'threading.Thread' at 0xf8740818>, <weakref at 0xf86f4488; to 'threading.Thread' at 0xf8717e90>, <weakref at 0xf86f44b0; to 'threading.Thread' at 0xf8717cb0>, <weakref at 0xf86f44d8; to 'threading.Thread' at 0xf86ec0c8>, <weakref at 0xf86f4500; to 'threading._MainThread' at 0xf8fa38d0>, <weakref at 0xf86f4528; to 'threading.Thread' at 0xf86ea540>, <weakref at 0xf86f4550; to 'threading.Thread' at 0xf86e4378>, <weakref at 0xf86f4578; to 'threading.Thread' at 0xf86e4180>, <weakref at 0xf86f45a0; to 'threading.Thread' at 0xf8731df0>} | |
| 0:07:59 load avg: 3.22 [ 38/495/16] test_zoneinfo passed (41.3 sec) -- running (1): test_weakref (6 min 28 sec) | |
| 0:08:07 load avg: 3.28 [ 39/495/16] test_type_comments passed -- running (1): test_weakref (6 min 35 sec) | |
| 0:08:16 load avg: 3.16 [ 40/495/17] test.test_concurrent_futures.test_future failed (env changed) -- running (2): test_ssl (32.6 sec), test_weakref (6 min 45 sec) | |
| test_cancel (test.test_concurrent_futures.test_future.FutureTests.test_cancel) ... ok | |
| test_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_cancelled) ... ok | |
| test_done (test.test_concurrent_futures.test_future.FutureTests.test_done) ... ok | |
| test_done_callback_already_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled) ... ok | |
| test_done_callback_already_failed (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed) ... ok | |
| test_done_callback_already_successful (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful) ... ok | |
| test_done_callback_raises (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises) ... ok | |
| test_done_callback_raises_already_succeeded (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded) ... ok | |
| test_done_callback_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel) ... ok | |
| test_done_callback_with_exception (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception) ... ok | |
| test_done_callback_with_result (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result) ... ok | |
| test_exception_with_success (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success) ... ok | |
| test_exception_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout) ... ok | |
| test_get_snapshot (test.test_concurrent_futures.test_future.FutureTests.test_get_snapshot) | |
| Test the _get_snapshot method for atomic state retrieval. ... ok | |
| test_multiple_set_exception (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception) ... ok | |
| test_multiple_set_result (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result) ... ok | |
| test_repr (test.test_concurrent_futures.test_future.FutureTests.test_repr) ... ok | |
| test_result_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel) ... ok | |
| test_result_with_success (test.test_concurrent_futures.test_future.FutureTests.test_result_with_success) ... ok | |
| test_result_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout) ... ok | |
| test_running (test.test_concurrent_futures.test_future.FutureTests.test_running) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 21 tests in 3.900s | |
| OK | |
| Warning -- threading._dangling was modified by test.test_concurrent_futures.test_future | |
| Warning -- Before: {<weakref at 0xf874afc8; to 'threading._MainThread' at 0xf8fa38d0>} | |
| Warning -- After: {<weakref at 0xf81b2a50; to 'threading.Thread' at 0xf8253228>, <weakref at 0xf81b2a78; to 'threading.Thread' at 0xf8188458>, <weakref at 0xf81b2aa0; to 'threading.Thread' at 0xf82492b0>, <weakref at 0xf81b2ac8; to 'threading._MainThread' at 0xf8fa38d0>, <weakref at 0xf81b2af0; to 'threading.Thread' at 0xf8249ad0>, <weakref at 0xf81b2b18; to 'threading.Thread' at 0xf82412f0>, <weakref at 0xf81b2b40; to 'threading.Thread' at 0xf8288d20>, <weakref at 0xf81b2b68; to 'threading.Thread' at 0xf8253378>} | |
| 0:08:20 load avg: 3.22 [ 41/495/17] test_winsound skipped -- running (2): test_ssl (36.7 sec), test_weakref (6 min 49 sec) | |
| test_winsound skipped -- No module named 'winsound' | |
| 0:08:24 load avg: 3.29 [ 42/495/17] test_html passed -- running (2): test_ssl (41.2 sec), test_weakref (6 min 53 sec) | |
| 0:08:32 load avg: 3.18 [ 43/495/18] test_robotparser failed (env changed) -- running (2): test_ssl (48.7 sec), test_weakref (7 min 1 sec) | |
| test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps) ... ok | |
| test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate) ... ok | |
| test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps) ... ok | |
| test_request_rate (test.test_robotparser.DefaultEntryTest.test_request_rate) ... ok | |
| test_site_maps (test.test_robotparser.DefaultEntryTest.test_site_maps) ... ok | |
| test_request_rate (test.test_robotparser.DifferentAgentTest.test_request_rate) ... ok | |
| test_site_maps (test.test_robotparser.DifferentAgentTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.DisallowQueryStringTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.DisallowQueryStringTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.DisallowQueryStringTest.test_site_maps) ... ok | |
| test_request_rate (test.test_robotparser.EmptyFileTest.test_request_rate) ... ok | |
| test_site_maps (test.test_robotparser.EmptyFileTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.GoogleURLOrderingTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.GoogleURLOrderingTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.GoogleURLOrderingTest.test_site_maps) ... ok | |
| test_good_urls (test.test_robotparser.InvalidCrawlDelayTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.InvalidCrawlDelayTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.InvalidRequestRateTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.InvalidRequestRateTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.InvalidRequestRateTest.test_site_maps) ... ok | |
| testRead (test.test_robotparser.LocalNetworkTestCase.testRead) ... ok | |
| test_basic (test.test_robotparser.NetworkTestCase.test_basic) ... ok | |
| test_can_fetch (test.test_robotparser.NetworkTestCase.test_can_fetch) ... ok | |
| test_read_404 (test.test_robotparser.NetworkTestCase.test_read_404) ... ok | |
| testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite) ... ok | |
| test_bad_urls (test.test_robotparser.PercentEncodingTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.PercentEncodingTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.PercentEncodingTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.RejectAllRobotsTest.test_bad_urls) ... ok | |
| test_site_maps (test.test_robotparser.RejectAllRobotsTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.SitemapTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.SitemapTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.SitemapTest.test_site_maps) ... ok | |
| test_site_maps (test.test_robotparser.StringFormattingTest.test_site_maps) ... ok | |
| test_string_formatting (test.test_robotparser.StringFormattingTest.test_string_formatting) ... ok | |
| test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls) ... ok | |
| test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.UserAgentOrderingTest.test_bad_urls) ... ok | |
| test_site_maps (test.test_robotparser.UserAgentOrderingTest.test_site_maps) ... ok | |
| test_bad_urls (test.test_robotparser.UserAgentWildcardTest.test_bad_urls) ... ok | |
| test_good_urls (test.test_robotparser.UserAgentWildcardTest.test_good_urls) ... ok | |
| test_site_maps (test.test_robotparser.UserAgentWildcardTest.test_site_maps) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 50 tests in 1.727s | |
| OK | |
| Warning -- threading._dangling was modified by test_robotparser | |
| Warning -- Before: {<weakref at 0xf90ddfa0; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf7e337a8; to 'threading.Thread' at 0xf7f56818>, <weakref at 0xf7e337d0; to 'threading.Thread' at 0xf7ed4920>, <weakref at 0xf7e337f8; to 'threading._MainThread' at 0xf8f638d0>} | |
| 0:08:38 load avg: 3.17 [ 44/495/18] test.test_asyncio.test_buffered_proto passed -- running (2): test_ssl (54.3 sec), test_weakref (7 min 6 sec) | |
| 0:09:08 load avg: 3.56 running (3): test_ssl (1 min 24 sec), test_weakref (7 min 36 sec), test_pathlib (30.0 sec) | |
| 0:09:38 load avg: 3.41 running (3): test_ssl (1 min 54 sec), test_weakref (8 min 6 sec), test_pathlib (1 min) | |
| 0:10:08 load avg: 3.39 running (3): test_ssl (2 min 24 sec), test_weakref (8 min 36 sec), test_pathlib (1 min 30 sec) | |
| 0:10:38 load avg: 3.23 running (3): test_ssl (2 min 54 sec), test_weakref (9 min 6 sec), test_pathlib (2 min) | |
| 0:11:08 load avg: 3.19 running (3): test_ssl (3 min 24 sec), test_weakref (9 min 36 sec), test_pathlib (2 min 30 sec) | |
| 0:11:13 load avg: 3.24 [ 45/495/19] test_pathlib failed (env changed) (2 min 35 sec) -- running (2): test_ssl (3 min 30 sec), test_weakref (9 min 42 sec) | |
| test_copy_dir (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir) ... ok | |
| test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok | |
| test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok | |
| test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_into_itself) ... ok | |
| test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok | |
| test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_itself) ... ok | |
| test_copy_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file) ... ok | |
| test_copy_file_empty (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_empty) ... ok | |
| test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_directory) ... ok | |
| test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok | |
| test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_itself) ... ok | |
| test_copy_into (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into) ... ok | |
| test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into_empty_name) ... ok | |
| test_copy_dir (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir) ... ok | |
| test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok | |
| test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok | |
| test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_into_itself) ... ok | |
| test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' | |
| test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_itself) ... ok | |
| test_copy_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file) ... ok | |
| test_copy_file_empty (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_empty) ... ok | |
| test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' | |
| test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_existing_file) ... ok | |
| test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_itself) ... ok | |
| test_copy_into (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into) ... ok | |
| test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into_empty_name) ... ok | |
| test_copy_dir (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir) ... ok | |
| test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok | |
| test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok | |
| test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_into_itself) ... ok | |
| test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_existing_directory) ... ok | |
| test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_itself) ... ok | |
| test_copy_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file) ... ok | |
| test_copy_file_empty (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_empty) ... ok | |
| test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_directory) ... ok | |
| test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_existing_file) ... ok | |
| test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_itself) ... ok | |
| test_copy_into (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into) ... ok | |
| test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into_empty_name) ... ok | |
| test_copy_dir (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir) ... ok | |
| test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_false) ... ok | |
| test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_true) ... ok | |
| test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_into_itself) ... ok | |
| test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_existing_directory) ... skipped 'needs local target' | |
| test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_itself) ... ok | |
| test_copy_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file) ... ok | |
| test_copy_file_empty (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_empty) ... ok | |
| test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_directory) ... skipped 'needs local target' | |
| test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_existing_file) ... ok | |
| test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_itself) ... ok | |
| test_copy_into (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into) ... ok | |
| test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into_empty_name) ... ok | |
| test_anchor (test.test_pathlib.test_join.LexicalPathJoinTest.test_anchor) ... ok | |
| test_constructor (test.test_pathlib.test_join.LexicalPathJoinTest.test_constructor) ... ok | |
| test_div (test.test_pathlib.test_join.LexicalPathJoinTest.test_div) ... ok | |
| test_full_match (test.test_pathlib.test_join.LexicalPathJoinTest.test_full_match) ... ok | |
| test_is_joinable (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_joinable) ... ok | |
| test_is_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_relative_to) ... ok | |
| test_join (test.test_pathlib.test_join.LexicalPathJoinTest.test_join) ... ok | |
| test_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_name) ... ok | |
| test_parent (test.test_pathlib.test_join.LexicalPathJoinTest.test_parent) ... ok | |
| test_parents (test.test_pathlib.test_join.LexicalPathJoinTest.test_parents) ... ok | |
| test_parser (test.test_pathlib.test_join.LexicalPathJoinTest.test_parser) ... ok | |
| test_parts (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts) ... ok | |
| test_parts_multithreaded (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts_multithreaded) ... ok | |
| test_relative_to (test.test_pathlib.test_join.LexicalPathJoinTest.test_relative_to) ... ok | |
| test_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_stem) ... ok | |
| test_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffix) ... ok | |
| test_suffixes (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffixes) ... ok | |
| test_with_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_name) ... ok | |
| test_with_segments (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_segments) ... ok | |
| test_with_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_stem) ... ok | |
| test_with_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_suffix) ... ok | |
| test_anchor (test.test_pathlib.test_join.PathJoinTest.test_anchor) ... ok | |
| test_constructor (test.test_pathlib.test_join.PathJoinTest.test_constructor) ... ok | |
| test_div (test.test_pathlib.test_join.PathJoinTest.test_div) ... ok | |
| test_full_match (test.test_pathlib.test_join.PathJoinTest.test_full_match) ... ok | |
| test_is_joinable (test.test_pathlib.test_join.PathJoinTest.test_is_joinable) ... ok | |
| test_is_relative_to (test.test_pathlib.test_join.PathJoinTest.test_is_relative_to) ... ok | |
| test_join (test.test_pathlib.test_join.PathJoinTest.test_join) ... ok | |
| test_name (test.test_pathlib.test_join.PathJoinTest.test_name) ... ok | |
| test_parent (test.test_pathlib.test_join.PathJoinTest.test_parent) ... ok | |
| test_parents (test.test_pathlib.test_join.PathJoinTest.test_parents) ... ok | |
| test_parser (test.test_pathlib.test_join.PathJoinTest.test_parser) ... ok | |
| test_parts (test.test_pathlib.test_join.PathJoinTest.test_parts) ... ok | |
| test_parts_multithreaded (test.test_pathlib.test_join.PathJoinTest.test_parts_multithreaded) ... ok | |
| test_relative_to (test.test_pathlib.test_join.PathJoinTest.test_relative_to) ... ok | |
| test_stem (test.test_pathlib.test_join.PathJoinTest.test_stem) ... ok | |
| test_suffix (test.test_pathlib.test_join.PathJoinTest.test_suffix) ... ok | |
| test_suffixes (test.test_pathlib.test_join.PathJoinTest.test_suffixes) ... ok | |
| test_with_name (test.test_pathlib.test_join.PathJoinTest.test_with_name) ... ok | |
| test_with_segments (test.test_pathlib.test_join.PathJoinTest.test_with_segments) ... ok | |
| test_with_stem (test.test_pathlib.test_join.PathJoinTest.test_with_stem) ... ok | |
| test_with_suffix (test.test_pathlib.test_join.PathJoinTest.test_with_suffix) ... ok | |
| test_anchor (test.test_pathlib.test_join.PurePathJoinTest.test_anchor) ... ok | |
| test_constructor (test.test_pathlib.test_join.PurePathJoinTest.test_constructor) ... ok | |
| test_div (test.test_pathlib.test_join.PurePathJoinTest.test_div) ... ok | |
| test_full_match (test.test_pathlib.test_join.PurePathJoinTest.test_full_match) ... ok | |
| test_is_joinable (test.test_pathlib.test_join.PurePathJoinTest.test_is_joinable) ... ok | |
| test_is_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_is_relative_to) ... ok | |
| test_join (test.test_pathlib.test_join.PurePathJoinTest.test_join) ... ok | |
| test_name (test.test_pathlib.test_join.PurePathJoinTest.test_name) ... ok | |
| test_parent (test.test_pathlib.test_join.PurePathJoinTest.test_parent) ... ok | |
| test_parents (test.test_pathlib.test_join.PurePathJoinTest.test_parents) ... ok | |
| test_parser (test.test_pathlib.test_join.PurePathJoinTest.test_parser) ... ok | |
| test_parts (test.test_pathlib.test_join.PurePathJoinTest.test_parts) ... ok | |
| test_parts_multithreaded (test.test_pathlib.test_join.PurePathJoinTest.test_parts_multithreaded) ... ok | |
| test_relative_to (test.test_pathlib.test_join.PurePathJoinTest.test_relative_to) ... ok | |
| test_stem (test.test_pathlib.test_join.PurePathJoinTest.test_stem) ... ok | |
| test_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_suffix) ... ok | |
| test_suffixes (test.test_pathlib.test_join.PurePathJoinTest.test_suffixes) ... ok | |
| test_with_name (test.test_pathlib.test_join.PurePathJoinTest.test_with_name) ... ok | |
| test_with_segments (test.test_pathlib.test_join.PurePathJoinTest.test_with_segments) ... ok | |
| test_with_stem (test.test_pathlib.test_join.PurePathJoinTest.test_with_stem) ... ok | |
| test_with_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_with_suffix) ... ok | |
| test_div (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_div) ... ok | |
| test_join (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_join) ... ok | |
| test_div (test.test_pathlib.test_join_posix.PosixPathJoinTest.test_div) ... ok | |
| test_join (test.test_pathlib.test_join_posix.PosixPathJoinTest.test_join) ... ok | |
| test_div (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_div) ... ok | |
| test_join (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_join) ... ok | |
| test_anchor (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_anchor) ... ok | |
| test_div (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_div) ... ok | |
| test_join (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_join) ... ok | |
| test_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_name) ... ok | |
| test_parent (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parent) ... ok | |
| test_parents (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parents) ... ok | |
| test_parts (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parts) ... ok | |
| test_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_stem) ... ok | |
| test_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffix) ... ok | |
| test_suffixes (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffixes) ... ok | |
| test_vfspath (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_vfspath) ... ok | |
| test_with_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_name) ... ok | |
| test_with_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_stem) ... ok | |
| test_with_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_suffix) ... ok | |
| test_anchor (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_anchor) ... ok | |
| test_div (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_div) ... ok | |
| test_join (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_join) ... ok | |
| test_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_name) ... ok | |
| test_parent (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parent) ... ok | |
| test_parents (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parents) ... ok | |
| test_parts (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parts) ... ok | |
| test_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_stem) ... ok | |
| test_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffix) ... ok | |
| test_suffixes (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffixes) ... ok | |
| test_vfspath (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_vfspath) ... ok | |
| test_with_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_name) ... ok | |
| test_with_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_stem) ... ok | |
| test_with_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_suffix) ... ok | |
| test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok | |
| test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv) ... ok | |
| test_lazy_import (test.test_pathlib.test_pathlib.LazyImportTest.test_lazy_import) ... ok | |
| test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common) ... ok | |
| test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix) ... ok | |
| test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message) ... ok | |
| test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod) ... ok | |
| test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true) ... ok | |
| test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute) ... ok | |
| test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative) ... ok | |
| test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dangling_symlink) ... ok | |
| test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_no_read_permission) ... ok | |
| test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata) ... ok | |
| test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false) ... ok | |
| test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_into_itself) ... ok | |
| test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_symlink) ... ok | |
| test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_itself) ... ok | |
| test_copy_error_handling (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_error_handling) ... ok | |
| test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata) ... ok | |
| test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink) ... ok | |
| test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok | |
| test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_link_preserve_metadata) ... ok | |
| test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_false) ... ok | |
| test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_true) ... ok | |
| test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_symlink) ... ok | |
| test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_itself) ... ok | |
| test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd) ... ok | |
| test_delete_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_dir) ... ok | |
| test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_does_not_choke_on_failing_lstat) ... ok | |
| test_delete_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_file) ... ok | |
| test_delete_inner_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_symlink) ... ok | |
| test_delete_missing (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_missing) ... ok | |
| test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_on_named_pipe) ... ok | |
| test_delete_outer_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_outer_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_symlink) ... ok | |
| test_delete_unwritable (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_unwritable) ... ok | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists) ... ok | |
| test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common) ... ok | |
| test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix) ... ok | |
| test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix) ... ok | |
| test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix) ... ok | |
| test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_case_sensitive) ... ok | |
| test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit) ... ok | |
| test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive) ... ok | |
| test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot) ... ok | |
| test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot) ... ok | |
| test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern) ... ok | |
| test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible) ... ok | |
| test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink) ... ok | |
| test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files) ... ok | |
| test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike) ... ok | |
| test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions) ... ok | |
| test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix) ... ok | |
| test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common) ... ok | |
| test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group) ... ok | |
| test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' | |
| test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to) ... ok | |
| test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' | |
| test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home) ... ok | |
| test_info_exists_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_exists_caching) ... ok | |
| test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_dir_caching) ... ok | |
| test_info_is_file_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_file_caching) ... ok | |
| test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_symlink_caching) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false) ... ok | |
| test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false) ... ok | |
| test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true) ... ok | |
| test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir) ... ok | |
| test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks) ... ok | |
| test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false) ... ok | |
| test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true) ... ok | |
| test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file) ... ok | |
| test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks) ... ok | |
| test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false) ... ok | |
| test_is_junction_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_true) ... ok | |
| test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount) ... ok | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false) ... ok | |
| test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true) ... ok | |
| test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink) ... ok | |
| test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink) ... ok | |
| test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested) ... ok | |
| test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat) ... ok | |
| test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_writablepath_docstrings) ... ok | |
| test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir) ... ok | |
| test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation) ... ok | |
| test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok) ... ok | |
| test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root) ... ok | |
| test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent) ... ok | |
| test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file) ... ok | |
| test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ... ok | |
| test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file) ... ok | |
| test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) ... skipped 'requires Windows-flavoured path class' | |
| test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink) ... ok | |
| test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink_other_fs) ... ok | |
| test_move_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir) ... ok | |
| test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself) ... ok | |
| test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself_other_fs) ... ok | |
| test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_other_fs) ... ok | |
| test_move_dir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink) ... ok | |
| test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_other_fs) ... ok | |
| test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself) ... ok | |
| test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself_other_fs) ... ok | |
| test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir) ... ok | |
| test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir_other_fs) ... ok | |
| test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_itself) ... ok | |
| test_move_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file) ... ok | |
| test_move_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_other_fs) ... ok | |
| test_move_file_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink) ... ok | |
| test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_other_fs) ... ok | |
| test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself) ... ok | |
| test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself_other_fs) ... ok | |
| test_move_file_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir) ... ok | |
| test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir_other_fs) ... ok | |
| test_move_file_to_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file) ... ok | |
| test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file_other_fs) ... ok | |
| test_move_file_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_itself) ... ok | |
| test_move_into (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into) ... ok | |
| test_move_into_empty_name (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name) ... ok | |
| test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name_other_os) ... ok | |
| test_move_into_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_other_os) ... ok | |
| test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty) ... ok | |
| test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common) ... ok | |
| test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ... ok | |
| test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner) ... ok | |
| test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path) ... ok | |
| test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_errors) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common) ... ok | |
| test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink) ... ok | |
| test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename) ... ok | |
| test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace) ... ok | |
| test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common) ... ok | |
| test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common) ... ok | |
| test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot) ... ok | |
| test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop) ... ok | |
| test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671) ... ok | |
| test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root) ... ok | |
| test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike) ... ok | |
| test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix) ... ok | |
| test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common) ... ok | |
| test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false) ... ok | |
| test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop) ... ok | |
| test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile) ... ok | |
| test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat) ... ok | |
| test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks) ... ok | |
| test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink) ... ok | |
| test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to) ... ok | |
| test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' | |
| test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common) ... ok | |
| test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ... ok | |
| test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange) ... ok | |
| test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink) ... ok | |
| test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok) ... ok | |
| test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) ... skipped 'path parser is supported' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments) ... ok | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common) ... ok | |
| test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix) ... ok | |
| test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message) ... ok | |
| test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod) ... ok | |
| test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... ok | |
| test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute) ... ok | |
| test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative) ... ok | |
| test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_dangling_symlink) ... ok | |
| test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_no_read_permission) ... ok | |
| test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata) ... ok | |
| test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok | |
| test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_into_itself) ... ok | |
| test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_symlink) ... ok | |
| test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_itself) ... ok | |
| test_copy_error_handling (test.test_pathlib.test_pathlib.PathTest.test_copy_error_handling) ... ok | |
| test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata) ... ok | |
| test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink) ... ok | |
| test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok | |
| test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_link_preserve_metadata) ... ok | |
| test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_false) ... ok | |
| test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_true) ... ok | |
| test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_symlink) ... ok | |
| test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_itself) ... ok | |
| test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd) ... ok | |
| test_delete_dir (test.test_pathlib.test_pathlib.PathTest.test_delete_dir) ... ok | |
| test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathTest.test_delete_does_not_choke_on_failing_lstat) ... ok | |
| test_delete_file (test.test_pathlib.test_pathlib.PathTest.test_delete_file) ... ok | |
| test_delete_inner_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_symlink) ... ok | |
| test_delete_missing (test.test_pathlib.test_pathlib.PathTest.test_delete_missing) ... ok | |
| test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathTest.test_delete_on_named_pipe) ... ok | |
| test_delete_outer_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_outer_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_symlink) ... ok | |
| test_delete_unwritable (test.test_pathlib.test_pathlib.PathTest.test_delete_unwritable) ... ok | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists) ... ok | |
| test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common) ... ok | |
| test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix) ... ok | |
| test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix) ... ok | |
| test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix) ... ok | |
| test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_full_match_case_sensitive) ... ok | |
| test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit) ... ok | |
| test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive) ... ok | |
| test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot) ... ok | |
| test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot) ... ok | |
| test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern) ... ok | |
| test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible) ... ok | |
| test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink) ... ok | |
| test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files) ... ok | |
| test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike) ... ok | |
| test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions) ... ok | |
| test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix) ... ok | |
| test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common) ... ok | |
| test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_group (test.test_pathlib.test_pathlib.PathTest.test_group) ... ok | |
| test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' | |
| test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to) ... ok | |
| test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' | |
| test_home (test.test_pathlib.test_pathlib.PathTest.test_home) ... ok | |
| test_info_exists_caching (test.test_pathlib.test_pathlib.PathTest.test_info_exists_caching) ... ok | |
| test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_dir_caching) ... ok | |
| test_info_is_file_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_file_caching) ... ok | |
| test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_symlink_caching) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false) ... ok | |
| test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false) ... ok | |
| test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true) ... ok | |
| test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir) ... ok | |
| test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks) ... ok | |
| test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false) ... ok | |
| test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true) ... ok | |
| test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file) ... ok | |
| test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks) ... ok | |
| test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false) ... ok | |
| test_is_junction_true (test.test_pathlib.test_pathlib.PathTest.test_is_junction_true) ... ok | |
| test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount) ... ok | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false) ... ok | |
| test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true) ... ok | |
| test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink) ... ok | |
| test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink) ... ok | |
| test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested) ... ok | |
| test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat) ... ok | |
| test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathTest.test_matches_writablepath_docstrings) ... ok | |
| test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir) ... ok | |
| test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation) ... ok | |
| test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok) ... ok | |
| test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root) ... ok | |
| test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent) ... ok | |
| test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file) ... ok | |
| test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ... ok | |
| test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file) ... ok | |
| test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) ... skipped 'requires Windows-flavoured path class' | |
| test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink) ... ok | |
| test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink_other_fs) ... ok | |
| test_move_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir) ... ok | |
| test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself) ... ok | |
| test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself_other_fs) ... ok | |
| test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_other_fs) ... ok | |
| test_move_dir_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink) ... ok | |
| test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_other_fs) ... ok | |
| test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself) ... ok | |
| test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself_other_fs) ... ok | |
| test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir) ... ok | |
| test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir_other_fs) ... ok | |
| test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_itself) ... ok | |
| test_move_file (test.test_pathlib.test_pathlib.PathTest.test_move_file) ... ok | |
| test_move_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_other_fs) ... ok | |
| test_move_file_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink) ... ok | |
| test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_other_fs) ... ok | |
| test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself) ... ok | |
| test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself_other_fs) ... ok | |
| test_move_file_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir) ... ok | |
| test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir_other_fs) ... ok | |
| test_move_file_to_file (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file) ... ok | |
| test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file_other_fs) ... ok | |
| test_move_file_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_itself) ... ok | |
| test_move_into (test.test_pathlib.test_pathlib.PathTest.test_move_into) ... ok | |
| test_move_into_empty_name (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name) ... ok | |
| test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name_other_os) ... ok | |
| test_move_into_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_other_os) ... ok | |
| test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty) ... ok | |
| test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common) ... ok | |
| test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ... ok | |
| test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner) ... ok | |
| test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path) ... ok | |
| test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_errors) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common) ... ok | |
| test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink) ... ok | |
| test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename) ... ok | |
| test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace) ... ok | |
| test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common) ... ok | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips) ... ok | |
| test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common) ... ok | |
| test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot) ... ok | |
| test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop) ... ok | |
| test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671) ... ok | |
| test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root) ... ok | |
| test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike) ... ok | |
| test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix) ... ok | |
| test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common) ... ok | |
| test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false) ... ok | |
| test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop) ... ok | |
| test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile) ... ok | |
| test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat) ... ok | |
| test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks) ... ok | |
| test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink) ... ok | |
| test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to) ... ok | |
| test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' | |
| test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common) ... ok | |
| test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ... ok | |
| test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange) ... ok | |
| test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink) ... ok | |
| test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok) ... ok | |
| test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) ... skipped 'path parser is supported' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments) ... ok | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_above_recursion_limit) ... ok | |
| test_walk_bad_dir (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_bad_dir) ... ok | |
| test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_follow_symlinks) ... ok | |
| test_walk_many_open_files (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_many_open_files) ... ok | |
| test_walk_symlink_location (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_symlink_location) ... ok | |
| test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common) ... ok | |
| test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix) ... ok | |
| test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message) ... ok | |
| test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod) ... ok | |
| test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... ok | |
| test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... ok | |
| test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... ok | |
| test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dangling_symlink) ... ok | |
| test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_no_read_permission) ... ok | |
| test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata) ... ok | |
| test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok | |
| test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_into_itself) ... ok | |
| test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_symlink) ... ok | |
| test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_itself) ... ok | |
| test_copy_error_handling (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_error_handling) ... ok | |
| test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata) ... ok | |
| test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'no non-broken extended attribute support' | |
| test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink) ... ok | |
| test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... ok | |
| test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_link_preserve_metadata) ... ok | |
| test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_false) ... ok | |
| test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_true) ... ok | |
| test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_directory_symlink) ... ok | |
| test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_symlink) ... ok | |
| test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_itself) ... ok | |
| test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd) ... ok | |
| test_delete_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_dir) ... ok | |
| test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_does_not_choke_on_failing_lstat) ... ok | |
| test_delete_file (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_file) ... ok | |
| test_delete_inner_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_inner_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_symlink) ... ok | |
| test_delete_missing (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_missing) ... ok | |
| test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_on_named_pipe) ... ok | |
| test_delete_outer_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_outer_junction) ... skipped 'requires Windows-flavoured path class' | |
| test_delete_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_symlink) ... ok | |
| test_delete_unwritable (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_unwritable) ... ok | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists) ... ok | |
| test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common) ... ok | |
| test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix) ... ok | |
| test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix) ... ok | |
| test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix) ... ok | |
| test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_case_sensitive) ... ok | |
| test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit) ... ok | |
| test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive) ... ok | |
| test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot) ... ok | |
| test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot) ... ok | |
| test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern) ... ok | |
| test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible) ... ok | |
| test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink) ... ok | |
| test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files) ... ok | |
| test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike) ... ok | |
| test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions) ... ok | |
| test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix) ... ok | |
| test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common) ... ok | |
| test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group) ... ok | |
| test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' | |
| test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to) ... ok | |
| test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) ... skipped 'os.link() is present' | |
| test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home) ... ok | |
| test_info_exists_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_exists_caching) ... ok | |
| test_info_is_dir_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_dir_caching) ... ok | |
| test_info_is_file_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_file_caching) ... ok | |
| test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_symlink_caching) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false) ... ok | |
| test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false) ... ok | |
| test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true) ... ok | |
| test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir) ... ok | |
| test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks) ... ok | |
| test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false) ... ok | |
| test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true) ... ok | |
| test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file) ... ok | |
| test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks) ... ok | |
| test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false) ... ok | |
| test_is_junction_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_true) ... ok | |
| test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount) ... ok | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false) ... ok | |
| test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true) ... ok | |
| test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink) ... ok | |
| test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink) ... ok | |
| test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested) ... ok | |
| test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat) ... ok | |
| test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_writablepath_docstrings) ... ok | |
| test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir) ... ok | |
| test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... ok | |
| test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... ok | |
| test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... ok | |
| test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... ok | |
| test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... ok | |
| test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ... ok | |
| test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... ok | |
| test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'requires Windows-flavoured path class' | |
| test_move_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink) ... ok | |
| test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink_other_fs) ... ok | |
| test_move_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir) ... ok | |
| test_move_dir_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself) ... ok | |
| test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself_other_fs) ... ok | |
| test_move_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_other_fs) ... ok | |
| test_move_dir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink) ... ok | |
| test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_other_fs) ... ok | |
| test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself) ... ok | |
| test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself_other_fs) ... ok | |
| test_move_dir_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir) ... ok | |
| test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir_other_fs) ... ok | |
| test_move_dir_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_itself) ... ok | |
| test_move_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file) ... ok | |
| test_move_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_other_fs) ... ok | |
| test_move_file_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink) ... ok | |
| test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_other_fs) ... ok | |
| test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself) ... ok | |
| test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself_other_fs) ... ok | |
| test_move_file_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir) ... ok | |
| test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir_other_fs) ... ok | |
| test_move_file_to_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file) ... ok | |
| test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file_other_fs) ... ok | |
| test_move_file_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_itself) ... ok | |
| test_move_into (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into) ... ok | |
| test_move_into_empty_name (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name) ... ok | |
| test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name_other_os) ... ok | |
| test_move_into_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_other_os) ... ok | |
| test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty) ... ok | |
| test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common) ... ok | |
| test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ... ok | |
| test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner) ... ok | |
| test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks) ... skipped 'test needs root privilege' | |
| test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path) ... ok | |
| test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_errors) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common) ... ok | |
| test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink) ... ok | |
| test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename) ... ok | |
| test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace) ... ok | |
| test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common) ... ok | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips) ... ok | |
| test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common) ... ok | |
| test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot) ... ok | |
| test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop) ... ok | |
| test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... ok | |
| test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root) ... ok | |
| test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike) ... ok | |
| test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix) ... ok | |
| test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common) ... ok | |
| test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false) ... ok | |
| test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... ok | |
| test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile) ... ok | |
| test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat) ... ok | |
| test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... ok | |
| test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok | |
| test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to) ... ok | |
| test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) ... skipped 'os.symlink() is present' | |
| test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common) ... ok | |
| test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ... ok | |
| test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange) ... ok | |
| test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink) ... ok | |
| test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... ok | |
| test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) ... skipped 'path parser is supported' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments) ... ok | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_case_sensitive) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common) ... ok | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_case_sensitive) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common) ... ok | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common) ... ok | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii) ... ok | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix) ... ok | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) ... skipped 'requires Windows-flavoured path class' | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix) ... ok | |
| test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_case_sensitive) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix) ... ok | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix) ... ok | |
| test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix) ... ok | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path) ... ok | |
| test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common) ... ok | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common) ... ok | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix) ... ok | |
| test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common) ... ok | |
| test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common) ... ok | |
| test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common) ... ok | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) ... skipped 'requires POSIX-flavoured path class' | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows) ... ok | |
| test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes) ... ok | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message) ... ok | |
| test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class) ... ok | |
| test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser) ... ok | |
| test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested) ... ok | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour) ... ok | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal) ... ok | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered) ... ok | |
| test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested) ... ok | |
| test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common) ... ok | |
| test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows) ... ok | |
| test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path) ... ok | |
| test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common) ... ok | |
| test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows) ... ok | |
| test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences) ... ok | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows) ... ok | |
| test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common) ... ok | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_case_sensitive) ... ok | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows) ... ok | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common) ... ok | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows) ... ok | |
| test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested) ... ok | |
| test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common) ... ok | |
| test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty) ... ok | |
| test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows) ... ok | |
| test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty) ... ok | |
| test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common) ... ok | |
| test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows) ... ok | |
| test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common) ... ok | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows) ... ok | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) ... skipped 'requires POSIX-flavoured path class' | |
| test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common) ... ok | |
| test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common) ... ok | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows) ... ok | |
| test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common) ... ok | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips) ... ok | |
| test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common) ... ok | |
| test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) ... skipped 'requires POSIX-flavoured path class' | |
| test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows) ... ok | |
| test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty) ... ok | |
| test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common) ... ok | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common) ... ok | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows) ... ok | |
| test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows) ... ok | |
| test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty) ... ok | |
| test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows) ... ok | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty) ... ok | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows) ... ok | |
| test_is_notimplemented (test.test_pathlib.test_pathlib.UnsupportedOperationTest.test_is_notimplemented) ... ok | |
| test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) ... skipped 'test requires a Windows-compatible system' | |
| test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) ... skipped 'test requires a Windows-compatible system' | |
| test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) ... skipped 'test requires a Windows-compatible system' | |
| test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) ... skipped 'test requires a Windows-compatible system' | |
| test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) ... skipped 'test requires a Windows-compatible system' | |
| test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) ... skipped 'test requires a Windows-compatible system' | |
| test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) ... skipped 'test requires a Windows-compatible system' | |
| test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) ... skipped 'test requires a Windows-compatible system' | |
| test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a Windows-compatible system' | |
| test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a Windows-compatible system' | |
| test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... skipped 'test requires a Windows-compatible system' | |
| test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a Windows-compatible system' | |
| test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) ... skipped 'test requires a Windows-compatible system' | |
| test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) ... skipped 'test requires a Windows-compatible system' | |
| test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) ... skipped 'test requires a Windows-compatible system' | |
| test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dangling_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_no_read_permission) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata_xattrs) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_follow_symlinks_false) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_into_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_directory_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_error_handling (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_error_handling) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata_xattrs) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_link_preserve_metadata) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_false) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_true) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_directory_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_dir) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_does_not_choke_on_failing_lstat) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_file) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_inner_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_junction) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_inner_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_missing (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_missing) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_on_named_pipe (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_on_named_pipe) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_outer_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_outer_junction) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_delete_unwritable (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_unwritable) ... skipped 'test requires a Windows-compatible system' | |
| test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) ... skipped 'test requires a Windows-compatible system' | |
| test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) ... skipped 'test requires a Windows-compatible system' | |
| test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) ... skipped 'test requires a Windows-compatible system' | |
| test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) ... skipped 'test requires a Windows-compatible system' | |
| test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) ... skipped 'test requires a Windows-compatible system' | |
| test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) ... skipped 'test requires a Windows-compatible system' | |
| test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) ... skipped 'test requires a Windows-compatible system' | |
| test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) ... skipped 'test requires a Windows-compatible system' | |
| test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) ... skipped 'test requires a Windows-compatible system' | |
| test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) ... skipped 'test requires a Windows-compatible system' | |
| test_full_match_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_case_sensitive) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) ... skipped 'test requires a Windows-compatible system' | |
| test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) ... skipped 'test requires a Windows-compatible system' | |
| test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' | |
| test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) ... skipped 'test requires a Windows-compatible system' | |
| test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) ... skipped 'test requires a Windows-compatible system' | |
| test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) ... skipped 'test requires a Windows-compatible system' | |
| test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) ... skipped 'test requires a Windows-compatible system' | |
| test_info_exists_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_exists_caching) ... skipped 'test requires a Windows-compatible system' | |
| test_info_is_dir_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_dir_caching) ... skipped 'test requires a Windows-compatible system' | |
| test_info_is_file_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_file_caching) ... skipped 'test requires a Windows-compatible system' | |
| test_info_is_symlink_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_symlink_caching) ... skipped 'test requires a Windows-compatible system' | |
| test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) ... skipped 'test requires a Windows-compatible system' | |
| test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) ... skipped 'test requires a Windows-compatible system' | |
| test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) ... skipped 'test requires a Windows-compatible system' | |
| test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) ... skipped 'test requires a Windows-compatible system' | |
| test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' | |
| test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) ... skipped 'test requires a Windows-compatible system' | |
| test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'test requires a Windows-compatible system' | |
| test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) ... skipped 'test requires a Windows-compatible system' | |
| test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' | |
| test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) ... skipped 'test requires a Windows-compatible system' | |
| test_is_junction_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_true) ... skipped 'test requires a Windows-compatible system' | |
| test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) ... skipped 'test requires a Windows-compatible system' | |
| test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) ... skipped 'test requires a Windows-compatible system' | |
| test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) ... skipped 'test requires a Windows-compatible system' | |
| test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'test requires a Windows-compatible system' | |
| test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) ... skipped 'test requires a Windows-compatible system' | |
| test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) ... skipped 'test requires a Windows-compatible system' | |
| test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... skipped 'test requires a Windows-compatible system' | |
| test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) ... skipped 'test requires a Windows-compatible system' | |
| test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) ... skipped 'test requires a Windows-compatible system' | |
| test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_writablepath_docstrings) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... skipped 'test requires a Windows-compatible system' | |
| test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_dir_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_to_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file_other_fs) ... skipped 'test requires a Windows-compatible system' | |
| test_move_file_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_itself) ... skipped 'test requires a Windows-compatible system' | |
| test_move_into (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into) ... skipped 'test requires a Windows-compatible system' | |
| test_move_into_empty_name (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name) ... skipped 'test requires a Windows-compatible system' | |
| test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name_other_os) ... skipped 'test requires a Windows-compatible system' | |
| test_move_into_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_other_os) ... skipped 'test requires a Windows-compatible system' | |
| test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) ... skipped 'test requires a Windows-compatible system' | |
| test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) ... skipped 'test requires a Windows-compatible system' | |
| test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) ... skipped 'test requires a Windows-compatible system' | |
| test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) ... skipped 'test requires a Windows-compatible system' | |
| test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) ... skipped 'test requires a Windows-compatible system' | |
| test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) ... skipped 'test requires a Windows-compatible system' | |
| test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' | |
| test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) ... skipped 'test requires a Windows-compatible system' | |
| test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) ... skipped 'test requires a Windows-compatible system' | |
| test_passing_kwargs_errors (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_errors) ... skipped 'test requires a Windows-compatible system' | |
| test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) ... skipped 'test requires a Windows-compatible system' | |
| test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) ... skipped 'test requires a Windows-compatible system' | |
| test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) ... skipped 'test requires a Windows-compatible system' | |
| test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) ... skipped 'test requires a Windows-compatible system' | |
| test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) ... skipped 'test requires a Windows-compatible system' | |
| test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) ... skipped 'test requires a Windows-compatible system' | |
| test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) ... skipped 'test requires a Windows-compatible system' | |
| test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) ... skipped 'test requires a Windows-compatible system' | |
| test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) ... skipped 'test requires a Windows-compatible system' | |
| test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) ... skipped 'test requires a Windows-compatible system' | |
| test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) ... skipped 'test requires a Windows-compatible system' | |
| test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a Windows-compatible system' | |
| test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... skipped 'test requires a Windows-compatible system' | |
| test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) ... skipped 'test requires a Windows-compatible system' | |
| test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) ... skipped 'test requires a Windows-compatible system' | |
| test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) ... skipped 'test requires a Windows-compatible system' | |
| test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) ... skipped 'test requires a Windows-compatible system' | |
| test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) ... skipped 'test requires a Windows-compatible system' | |
| test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' | |
| test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a Windows-compatible system' | |
| test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) ... skipped 'test requires a Windows-compatible system' | |
| test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) ... skipped 'test requires a Windows-compatible system' | |
| test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) ... skipped 'test requires a Windows-compatible system' | |
| test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) ... skipped 'test requires a Windows-compatible system' | |
| test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) ... skipped 'test requires a Windows-compatible system' | |
| test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) ... skipped 'test requires a Windows-compatible system' | |
| test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) ... skipped 'test requires a Windows-compatible system' | |
| test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) ... skipped 'test requires a Windows-compatible system' | |
| test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) ... skipped 'test requires a Windows-compatible system' | |
| test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... skipped 'test requires a Windows-compatible system' | |
| test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) ... skipped 'test requires a Windows-compatible system' | |
| test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) ... skipped 'test requires a Windows-compatible system' | |
| test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) ... skipped 'test requires a Windows-compatible system' | |
| test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) ... skipped 'test requires a Windows-compatible system' | |
| test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) ... skipped 'test requires a Windows-compatible system' | |
| test_glob (test.test_pathlib.test_read.LocalPathReadTest.test_glob) ... ok | |
| test_info_exists (test.test_pathlib.test_read.LocalPathReadTest.test_info_exists) ... ok | |
| test_info_is_dir (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_dir) ... ok | |
| test_info_is_file (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_file) ... ok | |
| test_info_is_symlink (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_symlink) ... ok | |
| test_is_readable (test.test_pathlib.test_read.LocalPathReadTest.test_is_readable) ... ok | |
| test_iterdir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir) ... ok | |
| test_iterdir_info (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_info) ... ok | |
| test_iterdir_nodir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_nodir) ... ok | |
| test_open_r (test.test_pathlib.test_read.LocalPathReadTest.test_open_r) ... ok | |
| test_open_r_buffering_error (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_buffering_error) ... ok | |
| test_open_r_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_rb (test.test_pathlib.test_read.LocalPathReadTest.test_open_rb) ... ok | |
| test_read_bytes (test.test_pathlib.test_read.LocalPathReadTest.test_read_bytes) ... ok | |
| test_read_text (test.test_pathlib.test_read.LocalPathReadTest.test_read_text) ... ok | |
| test_read_text_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_read_text_with_newlines (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_with_newlines) ... ok | |
| test_walk_bottom_up (test.test_pathlib.test_read.LocalPathReadTest.test_walk_bottom_up) ... ok | |
| test_walk_prune (test.test_pathlib.test_read.LocalPathReadTest.test_walk_prune) ... ok | |
| test_walk_top_down (test.test_pathlib.test_read.LocalPathReadTest.test_walk_top_down) ... ok | |
| test_glob (test.test_pathlib.test_read.PathReadTest.test_glob) ... ok | |
| test_info_exists (test.test_pathlib.test_read.PathReadTest.test_info_exists) ... ok | |
| test_info_is_dir (test.test_pathlib.test_read.PathReadTest.test_info_is_dir) ... ok | |
| test_info_is_file (test.test_pathlib.test_read.PathReadTest.test_info_is_file) ... ok | |
| test_info_is_symlink (test.test_pathlib.test_read.PathReadTest.test_info_is_symlink) ... ok | |
| test_is_readable (test.test_pathlib.test_read.PathReadTest.test_is_readable) ... ok | |
| test_iterdir (test.test_pathlib.test_read.PathReadTest.test_iterdir) ... ok | |
| test_iterdir_info (test.test_pathlib.test_read.PathReadTest.test_iterdir_info) ... ok | |
| test_iterdir_nodir (test.test_pathlib.test_read.PathReadTest.test_iterdir_nodir) ... ok | |
| test_open_r (test.test_pathlib.test_read.PathReadTest.test_open_r) ... ok | |
| test_open_r_buffering_error (test.test_pathlib.test_read.PathReadTest.test_open_r_buffering_error) ... ok | |
| test_open_r_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_rb (test.test_pathlib.test_read.PathReadTest.test_open_rb) ... ok | |
| test_read_bytes (test.test_pathlib.test_read.PathReadTest.test_read_bytes) ... ok | |
| test_read_text (test.test_pathlib.test_read.PathReadTest.test_read_text) ... ok | |
| test_read_text_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_read_text_with_newlines (test.test_pathlib.test_read.PathReadTest.test_read_text_with_newlines) ... ok | |
| test_walk_bottom_up (test.test_pathlib.test_read.PathReadTest.test_walk_bottom_up) ... ok | |
| test_walk_prune (test.test_pathlib.test_read.PathReadTest.test_walk_prune) ... ok | |
| test_walk_top_down (test.test_pathlib.test_read.PathReadTest.test_walk_top_down) ... ok | |
| test_glob (test.test_pathlib.test_read.ZipPathReadTest.test_glob) ... ok | |
| test_info_exists (test.test_pathlib.test_read.ZipPathReadTest.test_info_exists) ... ok | |
| test_info_is_dir (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_dir) ... ok | |
| test_info_is_file (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_file) ... ok | |
| test_info_is_symlink (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_symlink) ... ok | |
| test_is_readable (test.test_pathlib.test_read.ZipPathReadTest.test_is_readable) ... ok | |
| test_iterdir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir) ... ok | |
| test_iterdir_info (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_info) ... ok | |
| test_iterdir_nodir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_nodir) ... ok | |
| test_open_r (test.test_pathlib.test_read.ZipPathReadTest.test_open_r) ... ok | |
| test_open_r_buffering_error (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_buffering_error) ... ok | |
| test_open_r_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_rb (test.test_pathlib.test_read.ZipPathReadTest.test_open_rb) ... ok | |
| test_read_bytes (test.test_pathlib.test_read.ZipPathReadTest.test_read_bytes) ... ok | |
| test_read_text (test.test_pathlib.test_read.ZipPathReadTest.test_read_text) ... ok | |
| test_read_text_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_read_text_with_newlines (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_with_newlines) ... ok | |
| test_walk_bottom_up (test.test_pathlib.test_read.ZipPathReadTest.test_walk_bottom_up) ... ok | |
| test_walk_prune (test.test_pathlib.test_read.ZipPathReadTest.test_walk_prune) ... ok | |
| test_walk_top_down (test.test_pathlib.test_read.ZipPathReadTest.test_walk_top_down) ... ok | |
| test_is_writable (test.test_pathlib.test_write.LocalPathWriteTest.test_is_writable) ... ok | |
| test_mkdir (test.test_pathlib.test_write.LocalPathWriteTest.test_mkdir) ... ok | |
| test_open_w (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w) ... ok | |
| test_open_w_buffering_error (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_buffering_error) ... ok | |
| test_open_w_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_wb (test.test_pathlib.test_write.LocalPathWriteTest.test_open_wb) ... ok | |
| test_symlink_to (test.test_pathlib.test_write.LocalPathWriteTest.test_symlink_to) ... ok | |
| test_write_bytes (test.test_pathlib.test_write.LocalPathWriteTest.test_write_bytes) ... ok | |
| test_write_text (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text) ... ok | |
| test_write_text_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_write_text_with_newlines (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_with_newlines) ... ok | |
| test_is_writable (test.test_pathlib.test_write.PathWriteTest.test_is_writable) ... ok | |
| test_mkdir (test.test_pathlib.test_write.PathWriteTest.test_mkdir) ... ok | |
| test_open_w (test.test_pathlib.test_write.PathWriteTest.test_open_w) ... ok | |
| test_open_w_buffering_error (test.test_pathlib.test_write.PathWriteTest.test_open_w_buffering_error) ... ok | |
| test_open_w_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_wb (test.test_pathlib.test_write.PathWriteTest.test_open_wb) ... ok | |
| test_symlink_to (test.test_pathlib.test_write.PathWriteTest.test_symlink_to) ... ok | |
| test_write_bytes (test.test_pathlib.test_write.PathWriteTest.test_write_bytes) ... ok | |
| test_write_text (test.test_pathlib.test_write.PathWriteTest.test_write_text) ... ok | |
| test_write_text_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_write_text_with_newlines (test.test_pathlib.test_write.PathWriteTest.test_write_text_with_newlines) ... ok | |
| test_is_writable (test.test_pathlib.test_write.ZipPathWriteTest.test_is_writable) ... ok | |
| test_mkdir (test.test_pathlib.test_write.ZipPathWriteTest.test_mkdir) ... ok | |
| test_open_w (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w) ... ok | |
| test_open_w_buffering_error (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_buffering_error) ... ok | |
| test_open_w_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_open_wb (test.test_pathlib.test_write.ZipPathWriteTest.test_open_wb) ... ok | |
| test_symlink_to (test.test_pathlib.test_write.ZipPathWriteTest.test_symlink_to) ... ok | |
| test_write_bytes (test.test_pathlib.test_write.ZipPathWriteTest.test_write_bytes) ... ok | |
| test_write_text (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text) ... ok | |
| test_write_text_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_encoding_warning) ... skipped 'Requires warn_default_encoding' | |
| test_write_text_with_newlines (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_with_newlines) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 1365 tests in 126.184s | |
| OK (skipped=401) | |
| Warning -- threading._dangling was modified by test_pathlib | |
| Warning -- Before: {<weakref at 0xf8653050; to 'threading._MainThread' at 0xf8f238d0>} | |
| Warning -- After: {<weakref at 0xed1c6b68; to 'threading.Thread' at 0xf73f4030>, <weakref at 0xed1c6b40; to 'threading.Thread' at 0xf743c030>, <weakref at 0xed1c6b90; to 'threading.Thread' at 0xf7228030>, <weakref at 0xed1c6bb8; to 'threading.Thread' at 0xf7238030>, <weakref at 0xed1cd6e0; to 'threading.Thread' at 0xf7396030>, <weakref at 0xed1cd708; to 'threading.Thread' at 0xf724a030>, <weakref at 0xed1c6be0; to 'threading.Thread' at 0xf743c0a0>, <weakref at 0xed1c6c08; to 'threading.Thread' at 0xf73f40a0>, <weakref at 0xed1c6c30; to 'threading.Thread' at 0xf74900c0>, <weakref at 0xed1c6c58; to 'threading.Thread' at 0xf72280a0>, <weakref at 0xed1c6c80; to 'threading.Thread' at 0xf72380a0>, <weakref at 0xed1cd730; to 'threading.Thread' at 0xf724a0a0>, <weakref at 0xed1cde10; to 'threading.Thread' at 0xf729aa40>, <weakref at 0xed1c6ca8; to 'threading.Thread' at 0xf743c110>, <weakref at 0xed1c6cd0; to 'threading.Thread' at 0xf7228110>, <weakref at 0xed1c6cf8; to 'threading.Thread' at 0xf7238110>, <weakref at 0xed1cd758; to 'threading.Thread' at 0xf724a110>, <weakref at 0xed1c6d20; to 'threading.Thread' at 0xf743c180>, <weakref at 0xed1c6d48; to 'threading.Thread' at 0xf7228180>, <weakref at 0xed1cd780; to 'threading.Thread' at 0xf724a180>, <weakref at 0xed1c6dc0; to 'threading.Thread' at 0xf72281f0>, <weakref at 0xed1c6d98; to 'threading.Thread' at 0xf743c1f0>, <weakref at 0xed1c6d70; to 'threading.Thread' at 0xf748c1f8>, <weakref at 0xed1cd7a8; to 'threading.Thread' at 0xf724a1f0>, <weakref at 0xed1cd7d0; to 'threading.Thread' at 0xf7496210>, <weakref at 0xed1c6de8; to 'threading.Thread' at 0xf743c260>, <weakref at 0xed1c6e10; to 'threading.Thread' at 0xf7228260>, <weakref at 0xed1cd7f8; to 'threading.Thread' at 0xf7396260>, <weakref at 0xed1cd820; to 'threading.Thread' at 0xf724a260>, <weakref at 0xed1c6e38; to 'threading.Thread' at 0xf743c2d0>, <weakref at 0xed1c6e60; to 'threading.Thread' at 0xf73f42d0>, <weakref at 0xed1c6e88; to 'threading.Thread' at 0xf72282d0>, <weakref at 0xed1cd848; to 'threading.Thread' at 0xf73962d0>, <weakref at 0xed1cd870; to 'threading.Thread' at 0xf724a2d0>, <weakref at 0xed1c6eb0; to 'threading.Thread' at 0xf743c340>, <weakref at 0xed1c6ed8; to 'threading.Thread' at 0xf73f4340>, <weakref at 0xed1c6f00; to 'threading.Thread' at 0xf7238340>, <weakref at 0xed1cd898; to 'threading.Thread' at 0xf7396340>, <weakref at 0xed1cd8c0; to 'threading.Thread' at 0xf724a340>, <weakref at 0xed1cd8e8; to 'threading.Thread' at 0xf7496378>, <weakref at 0xed1c6f28; to 'threading.Thread' at 0xf743c3b0>, <weakref at 0xed1c6f50; to 'threading.Thread' at 0xf73f43b0>, <weakref at 0xed1c6f78; to 'threading.Thread' at 0xf72383b0>, <weakref at 0xed1cd910; to 'threading.Thread' at 0xf73963b0>, <weakref at 0xed1cd938; to 'threading.Thread' at 0xf724a3b0>, <weakref at 0xed1c6fa0; to 'threading.Thread' at 0xf743c420>, <weakref at 0xed1c6fc8; to 'threading.Thread' at 0xf73f4420>, <weakref at 0xed1cb028; to 'threading.Thread' at 0xf7238420>, <weakref at 0xed1cd960; to 'threading.Thread' at 0xf7396420>, <weakref at 0xed1cb050; to 'threading.Thread' at 0xf743c490>, <weakref at 0xed1cb078; to 'threading.Thread' at 0xf73f4490>, <weakref at 0xed1cb0a0; to 'threading.Thread' at 0xf7238490>, <weakref at 0xed1cd988; to 'threading.Thread' at 0xf7396490>, <weakref at 0xed1cb0c8; to 'threading.Thread' at 0xf743c500>, <weakref at 0xed1cb0f0; to 'threading.Thread' at 0xf73f4500>, <weakref at 0xed1cb118; to 'threading.Thread' at 0xf7238500>, <weakref at 0xed1cd9b0; to 'threading.Thread' at 0xf7396500>, <weakref at 0xed1cb140; to 'threading.Thread' at 0xf743c570>, <weakref at 0xed1cb168; to 'threading.Thread' at 0xf73f4570>, <weakref at 0xed1cb190; to 'threading.Thread' at 0xf7238570>, <weakref at 0xed1cd9d8; to 'threading.Thread' at 0xf7396570>, <weakref at 0xed1cb1b8; to 'threading.Thread' at 0xf743c5e0>, <weakref at 0xed1cb1e0; to 'threading.Thread' at 0xf73f45e0>, <weakref at 0xed1cb208; to 'threading.Thread' at 0xf72385e0>, <weakref at 0xed1cda00; to 'threading.Thread' at 0xf73965e0>, <weakref at 0xed1cda28; to 'threading.Thread' at 0xf724a5e0>, <weakref at 0xed1cb230; to 'threading.Thread' at 0xf743c650>, <weakref at 0xed1cb258; to 'threading.Thread' at 0xf73e4650>, <weakref at 0xed1cb280; to 'threading.Thread' at 0xf73f4650>, <weakref at 0xed1cb2a8; to 'threading.Thread' at 0xf7238650>, <weakref at 0xed1cda50; to 'threading.Thread' at 0xf7396650>, <weakref at 0xed1cda78; to 'threading.Thread' at 0xf724a650>, <weakref at 0xed1cdaa0; to 'threading.Thread' at 0xf74f26a8>, <weakref at 0xed1cb2d0; to 'threading.Thread' at 0xf743c6c0>, <weakref at 0xed1cb2f8; to 'threading.Thread' at 0xf73e46c0>, <weakref at 0xed1cb320; to 'threading.Thread' at 0xf73f46c0>, <weakref at 0xed1cb348; to 'threading.Thread' at 0xf72286c0>, <weakref at 0xed1cb370; to 'threading.Thread' at 0xf72386c0>, <weakref at 0xed1cdac8; to 'threading.Thread' at 0xf724a6c0>, <weakref at 0xed1cb398; to 'threading.Thread' at 0xf743c730>, <weakref at 0xed1cb3c0; to 'threading.Thread' at 0xf73e4730>, <weakref at 0xed1cb3e8; to 'threading.Thread' at 0xf7228730>, <weakref at 0xed1cb410; to 'threading.Thread' at 0xf7238730>, <weakref at 0xed1cdaf0; to 'threading.Thread' at 0xf724a730>, <weakref at 0xed1cb460; to 'threading.Thread' at 0xf73e47a0>, <weakref at 0xed1cb488; to 'threading.Thread' at 0xf72287a0>, <weakref at 0xed1cb438; to 'threading.Thread' at 0xf743c7a0>, <weakref at 0xed1cdb18; to 'threading.Thread' at 0xf724a7a0>, <weakref at 0xed1cdb40; to 'threading.Thread' at 0xf75fe7c0>, <weakref at 0xed1cb4b0; to 'threading.Thread' at 0xf743c810>, <weakref at 0xed1cb4d8; to 'threading.Thread' at 0xf73e4810>, <weakref at 0xed1cb500; to 'threading.Thread' at 0xf7228810>, <weakref at 0xed1cdb68; to 'threading.Thread' at 0xf724a810>, <weakref at 0xed1cb528; to 'threading.Thread' at 0xf743c880>, <weakref at 0xed1cb550; to 'threading.Thread' at 0xf73e4880>, <weakref at 0xed1cb578; to 'threading.Thread' at 0xf7228880>, <weakref at 0xed1cdb90; to 'threading.Thread' at 0xf7396880>, <weakref at 0xed1cdbb8; to 'threading.Thread' at 0xf729a880>, <weakref at 0xed1cdbe0; to 'threading.Thread' at 0xf724a880>, <weakref at 0xed1cb5a0; to 'threading.Thread' at 0xf743c8f0>, <weakref at 0xed1cb5c8; to 'threading.Thread' at 0xf73e48f0>, <weakref at 0xed1cb5f0; to 'threading.Thread' at 0xf73f48f0>, <weakref at 0xed1cb618; to 'threading.Thread' at 0xf72288f0>, <weakref at 0xed1cdc08; to 'threading.Thread' at 0xf73968f0>, <weakref at 0xed1cdc30; to 'threading.Thread' at 0xf729a8f0>, <weakref at 0xed1cdc58; to 'threading.Thread' at 0xf724a8f0>, <weakref at 0xed1cb640; to 'threading.Thread' at 0xf743c960>, <weakref at 0xed1cb668; to 'threading.Thread' at 0xf73e4960>, <weakref at 0xed1cb690; to 'threading.Thread' at 0xf73f4960>, <weakref at 0xed1cb6b8; to 'threading.Thread' at 0xf7228960>, <weakref at 0xed1cb6e0; to 'threading.Thread' at 0xf7238960>, <weakref at 0xed1cdc80; to 'threading.Thread' at 0xf747e960>, <weakref at 0xed1cdca8; to 'threading.Thread' at 0xf7396960>, <weakref at 0xed1cb708; to 'threading.Thread' at 0xf743c9d0>, <weakref at 0xed1cb730; to 'threading.Thread' at 0xf73e49d0>, <weakref at 0xed1cb758; to 'threading.Thread' at 0xf73f49d0>, <weakref at 0xed1cb780; to 'threading.Thread' at 0xf72289d0>, <weakref at 0xed1cb7a8; to 'threading.Thread' at 0xf72389d0>, <weakref at 0xed1cdd20; to 'threading.Thread' at 0xf747e9d0>, <weakref at 0xed1cdd48; to 'threading.Thread' at 0xf73969d0>, <weakref at 0xed1cb7d0; to 'threading.Thread' at 0xf743ca40>, <weakref at 0xed1cb7f8; to 'threading.Thread' at 0xf73e4a40>, <weakref at 0xed1cb820; to 'threading.Thread' at 0xf73f4a40>, <weakref at 0xed1cb848; to 'threading.Thread' at 0xf7228a40>, <weakref at 0xed1cb870; to 'threading.Thread' at 0xf7238a40>, <weakref at 0xed1cddc0; to 'threading.Thread' at 0xf747ea40>, <weakref at 0xed1cdde8; to 'threading.Thread' at 0xf7396a40>, <weakref at 0xed1cb898; to 'threading.Thread' at 0xf743cab0>, <weakref at 0xed1cb8c0; to 'threading.Thread' at 0xf73f4ab0>, <weakref at 0xed1cb8e8; to 'threading.Thread' at 0xf7228ab0>, <weakref at 0xed1cb910; to 'threading.Thread' at 0xf7238ab0>, <weakref at 0xed1cde38; to 'threading.Thread' at 0xf747eab0>, <weakref at 0xed1cde60; to 'threading.Thread' at 0xf7396ab0>, <weakref at 0xed1cde88; to 'threading.Thread' at 0xf729aab0>, <weakref at 0xed1cb938; to 'threading.Thread' at 0xf743cb20>, <weakref at 0xed1cb960; to 'threading.Thread' at 0xf73f4b20>, <weakref at 0xed1cb988; to 'threading.Thread' at 0xf7238b20>, <weakref at 0xed1cdeb0; to 'threading.Thread' at 0xf747eb20>, <weakref at 0xed1cded8; to 'threading.Thread' at 0xf7396b20>, <weakref at 0xed1cdf00; to 'threading.Thread' at 0xf729ab20>, <weakref at 0xed1cb9b0; to 'threading.Thread' at 0xf743cb90>, <weakref at 0xed1cb9d8; to 'threading.Thread' at 0xf73f4b90>, <weakref at 0xed1cba00; to 'threading.Thread' at 0xf7238b90>, <weakref at 0xed1cdf28; to 'threading.Thread' at 0xf747eb90>, <weakref at 0xed1cdf50; to 'threading.Thread' at 0xf7396b90>, <weakref at 0xed1cdf78; to 'threading.Thread' at 0xf729ab90>, <weakref at 0xed1cf0f0; to 'threading.Thread' at 0xf729ac70>, <weakref at 0xed1cba28; to 'threading.Thread' at 0xf743cc00>, <weakref at 0xed1cba50; to 'threading.Thread' at 0xf73f4c00>, <weakref at 0xed1cba78; to 'threading.Thread' at 0xf7238c00>, <weakref at 0xed1cdfa0; to 'threading.Thread' at 0xf747ec00>, <weakref at 0xed1cdfc8; to 'threading.Thread' at 0xf7396c00>, <weakref at 0xed1cf028; to 'threading.Thread' at 0xf729ac00>, <weakref at 0xed1cf050; to 'threading.Thread' at 0xf724ac00>, <weakref at 0xed1cbaa0; to 'threading.Thread' at 0xf743cc70>, <weakref at 0xed1cbac8; to 'threading.Thread' at 0xf73e4c70>, <weakref at 0xed1cbaf0; to 'threading.Thread' at 0xf73f4c70>, <weakref at 0xed1cbb18; to 'threading.Thread' at 0xf7238c70>, <weakref at 0xed1cf078; to 'threading.Thread' at 0xf724ac70>, <weakref at 0xed1cf0a0; to 'threading.Thread' at 0xf747ec70>, <weakref at 0xed1cf0c8; to 'threading.Thread' at 0xf7396c70>, <weakref at 0xed1cbb40; to 'threading.Thread' at 0xf743cce0>, <weakref at 0xed1cbb68; to 'threading.Thread' at 0xf74eccf0>, <weakref at 0xed1cbb90; to 'threading.Thread' at 0xf73e4ce0>, <weakref at 0xed1cbbb8; to 'threading.Thread' at 0xf73f4ce0>, <weakref at 0xed1cbbe0; to 'threading.Thread' at 0xf7228ce0>, <weakref at 0xed1cbc08; to 'threading.Thread' at 0xf7238ce0>, <weakref at 0xed1cf118; to 'threading.Thread' at 0xf724ace0>, <weakref at 0xed1cbc30; to 'threading.Thread' at 0xf743cd50>, <weakref at 0xed1cbc58; to 'threading.Thread' at 0xf73e4d50>, <weakref at 0xed1cbc80; to 'threading.Thread' at 0xf7228d50>, <weakref at 0xed1cbca8; to 'threading.Thread' at 0xf7238d50>, <weakref at 0xed1cf168; to 'threading.Thread' at 0xf747ed50>, <weakref at 0xed1cf190; to 'threading.Thread' at 0xf724ad50>, <weakref at 0xed1cfac8; to 'threading.Thread' at 0xf749ff80>, <weakref at 0xed1cbcd0; to 'threading.Thread' at 0xf743cdc0>, <weakref at 0xed1cbcf8; to 'threading.Thread' at 0xf73e4dc0>, <weakref at 0xed1cbd20; to 'threading.Thread' at 0xf7228dc0>, <weakref at 0xed1cf1b8; to 'threading.Thread' at 0xf747edc0>, <weakref at 0xed1cf1e0; to 'threading.Thread' at 0xf724adc0>, <weakref at 0xed1cbd48; to 'threading.Thread' at 0xf743ce30>, <weakref at 0xed1cbd70; to 'threading.Thread' at 0xf73e4e30>, <weakref at 0xed1cbd98; to 'threading.Thread' at 0xf7228e30>, <weakref at 0xed1cf208; to 'threading.Thread' at 0xf747ee30>, <weakref at 0xed1cf230; to 'threading.Thread' at 0xf724ae30>, <weakref at 0xed1cbdc0; to 'threading.Thread' at 0xf743cea0>, <weakref at 0xed1cbde8; to 'threading.Thread' at 0xf73e4ea0>, <weakref at 0xed1cbe10; to 'threading.Thread' at 0xf7228ea0>, <weakref at 0xed1cf258; to 'threading.Thread' at 0xf747eea0>, <weakref at 0xed1cf280; to 'threading.Thread' at 0xf7396ea0>, <weakref at 0xed1cf2a8; to 'threading.Thread' at 0xf729aea0>, <weakref at 0xed1cf2d0; to 'threading.Thread' at 0xf724aea0>, <weakref at 0xed1cbe38; to 'threading.Thread' at 0xf743cf10>, <weakref at 0xed1cbe60; to 'threading.Thread' at 0xf73e4f10>, <weakref at 0xed1cbe88; to 'threading.Thread' at 0xf7228f10>, <weakref at 0xed1cf2f8; to 'threading.Thread' at 0xf747ef10>, <weakref at 0xed1cf320; to 'threading.Thread' at 0xf7396f10>, <weakref at 0xed1cbeb0; to 'threading.Thread' at 0xf7484f60>, <weakref at 0xed1cf348; to 'threading.Thread' at 0xf729af10>, <weakref at 0xed1cbed8; to 'threading.Thread' at 0xf73e4f80>, <weakref at 0xed1cbf00; to 'threading.Thread' at 0xf73f4f80>, <weakref at 0xed1cbf28; to 'threading.Thread' at 0xf7228f80>, <weakref at 0xed1cbf50; to 'threading.Thread' at 0xf7238f80>, <weakref at 0xed1cf398; to 'threading.Thread' at 0xf747ef80>, <weakref at 0xed1cf3c0; to 'threading.Thread' at 0xf7396f80>, <weakref at 0xed1cf3e8; to 'threading.Thread' at 0xf729af80>, <weakref at 0xed1cf410; to 'threading.Thread' at 0xf724af80>, <weakref at 0xed1cbf78; to 'threading.Thread' at 0xf7385030>, <weakref at 0xed1cbfa0; to 'threading.Thread' at 0xf73a9030>, <weakref at 0xed1cbfc8; to 'threading.Thread' at 0xf7259030>, <weakref at 0xed1cf438; to 'threading.Thread' at 0xf749f030>, <weakref at 0xed1cd028; to 'threading.Thread' at 0xf73850a0>, <weakref at 0xed1cd050; to 'threading.Thread' at 0xf73a90a0>, <weakref at 0xed1cf460; to 'threading.Thread' at 0xf749f0a0>, <weakref at 0xed1cf370; to 'threading.Thread' at 0xf724af10>, <weakref at 0xed1cf488; to 'threading.Thread' at 0xf748f0d0>, <weakref at 0xed1cd078; to 'threading.Thread' at 0xf7385110>, <weakref at 0xed1cd0a0; to 'threading.Thread' at 0xf73a9110>, <weakref at 0xed1cf4b0; to 'threading.Thread' at 0xf749f110>, <weakref at 0xed1cd0c8; to 'threading.Thread' at 0xf7385180>, <weakref at 0xed1cd0f0; to 'threading.Thread' at 0xf73a9180>, <weakref at 0xed1cf4d8; to 'threading.Thread' at 0xf749f180>, <weakref at 0xed1cd118; to 'threading.Thread' at 0xf73851f0>, <weakref at 0xed1cd140; to 'threading.Thread' at 0xf73a91f0>, <weakref at 0xed1cf500; to 'threading.Thread' at 0xf749f1f0>, <weakref at 0xed1cf528; to 'threading.Thread' at 0xf748f210>, <weakref at 0xed1cd168; to 'threading.Thread' at 0xf7385260>, <weakref at 0xed1cd190; to 'threading.Thread' at 0xf73a9260>, <weakref at 0xed1cd1b8; to 'threading.Thread' at 0xf7259260>, <weakref at 0xed1cf550; to 'threading.Thread' at 0xf749f260>, <weakref at 0xed1cd1e0; to 'threading.Thread' at 0xf73852d0>, <weakref at 0xed1cd208; to 'threading.Thread' at 0xf73a92d0>, <weakref at 0xed1cd230; to 'threading.Thread' at 0xf72592d0>, <weakref at 0xed1cf578; to 'threading.Thread' at 0xf749f2d0>, <weakref at 0xed1cd258; to 'threading.Thread' at 0xf7385340>, <weakref at 0xed1cd280; to 'threading.Thread' at 0xf7259340>, <weakref at 0xed1cf5a0; to 'threading.Thread' at 0xf749f340>, <weakref at 0xed1cd2a8; to 'threading.Thread' at 0xf73853b0>, <weakref at 0xed1cd2d0; to 'threading.Thread' at 0xf72593b0>, <weakref at 0xed1cf5c8; to 'threading.Thread' at 0xf749f3b0>, <weakref at 0xed1cd2f8; to 'threading.Thread' at 0xf7259420>, <weakref at 0xed1cdcf8; to 'threading.Thread' at 0xf724a960>, <weakref at 0xed1cf5f0; to 'threading.Thread' at 0xf749f420>, <weakref at 0xed1cd320; to 'threading.Thread' at 0xf7259490>, <weakref at 0xed1cf618; to 'threading.Thread' at 0xf749f490>, <weakref at 0xed1cf640; to 'threading.Thread' at 0xf74eb4c8>, <weakref at 0xed1cd348; to 'threading.Thread' at 0xf7259500>, <weakref at 0xed1cf668; to 'threading.Thread' at 0xf749f500>, <weakref at 0xed1cd370; to 'threading.Thread' at 0xf7259570>, <weakref at 0xed1cf690; to 'threading.Thread' at 0xf749f570>, <weakref at 0xed1cd398; to 'threading.Thread' at 0xf73855e0>, <weakref at 0xed1cd3c0; to 'threading.Thread' at 0xf72595e0>, <weakref at 0xed1cf6b8; to 'threading.Thread' at 0xf749f5e0>, <weakref at 0xed1cf6e0; to 'threading.Thread' at 0xf74eb618>, <weakref at 0xed1cd3e8; to 'threading.Thread' at 0xf7385650>, <weakref at 0xed1cd410; to 'threading.Thread' at 0xf7259650>, <weakref at 0xed1cdd98; to 'threading.Thread' at 0xf724a9d0>, <weakref at 0xed1cf708; to 'threading.Thread' at 0xf749f650>, <weakref at 0xed1cd438; to 'threading.Thread' at 0xf73856c0>, <weakref at 0xed1cf730; to 'threading.Thread' at 0xf749f6c0>, <weakref at 0xed1cd460; to 'threading.Thread' at 0xf7385730>, <weakref at 0xed1cf758; to 'threading.Thread' at 0xf749f730>, <weakref at 0xed1cd488; to 'threading.Thread' at 0xf73857a0>, <weakref at 0xed1cf780; to 'threading.Thread' at 0xf749f7a0>, <weakref at 0xed1cd4b0; to 'threading.Thread' at 0xf7385810>, <weakref at 0xed1cf7a8; to 'threading.Thread' at 0xf749f810>, <weakref at 0xed1cd4d8; to 'threading.Thread' at 0xf7385880>, <weakref at 0xed1cf7d0; to 'threading.Thread' at 0xf749f880>, <weakref at 0xed1cf7f8; to 'threading._MainThread' at 0xf8f238d0>, <weakref at 0xed1cd500; to 'threading.Thread' at 0xf73858f0>, <weakref at 0xed1cf820; to 'threading.Thread' at 0xf749f8f0>, <weakref at 0xed1cd528; to 'threading.Thread' at 0xf7385960>, <weakref at 0xed1cf848; to 'threading.Thread' at 0xf749f960>, <weakref at 0xed1cd550; to 'threading.Thread' at 0xf73859d0>, <weakref at 0xed1cf870; to 'threading.Thread' at 0xf749f9d0>, <weakref at 0xed1cf898; to 'threading.Thread' at 0xf749fa40>, <weakref at 0xed1cf8c0; to 'threading.Thread' at 0xf749fab0>, <weakref at 0xed1cf8e8; to 'threading.Thread' at 0xf749fb20>, <weakref at 0xed1cf910; to 'threading.Thread' at 0xf749fb90>, <weakref at 0xed1cd578; to 'threading.Thread' at 0xf7385c00>, <weakref at 0xed1cf938; to 'threading.Thread' at 0xf749fc00>, <weakref at 0xed1cdcd0; to 'threading.Thread' at 0xf729a960>, <weakref at 0xed1cd5a0; to 'threading.Thread' at 0xf7385c70>, <weakref at 0xed1cf960; to 'threading.Thread' at 0xf749fc70>, <weakref at 0xed1cd5c8; to 'threading.Thread' at 0xf7385ce0>, <weakref at 0xed1cf988; to 'threading.Thread' at 0xf749fce0>, <weakref at 0xed1cf9b0; to 'threading.Thread' at 0xf7483d30>, <weakref at 0xed1cd5f0; to 'threading.Thread' at 0xf7385d50>, <weakref at 0xed1cf9d8; to 'threading.Thread' at 0xf749fd50>, <weakref at 0xed1cd618; to 'threading.Thread' at 0xf7385dc0>, <weakref at 0xed1cfa00; to 'threading.Thread' at 0xf749fdc0>, <weakref at 0xed1cd640; to 'threading.Thread' at 0xf7385e30>, <weakref at 0xed1cfa28; to 'threading.Thread' at 0xf7483e30>, <weakref at 0xed1cfa50; to 'threading.Thread' at 0xf749fe30>, <weakref at 0xed1cdd70; to 'threading.Thread' at 0xf729a9d0>, <weakref at 0xed1cd668; to 'threading.Thread' at 0xf7385ea0>, <weakref at 0xed1cfa78; to 'threading.Thread' at 0xf749fea0>, <weakref at 0xed1cd690; to 'threading.Thread' at 0xf7385f10>, <weakref at 0xed1cfaa0; to 'threading.Thread' at 0xf749ff10>, <weakref at 0xed1cd6b8; to 'threading.Thread' at 0xf7385f80>, <weakref at 0xed1cf140; to 'threading.Thread' at 0xf747ece0>} | |
| 0:11:29 load avg: 3.48 [ 46/495/19] test_ipaddress passed -- running (2): test_ssl (3 min 45 sec), test_weakref (9 min 58 sec) | |
| 0:11:34 load avg: 3.44 [ 47/495/20] test_weakref worker non-zero exit code (Exit code 1) -- running (1): test_ssl (3 min 50 sec) | |
| test_all_freed (test.test_weakref.FinalizeTestCase.test_all_freed) ... FAIL | |
| test_arg_errors (test.test_weakref.FinalizeTestCase.test_arg_errors) ... ok | |
| test_atexit (test.test_weakref.FinalizeTestCase.test_atexit) ... ok | |
| test_finalize (test.test_weakref.FinalizeTestCase.test_finalize) ... FAIL | |
| test_order (test.test_weakref.FinalizeTestCase.test_order) ... FAIL | |
| test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict) ... ok | |
| test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict) ... ok | |
| test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr) ... ok | |
| test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict) ... ok | |
| test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict) ... ok | |
| test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc) ... ok | |
| test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr) ... ok | |
| test_remove_closure (test.test_weakref.MappingTestCase.test_remove_closure) ... ok | |
| test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy) ... skipped "resource 'cpu' is not enabled" | |
| test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy) ... skipped "resource 'cpu' is not enabled" | |
| test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy) ... skipped "resource 'cpu' is not enabled" | |
| test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy) ... skipped "resource 'cpu' is not enabled" | |
| test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency) ... ok | |
| test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop) ... Timeout (0:10:00)! | |
| Thread 0xf43ea400 [Thread-2 (colle] (most recent call first): | |
| File "/home/stefanor/cpython/Lib/test/test_weakref.py", line 94 in collect | |
| File "/home/stefanor/cpython/Lib/threading.py", line 1016 in run | |
| File "/home/stefanor/cpython/Lib/threading.py", line 1074 in _bootstrap_inner | |
| File "/home/stefanor/cpython/Lib/threading.py", line 1036 in _bootstrap | |
| Thread 0xf9209340 [python] (most recent call first): | |
| File "/home/stefanor/cpython/Lib/weakref.py", line 289 in __new__ | |
| File "/home/stefanor/cpython/Lib/weakref.py", line 139 in __setitem__ | |
| File "/home/stefanor/cpython/Lib/test/test_weakref.py", line 1960 in test_threaded_weak_valued_pop | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 613 in _callTestMethod | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 667 in run | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 723 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 122 in run | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 84 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 122 in run | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 84 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/runner.py", line 257 in run | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 84 in _run_suite | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 42 in run_unittest | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 162 in test_func | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 118 in regrtest_runner | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 165 in _load_run_test | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 210 in _runtest_env_changed_exc | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 319 in _runtest | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 348 in run_single_test | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 92 in worker_process | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 127 in main | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 131 in <module> | |
| File "<frozen runpy>", line 88 in _run_code | |
| File "<frozen runpy>", line 198 in _run_module_as_main | |
| 0:11:42 load avg: 3.40 [ 48/495/21] test_class failed (2 failures) -- running (1): test_ssl (3 min 58 sec) | |
| testBadTypeReturned (test.test_class.ClassTests.testBadTypeReturned) ... ok | |
| testBinaryOps (test.test_class.ClassTests.testBinaryOps) ... ok | |
| testClassCallRecursionLimit (test.test_class.ClassTests.testClassCallRecursionLimit) ... ok | |
| testClassWithExtCall (test.test_class.ClassTests.testClassWithExtCall) ... ok | |
| testConstructorErrorMessages (test.test_class.ClassTests.testConstructorErrorMessages) ... ok | |
| testDel (test.test_class.ClassTests.testDel) ... FAIL | |
| testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2) ... ok | |
| testGetSetAndDel (test.test_class.ClassTests.testGetSetAndDel) ... ok | |
| testHasAttrString (test.test_class.ClassTests.testHasAttrString) ... ok | |
| testHashComparisonOfMethods (test.test_class.ClassTests.testHashComparisonOfMethods) ... ok | |
| testHashStuff (test.test_class.ClassTests.testHashStuff) ... ok | |
| testInit (test.test_class.ClassTests.testInit) ... ok | |
| testListAndDictOps (test.test_class.ClassTests.testListAndDictOps) ... ok | |
| testMetaclassCallOptimization (test.test_class.ClassTests.testMetaclassCallOptimization) ... ok | |
| testMisc (test.test_class.ClassTests.testMisc) ... ok | |
| testObjectAttributeAccessErrorMessages (test.test_class.ClassTests.testObjectAttributeAccessErrorMessages) ... ok | |
| testPredefinedAttrs (test.test_class.ClassTests.testPredefinedAttrs) ... ok | |
| testSFBug532646 (test.test_class.ClassTests.testSFBug532646) ... ok | |
| testSetattrNonStringName (test.test_class.ClassTests.testSetattrNonStringName) ... ok | |
| testSetattrWrapperNameIntern (test.test_class.ClassTests.testSetattrWrapperNameIntern) ... ok | |
| testTypeAttributeAccessErrorMessages (test.test_class.ClassTests.testTypeAttributeAccessErrorMessages) ... ok | |
| testUnaryOps (test.test_class.ClassTests.testUnaryOps) ... ok | |
| test_specialization_class_call_doesnt_crash (test.test_class.ClassTests.test_specialization_class_call_doesnt_crash) ... ok | |
| test_bug_117750 (test.test_class.TestInlineValues.test_bug_117750) | |
| Aborted on 3.13a6 ... ok | |
| test_detach_materialized_dict_no_memory (test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory) ... FAIL | |
| test_flags (test.test_class.TestInlineValues.test_flags) ... ok | |
| test_has_inline_values (test.test_class.TestInlineValues.test_has_inline_values) ... ok | |
| test_inspect_dict (test.test_class.TestInlineValues.test_inspect_dict) ... ok | |
| test_instances (test.test_class.TestInlineValues.test_instances) ... ok | |
| test_many_attributes (test.test_class.TestInlineValues.test_many_attributes) ... ok | |
| test_many_attributes_with_dict (test.test_class.TestInlineValues.test_many_attributes_with_dict) ... ok | |
| test_rematerialize_object_dict (test.test_class.TestInlineValues.test_rematerialize_object_dict) ... ok | |
| test_store_attr_deleted_dict (test.test_class.TestInlineValues.test_store_attr_deleted_dict) ... ok | |
| test_store_attr_type_cache (test.test_class.TestInlineValues.test_store_attr_type_cache) | |
| Verifies that the type cache doesn't provide a value which is ... ok | |
| test_update_dict (test.test_class.TestInlineValues.test_update_dict) ... ok | |
| ====================================================================== | |
| FAIL: testDel (test.test_class.ClassTests.testDel) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_class.py", line 474, in testDel | |
| self.assertEqual(["crab people, crab people"], x) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: ['crab people, crab people'] != [] | |
| First list contains 1 additional elements. | |
| First extra element 0: | |
| 'crab people, crab people' | |
| - ['crab people, crab people'] | |
| + [] | |
| ====================================================================== | |
| FAIL: test_detach_materialized_dict_no_memory (test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_class.py", line 1017, in test_detach_materialized_dict_no_memory | |
| rc, out, err = script_helper.assert_python_ok("-c", code) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/script_helper.py", line 182, in assert_python_ok | |
| return _assert_python(True, *args, **env_vars) | |
| File "/home/stefanor/cpython/Lib/test/support/script_helper.py", line 167, in _assert_python | |
| res.fail(cmd_line) | |
| ~~~~~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/script_helper.py", line 80, in fail | |
| raise AssertionError(f"Process return code is {exitcode}\n" | |
| ...<10 lines>... | |
| f"---") | |
| AssertionError: Process return code is 1 | |
| command line: ['/home/stefanor/cpython/python', '-X', 'faulthandler', '-I', '-c', 'if 1:\n import test.support\n import _testcapi\n\n class A:\n def __init__(self):\n self.a = 1\n self.b = 2\n a = A()\n d = a.__dict__\n with test.support.catch_unraisable_exception() as ex:\n _testcapi.set_nomemory(0, 1)\n del a\n assert ex.unraisable.exc_type is MemoryError\n try:\n d["a"]\n except KeyError:\n pass\n else:\n assert False, "KeyError not raised"\n '] | |
| stdout: | |
| --- | |
| --- | |
| stderr: | |
| --- | |
| Traceback (most recent call last): | |
| File "<string>", line 14, in <module> | |
| assert ex.unraisable.exc_type is MemoryError | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
| MemoryError | |
| --- | |
| ---------------------------------------------------------------------- | |
| Ran 35 tests in 2.983s | |
| FAILED (failures=2) | |
| test test_class failed | |
| 0:11:43 load avg: 3.40 [ 49/495/21] test.test_asyncio.test_timeouts passed -- running (1): test_ssl (3 min 59 sec) | |
| 0:11:47 load avg: 3.37 [ 50/495/21] test_thread_local_bytecode passed -- running (1): test_ssl (4 min 3 sec) | |
| 0:12:14 load avg: 4.96 [ 51/495/21] test_site passed (30.1 sec) -- running (1): test_ssl (4 min 30 sec) | |
| 0:12:44 load avg: 8.07 running (3): test_ssl (5 min), test.test_multiprocessing_spawn.test_misc (56.4 sec), test_source_encoding (30.2 sec) | |
| 0:13:14 load avg: 8.86 running (3): test_ssl (5 min 30 sec), test.test_multiprocessing_spawn.test_misc (1 min 26 sec), test_source_encoding (1 min) | |
| 0:13:21 load avg: 8.71 [ 52/495/22] test_ssl failed (3 failures) (5 min 37 sec) -- running (2): test.test_multiprocessing_spawn.test_misc (1 min 33 sec), test_source_encoding (1 min 7 sec) | |
| test_ssl: testing with 'OpenSSL 3.5.4 30 Sep 2025' (3, 5, 0, 4, 0) | |
| under 'Linux-6.12.33+deb13-parisc64-parisc64-with-glibc2.41' | |
| HAS_SNI = True | |
| OP_ALL = 0x80000050 | |
| OP_NO_TLSv1_1 = 0x10000000 | |
| test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM) ... ok | |
| test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object) ... ok | |
| test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds) ... ok | |
| test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) ... skipped 'locale-specific month name needs to be different from C locale' | |
| test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) ... skipped 'local time needs to be different from UTC' | |
| test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error) ... ok | |
| test_constants (test.test_ssl.BasicSocketTests.test_constants) ... ok | |
| test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn) ... FAIL | |
| test_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert) | |
| Wrapping with an empty cert file ... ok | |
| test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) ... skipped 'Windows specific' | |
| test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) ... skipped 'Windows specific' | |
| test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths) ... ok | |
| test_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert) | |
| Wrapping with a badly formatted certificate (syntax error) ... ok | |
| test_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key) | |
| Wrapping with a badly formatted key (syntax error) ... ok | |
| test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations) ... ok | |
| test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version) ... ok | |
| test_options (test.test_ssl.BasicSocketTests.test_options) ... ok | |
| test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans) ... ok | |
| test_parse_cert (test.test_ssl.BasicSocketTests.test_parse_cert) ... | |
| {'OCSP': ('http://ocsp.verisign.com',), | |
| 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',), | |
| 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',), | |
| 'issuer': ((('countryName', 'US'),), | |
| (('organizationName', 'VeriSign, Inc.'),), | |
| (('organizationalUnitName', 'VeriSign Trust Network'),), | |
| (('organizationalUnitName', | |
| 'Terms of use at https://www.verisign.com/rpa (c)10'),), | |
| (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), | |
| 'notAfter': 'Sep 20 23:59:59 2012 GMT', | |
| 'notBefore': 'Sep 21 00:00:00 2011 GMT', | |
| 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', | |
| 'subject': ((('countryName', 'FI'),), | |
| (('stateOrProvinceName', 'Espoo'),), | |
| (('localityName', 'Espoo'),), | |
| (('organizationName', 'Nokia'),), | |
| (('organizationalUnitName', 'BI'),), | |
| (('commonName', 'projects.developer.nokia.com'),)), | |
| 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), | |
| ('DNS', 'projects.forum.nokia.com')), | |
| 'version': 3} | |
| ok | |
| test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2013_4238) ... | |
| {'issuer': ((('countryName', 'US'),), | |
| (('stateOrProvinceName', 'Oregon'),), | |
| (('localityName', 'Beaverton'),), | |
| (('organizationName', 'Python Software Foundation'),), | |
| (('organizationalUnitName', 'Python Core Development'),), | |
| (('commonName', 'null.python.org\x00example.org'),), | |
| (('emailAddress', '[email protected]'),)), | |
| 'notAfter': 'Aug 7 13:12:52 2013 GMT', | |
| 'notBefore': 'Aug 7 13:11:52 2013 GMT', | |
| 'serialNumber': '00', | |
| 'subject': ((('countryName', 'US'),), | |
| (('stateOrProvinceName', 'Oregon'),), | |
| (('localityName', 'Beaverton'),), | |
| (('organizationName', 'Python Software Foundation'),), | |
| (('organizationalUnitName', 'Python Core Development'),), | |
| (('commonName', 'null.python.org\x00example.org'),), | |
| (('emailAddress', '[email protected]'),)), | |
| 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), | |
| ('email', '[email protected]\[email protected]'), | |
| ('URI', 'http://null.python.org\x00http://example.org'), | |
| ('IP Address', '192.0.2.1'), | |
| ('IP Address', '2001:DB8:0:0:0:0:0:1')), | |
| 'version': 3} | |
| ok | |
| test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2019_5010) ... | |
| {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), | |
| 'notAfter': 'Jun 14 18:00:58 2028 GMT', | |
| 'notBefore': 'Jun 18 18:00:58 2018 GMT', | |
| 'serialNumber': '02', | |
| 'subject': ((('countryName', 'UK'),), | |
| (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), | |
| 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), | |
| 'version': 3} | |
| ok | |
| test_private_init (test.test_ssl.BasicSocketTests.test_private_init) ... ok | |
| test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum) ... ok | |
| test_random (test.test_ssl.BasicSocketTests.test_random) ... | |
| RAND_status is 1 (sufficient randomness) | |
| ok | |
| test_read_write_zero (test.test_ssl.BasicSocketTests.test_read_write_zero) ... server: new connection from ('127.0.0.1', 58600) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 58600) | |
| ok | |
| test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle) ... FAIL | |
| test_server_side (test.test_ssl.BasicSocketTests.test_server_side) ... ok | |
| test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types) ... ok | |
| test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums) ... ok | |
| test_timeout (test.test_ssl.BasicSocketTests.test_timeout) ... ok | |
| test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding) ... ok | |
| test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding) ... ok | |
| test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls) ... ok | |
| test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected) ... ok | |
| test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context) ... ok | |
| test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats) ... ok | |
| test_check_hostname (test.test_ssl.ContextTests.test_check_hostname) ... ok | |
| test_ciphers (test.test_ssl.ContextTests.test_ciphers) ... ok | |
| test_constructor (test.test_ssl.ContextTests.test_constructor) ... ok | |
| test_context_client_server (test.test_ssl.ContextTests.test_context_client_server) ... ok | |
| test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class) ... ok | |
| test_create_default_context (test.test_ssl.ContextTests.test_create_default_context) ... ok | |
| test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs) ... ok | |
| test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers) ... ok | |
| test_get_groups (test.test_ssl.ContextTests.test_get_groups) ... ok | |
| test_get_sigalgs (test.test_ssl.ContextTests.test_get_sigalgs) ... ok | |
| test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name) ... ok | |
| test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain) ... ok | |
| test_load_cert_chain_thread_safety (test.test_ssl.ContextTests.test_load_cert_chain_thread_safety) ... ok | |
| test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs) ... ok | |
| test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env) ... ok | |
| test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) ... skipped 'Windows specific' | |
| test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params) ... ok | |
| test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata) ... ok | |
| test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations) ... ok | |
| test_min_max_version (test.test_ssl.ContextTests.test_min_max_version) ... ok | |
| test_num_tickest (test.test_ssl.ContextTests.test_num_tickest) ... ok | |
| test_options (test.test_ssl.ContextTests.test_options) ... ok | |
| test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers) ... ok | |
| test_security_level (test.test_ssl.ContextTests.test_security_level) ... ok | |
| test_session_stats (test.test_ssl.ContextTests.test_session_stats) ... ok | |
| test_set_client_sigalgs (test.test_ssl.ContextTests.test_set_client_sigalgs) ... ok | |
| test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths) ... ok | |
| test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve) ... ok | |
| test_set_groups (test.test_ssl.ContextTests.test_set_groups) ... ok | |
| test_set_server_sigalgs (test.test_ssl.ContextTests.test_set_server_sigalgs) ... ok | |
| test_sni_callback (test.test_ssl.ContextTests.test_sni_callback) ... ok | |
| test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle) ... FAIL | |
| test_verify_flags (test.test_ssl.ContextTests.test_verify_flags) ... ok | |
| test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol) ... ok | |
| test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types) ... ok | |
| test_eof (test.test_ssl.MemoryBIOTests.test_eof) ... ok | |
| test_error_types (test.test_ssl.MemoryBIOTests.test_error_types) ... ok | |
| test_pending (test.test_ssl.MemoryBIOTests.test_pending) ... ok | |
| test_read_write (test.test_ssl.MemoryBIOTests.test_read_write) ... ok | |
| test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) ... | |
| Verified certificate for ipv6.google.com:443 is | |
| -----BEGIN CERTIFICATE----- | |
| MIIOSDCCDTCgAwIBAgIQEJs9wBX7plESfMXTqfpoTTANBgkqhkiG9w0BAQsFADA7 | |
| MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMQww | |
| CgYDVQQDEwNXUjIwHhcNMjUwOTIyMDg0MDM2WhcNMjUxMjE1MDg0MDM1WjAXMRUw | |
| EwYDVQQDDAwqLmdvb2dsZS5jb20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASw | |
| rfFVHu30mO9yKqwDdEPm0npWvcy6sfRtn7yNTDNOWVSITn8aBb2EkDi5xm3IjffY | |
| HEgY46Mqx3s7N9J88DVWo4IMNTCCDDEwDgYDVR0PAQH/BAQDAgeAMBMGA1UdJQQM | |
| MAoGCCsGAQUFBwMBMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFMycnVu2s0xefPBe | |
| 3T+MfxGXZHCGMB8GA1UdIwQYMBaAFN4bHu15FdQ+NyTDIbvsNDltQrIwMFgGCCsG | |
| AQUFBwEBBEwwSjAhBggrBgEFBQcwAYYVaHR0cDovL28ucGtpLmdvb2cvd3IyMCUG | |
| CCsGAQUFBzAChhlodHRwOi8vaS5wa2kuZ29vZy93cjIuY3J0MIIKCwYDVR0RBIIK | |
| AjCCCf6CDCouZ29vZ2xlLmNvbYIWKi5hcHBlbmdpbmUuZ29vZ2xlLmNvbYIJKi5i | |
| ZG4uZGV2ghUqLm9yaWdpbi10ZXN0LmJkbi5kZXaCEiouY2xvdWQuZ29vZ2xlLmNv | |
| bYIYKi5jcm93ZHNvdXJjZS5nb29nbGUuY29tghgqLmRhdGFjb21wdXRlLmdvb2ds | |
| ZS5jb22CCyouZ29vZ2xlLmNhggsqLmdvb2dsZS5jbIIOKi5nb29nbGUuY28uaW6C | |
| DiouZ29vZ2xlLmNvLmpwgg4qLmdvb2dsZS5jby51a4IPKi5nb29nbGUuY29tLmFy | |
| gg8qLmdvb2dsZS5jb20uYXWCDyouZ29vZ2xlLmNvbS5icoIPKi5nb29nbGUuY29t | |
| LmNvgg8qLmdvb2dsZS5jb20ubXiCDyouZ29vZ2xlLmNvbS50coIPKi5nb29nbGUu | |
| Y29tLnZuggsqLmdvb2dsZS5kZYILKi5nb29nbGUuZXOCCyouZ29vZ2xlLmZyggsq | |
| Lmdvb2dsZS5odYILKi5nb29nbGUuaXSCCyouZ29vZ2xlLm5sggsqLmdvb2dsZS5w | |
| bIILKi5nb29nbGUucHSCDyouZ29vZ2xlYXBpcy5jboIRKi5nb29nbGV2aWRlby5j | |
| b22CDCouZ3N0YXRpYy5jboIQKi5nc3RhdGljLWNuLmNvbYIPZ29vZ2xlY25hcHBz | |
| LmNughEqLmdvb2dsZWNuYXBwcy5jboIRZ29vZ2xlYXBwcy1jbi5jb22CEyouZ29v | |
| Z2xlYXBwcy1jbi5jb22CDGdrZWNuYXBwcy5jboIOKi5na2VjbmFwcHMuY26CEmdv | |
| b2dsZWRvd25sb2Fkcy5jboIUKi5nb29nbGVkb3dubG9hZHMuY26CEHJlY2FwdGNo | |
| YS5uZXQuY26CEioucmVjYXB0Y2hhLm5ldC5jboIQcmVjYXB0Y2hhLWNuLm5ldIIS | |
| Ki5yZWNhcHRjaGEtY24ubmV0ggt3aWRldmluZS5jboINKi53aWRldmluZS5jboIR | |
| YW1wcHJvamVjdC5vcmcuY26CEyouYW1wcHJvamVjdC5vcmcuY26CEWFtcHByb2pl | |
| Y3QubmV0LmNughMqLmFtcHByb2plY3QubmV0LmNughdnb29nbGUtYW5hbHl0aWNz | |
| LWNuLmNvbYIZKi5nb29nbGUtYW5hbHl0aWNzLWNuLmNvbYIXZ29vZ2xlYWRzZXJ2 | |
| aWNlcy1jbi5jb22CGSouZ29vZ2xlYWRzZXJ2aWNlcy1jbi5jb22CEWdvb2dsZXZh | |
| ZHMtY24uY29tghMqLmdvb2dsZXZhZHMtY24uY29tghFnb29nbGVhcGlzLWNuLmNv | |
| bYITKi5nb29nbGVhcGlzLWNuLmNvbYIVZ29vZ2xlb3B0aW1pemUtY24uY29tghcq | |
| Lmdvb2dsZW9wdGltaXplLWNuLmNvbYISZG91YmxlY2xpY2stY24ubmV0ghQqLmRv | |
| dWJsZWNsaWNrLWNuLm5ldIIYKi5mbHMuZG91YmxlY2xpY2stY24ubmV0ghYqLmcu | |
| ZG91YmxlY2xpY2stY24ubmV0gg5kb3VibGVjbGljay5jboIQKi5kb3VibGVjbGlj | |
| ay5jboIUKi5mbHMuZG91YmxlY2xpY2suY26CEiouZy5kb3VibGVjbGljay5jboIR | |
| ZGFydHNlYXJjaC1jbi5uZXSCEyouZGFydHNlYXJjaC1jbi5uZXSCHWdvb2dsZXRy | |
| YXZlbGFkc2VydmljZXMtY24uY29tgh8qLmdvb2dsZXRyYXZlbGFkc2VydmljZXMt | |
| Y24uY29tghhnb29nbGV0YWdzZXJ2aWNlcy1jbi5jb22CGiouZ29vZ2xldGFnc2Vy | |
| dmljZXMtY24uY29tghdnb29nbGV0YWdtYW5hZ2VyLWNuLmNvbYIZKi5nb29nbGV0 | |
| YWdtYW5hZ2VyLWNuLmNvbYIYZ29vZ2xlc3luZGljYXRpb24tY24uY29tghoqLmdv | |
| b2dsZXN5bmRpY2F0aW9uLWNuLmNvbYIkKi5zYWZlZnJhbWUuZ29vZ2xlc3luZGlj | |
| YXRpb24tY24uY29tghZhcHAtbWVhc3VyZW1lbnQtY24uY29tghgqLmFwcC1tZWFz | |
| dXJlbWVudC1jbi5jb22CC2d2dDEtY24uY29tgg0qLmd2dDEtY24uY29tggtndnQy | |
| LWNuLmNvbYINKi5ndnQyLWNuLmNvbYILMm1kbi1jbi5uZXSCDSouMm1kbi1jbi5u | |
| ZXSCFGdvb2dsZWZsaWdodHMtY24ubmV0ghYqLmdvb2dsZWZsaWdodHMtY24ubmV0 | |
| ggxhZG1vYi1jbi5jb22CDiouYWRtb2ItY24uY29tghkqLmdlbWluaS5jbG91ZC5n | |
| b29nbGUuY29tghRnb29nbGVzYW5kYm94LWNuLmNvbYIWKi5nb29nbGVzYW5kYm94 | |
| LWNuLmNvbYIeKi5zYWZlbnVwLmdvb2dsZXNhbmRib3gtY24uY29tgg0qLmdzdGF0 | |
| aWMuY29tghQqLm1ldHJpYy5nc3RhdGljLmNvbYIKKi5ndnQxLmNvbYIRKi5nY3Bj | |
| ZG4uZ3Z0MS5jb22CCiouZ3Z0Mi5jb22CDiouZ2NwLmd2dDIuY29tghAqLnVybC5n | |
| b29nbGUuY29tghYqLnlvdXR1YmUtbm9jb29raWUuY29tggsqLnl0aW1nLmNvbYIK | |
| YWkuYW5kcm9pZIILYW5kcm9pZC5jb22CDSouYW5kcm9pZC5jb22CEyouZmxhc2gu | |
| YW5kcm9pZC5jb22CBGcuY26CBiouZy5jboIEZy5jb4IGKi5nLmNvggZnb28uZ2yC | |
| Cnd3dy5nb28uZ2yCFGdvb2dsZS1hbmFseXRpY3MuY29tghYqLmdvb2dsZS1hbmFs | |
| eXRpY3MuY29tggpnb29nbGUuY29tghJnb29nbGVjb21tZXJjZS5jb22CFCouZ29v | |
| Z2xlY29tbWVyY2UuY29tgghnZ3BodC5jboIKKi5nZ3BodC5jboIKdXJjaGluLmNv | |
| bYIMKi51cmNoaW4uY29tggh5b3V0dS5iZYILeW91dHViZS5jb22CDSoueW91dHVi | |
| ZS5jb22CEW11c2ljLnlvdXR1YmUuY29tghMqLm11c2ljLnlvdXR1YmUuY29tghR5 | |
| b3V0dWJlZWR1Y2F0aW9uLmNvbYIWKi55b3V0dWJlZWR1Y2F0aW9uLmNvbYIPeW91 | |
| dHViZWtpZHMuY29tghEqLnlvdXR1YmVraWRzLmNvbYIFeXQuYmWCByoueXQuYmWC | |
| GmFuZHJvaWQuY2xpZW50cy5nb29nbGUuY29tghMqLmFuZHJvaWQuZ29vZ2xlLmNu | |
| ghIqLmNocm9tZS5nb29nbGUuY26CFiouZGV2ZWxvcGVycy5nb29nbGUuY26CFSou | |
| YWlzdHVkaW8uZ29vZ2xlLmNvbTATBgNVHSAEDDAKMAgGBmeBDAECATA2BgNVHR8E | |
| LzAtMCugKaAnhiVodHRwOi8vYy5wa2kuZ29vZy93cjIvOVVWYk4wdzVFNlkuY3Js | |
| MIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDwAHcAEvFONL1TckyEBhnDjz96E/jntWKH | |
| iJxtMAWE6+WGJjoAAAGZcMv2UQAABAMASDBGAiEAg2TqPJIqG4+G+aMMR803VB8s | |
| 65lyFDCO9+iZV/u22N8CIQDZJBSW80B2PsqE9IqIyVfNugwrRLkXSkh9IFaNHGZ2 | |
| WwB1AMz7D2qFcQll/pWbU87psnwi6YVcDZeNtql+VMD+TA2wAAABmXDL9owAAAQD | |
| AEYwRAIgP1FQDokdItyYogUqj3nNQlXzERBCAgV9q9IdYYDUjaECIB1JRitGy7EJ | |
| +xGOEHokbpUnRCwFeA573VuL+S3iwcxiMA0GCSqGSIb3DQEBCwUAA4IBAQCI6Qeh | |
| jYQDSbjZVip+bfiwKw+jP4mEZvF9Zv3chdPUa5iav3k40nxsyLSjGmoWw9Gw8v16 | |
| REd3V/XBiryqbIgZRupxqkVj1zIqysl6EQ7AvQ8jFwKS9DnLle51bfu2SHHIGsOn | |
| vWcqaUU0WU3lBZQ98EhLh1K6fQkkmPfFdVSZb18/Zz2KNV3tpv7ZzG6XUvSl6mrR | |
| vBoF3TV1wxIVgvNjsowlx1zpChpzXNc0AaQ+B8IHQJHh/4J5OJuCYeyVgwBMFPDN | |
| zSC/O8zlFZCXtZ4Hs6URGuoDCQ//I334EP7bHW51hsvKawBsOGLtxGbO38XtlExH | |
| dxBC9geD1qHE5l2i | |
| -----END CERTIFICATE----- | |
| [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) | |
| ok | |
| test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) ... ok | |
| test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname) ... ok | |
| test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason) ... ok | |
| test_str (test.test_ssl.SSLErrorTests.test_str) ... ok | |
| test_subclass (test.test_ssl.SSLErrorTests.test_subclass) ... ok | |
| test_private_init (test.test_ssl.SSLObjectTests.test_private_init) ... ok | |
| test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap) ... ok | |
| test_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ... server: new connection from ('127.0.0.1', 33384) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Needed 2 calls to complete do_handshake(). | |
| Needed 2 calls to complete unwrap(). | |
| ok | |
| test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests.test_bio_read_write_data) ... server: new connection from ('127.0.0.1', 60658) | |
| Needed 2 calls to complete do_handshake(). | |
| Needed 1 calls to complete write(). | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Needed 4 calls to complete read(). | |
| Needed 2 calls to complete unwrap(). | |
| ok | |
| test_ciphers (test.test_ssl.SimpleBackgroundTests.test_ciphers) ... server: new connection from ('127.0.0.1', 42688) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 42688) | |
| server: new connection from ('127.0.0.1', 42692) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 42692) | |
| ok | |
| test_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ... server: new connection from ('127.0.0.1', 53758) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 53758) | |
| server: new connection from ('127.0.0.1', 53770) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 53770) | |
| ok | |
| test_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ... server: new connection from ('127.0.0.1', 44938) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 44938) | |
| server: new connection from ('127.0.0.1', 44944) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 44944) | |
| ok | |
| test_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ... server: new connection from ('127.0.0.1', 46524) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 46524) | |
| server: new connection from ('127.0.0.1', 46528) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 46528) | |
| ok | |
| test_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ... server: new connection from ('127.0.0.1', 57080) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 57080) | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ... server: new connection from ('127.0.0.1', 38572) | |
| server: bad connection attempt from ('127.0.0.1', 38572): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) | |
| ok | |
| test_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ... server: new connection from ('127.0.0.1', 53174) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 53174) | |
| server: new connection from ('127.0.0.1', 53186) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 53186) | |
| server: new connection from ('127.0.0.1', 53194) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 53194) | |
| ok | |
| test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ... server: new connection from ('127.0.0.1', 42834) | |
| server: bad connection attempt from ('127.0.0.1', 42834): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) | |
| ok | |
| test_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ... server: new connection from ('127.0.0.1', 33356) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 33356) | |
| ok | |
| test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ... server: new connection from ('127.0.0.1', 32810) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 32810) | |
| ok | |
| test_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ... server: new connection from ('127.0.0.1', 37594) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 37594) | |
| server: new connection from ('127.0.0.1', 37608) | |
| Verified certificate for localhost:37945 is | |
| -----BEGIN CERTIFICATE----- | |
| MIIF8zCCBFugAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV | |
| BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW | |
| MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAgFw0xODA4MjkxNDIzMTZaGA8yNTI1MTAy | |
| ODE0MjMxNlowXzELMAkGA1UEBhMCWFkxFzAVBgNVBAcMDkNhc3RsZSBBbnRocmF4 | |
| MSMwIQYDVQQKDBpQeXRob24gU29mdHdhcmUgRm91bmRhdGlvbjESMBAGA1UEAwwJ | |
| bG9jYWxob3N0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA7jZwqmFq | |
| ILsyiAdz8DrKEcyPMIDXccd0YiCUiLRSEpQIAeF5GMzwaYuZxUfBgqquyFEEPomM | |
| HWWt8h+l9dSHZawseIA3UBUhTnoJxuNaKr+xsARBb6usZaMKaGhsPuf/P7CV/1VO | |
| OKy/f34jFU23oTITEv8+Z00mEgAle7EV58FuE+pdjne+xczwY52hRQza+RiKIg+J | |
| jUid+bdObZYhnM9CMhOUxkepCBBTSB+bYXh6CSeCQuLi8licHiacQ8ddJ41kcCjf | |
| 7V5vBZx0DzEQFJdsDNO0GRCNcn81K9NP6BtnaT5z8jYfuqdpXfCUtINvz3dqUC/D | |
| rZjNnA3DeRPqghFtVFSCef/2nfKVHKEMMkSAUTiW2pKr+hXFU3YE6IKKuVbvk+k1 | |
| RS0iEr1b6bFdDLU/x/f/U7Qp6jsJYhPLPJG9zY0E/Hu9lRzXeN21TxOA3kPl5WzK | |
| Cs1fhjpkh0n80jmQfZEnEphneWA/O/N02y/P+zZ9REUHVqmosRiN+vgRAgMBAAGj | |
| ggHAMIIBvDAUBgNVHREEDTALgglsb2NhbGhvc3QwDgYDVR0PAQH/BAQDAgWgMB0G | |
| A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1Ud | |
| DgQWBBQWIsmqINT0ju2cprsj9fIpRO3yHjB9BgNVHSMEdjB0gBTACisoQ95fyX1H | |
| 5UebNvJljGc74qFRpE8wTTELMAkGA1UEBhMCWFkxJjAkBgNVBAoMHVB5dGhvbiBT | |
| b2Z0d2FyZSBGb3VuZGF0aW9uIENBMRYwFAYDVQQDDA1vdXItY2Etc2VydmVyggkA | |
| yy2AmVppUlswgYMGCCsGAQUFBwEBBHcwdTA8BggrBgEFBQcwAoYwaHR0cDovL3Rl | |
| c3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2EvcHljYWNlcnQuY2VyMDUGCCsGAQUF | |
| BzABhilodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rlc3RjYS9vY3NwLzBD | |
| BgNVHR8EPDA6MDigNqA0hjJodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rl | |
| c3RjYS9yZXZvY2F0aW9uLmNybDANBgkqhkiG9w0BAQsFAAOCAYEAQ4IfGLTLerdO | |
| rMNlLrdXOvB4s7IgPr17JPfnF8xiwLhj8C4wDFS+yZR8VNRABm6SnXIsRPXjwUo/ | |
| JuQhyrrvT6NQVu6JXNxbmLwM6dsWmPBMP2W52eAuvYOexxv3T4dfdf9nXQr/zvoL | |
| 8dWLWCMrkie4Ff9mwvlo4u1koErgQousNWpnZPXLqQA3IFbdOgJu2A+0Xf+Sow1l | |
| /C6rTje8ftZbHFV4oG6pLlUxz2HwG0z+/mB1dujZofUU8EMzTVIFvjP/2jGUvQ3l | |
| Taju0fOSNMI2kTc6bewg37Oeol3Q8KHi/7eFzgnjyEpqk6Su7MFnQveOL2TK13Zy | |
| vz/vZP8Q3aI+LfWqAs8x8G2Ta1ZMsIiVVNzUrNzBiCeL2ZxOZpP43V50QSaa7+jI | |
| RlzV9PzNzGfHM2IucJvROd40/a2duUhh54lTYmLwQGxoL+HaQGEqUK/JQW2YFq/L | |
| YwPsBJngOZhgrqpqV5slcwMWv3jI1y/r/GR/x3iMNBVbZkCYhuYK | |
| -----END CERTIFICATE----- | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 37608) | |
| ok | |
| test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ... server: new connection from ('127.0.0.1', 54542) | |
| [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) | |
| server: bad connection attempt from ('127.0.0.1', 54542): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ... server: new connection from ('127.0.0.1', 35758) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 35758) | |
| server: new connection from ('127.0.0.1', 35766) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Verified certificate for localhost:58829 is | |
| -----BEGIN CERTIFICATE----- | |
| MIIF8zCCBFugAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV | |
| BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW | |
| MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAgFw0xODA4MjkxNDIzMTZaGA8yNTI1MTAy | |
| ODE0MjMxNlowXzELMAkGA1UEBhMCWFkxFzAVBgNVBAcMDkNhc3RsZSBBbnRocmF4 | |
| MSMwIQYDVQQKDBpQeXRob24gU29mdHdhcmUgRm91bmRhdGlvbjESMBAGA1UEAwwJ | |
| bG9jYWxob3N0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA7jZwqmFq | |
| ILsyiAdz8DrKEcyPMIDXccd0YiCUiLRSEpQIAeF5GMzwaYuZxUfBgqquyFEEPomM | |
| HWWt8h+l9dSHZawseIA3UBUhTnoJxuNaKr+xsARBb6usZaMKaGhsPuf/P7CV/1VO | |
| OKy/f34jFU23oTITEv8+Z00mEgAle7EV58FuE+pdjne+xczwY52hRQza+RiKIg+J | |
| jUid+bdObZYhnM9CMhOUxkepCBBTSB+bYXh6CSeCQuLi8licHiacQ8ddJ41kcCjf | |
| 7V5vBZx0DzEQFJdsDNO0GRCNcn81K9NP6BtnaT5z8jYfuqdpXfCUtINvz3dqUC/D | |
| rZjNnA3DeRPqghFtVFSCef/2nfKVHKEMMkSAUTiW2pKr+hXFU3YE6IKKuVbvk+k1 | |
| RS0iEr1b6bFdDLU/x/f/U7Qp6jsJYhPLPJG9zY0E/Hu9lRzXeN21TxOA3kPl5WzK | |
| Cs1fhjpkh0n80jmQfZEnEphneWA/O/N02y/P+zZ9REUHVqmosRiN+vgRAgMBAAGj | |
| ggHAMIIBvDAUBgNVHREEDTALgglsb2NhbGhvc3QwDgYDVR0PAQH/BAQDAgWgMB0G | |
| A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1Ud | |
| DgQWBBQWIsmqINT0ju2cprsj9fIpRO3yHjB9BgNVHSMEdjB0gBTACisoQ95fyX1H | |
| 5UebNvJljGc74qFRpE8wTTELMAkGA1UEBhMCWFkxJjAkBgNVBAoMHVB5dGhvbiBT | |
| b2Z0d2FyZSBGb3VuZGF0aW9uIENBMRYwFAYDVQQDDA1vdXItY2Etc2VydmVyggkA | |
| yy2AmVppUlswgYMGCCsGAQUFBwEBBHcwdTA8BggrBgEFBQcwAoYwaHR0cDovL3Rl | |
| c3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2EvcHljYWNlcnQuY2VyMDUGCCsGAQUF | |
| BzABhilodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rlc3RjYS9vY3NwLzBD | |
| BgNVHR8EPDA6MDigNqA0hjJodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rl | |
| c3RjYS9yZXZvY2F0aW9uLmNybDANBgkqhkiG9w0BAQsFAAOCAYEAQ4IfGLTLerdO | |
| rMNlLrdXOvB4s7IgPr17JPfnF8xiwLhj8C4wDFS+yZR8VNRABm6SnXIsRPXjwUo/ | |
| JuQhyrrvT6NQVu6JXNxbmLwM6dsWmPBMP2W52eAuvYOexxv3T4dfdf9nXQr/zvoL | |
| 8dWLWCMrkie4Ff9mwvlo4u1koErgQousNWpnZPXLqQA3IFbdOgJu2A+0Xf+Sow1l | |
| /C6rTje8ftZbHFV4oG6pLlUxz2HwG0z+/mB1dujZofUU8EMzTVIFvjP/2jGUvQ3l | |
| Taju0fOSNMI2kTc6bewg37Oeol3Q8KHi/7eFzgnjyEpqk6Su7MFnQveOL2TK13Zy | |
| vz/vZP8Q3aI+LfWqAs8x8G2Ta1ZMsIiVVNzUrNzBiCeL2ZxOZpP43V50QSaa7+jI | |
| RlzV9PzNzGfHM2IucJvROd40/a2duUhh54lTYmLwQGxoL+HaQGEqUK/JQW2YFq/L | |
| YwPsBJngOZhgrqpqV5slcwMWv3jI1y/r/GR/x3iMNBVbZkCYhuYK | |
| -----END CERTIFICATE----- | |
| Connection reset by peer: ('127.0.0.1', 35766) | |
| ok | |
| test_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ... server: new connection from ('127.0.0.1', 39462) | |
| server: bad connection attempt from ('127.0.0.1', 39462): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108) | |
| ok | |
| test_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ... server: new connection from ('127.0.0.1', 43584) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 43584) | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ... server: new connection from ('127.0.0.1', 33618) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 33618) | |
| ok | |
| test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ... server: new connection from ('127.0.0.1', 48768) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Needed 2 calls to do_handshake() to establish session. | |
| Connection reset by peer: ('127.0.0.1', 48768) | |
| ok | |
| test_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ... server: new connection from ('127.0.0.1', 40986) | |
| Needed 2 calls to complete do_handshake(). | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 40986) | |
| ok | |
| test_ciphersuite_downgrade (test.test_ssl.SimpleBackgroundTestsTLS_1_3.test_ciphersuite_downgrade) ... server: new connection from ('127.0.0.1', 39306) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| ok | |
| test_ciphersuite_mismatch (test.test_ssl.SimpleBackgroundTestsTLS_1_3.test_ciphersuite_mismatch) ... server: new connection from ('127.0.0.1', 57132) | |
| server: bad connection attempt from ('127.0.0.1', 57132): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108) | |
| ok | |
| test_ciphersuites (test.test_ssl.SimpleBackgroundTestsTLS_1_3.test_ciphersuites) ... server: new connection from ('127.0.0.1', 36220) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 36220) | |
| ok | |
| test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription) ... ok | |
| test_options (test.test_ssl.TestEnumerations.test_options) ... ok | |
| test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber) ... ok | |
| test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod) ... ok | |
| test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype) ... ok | |
| test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype) ... ok | |
| test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype) ... ok | |
| test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion) ... ok | |
| test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags) ... ok | |
| test_verifymode (test.test_ssl.TestEnumerations.test_verifymode) ... ok | |
| test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none) ... ok | |
| test_certificate_chain (test.test_ssl.TestPostHandshakeAuth.test_certificate_chain) ... ok | |
| test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client) ... connection timeout TimeoutError('timed out') | |
| ok | |
| test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server) ... ok | |
| test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client) ... ok | |
| test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server) ... ok | |
| test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13) ... ok | |
| test_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... | |
| ok | |
| test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... | |
| ok | |
| test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required) ... ok | |
| test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ... server: new connection from ('127.0.0.1', 50784) | |
| client cert is None | |
| client did not provide a cert | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| TLS: (<ssl.SSLSocket fd=8, family=2, type=1, proto=0, laddr=('127.0.0.1', 45933), raddr=('127.0.0.1', 50784)>, 'write', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') | |
| Test server failure: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2507, in run | |
| msg = self.read() | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2484, in read | |
| return self.sslconn.read() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1155, in read | |
| return self._sslobj.read(len) | |
| ~~~~~~~~~~~~~~~~~^^^^^ | |
| ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2998) | |
| TLS: (<ssl.SSLSocket fd=7, family=2, type=1, proto=0, laddr=('127.0.0.1', 50784)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') | |
| ok | |
| test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter) ... ok | |
| test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored) ... ok | |
| test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client) ... ok | |
| test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server) ... ok | |
| test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults) ... ok | |
| test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env) ... skipped 'test is not compatible with ignore_environment' | |
| test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename) ... ok | |
| test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback) ... ok | |
| test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577) ... ok | |
| test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12) ... ok | |
| test_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS) | |
| Connecting to an SSLv23 server with various client options ... | |
| PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE | |
| PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL | |
| PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED | |
| PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE | |
| ok | |
| test_alpn_protocols (test.test_ssl.ThreadedTests.test_alpn_protocols) ... server: new connection from ('127.0.0.1', 41940) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 54802) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 33950) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 40352) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_asyncore_server (test.test_ssl.ThreadedTests.test_asyncore_server) | |
| Check the example asyncore integration. ... | |
| server: new connection from 127.0.0.1:37864 | |
| client: sending b'FOO\n'... | |
| server: read b'FOO\n' from client | |
| client: read b'foo\n' | |
| client: closing connection. | |
| client: connection closed. | |
| cleanup: stopping server. | |
| cleanup: joining server thread. | |
| server: read b'over\n' from client | |
| server: closed connection <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0> | |
| server: read b'' from client | |
| cleanup: successfully joined. | |
| ok | |
| test_check_hostname (test.test_ssl.ThreadedTests.test_check_hostname) ... | |
| server: new connection from ('127.0.0.1', 40052) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 40052) | |
| server: new connection from ('127.0.0.1', 33344) | |
| server: bad connection attempt from ('127.0.0.1', 33344): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_check_hostname_idn (test.test_ssl.ThreadedTests.test_check_hostname_idn) ... | |
| server: new connection from ('127.0.0.1', 44856) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 44856) | |
| server: new connection from ('127.0.0.1', 57996) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 57996) | |
| server: new connection from ('127.0.0.1', 43004) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 43004) | |
| server: new connection from ('127.0.0.1', 39136) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 39136) | |
| server: new connection from ('127.0.0.1', 39412) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 39412) | |
| server: new connection from ('127.0.0.1', 33862) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 33862) | |
| server: new connection from ('127.0.0.1', 48204) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 48204) | |
| server: new connection from ('127.0.0.1', 35818) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 35818) | |
| server: new connection from ('127.0.0.1', 40592) | |
| server: bad connection attempt from ('127.0.0.1', 40592): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) | |
| connection timeout TimeoutError('timed out') | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_client_sigalgs (test.test_ssl.ThreadedTests.test_client_sigalgs) ... server: new connection from ('127.0.0.1', 59940) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 50968) | |
| client: sending b'FOO\n'... | |
| client cert is {'OCSP': ('http://testca.pythontest.net/testca/ocsp/',), | |
| 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',), | |
| 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',), | |
| 'issuer': ((('countryName', 'XY'),), | |
| (('organizationName', 'Python Software Foundation CA'),), | |
| (('commonName', 'our-ca-server'),)), | |
| 'notAfter': 'Oct 28 14:23:16 2525 GMT', | |
| 'notBefore': 'Aug 29 14:23:16 2018 GMT', | |
| 'serialNumber': 'CB2D80995A69525C', | |
| 'subject': ((('countryName', 'XY'),), | |
| (('localityName', 'Castle Anthrax'),), | |
| (('organizationName', 'Python Software Foundation'),), | |
| (('commonName', 'localhost'),)), | |
| 'subjectAltName': (('DNS', 'localhost'),), | |
| 'version': 3} | |
| cert binary is 1527b | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_client_sigalgs_mismatch (test.test_ssl.ThreadedTests.test_client_sigalgs_mismatch) ... server: new connection from ('127.0.0.1', 37848) | |
| client: sending b'FOO\n'... | |
| server: bad connection attempt from ('127.0.0.1', 37848): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:1108) | |
| ok | |
| test_compression (test.test_ssl.ThreadedTests.test_compression) ... server: new connection from ('127.0.0.1', 40486) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| got compression: None | |
| ok | |
| test_compression_disabled (test.test_ssl.ThreadedTests.test_compression_disabled) ... server: new connection from ('127.0.0.1', 58398) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_crl_check (test.test_ssl.ThreadedTests.test_crl_check) ... | |
| server: new connection from ('127.0.0.1', 34182) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 34182) | |
| server: new connection from ('127.0.0.1', 36098) | |
| server: bad connection attempt from ('127.0.0.1', 36098): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) | |
| server: new connection from ('127.0.0.1', 39918) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 39918) | |
| ok | |
| test_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ... server: new connection from ('127.0.0.1', 36746) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| ok | |
| test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) ... skipped "libssl doesn't support ephemeral DH" | |
| test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn) ... ok | |
| test_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ... server: new connection from ('127.0.0.1', 42768) | |
| server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| ok | |
| test_ecc_cert (test.test_ssl.ThreadedTests.test_ecc_cert) ... server: new connection from ('127.0.0.1', 44288) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 44288) | |
| ok | |
| test_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ... server: new connection from ('127.0.0.1', 54140) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 40984) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 44862) | |
| server: bad connection attempt from ('127.0.0.1', 44862): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108) | |
| ok | |
| test_echo (test.test_ssl.ThreadedTests.test_echo) | |
| Basic test of an SSL client connecting to a server ... | |
| server: new connection from ('127.0.0.1', 44158) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| connection timeout TimeoutError('timed out') | |
| connection timeout TimeoutError('timed out') | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_getpeercert (test.test_ssl.ThreadedTests.test_getpeercert) ... | |
| {'OCSP': ('http://testca.pythontest.net/testca/ocsp/',), | |
| 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',), | |
| 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',), | |
| 'issuer': ((('countryName', 'XY'),), | |
| (('organizationName', 'Python Software Foundation CA'),), | |
| (('commonName', 'our-ca-server'),)), | |
| 'notAfter': 'Oct 28 14:23:16 2525 GMT', | |
| 'notBefore': 'Aug 29 14:23:16 2018 GMT', | |
| 'serialNumber': 'CB2D80995A69525C', | |
| 'subject': ((('countryName', 'XY'),), | |
| (('localityName', 'Castle Anthrax'),), | |
| (('organizationName', 'Python Software Foundation'),), | |
| (('commonName', 'localhost'),)), | |
| 'subjectAltName': (('DNS', 'localhost'),), | |
| 'version': 3} | |
| Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256). | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn) ... ok | |
| test_groups (test.test_ssl.ThreadedTests.test_groups) ... server: new connection from ('127.0.0.1', 59122) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 49400) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| server: new connection from ('127.0.0.1', 46316) | |
| server: bad connection attempt from ('127.0.0.1', 46316): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1108) | |
| ok | |
| test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout) ... ok | |
| test_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ... server: new connection from ('127.0.0.1', 34854) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 34854) | |
| server: new connection from ('127.0.0.1', 37326) | |
| server: bad connection attempt from ('127.0.0.1', 37326): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1108) | |
| ok | |
| test_legacy_server_connect (test.test_ssl.ThreadedTests.test_legacy_server_connect) ... server: new connection from ('127.0.0.1', 47130) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) ... skipped 'TLSv1 is not available.' | |
| test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) ... skipped 'SSLv3 is not available.' | |
| test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) ... skipped 'TLSv1_1 is not available.' | |
| test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) ... skipped 'TLSv1 is not available.' | |
| test_no_legacy_server_connect (test.test_ssl.ThreadedTests.test_no_legacy_server_connect) ... server: new connection from ('127.0.0.1', 44388) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ... server: new connection from ('127.0.0.1', 51182) | |
| server: bad connection attempt from ('127.0.0.1', 51182): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1108) | |
| ok | |
| test_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ... server: new connection from ('127.0.0.1', 40362) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 40362) | |
| ok | |
| test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols) ... ok | |
| test_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3) | |
| Connecting to an SSLv3 server with various client options ... skipped 'SSLv3 is not available.' | |
| test_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1) | |
| Connecting to a TLSv1 server with various client options ... skipped 'TLSv1 is not available.' | |
| test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1) | |
| Connecting to a TLSv1.1 server with various client options. ... skipped 'TLSv1_1 is not available.' | |
| test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_2) | |
| Connecting to a TLSv1.2 server with various client options. ... | |
| PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE | |
| {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE | |
| PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE | |
| ok | |
| test_psk (test.test_ssl.ThreadedTests.test_psk) ... server: new connection from ('127.0.0.1', 39804) | |
| server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 35640) | |
| server: bad connection attempt from ('127.0.0.1', 35640): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1108) | |
| server: new connection from ('127.0.0.1', 49830) | |
| server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 55646) | |
| server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256) | |
| ok | |
| test_psk_tls1_3 (test.test_ssl.ThreadedTests.test_psk_tls1_3) ... server: new connection from ('127.0.0.1', 36878) | |
| server: connection cipher is now ('TLS_CHACHA20_POLY1305_SHA256', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 36878) | |
| ok | |
| test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror) ... ok | |
| test_recv_into_buffer_protocol_len (test.test_ssl.ThreadedTests.test_recv_into_buffer_protocol_len) ... server: new connection from ('127.0.0.1', 36910) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_recv_send (test.test_ssl.ThreadedTests.test_recv_send) | |
| Test recv(), send() and friends. ... | |
| server: new connection from ('127.0.0.1', 35188) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_recv_zero (test.test_ssl.ThreadedTests.test_recv_zero) ... server: new connection from ('127.0.0.1', 40374) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown) | |
| A brutal shutdown of an SSL server should raise an OSError ... ok | |
| test_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ... server: new connection from ('127.0.0.1', 49946) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests.test_selected_alpn_protocol_if_server_uses_alpn) ... server: new connection from ('127.0.0.1', 48046) | |
| client: sending b'FOO\n'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_sendfile (test.test_ssl.ThreadedTests.test_sendfile) | |
| Try to send a file using kTLS if possible. ... kTLS is unavailable | |
| connection timeout TimeoutError('timed out') | |
| ok | |
| test_server_accept (test.test_ssl.ThreadedTests.test_server_accept) ... ok | |
| test_server_sigalgs (test.test_ssl.ThreadedTests.test_server_sigalgs) ... server: new connection from ('127.0.0.1', 56840) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| connection timeout TimeoutError('timed out') | |
| server: new connection from ('127.0.0.1', 47788) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: sending b'FOO\n'... | |
| client: read b'foo\n' | |
| client: closing connection. | |
| ok | |
| test_server_sigalgs_mismatch (test.test_ssl.ThreadedTests.test_server_sigalgs_mismatch) ... server: new connection from ('127.0.0.1', 33692) | |
| server: bad connection attempt from ('127.0.0.1', 33692): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: NO_SHARED_SIGNATURE_ALGORITHMS] no shared signature algorithms (_ssl.c:1108) | |
| ok | |
| test_session (test.test_ssl.ThreadedTests.test_session) ... server: new connection from ('127.0.0.1', 39504) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 52764) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 35010) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 33824) | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| ok | |
| test_session_handling (test.test_ssl.ThreadedTests.test_session_handling) ... ok | |
| test_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ... server: new connection from ('127.0.0.1', 58208) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_sni_callback (test.test_ssl.ThreadedTests.test_sni_callback) ... server: new connection from ('127.0.0.1', 59526) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| server: new connection from ('127.0.0.1', 57092) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| connection timeout TimeoutError('timed out') | |
| server: new connection from ('127.0.0.1', 59974) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert) ... ok | |
| test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising) ... ok | |
| test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type) ... ok | |
| test_socketserver (test.test_ssl.ThreadedTests.test_socketserver) | |
| Using socketserver to create and manage SSL connections. ... | |
| server (('127.0.0.1', 36171):36171 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): | |
| [20/Oct/2025 11:50:42] "GET /test_ssl.py HTTP/1.1" 200 - | |
| client: read 245801 bytes from remote server '<HTTPSServerThread <HTTPSServer panama.debian.net:36171>>' | |
| stopping HTTPS server | |
| joining HTTPS thread | |
| ok | |
| test_ssl_cert_verify_error (test.test_ssl.ThreadedTests.test_ssl_cert_verify_error) ... | |
| server: new connection from ('127.0.0.1', 59928) | |
| server: bad connection attempt from ('127.0.0.1', 59928): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108) | |
| ok | |
| test_ssl_in_multiple_threads (test.test_ssl.ThreadedTests.test_ssl_in_multiple_threads) ... skipped 'test is only useful if the GIL is disabled' | |
| test_starttls (test.test_ssl.ThreadedTests.test_starttls) | |
| Switching from clear text to encrypted and back again. ... server: new connection from ('127.0.0.1', 35116) | |
| client: sending b'msg 1'... | |
| server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)... | |
| client: read b'msg 1' from server | |
| client: sending b'MSG 2'... | |
| server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)... | |
| client: read b'msg 2' from server | |
| client: sending b'STARTTLS'... | |
| server: read STARTTLS from client, sending OK... | |
| client: read b'ok' from server, starting TLS... | |
| client: sending b'MSG 3'... | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)... | |
| client: read b'msg 3' from server | |
| client: sending b'msg 4'... | |
| server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)... | |
| client: read b'msg 4' from server | |
| client: sending b'ENDTLS'... | |
| server: read ENDTLS from client, sending OK... | |
| client: read b'ok' from server, ending TLS... | |
| client: sending b'msg 5'... | |
| server: connection is now unencrypted... | |
| server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)... | |
| client: read b'msg 5' from server | |
| client: sending b'msg 6'... | |
| server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)... | |
| client: read b'msg 6' from server | |
| client: closing connection. | |
| server: client closed connection | |
| ok | |
| test_thread_recv_while_main_thread_sends (test.test_ssl.ThreadedTests.test_thread_recv_while_main_thread_sends) ... server: new connection from ('127.0.0.1', 33620) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| ok | |
| test_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ... server: new connection from ('127.0.0.1', 45332) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 45332) | |
| ok | |
| test_tls_unique_channel_binding (test.test_ssl.ThreadedTests.test_tls_unique_channel_binding) | |
| Test tls-unique channel binding. ... | |
| server: new connection from ('127.0.0.1', 34934) | |
| got channel binding data: b'\xbc]\xf2H\x8a.\r\xdf\x84\x15\xe1\x94' | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| server: new connection from ('127.0.0.1', 34948) | |
| got another channel binding data: b'\xae\xefKMt\xdd\xc0\n\x12\xd8\x9b\xc0' | |
| server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) | |
| ok | |
| test_verify_strict (test.test_ssl.ThreadedTests.test_verify_strict) ... server: new connection from ('127.0.0.1', 34484) | |
| server: bad connection attempt from ('127.0.0.1', 34484): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1108) | |
| server: new connection from ('127.0.0.1', 54038) | |
| server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) | |
| Connection reset by peer: ('127.0.0.1', 54038) | |
| ok | |
| test_version_basic (test.test_ssl.ThreadedTests.test_version_basic) | |
| Basic tests for SSLSocket.version(). ... ok | |
| test_wrong_cert_tls12 (test.test_ssl.ThreadedTests.test_wrong_cert_tls12) | |
| Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 47910) | |
| SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1108)') | |
| server: bad connection attempt from ('127.0.0.1', 47910): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108) | |
| ok | |
| test_wrong_cert_tls13 (test.test_ssl.ThreadedTests.test_wrong_cert_tls13) ... server: new connection from ('127.0.0.1', 41520) | |
| server: bad connection attempt from ('127.0.0.1', 41520): | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 2423, in wrap_conn | |
| self.sslconn = self.server.context.wrap_socket( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| self.sock, server_side=True) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1108) | |
| ok | |
| ====================================================================== | |
| FAIL: test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 713, in test_dealloc_warn | |
| with self.assertWarns(ResourceWarning) as cm: | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ====================================================================== | |
| FAIL: test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 575, in test_refcycle | |
| with warnings_helper.check_warnings(("", ResourceWarning)): | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/warnings_helper.py", line 199, in _filterwarnings | |
| raise AssertionError("filter (%r, %s) did not catch any warning" % | |
| missing[0]) | |
| AssertionError: filter ('', ResourceWarning) did not catch any warning | |
| ====================================================================== | |
| FAIL: test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_ssl.py", line 1489, in test_sni_callback_refcycle | |
| self.assertIs(wr(), None) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| AssertionError: <ssl.SSLContext object at 0xf73e6330> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 203 tests in 320.073s | |
| FAILED (failures=3, skipped=15) | |
| Warning -- threading._dangling was modified by test_ssl | |
| Warning -- Before: {<weakref at 0xf870bed8; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf6d07c08; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4030>, <weakref at 0xf6d07be0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298030>, <weakref at 0xf6d0abb8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72be030>, <weakref at 0xf6d0abe0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192030>, <weakref at 0xf6d0ac08; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de030>, <weakref at 0xf6d0ac30; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62030>, <weakref at 0xf6d0ac58; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e92030>, <weakref at 0xf6d07c30; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71380b0>, <weakref at 0xf6d0ac80; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de0d8>, <weakref at 0xf6d0aca8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f620d8>, <weakref at 0xf6d07c58; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a8130>, <weakref at 0xf6d07c80; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f8c130>, <weakref at 0xf6d07ca8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4180>, <weakref at 0xf6d0acd0; to 'test.test_ssl.ThreadedEchoServer' at 0xf734e180>, <weakref at 0xf6d07cd0; to 'test.test_ssl.ThreadedEchoServer' at 0xf75c81a0>, <weakref at 0xf6d0acf8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192180>, <weakref at 0xf6d0ad20; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de180>, <weakref at 0xf6d0ad48; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf709e1b0>, <weakref at 0xf6d0ad70; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f6a1b0>, <weakref at 0xf6d07cf8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298228>, <weakref at 0xf6d07d20; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71c8230>, <weakref at 0xf6d07d48; to 'test.test_ssl.ThreadedEchoServer' at 0xf7394240>, <weakref at 0xf6d07d70; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf75c8258>, <weakref at 0xf6d07d98; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6fec230>, <weakref at 0xf6d07dc0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4228>, <weakref at 0xf6d0ad98; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ede230>, <weakref at 0xf6d07de8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f8c2b0>, <weakref at 0xf6d0adc0; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de2d0>, <weakref at 0xf6d0ade8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f622d0>, <weakref at 0xf6d07e10; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73942f0>, <weakref at 0xf6d07e38; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a8330>, <weakref at 0xf6d0ae10; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e92330>, <weakref at 0xf6d07e88; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4378>, <weakref at 0xf6d07e60; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298378>, <weakref at 0xf6d07eb0; to 'threading.Thread' at 0xf6f98390>, <weakref at 0xf6d0ae38; to 'test.test_ssl.ThreadedEchoServer' at 0xf734e378>, <weakref at 0xf6d07ed8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71383b0>, <weakref at 0xf6d0ae60; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192378>, <weakref at 0xf6d0ae88; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ede3b0>, <weakref at 0xf6d07f00; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4420>, <weakref at 0xf6d07f28; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf703c430>, <weakref at 0xf6d07f50; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f8c430>, <weakref at 0xf6d0aeb0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62420>, <weakref at 0xf6d0aed8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf735a430>, <weakref at 0xf6d0af00; to 'threading.Thread' at 0xf73c2458>, <weakref at 0xf6d07f78; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a84b0>, <weakref at 0xf6d0af28; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf737a4b0>, <weakref at 0xf6d0af50; to 'test.test_ssl.ThreadedEchoServer' at 0xf71924c8>, <weakref at 0xf6d0af78; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de4c8>, <weakref at 0xf6d0afa0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf709e4b0>, <weakref at 0xf6d0afc8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f624c8>, <weakref at 0xf6d0b028; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e924b0>, <weakref at 0xf6d07fa0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7268530>, <weakref at 0xf6d07fc8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71c8530>, <weakref at 0xf6d0a028; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7188530>, <weakref at 0xf6d0a050; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7138530>, <weakref at 0xf6d0a078; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298570>, <weakref at 0xf6d0a0a0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4570>, <weakref at 0xf6d0b050; to 'test.test_ssl.ThreadedEchoServer' at 0xf734e570>, <weakref at 0xf6d0b078; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192570>, <weakref at 0xf6d0b0a0; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de570>, <weakref at 0xf6d0b0c8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192618>, <weakref at 0xf6d0b0f0; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de618>, <weakref at 0xf6d0a0c8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a8630>, <weakref at 0xf6d0b118; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf737a630>, <weakref at 0xf6d0b140; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f6a630>, <weakref at 0xf6d0b168; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62618>, <weakref at 0xf6d0b190; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e92630>, <weakref at 0xf6d0b1b8; to 'test.ssl_servers.HTTPSServerThread' at 0xf70726a8>, <weakref at 0xf6d0a0f0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71386b0>, <weakref at 0xf6d0b1e0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf709e6b0>, <weakref at 0xf6d0b208; to 'test.test_ssl.ThreadedEchoServer' at 0xf734e6c0>, <weakref at 0xf6d0b230; to 'test.test_ssl.ThreadedEchoServer' at 0xf71926c0>, <weakref at 0xf6d0b258; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f626c0>, <weakref at 0xf6d0b280; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ede6b0>, <weakref at 0xf6d0a118; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7188730>, <weakref at 0xf6d0a140; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf703c730>, <weakref at 0xf6d0b2a8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72be730>, <weakref at 0xf6d0a168; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4768>, <weakref at 0xf6d0b2d0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192768>, <weakref at 0xf6d0a190; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a87b0>, <weakref at 0xf6d0b2f8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf737a7b0>, <weakref at 0xf6d0b320; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf735a7b0>, <weakref at 0xf6d0a1b8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4810>, <weakref at 0xf6d0b348; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192810>, <weakref at 0xf6d0a1e0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71c8830>, <weakref at 0xf6d0a208; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7138830>, <weakref at 0xf6d0b370; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62810>, <weakref at 0xf6d0b398; to 'threading.Thread' at 0xf755a870>, <weakref at 0xf6d0a230; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb48b8>, <weakref at 0xf6d0b3c0; to 'test.test_ssl.ThreadedEchoServer' at 0xf734e8b8>, <weakref at 0xf6d0b3e8; to 'test.test_ssl.ThreadedEchoServer' at 0xf71928b8>, <weakref at 0xf6d0b410; to 'test.test_ssl.ThreadedEchoServer' at 0xf70de8b8>, <weakref at 0xf6d0a258; to 'test.test_ssl.TestPreHandshakeClose.SingleConnectionTestServerThread' at 0xf7394920>, <weakref at 0xf6d0a280; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7188930>, <weakref at 0xf6d0a2a8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a8930>, <weakref at 0xf6d0b438; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72be930>, <weakref at 0xf6d0b460; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e52930>, <weakref at 0xf6d0b488; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192960>, <weakref at 0xf6d0a2d0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72689b0>, <weakref at 0xf6d0b4b0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e929b0>, <weakref at 0xf6d0b4d8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192a08>, <weakref at 0xf6d0b500; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62a08>, <weakref at 0xf6d0a2f8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf703ca30>, <weakref at 0xf6d0b528; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73f6a30>, <weakref at 0xf6d0b550; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf709ea30>, <weakref at 0xf6d0a320; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70a8ab0>, <weakref at 0xf6d0a348; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6fecab0>, <weakref at 0xf6d0a370; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4ab0>, <weakref at 0xf6d0b578; to 'test.test_ssl.ThreadedEchoServer' at 0xf70deab0>, <weakref at 0xf6d0a398; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71c8b30>, <weakref at 0xf6d0b5a0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6edeb30>, <weakref at 0xf6d0a3c0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298b58>, <weakref at 0xf6d0a3e8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4b58>, <weakref at 0xf6d0b5c8; to 'test.test_ssl.ThreadedEchoServer' at 0xf734eb58>, <weakref at 0xf6d0b5f0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62b58>, <weakref at 0xf6d0b618; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73f6b70>, <weakref at 0xf6d0a410; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf703cbb0>, <weakref at 0xf6d0a438; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f8cbb0>, <weakref at 0xf6d0a460; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4c00>, <weakref at 0xf6d0b640; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192c00>, <weakref at 0xf6d0b668; to 'test.test_ssl.ThreadedEchoServer' at 0xf70dec00>, <weakref at 0xf6d0b690; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf737ac30>, <weakref at 0xf6d0a488; to 'threading.Thread' at 0xf75c8c68>, <weakref at 0xf6d0a4b0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298ca8>, <weakref at 0xf6d0a4d8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4ca8>, <weakref at 0xf6d0b6b8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62ca8>, <weakref at 0xf6d0b6e0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6edecb0>, <weakref at 0xf6d0b708; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e92cb0>, <weakref at 0xf6d0a500; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7268d30>, <weakref at 0xf6d0a528; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf703cd30>, <weakref at 0xf6d0a550; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f8cd30>, <weakref at 0xf6d0a578; to 'test.test_ssl.ThreadedEchoServer' at 0xf6eb4d50>, <weakref at 0xf6d0b730; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf709ed30>, <weakref at 0xf6d0b758; to 'test.test_ssl.ThreadedEchoServer' at 0xf734ed50>, <weakref at 0xf6d0b780; to 'test.test_ssl.ThreadedEchoServer' at 0xf70ded50>, <weakref at 0xf6d0b7a8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf735adb0>, <weakref at 0xf6d0b7d0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72bedb0>, <weakref at 0xf6d0a5a0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298df8>, <weakref at 0xf6d0b7f8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192df8>, <weakref at 0xf6d0a5c8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71c8e30>, <weakref at 0xf6d0b820; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6edee30>, <weakref at 0xf6d0b848; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e92e30>, <weakref at 0xf6d0b870; to 'test.test_ssl.ThreadedEchoServer' at 0xf734eea0>, <weakref at 0xf6d0a5f0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7188eb0>, <weakref at 0xf6d0a618; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7138eb0>, <weakref at 0xf6d0b898; to 'test.test_ssl.ThreadedEchoServer' at 0xf7192ea0>, <weakref at 0xf6d0b8c0; to 'test.test_ssl.ThreadedEchoServer' at 0xf70deea0>, <weakref at 0xf6d0b8e8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6f62ea0>, <weakref at 0xf6d0a640; to 'test.test_ssl.ThreadedEchoServer' at 0xf7298f48>, <weakref at 0xf6d0b910; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3030>, <weakref at 0xf6d0b938; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047030>, <weakref at 0xf6d0b960; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6eb7030>, <weakref at 0xf6d0b988; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f030>, <weakref at 0xf6d0b9b0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e33030>, <weakref at 0xf6d0b9d8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8f030>, <weakref at 0xf6d0a668; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf719d0b0>, <weakref at 0xf6d0a690; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73510c8>, <weakref at 0xf6d0a6b8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ea10b0>, <weakref at 0xf6d0ba00; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf0d8>, <weakref at 0xf6d0ba28; to 'test.test_ssl.ThreadedEchoServer' at 0xf70470d8>, <weakref at 0xf6d0ba50; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f0d8>, <weakref at 0xf6d0ba78; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d930d8>, <weakref at 0xf6d0baa0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7157130>, <weakref at 0xf6d0bac8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047180>, <weakref at 0xf6d0baf0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f180>, <weakref at 0xf6d0bb18; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf228>, <weakref at 0xf6d0a6e0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71b1230>, <weakref at 0xf6d0a708; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f59230>, <weakref at 0xf6d0bb40; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7297230>, <weakref at 0xf6d0bb68; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f228>, <weakref at 0xf6d0bb90; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d93228>, <weakref at 0xf6d0bbb8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72a72b0>, <weakref at 0xf6d0bbe0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f1b2b0>, <weakref at 0xf6d0a730; to 'threading.Thread' at 0xf6ec12d8>, <weakref at 0xf6d0bc08; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f2d0>, <weakref at 0xf6d0bc30; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ec7330>, <weakref at 0xf6d0bc58; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e33330>, <weakref at 0xf6d0bc80; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3378>, <weakref at 0xf6d0bca8; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf378>, <weakref at 0xf6d0bcd0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113378>, <weakref at 0xf6d0bcf8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047378>, <weakref at 0xf6d0a758; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72453b0>, <weakref at 0xf6d0a780; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70613b0>, <weakref at 0xf6d0bd20; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8f3b0>, <weakref at 0xf6d0bd48; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047420>, <weakref at 0xf6d0a7a8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf719d430>, <weakref at 0xf6d0bd70; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f420>, <weakref at 0xf6d0bd98; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d23430>, <weakref at 0xf6d0bdc0; to 'threading.Thread' at 0xf6d8f4b0>, <weakref at 0xf6d0bde8; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf4c8>, <weakref at 0xf6d0be10; to 'test.test_ssl.ThreadedEchoServer' at 0xf71134c8>, <weakref at 0xf6d0be38; to 'test.test_ssl.ThreadedEchoServer' at 0xf70474c8>, <weakref at 0xf6d0be60; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d934c8>, <weakref at 0xf6d0a7d0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71b1530>, <weakref at 0xf6d0a7f8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7061530>, <weakref at 0xf6d0a820; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ea1530>, <weakref at 0xf6d0be88; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6eb7530>, <weakref at 0xf6d0beb0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047570>, <weakref at 0xf6d0bed8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f1b5b0>, <weakref at 0xf6d0bf00; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3618>, <weakref at 0xf6d0bf28; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf618>, <weakref at 0xf6d0bf50; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72a7630>, <weakref at 0xf6d0bf78; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113618>, <weakref at 0xf6d0bfa0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047618>, <weakref at 0xf6d0bfc8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ec7630>, <weakref at 0xf6d0d028; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e33630>, <weakref at 0xf6d0d050; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9f618>, <weakref at 0xf6d0d078; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7297730>, <weakref at 0xf6d0d0a0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8f730>, <weakref at 0xf6d0d0c8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d23730>, <weakref at 0xf6d0a848; to 'test.test_ssl.TestPreHandshakeClose.SingleConnectionTestServerThread' at 0xf73a9760>, <weakref at 0xf6d0d0f0; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf768>, <weakref at 0xf6d0d118; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113768>, <weakref at 0xf6d0d140; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047768>, <weakref at 0xf6d0d168; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047810>, <weakref at 0xf6d0d190; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d93810>, <weakref at 0xf6d0a870; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71b1830>, <weakref at 0xf6d0d1b8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f1b830>, <weakref at 0xf6d0a898; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf719d8b0>, <weakref at 0xf6d0a8c0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf70618b0>, <weakref at 0xf6d0a8e8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ea18b0>, <weakref at 0xf6d0d1e0; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bf8b8>, <weakref at 0xf6d0d208; to 'test.test_ssl.ThreadedEchoServer' at 0xf71138b8>, <weakref at 0xf6d0d230; to 'threading._MainThread' at 0xf8f638d0>, <weakref at 0xf6d0d258; to 'test.test_ssl.ThreadedEchoServer' at 0xf70478b8>, <weakref at 0xf6d0d280; to 'threading.Thread' at 0xf75578f0>, <weakref at 0xf6d0a910; to 'threading.Thread' at 0xf759d960>, <weakref at 0xf6d0a938; to 'test.test_ssl.ThreadedEchoServer' at 0xf738d960>, <weakref at 0xf6d0a960; to 'test.test_ssl.AsyncoreEchoServer' at 0xf73a9988>, <weakref at 0xf6d0d2a8; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3960>, <weakref at 0xf6d0d2d0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d93960>, <weakref at 0xf6d0d2f8; to 'threading.Thread' at 0xf7557990>, <weakref at 0xf6d0d320; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72a79b0>, <weakref at 0xf6d0d348; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ec79b0>, <weakref at 0xf6d0a988; to 'threading.Thread' at 0xf759da08>, <weakref at 0xf6d0a9b0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf738da08>, <weakref at 0xf6d0d370; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113a08>, <weakref at 0xf6d0d398; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d23a30>, <weakref at 0xf6d0d3c0; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047ab0>, <weakref at 0xf6d0d3e8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8fab0>, <weakref at 0xf6d0d410; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d93ab0>, <weakref at 0xf6d0a9d8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71b1b30>, <weakref at 0xf6d0aa00; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf719db30>, <weakref at 0xf6d0d438; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf72a7b30>, <weakref at 0xf6d0d460; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7297b30>, <weakref at 0xf6d0aa28; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73b9b70>, <weakref at 0xf6d0d488; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113b58>, <weakref at 0xf6d0d4b0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6e33b30>, <weakref at 0xf6d0d4d8; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9fb58>, <weakref at 0xf6d0d500; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f1bbb0>, <weakref at 0xf6d0d528; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6eb7bb0>, <weakref at 0xf6d0aa50; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73b9c00>, <weakref at 0xf6d0d550; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3c00>, <weakref at 0xf6d0d578; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047c00>, <weakref at 0xf6d0aa78; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6ea1c30>, <weakref at 0xf6d0d5a0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8fc30>, <weakref at 0xf6d0d5c8; to 'threading.Thread' at 0xf756fc90>, <weakref at 0xf6d0aaa0; to 'test.test_ssl.ThreadedEchoServer' at 0xf738dca8>, <weakref at 0xf6d0d5f0; to 'test.test_ssl.TestPreHandshakeClose.SingleConnectionTestServerThread' at 0xf71bfca8>, <weakref at 0xf6d0d618; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113ca8>, <weakref at 0xf6d0d640; to 'test.test_ssl.ThreadedEchoServer' at 0xf6d93ca8>, <weakref at 0xf6d0d668; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f1bd30>, <weakref at 0xf6d0aac8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf738dd50>, <weakref at 0xf6d0d690; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3d50>, <weakref at 0xf6d0d6b8; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bfd50>, <weakref at 0xf6d0aaf0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf719ddb0>, <weakref at 0xf6d0d6e0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71f7db0>, <weakref at 0xf6d0d708; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7157db0>, <weakref at 0xf6d0ab18; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7061e30>, <weakref at 0xf6d0ab40; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6f59e30>, <weakref at 0xf6d0d730; to 'threading.Thread' at 0xf6ec7e30>, <weakref at 0xf6d0d758; to 'test.test_ssl.ThreadedEchoServer' at 0xf72b3ea0>, <weakref at 0xf6d0ab68; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf71b1eb0>, <weakref at 0xf6d0d780; to 'test.test_ssl.ThreadedEchoServer' at 0xf71bfea0>, <weakref at 0xf6d0d7a8; to 'test.test_ssl.ThreadedEchoServer' at 0xf7047ea0>, <weakref at 0xf6d0d7d0; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9fea0>, <weakref at 0xf6d0d7f8; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d23eb0>, <weakref at 0xf6d0d820; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf73a7f10>, <weakref at 0xf6d0d848; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf7157f30>, <weakref at 0xf6d0ab90; to 'test.test_ssl.ThreadedEchoServer' at 0xf738df48>, <weakref at 0xf6d0d870; to 'test.test_ssl.ThreadedEchoServer' at 0xf7113f48>, <weakref at 0xf6d0d898; to 'test.test_ssl.ThreadedEchoServer' at 0xf6e9ff48>, <weakref at 0xf6d0d8c0; to 'test.test_ssl.ThreadedEchoServer.ConnectionHandler' at 0xf6d8ff30>} | |
| test test_ssl failed | |
| 0:13:43 load avg: 8.49 [ 53/495/22] test_locale passed -- running (2): test.test_multiprocessing_spawn.test_misc (1 min 55 sec), test_source_encoding (1 min 29 sec) | |
| 0:13:48 load avg: 7.72 [ 54/495/22] test__colorize passed -- running (2): test.test_multiprocessing_spawn.test_misc (2 min 1 sec), test_source_encoding (1 min 35 sec) | |
| 0:13:56 load avg: 7.34 [ 55/495/22] test_source_encoding passed (1 min 42 sec) -- running (1): test.test_multiprocessing_spawn.test_misc (2 min 8 sec) | |
| 0:14:03 load avg: 6.99 [ 56/495/22] test_numeric_tower passed -- running (1): test.test_multiprocessing_spawn.test_misc (2 min 15 sec) | |
| 0:14:09 load avg: 6.53 [ 57/495/22] test_epoll passed -- running (1): test.test_multiprocessing_spawn.test_misc (2 min 22 sec) | |
| 0:14:14 load avg: 6.25 [ 58/495/22] test_type_cache passed -- running (1): test.test_multiprocessing_spawn.test_misc (2 min 26 sec) | |
| 0:14:28 load avg: 5.67 [ 59/495/22] test_timeout passed -- running (2): test.test_multiprocessing_spawn.test_misc (2 min 40 sec), test_repl (32.1 sec) | |
| 0:14:35 load avg: 5.55 [ 60/495/22] test_repl passed (39.6 sec) -- running (1): test.test_multiprocessing_spawn.test_misc (2 min 48 sec) | |
| 0:15:05 load avg: 4.55 running (3): test_unittest (37.5 sec), test.test_multiprocessing_spawn.test_misc (3 min 18 sec), test.test_asyncio.test_ssl (30.1 sec) | |
| 0:15:35 load avg: 3.94 running (3): test_unittest (1 min 7 sec), test.test_multiprocessing_spawn.test_misc (3 min 48 sec), test.test_asyncio.test_ssl (1 min) | |
| 0:16:05 load avg: 3.57 running (3): test_unittest (1 min 37 sec), test.test_multiprocessing_spawn.test_misc (4 min 18 sec), test.test_asyncio.test_ssl (1 min 30 sec) | |
| 0:16:35 load avg: 3.69 running (3): test_unittest (2 min 7 sec), test.test_multiprocessing_spawn.test_misc (4 min 48 sec), test.test_asyncio.test_ssl (2 min) | |
| 0:17:05 load avg: 3.90 running (3): test_unittest (2 min 37 sec), test.test_multiprocessing_spawn.test_misc (5 min 18 sec), test.test_asyncio.test_ssl (2 min 30 sec) | |
| 0:17:05 load avg: 3.90 [ 61/495/23] test.test_asyncio.test_ssl failed (2 errors, 3 failures) (2 min 30 sec) -- running (2): test_unittest (2 min 37 sec), test.test_multiprocessing_spawn.test_misc (5 min 18 sec) | |
| test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket) ... ok | |
| test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning) ... ok | |
| test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) ... FAIL | |
| test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) ... Warning -- Uncaught thread exception: AssertionError | |
| Exception in thread test-server: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1888, in _run | |
| self._handle_client(conn) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1899, in _handle_client | |
| self._prog(TestSocketWrapper(sock)) | |
| ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 310, in server | |
| sock.starttls( | |
| ~~~~~~~~~~~~~^ | |
| sslctx, | |
| ^^^^^^^ | |
| server_side=True) | |
| ^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1772, in starttls | |
| ssl_sock = ssl_context.wrap_socket( | |
| self.__sock, server_side=server_side, | |
| server_hostname=server_hostname, | |
| do_handshake_on_connect=do_handshake_on_connect) | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108) | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/threading.py", line 1074, in _bootstrap_inner | |
| self._context.run(self.run) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1860, in run | |
| self._run() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1896, in _run | |
| self._test._abort_socket_test(ex) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 182, in _abort_socket_test | |
| self.fail(ex) | |
| ~~~~~~~~~^^^^ | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 748, in fail | |
| raise self.failureException(msg) | |
| AssertionError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108) | |
| ERROR | |
| test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate) ... ok | |
| test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake) ... ok | |
| test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) ... skipped 'not enough memory: 2.2G minimum needed' | |
| test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) ... skipped 'not enough memory: 2.2G minimum needed' | |
| test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown) ... ok | |
| test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) ... FAIL | |
| test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data) ... ok | |
| test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket) ... ok | |
| test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) ... Warning -- Uncaught thread exception: AssertionError | |
| Exception in thread test-server: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1888, in _run | |
| self._handle_client(conn) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1899, in _handle_client | |
| self._prog(TestSocketWrapper(sock)) | |
| ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1199, in server | |
| sock.starttls( | |
| ~~~~~~~~~~~~~^ | |
| sslctx, | |
| ^^^^^^^ | |
| server_side=True) | |
| ^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1772, in starttls | |
| ssl_sock = ssl_context.wrap_socket( | |
| self.__sock, server_side=server_side, | |
| server_hostname=server_hostname, | |
| do_handshake_on_connect=do_handshake_on_connect) | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 454, in wrap_socket | |
| return self.sslsocket_class._create( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| sock=sock, | |
| ^^^^^^^^^^ | |
| ...<5 lines>... | |
| session=session | |
| ^^^^^^^^^^^^^^^ | |
| ) | |
| ^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1091, in _create | |
| self.do_handshake() | |
| ~~~~~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/ssl.py", line 1422, in do_handshake | |
| self._sslobj.do_handshake() | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~^^ | |
| ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108) | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/threading.py", line 1074, in _bootstrap_inner | |
| self._context.run(self.run) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1860, in run | |
| self._run() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1896, in _run | |
| self._test._abort_socket_test(ex) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 182, in _abort_socket_test | |
| self.fail(ex) | |
| ~~~~~~~~~^^^^ | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 748, in fail | |
| raise self.failureException(msg) | |
| AssertionError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1108) | |
| ERROR | |
| test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) ... FAIL | |
| test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set) ... ok | |
| test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket) ... ok | |
| test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost) ... ok | |
| test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout) ... ok | |
| test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1) ... ok | |
| test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ... ok | |
| test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1) ... ok | |
| test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1) ... ok | |
| test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel) ... ok | |
| ====================================================================== | |
| ERROR: test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 387, in test_create_connection_ssl_1 | |
| run(client) | |
| ~~~^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 382, in run | |
| self.loop.run_until_complete(_gather(*tasks)) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 719, in run_until_complete | |
| return future.result() | |
| ~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 373, in _gather | |
| return await asyncio.gather(*tasks) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 328, in client | |
| reader, writer = await asyncio.open_connection( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<3 lines>... | |
| **extras) | |
| ^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/streams.py", line 48, in open_connection | |
| transport, _ = await loop.create_connection( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| lambda: protocol, host, port, **kwds) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 1198, in create_connection | |
| transport, protocol = await self._create_connection_transport( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<2 lines>... | |
| ssl_shutdown_timeout=ssl_shutdown_timeout) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 1231, in _create_connection_transport | |
| await waiter | |
| ConnectionAbortedError: SSL handshake is taking longer than 30.0 seconds: aborting the connection | |
| ====================================================================== | |
| ERROR: test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1252, in test_shutdown_cleanly | |
| run(client) | |
| ~~~^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1246, in run | |
| self.loop.run_until_complete( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| _gather(*tasks)) | |
| ^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 719, in run_until_complete | |
| return future.result() | |
| ~~~~~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1237, in _gather | |
| return await asyncio.gather(*tasks) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1215, in client | |
| reader, writer = await asyncio.open_connection( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<3 lines>... | |
| **extras) | |
| ^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/streams.py", line 48, in open_connection | |
| transport, _ = await loop.create_connection( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| lambda: protocol, host, port, **kwds) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 1198, in create_connection | |
| transport, protocol = await self._create_connection_transport( | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ...<2 lines>... | |
| ssl_shutdown_timeout=ssl_shutdown_timeout) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/asyncio/base_events.py", line 1231, in _create_connection_transport | |
| await waiter | |
| ConnectionAbortedError: SSL handshake is taking longer than 30.0 seconds: aborting the connection | |
| ====================================================================== | |
| FAIL: test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 806, in test_create_connection_memory_leak | |
| self.assertIsNone(client_context()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ | |
| AssertionError: <ssl.SSLContext object at 0xf7d9dbf8> is not None | |
| ====================================================================== | |
| FAIL: test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1648, in test_handshake_timeout_handler_leak | |
| self.assertIsNone(ctx()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <ssl.SSLContext object at 0xf7730570> is not None | |
| ====================================================================== | |
| FAIL: test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_ssl.py", line 1687, in test_shutdown_timeout_handler_leak | |
| self.assertIsNone(ctx()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <ssl.SSLContext object at 0xf6817490> is not None | |
| ---------------------------------------------------------------------- | |
| Ran 23 tests in 142.144s | |
| FAILED (failures=3, errors=2, skipped=2) | |
| Warning -- threading._dangling was modified by test.test_asyncio.test_ssl | |
| Warning -- Before: {<weakref at 0xf86d3168; to 'threading._MainThread' at 0xf8fe38d0>} | |
| Warning -- After: {<weakref at 0xf6656de8; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7650030>, <weakref at 0xf6656e38; to 'threading._MainThread' at 0xf8fe38d0>, <weakref at 0xf6656e60; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf6f100d0>, <weakref at 0xf6656e88; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf76768f0>, <weakref at 0xf6656f00; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf6696990>, <weakref at 0xf6656ed8; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf6817990>, <weakref at 0xf6656fa0; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7d28a40>, <weakref at 0xf6659028; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf76762b0>, <weakref at 0xf6659050; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf66962b0>, <weakref at 0xf66590f0; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf68173f0>, <weakref at 0xf6656d98; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7777c00>, <weakref at 0xf6656dc0; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf76b3c10>, <weakref at 0xf6656e10; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf6817cb0>, <weakref at 0xf6656eb0; to 'threading.Thread' at 0xf7d28538>, <weakref at 0xf6656f28; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf76765d0>, <weakref at 0xf6656f78; to 'test.test_asyncio.test_ssl.TestThreadedClient' at 0xf66345f0>, <weakref at 0xf6656f50; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7676df0>, <weakref at 0xf6656fc8; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7ca9670>, <weakref at 0xf6659078; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf6817f30>, <weakref at 0xf66590a0; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf68177b0>, <weakref at 0xf66590c8; to 'test.test_asyncio.test_ssl.TestThreadedServer' at 0xf7cb27c0>} | |
| test test.test_asyncio.test_ssl failed | |
| 0:17:17 load avg: 3.76 [ 62/495/23] test_tabnanny passed -- running (2): test_unittest (2 min 48 sec), test.test_multiprocessing_spawn.test_misc (5 min 29 sec) | |
| 0:17:21 load avg: 3.70 [ 63/495/23] test_iterlen passed -- running (2): test_unittest (2 min 53 sec), test.test_multiprocessing_spawn.test_misc (5 min 34 sec) | |
| 0:17:51 load avg: 3.48 running (3): test_unittest (3 min 23 sec), test.test_multiprocessing_spawn.test_misc (6 min 4 sec), test.test_io.test_textio (30.0 sec) | |
| 0:18:04 load avg: 3.37 [ 64/495/24] test.test_io.test_textio failed (8 errors, 9 failures) (42.6 sec) -- running (2): test_unittest (3 min 36 sec), test.test_multiprocessing_spawn.test_misc (6 min 16 sec) | |
| test_newline_bytes (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_bytes) ... ok | |
| test_newline_decoder (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_newline_decoder) ... ok | |
| test_translate (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_translate) ... ok | |
| test_uninitialized (test.test_io.test_textio.CIncrementalNewlineDecoderTest.test_uninitialized) ... ok | |
| test_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_append_bom) ... ok | |
| test_basic_io (test.test_io.test_textio.CTextIOWrapperTest.test_basic_io) ... ok | |
| test_bufio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_bufio_write_through) ... ok | |
| test_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_close_error_on_close) ... ok | |
| test_constructor (test.test_io.test_textio.CTextIOWrapperTest.test_constructor) ... ok | |
| test_create_at_shutdown_with_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... FAIL | |
| test_create_at_shutdown_without_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... FAIL | |
| test_default_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' | |
| test_del__CHUNK_SIZE_SystemError (test.test_io.test_textio.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError) ... ok | |
| test_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_destructor) ... FAIL | |
| test_detach (test.test_io.test_textio.CTextIOWrapperTest.test_detach) ... ok | |
| test_encoded_writes (test.test_io.test_textio.CTextIOWrapperTest.test_encoded_writes) ... ok | |
| test_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_encoding) ... ok | |
| test_encoding_errors_reading (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_reading) ... ok | |
| test_encoding_errors_writing (test.test_io.test_textio.CTextIOWrapperTest.test_encoding_errors_writing) ... ok | |
| test_error_through_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_error_through_destructor) ... ERROR | |
| test_errors_property (test.test_io.test_textio.CTextIOWrapperTest.test_errors_property) ... ok | |
| test_flush_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_flush_error_on_close) ... ok | |
| test_garbage_collection (test.test_io.test_textio.CTextIOWrapperTest.test_garbage_collection) ... FAIL | |
| test_illegal_decoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_decoder) ... ok | |
| test_illegal_encoder (test.test_io.test_textio.CTextIOWrapperTest.test_illegal_encoder) ... ok | |
| test_initialization (test.test_io.test_textio.CTextIOWrapperTest.test_initialization) ... ok | |
| test_internal_buffer_size (test.test_io.test_textio.CTextIOWrapperTest.test_internal_buffer_size) ... ok | |
| test_issue119506 (test.test_io.test_textio.CTextIOWrapperTest.test_issue119506) ... ok | |
| test_issue1395_1 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_1) ... ok | |
| test_issue1395_2 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_2) ... ok | |
| test_issue1395_3 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_3) ... ok | |
| test_issue1395_4 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_4) ... ok | |
| test_issue1395_5 (test.test_io.test_textio.CTextIOWrapperTest.test_issue1395_5) ... ok | |
| test_issue2282 (test.test_io.test_textio.CTextIOWrapperTest.test_issue2282) ... ok | |
| test_issue22849 (test.test_io.test_textio.CTextIOWrapperTest.test_issue22849) ... ok | |
| test_issue25862 (test.test_io.test_textio.CTextIOWrapperTest.test_issue25862) ... ok | |
| test_issue35928 (test.test_io.test_textio.CTextIOWrapperTest.test_issue35928) ... ok | |
| test_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_line_buffering) ... ok | |
| test_multi_close (test.test_io.test_textio.CTextIOWrapperTest.test_multi_close) ... ok | |
| test_multibyte_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok | |
| test_newlines (test.test_io.test_textio.CTextIOWrapperTest.test_newlines) ... ok | |
| test_newlines_input (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_input) ... ok | |
| test_newlines_output (test.test_io.test_textio.CTextIOWrapperTest.test_newlines_output) ... ok | |
| test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok | |
| test_nonnormalized_close_error_on_close (test.test_io.test_textio.CTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok | |
| test_override_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_override_destructor) ... FAIL | |
| test_pickling_subclass (test.test_io.test_textio.CTextIOWrapperTest.test_pickling_subclass) ... ok | |
| test_rawio (test.test_io.test_textio.CTextIOWrapperTest.test_rawio) ... ok | |
| test_rawio_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_rawio_write_through) ... ok | |
| test_read_by_chunk (test.test_io.test_textio.CTextIOWrapperTest.test_read_by_chunk) ... ok | |
| test_read_byteslike (test.test_io.test_textio.CTextIOWrapperTest.test_read_byteslike) ... ok | |
| test_read_non_blocking (test.test_io.test_textio.CTextIOWrapperTest.test_read_non_blocking) ... ok | |
| test_read_nonbytes (test.test_io.test_textio.CTextIOWrapperTest.test_read_nonbytes) ... ok | |
| test_read_one_by_one (test.test_io.test_textio.CTextIOWrapperTest.test_read_one_by_one) ... ok | |
| test_readlines (test.test_io.test_textio.CTextIOWrapperTest.test_readlines) ... ok | |
| test_readonly_attributes (test.test_io.test_textio.CTextIOWrapperTest.test_readonly_attributes) ... ok | |
| test_reconfigure_defaults (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_defaults) ... ok | |
| test_reconfigure_encoding_read (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_encoding_read) ... ok | |
| test_reconfigure_errors (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_errors) ... ok | |
| test_reconfigure_line_buffering (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_line_buffering) ... ok | |
| test_reconfigure_locale (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_locale) ... ok | |
| test_reconfigure_newline (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_newline) ... ok | |
| test_reconfigure_write (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write) ... ok | |
| test_reconfigure_write_fromascii (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok | |
| test_reconfigure_write_non_seekable (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok | |
| test_reconfigure_write_through (test.test_io.test_textio.CTextIOWrapperTest.test_reconfigure_write_through) ... ok | |
| test_recursive_repr (test.test_io.test_textio.CTextIOWrapperTest.test_recursive_repr) ... ok | |
| test_repr (test.test_io.test_textio.CTextIOWrapperTest.test_repr) ... ok | |
| test_rwpair_cleared_before_textio (test.test_io.test_textio.CTextIOWrapperTest.test_rwpair_cleared_before_textio) ... ok | |
| test_seek_and_tell (test.test_io.test_textio.CTextIOWrapperTest.test_seek_and_tell) ... ok | |
| test_seek_append_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_append_bom) ... ok | |
| test_seek_bom (test.test_io.test_textio.CTextIOWrapperTest.test_seek_bom) ... ok | |
| test_seek_with_encoder_state (test.test_io.test_textio.CTextIOWrapperTest.test_seek_with_encoder_state) ... ok | |
| test_seeking (test.test_io.test_textio.CTextIOWrapperTest.test_seeking) ... ok | |
| test_seeking_too (test.test_io.test_textio.CTextIOWrapperTest.test_seeking_too) ... ok | |
| test_subclass_repr (test.test_io.test_textio.CTextIOWrapperTest.test_subclass_repr) ... ok | |
| test_telling (test.test_io.test_textio.CTextIOWrapperTest.test_telling) ... ok | |
| test_threads_write (test.test_io.test_textio.CTextIOWrapperTest.test_threads_write) ... ok | |
| test_uninitialized (test.test_io.test_textio.CTextIOWrapperTest.test_uninitialized) ... ok | |
| test_unreadable (test.test_io.test_textio.CTextIOWrapperTest.test_unreadable) ... ok | |
| test_unseekable (test.test_io.test_textio.CTextIOWrapperTest.test_unseekable) ... ok | |
| test_writelines (test.test_io.test_textio.CTextIOWrapperTest.test_writelines) ... ok | |
| test_writelines_error (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_error) ... ok | |
| test_writelines_userlist (test.test_io.test_textio.CTextIOWrapperTest.test_writelines_userlist) ... ok | |
| test_newline_bytes (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_bytes) ... ok | |
| test_newline_decoder (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_newline_decoder) ... ok | |
| test_translate (test.test_io.test_textio.PyIncrementalNewlineDecoderTest.test_translate) ... ok | |
| test_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_append_bom) ... ERROR | |
| test_basic_io (test.test_io.test_textio.PyTextIOWrapperTest.test_basic_io) ... ERROR | |
| test_bufio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_bufio_write_through) ... ok | |
| test_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_close_error_on_close) ... ok | |
| test_constructor (test.test_io.test_textio.PyTextIOWrapperTest.test_constructor) ... ok | |
| test_create_at_shutdown_with_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... FAIL | |
| test_create_at_shutdown_without_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... FAIL | |
| test_default_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_default_encoding) ... skipped 'utf-8 mode is enabled' | |
| test_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_destructor) ... FAIL | |
| test_detach (test.test_io.test_textio.PyTextIOWrapperTest.test_detach) ... ok | |
| test_encoded_writes (test.test_io.test_textio.PyTextIOWrapperTest.test_encoded_writes) ... ok | |
| test_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding) ... ok | |
| test_encoding_errors_reading (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_reading) ... ok | |
| test_encoding_errors_writing (test.test_io.test_textio.PyTextIOWrapperTest.test_encoding_errors_writing) ... ok | |
| test_error_through_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_error_through_destructor) ... ERROR | |
| test_errors_property (test.test_io.test_textio.PyTextIOWrapperTest.test_errors_property) ... ok | |
| test_flush_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_flush_error_on_close) ... ok | |
| test_illegal_decoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_decoder) ... ok | |
| test_illegal_encoder (test.test_io.test_textio.PyTextIOWrapperTest.test_illegal_encoder) ... ok | |
| test_issue1395_1 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_1) ... ok | |
| test_issue1395_2 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_2) ... ok | |
| test_issue1395_3 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_3) ... ok | |
| test_issue1395_4 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_4) ... ok | |
| test_issue1395_5 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue1395_5) ... ok | |
| test_issue2282 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue2282) ... ok | |
| test_issue22849 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue22849) ... ok | |
| test_issue25862 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue25862) ... ok | |
| test_issue35928 (test.test_io.test_textio.PyTextIOWrapperTest.test_issue35928) ... ok | |
| test_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_line_buffering) ... ok | |
| test_multi_close (test.test_io.test_textio.PyTextIOWrapperTest.test_multi_close) ... ok | |
| test_multibyte_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok | |
| test_newlines (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines) ... ok | |
| test_newlines_input (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_input) ... ok | |
| test_newlines_output (test.test_io.test_textio.PyTextIOWrapperTest.test_newlines_output) ... ok | |
| test_non_text_encoding_codecs_are_rejected (test.test_io.test_textio.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok | |
| test_nonnormalized_close_error_on_close (test.test_io.test_textio.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok | |
| test_override_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_override_destructor) ... FAIL | |
| test_pickling_subclass (test.test_io.test_textio.PyTextIOWrapperTest.test_pickling_subclass) ... ok | |
| test_rawio (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio) ... ok | |
| test_rawio_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_rawio_write_through) ... ok | |
| test_read_by_chunk (test.test_io.test_textio.PyTextIOWrapperTest.test_read_by_chunk) ... ok | |
| test_read_byteslike (test.test_io.test_textio.PyTextIOWrapperTest.test_read_byteslike) ... ok | |
| test_read_non_blocking (test.test_io.test_textio.PyTextIOWrapperTest.test_read_non_blocking) ... ok | |
| test_read_nonbytes (test.test_io.test_textio.PyTextIOWrapperTest.test_read_nonbytes) ... ok | |
| test_read_one_by_one (test.test_io.test_textio.PyTextIOWrapperTest.test_read_one_by_one) ... ok | |
| test_readlines (test.test_io.test_textio.PyTextIOWrapperTest.test_readlines) ... ok | |
| test_readonly_attributes (test.test_io.test_textio.PyTextIOWrapperTest.test_readonly_attributes) ... ok | |
| test_reconfigure_defaults (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_defaults) ... ok | |
| test_reconfigure_encoding_read (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_encoding_read) ... ok | |
| test_reconfigure_errors (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_errors) ... ok | |
| test_reconfigure_line_buffering (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_line_buffering) ... ok | |
| test_reconfigure_locale (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_locale) ... ok | |
| test_reconfigure_newline (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_newline) ... ok | |
| test_reconfigure_write (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write) ... ok | |
| test_reconfigure_write_fromascii (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok | |
| test_reconfigure_write_non_seekable (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok | |
| test_reconfigure_write_through (test.test_io.test_textio.PyTextIOWrapperTest.test_reconfigure_write_through) ... ok | |
| test_recursive_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_recursive_repr) ... ok | |
| test_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_repr) ... ok | |
| test_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_and_tell) ... ERROR | |
| test_seek_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_append_bom) ... ERROR | |
| test_seek_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_bom) ... ERROR | |
| test_seek_with_encoder_state (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_with_encoder_state) ... ok | |
| test_seeking (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking) ... ok | |
| test_seeking_too (test.test_io.test_textio.PyTextIOWrapperTest.test_seeking_too) ... ok | |
| test_subclass_repr (test.test_io.test_textio.PyTextIOWrapperTest.test_subclass_repr) ... ok | |
| test_telling (test.test_io.test_textio.PyTextIOWrapperTest.test_telling) ... ok | |
| test_threads_write (test.test_io.test_textio.PyTextIOWrapperTest.test_threads_write) ... ERROR | |
| test_uninitialized (test.test_io.test_textio.PyTextIOWrapperTest.test_uninitialized) ... ok | |
| test_unreadable (test.test_io.test_textio.PyTextIOWrapperTest.test_unreadable) ... ok | |
| test_unseekable (test.test_io.test_textio.PyTextIOWrapperTest.test_unseekable) ... ok | |
| test_writelines (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines) ... ok | |
| test_writelines_error (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_error) ... ok | |
| test_writelines_userlist (test.test_io.test_textio.PyTextIOWrapperTest.test_writelines_userlist) ... ok | |
| test_decoder (test.test_io.test_textio.StatefulIncrementalDecoderTest.test_decoder) ... ok | |
| ====================================================================== | |
| ERROR: test_error_through_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_error_through_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 524, in test_error_through_destructor | |
| self.assertEqual(cm.unraisable.exc_type, OSError) | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
| AttributeError: 'NoneType' object has no attribute 'exc_type' | |
| ====================================================================== | |
| ERROR: test_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_append_bom) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 848, in test_append_bom | |
| self.assertEqual(f.read(), 'aaa'.encode(charset)) | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_basic_io (test.test_io.test_textio.PyTextIOWrapperTest.test_basic_io) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 538, in test_basic_io | |
| self.assertEqual(f.read(), "abc") | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1456, in read | |
| return BufferedReader.read(self, size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_error_through_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_error_through_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 524, in test_error_through_destructor | |
| self.assertEqual(cm.unraisable.exc_type, OSError) | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
| AttributeError: 'NoneType' object has no attribute 'exc_type' | |
| ====================================================================== | |
| ERROR: test_seek_and_tell (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_and_tell) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 660, in test_seek_and_tell | |
| test_seek_and_tell_with_data(input) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 640, in test_seek_and_tell_with_data | |
| decoded = f.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_seek_append_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_append_bom) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 881, in test_seek_append_bom | |
| self.assertEqual(f.read(), 'aaaxxx'.encode(charset)) | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_seek_bom (test.test_io.test_textio.PyTextIOWrapperTest.test_seek_bom) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 868, in test_seek_bom | |
| self.assertEqual(f.read(), 'bbbzzz'.encode(charset)) | |
| ~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| ERROR: test_threads_write (test.test_io.test_textio.PyTextIOWrapperTest.test_threads_write) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1294, in trace_wrapper | |
| return func(*args, **kwargs) | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 904, in test_threads_write | |
| content = f.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 2592, in read | |
| chunk = self.buffer.read() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1073, in read | |
| return self._read_unlocked(size) | |
| ~~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1085, in _read_unlocked | |
| chunk = self.raw.readall() | |
| File "/home/stefanor/cpython/Lib/_pyio.py", line 1736, in readall | |
| result.resize(bytes_read) | |
| ~~~~~~~~~~~~~^^^^^^^^^^^^ | |
| BufferError: Existing exports of data: object cannot be re-sized | |
| ====================================================================== | |
| FAIL: test_create_at_shutdown_with_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_with_encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 1150, in test_create_at_shutdown_with_encoding | |
| self.assertEqual("ok", out.decode().strip()) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'ok' != '' | |
| - ok | |
| ====================================================================== | |
| FAIL: test_create_at_shutdown_without_encoding (test.test_io.test_textio.CTextIOWrapperTest.test_create_at_shutdown_without_encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 1144, in test_create_at_shutdown_without_encoding | |
| self.assertEqual("ok", out.decode().strip()) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'ok' != '' | |
| - ok | |
| ====================================================================== | |
| FAIL: test_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 491, in test_destructor | |
| self.assertEqual([b"abc"], l) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [b'abc'] != [] | |
| First list contains 1 additional elements. | |
| First extra element 0: | |
| b'abc' | |
| - [b'abc'] | |
| + [] | |
| ====================================================================== | |
| FAIL: test_garbage_collection (test.test_io.test_textio.CTextIOWrapperTest.test_garbage_collection) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 1456, in test_garbage_collection | |
| self.assertIsNone(wr(), wr) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^^^ | |
| AssertionError: <_io.TextIOWrapper name='@test_21936_tmpæ' encoding='ascii'> is not None : <weakref at 0xf7bcf730; to '_io.TextIOWrapper' at 0xf7bcc6b8> | |
| ====================================================================== | |
| FAIL: test_override_destructor (test.test_io.test_textio.CTextIOWrapperTest.test_override_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 514, in test_override_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ====================================================================== | |
| FAIL: test_create_at_shutdown_with_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 1150, in test_create_at_shutdown_with_encoding | |
| self.assertEqual("ok", out.decode().strip()) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'ok' != '' | |
| - ok | |
| ====================================================================== | |
| FAIL: test_create_at_shutdown_without_encoding (test.test_io.test_textio.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 1144, in test_create_at_shutdown_without_encoding | |
| self.assertEqual("ok", out.decode().strip()) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 'ok' != '' | |
| - ok | |
| ====================================================================== | |
| FAIL: test_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 491, in test_destructor | |
| self.assertEqual([b"abc"], l) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [b'abc'] != [] | |
| First list contains 1 additional elements. | |
| First extra element 0: | |
| b'abc' | |
| - [b'abc'] | |
| + [] | |
| ====================================================================== | |
| FAIL: test_override_destructor (test.test_io.test_textio.PyTextIOWrapperTest.test_override_destructor) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_io/test_textio.py", line 514, in test_override_destructor | |
| self.assertEqual(record, [1, 2, 3]) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Lists differ: [] != [1, 2, 3] | |
| Second list contains 3 additional elements. | |
| First extra element 0: | |
| 1 | |
| - [] | |
| + [1, 2, 3] | |
| ---------------------------------------------------------------------- | |
| Ran 162 tests in 34.777s | |
| FAILED (failures=9, errors=8, skipped=2) | |
| Warning -- threading._dangling was modified by test.test_io.test_textio | |
| Warning -- Before: {<weakref at 0xf90bdfa0; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf573c668; to 'threading.Thread' at 0xf57ed030>, <weakref at 0xf573c690; to 'threading.Thread' at 0xf6a490a0>, <weakref at 0xf573c6b8; to 'threading.Thread' at 0xf57ed0a0>, <weakref at 0xf573c6e0; to 'threading._MainThread' at 0xf8f638d0>, <weakref at 0xf573c708; to 'threading.Thread' at 0xf6a430e0>, <weakref at 0xf573c730; to 'threading.Thread' at 0xf6a450d0>, <weakref at 0xf573c758; to 'threading.Thread' at 0xf6a49110>, <weakref at 0xf573c780; to 'threading.Thread' at 0xf57ed110>, <weakref at 0xf573c7a8; to 'threading.Thread' at 0xf6a3d930>, <weakref at 0xf573c7d0; to 'threading.Thread' at 0xf57e3960>, <weakref at 0xf573c7f8; to 'threading.Thread' at 0xf6a45170>, <weakref at 0xf573c848; to 'threading.Thread' at 0xf57ed180>, <weakref at 0xf573c820; to 'threading.Thread' at 0xf6a49180>, <weakref at 0xf573c870; to 'threading.Thread' at 0xf6a3d9c0>, <weakref at 0xf573c8c0; to 'threading.Thread' at 0xf57e39d0>, <weakref at 0xf573c898; to 'threading.Thread' at 0xf6a421c8>, <weakref at 0xf573c910; to 'threading.Thread' at 0xf57ed1f0>, <weakref at 0xf573c8e8; to 'threading.Thread' at 0xf6a491f0>, <weakref at 0xf573c938; to 'threading.Thread' at 0xf6a47230>, <weakref at 0xf573c960; to 'threading.Thread' at 0xf57e3a40>, <weakref at 0xf573c988; to 'threading.Thread' at 0xf6a49260>, <weakref at 0xf573c9b0; to 'threading.Thread' at 0xf6a472b0>, <weakref at 0xf573c9d8; to 'threading.Thread' at 0xf57e3ab0>, <weakref at 0xf573ca00; to 'threading.Thread' at 0xf6a492d0>, <weakref at 0xf573ca28; to 'threading.Thread' at 0xf57e3b20>, <weakref at 0xf573ca50; to 'threading.Thread' at 0xf57e3b90>, <weakref at 0xf573ca78; to 'threading.Thread' at 0xf57e3c00>, <weakref at 0xf573caa0; to 'threading.Thread' at 0xf6a46468>, <weakref at 0xf573cac8; to 'threading.Thread' at 0xf57e3c70>, <weakref at 0xf573caf0; to 'threading.Thread' at 0xf6db4ca8>, <weakref at 0xf573cb18; to 'threading.Thread' at 0xf57e3ce0>, <weakref at 0xf573cb40; to 'threading.Thread' at 0xf7067d20>, <weakref at 0xf573cb68; to 'threading.Thread' at 0xf70add50>, <weakref at 0xf573cb90; to 'threading.Thread' at 0xf6a46558>, <weakref at 0xf573cbb8; to 'threading.Thread' at 0xf57e3d50>, <weakref at 0xf573cbe0; to 'threading.Thread' at 0xf57e3dc0>, <weakref at 0xf573cc08; to 'threading.Thread' at 0xf70addf8>, <weakref at 0xf573cc30; to 'threading.Thread' at 0xf57e3e30>, <weakref at 0xf573cc58; to 'threading.Thread' at 0xf57e3ea0>, <weakref at 0xf573cc80; to 'threading.Thread' at 0xf57e3f10>, <weakref at 0xf573cca8; to 'threading.Thread' at 0xf57e3f80>} | |
| test test.test_io.test_textio failed | |
| 0:18:34 load avg: 4.19 running (3): test_unittest (4 min 6 sec), test.test_multiprocessing_spawn.test_misc (6 min 46 sec), test.test_multiprocessing_spawn.test_manager (30.0 sec) | |
| 0:19:04 load avg: 4.75 running (3): test_unittest (4 min 36 sec), test.test_multiprocessing_spawn.test_misc (7 min 16 sec), test.test_multiprocessing_spawn.test_manager (1 min) | |
| 0:19:34 load avg: 5.56 running (3): test_unittest (5 min 6 sec), test.test_multiprocessing_spawn.test_misc (7 min 46 sec), test.test_multiprocessing_spawn.test_manager (1 min 30 sec) | |
| 0:20:04 load avg: 6.06 running (3): test_unittest (5 min 36 sec), test.test_multiprocessing_spawn.test_misc (8 min 16 sec), test.test_multiprocessing_spawn.test_manager (2 min) | |
| 0:20:34 load avg: 5.68 running (3): test_unittest (6 min 6 sec), test.test_multiprocessing_spawn.test_misc (8 min 46 sec), test.test_multiprocessing_spawn.test_manager (2 min 30 sec) | |
| 0:21:04 load avg: 4.98 running (3): test_unittest (6 min 36 sec), test.test_multiprocessing_spawn.test_misc (9 min 16 sec), test.test_multiprocessing_spawn.test_manager (3 min) | |
| 0:21:17 load avg: 4.67 [ 65/495/25] test_unittest failed (23 failures) (6 min 49 sec) -- running (2): test.test_multiprocessing_spawn.test_misc (9 min 30 sec), test.test_multiprocessing_spawn.test_manager (3 min 13 sec) | |
| testAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testAlmostEqual) ... ok | |
| testAssertDictEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertDictEqual) ... ok | |
| testAssertFalse (test.test_unittest.test_assertions.TestLongMessage.testAssertFalse) ... ok | |
| testAssertGreater (test.test_unittest.test_assertions.TestLongMessage.testAssertGreater) ... ok | |
| testAssertGreaterEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertGreaterEqual) ... ok | |
| testAssertIn (test.test_unittest.test_assertions.TestLongMessage.testAssertIn) ... ok | |
| testAssertIs (test.test_unittest.test_assertions.TestLongMessage.testAssertIs) ... ok | |
| testAssertIsNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNone) ... ok | |
| testAssertIsNot (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNot) ... ok | |
| testAssertIsNotNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNotNone) ... ok | |
| testAssertLess (test.test_unittest.test_assertions.TestLongMessage.testAssertLess) ... ok | |
| testAssertLessEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertLessEqual) ... ok | |
| testAssertMultiLineEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertMultiLineEqual) ... ok | |
| testAssertNotIn (test.test_unittest.test_assertions.TestLongMessage.testAssertNotIn) ... ok | |
| testAssertNotRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertNotRegex) ... ok | |
| testAssertRaises (test.test_unittest.test_assertions.TestLongMessage.testAssertRaises) ... ok | |
| testAssertRaisesRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRaisesRegex) ... ok | |
| testAssertRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRegex) ... ok | |
| testAssertSequenceEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSequenceEqual) ... ok | |
| testAssertSetEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSetEqual) ... ok | |
| testAssertTrue (test.test_unittest.test_assertions.TestLongMessage.testAssertTrue) ... ok | |
| testAssertWarns (test.test_unittest.test_assertions.TestLongMessage.testAssertWarns) ... ok | |
| testAssertWarnsRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertWarnsRegex) ... ok | |
| testDefault (test.test_unittest.test_assertions.TestLongMessage.testDefault) ... ok | |
| testNotAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testNotAlmostEqual) ... ok | |
| testNotEqual (test.test_unittest.test_assertions.TestLongMessage.testNotEqual) ... ok | |
| test_assertNotWarns (test.test_unittest.test_assertions.TestLongMessage.test_assertNotWarns) ... ok | |
| test_baseAssertEqual (test.test_unittest.test_assertions.TestLongMessage.test_baseAssertEqual) ... ok | |
| test_formatMessage_unicode_error (test.test_unittest.test_assertions.TestLongMessage.test_formatMessage_unicode_error) ... ok | |
| test_formatMsg (test.test_unittest.test_assertions.TestLongMessage.test_formatMsg) ... ok | |
| testAssertNotRegex (test.test_unittest.test_assertions.Test_Assertions.testAssertNotRegex) ... ok | |
| test_AlmostEqual (test.test_unittest.test_assertions.Test_Assertions.test_AlmostEqual) ... ok | |
| test_AmostEqualWithDelta (test.test_unittest.test_assertions.Test_Assertions.test_AmostEqualWithDelta) ... ok | |
| test_assertRaises (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises) ... ok | |
| test_assertRaises_frames_survival (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival) ... FAIL | |
| test_base_exception_from_async_method (test.test_unittest.test_async_case.TestAsyncCase.test_base_exception_from_async_method) ... ok | |
| test_cancellation_hanging_tasks (test.test_unittest.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks) ... ok | |
| test_cleanups_interleave_order (test.test_unittest.test_async_case.TestAsyncCase.test_cleanups_interleave_order) ... ok | |
| test_debug_cleanup_same_loop (test.test_unittest.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop) ... ok | |
| test_deprecation_of_return_val_from_test (test.test_unittest.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test) ... ok | |
| test_enterAsyncContext (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext) ... ok | |
| test_enterAsyncContext_arg_errors (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors) ... ok | |
| test_exception_in_setup (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_setup) ... ok | |
| test_exception_in_tear_clean_up (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up) ... ok | |
| test_exception_in_tear_down (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_down) ... ok | |
| test_exception_in_test (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_test) ... ok | |
| test_full_cycle (test.test_unittest.test_async_case.TestAsyncCase.test_full_cycle) ... ok | |
| test_loop_factory (test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory) ... ok | |
| test_setup_get_event_loop (test.test_unittest.test_async_case.TestAsyncCase.test_setup_get_event_loop) ... ok | |
| testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreak.testHandlerReplacedButCalled) ... ok | |
| testInstallHandler (test.test_unittest.test_break.TestBreak.testInstallHandler) ... ok | |
| testInterruptCaught (test.test_unittest.test_break.TestBreak.testInterruptCaught) ... ok | |
| testMainInstallsHandler (test.test_unittest.test_break.TestBreak.testMainInstallsHandler) ... ok | |
| testRegisterResult (test.test_unittest.test_break.TestBreak.testRegisterResult) ... ok | |
| testRemoveHandler (test.test_unittest.test_break.TestBreak.testRemoveHandler) ... ok | |
| testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreak.testRemoveHandlerAsDecorator) ... ok | |
| testRemoveResult (test.test_unittest.test_break.TestBreak.testRemoveResult) ... ok | |
| testRunner (test.test_unittest.test_break.TestBreak.testRunner) ... ok | |
| testSecondInterrupt (test.test_unittest.test_break.TestBreak.testSecondInterrupt) ... ok | |
| testTwoResults (test.test_unittest.test_break.TestBreak.testTwoResults) ... ok | |
| testWeakReferences (test.test_unittest.test_break.TestBreak.testWeakReferences) ... FAIL | |
| testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled) ... ok | |
| testInstallHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInstallHandler) ... ok | |
| testInterruptCaught (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInterruptCaught) ... ok | |
| testMainInstallsHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler) ... ok | |
| testRegisterResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRegisterResult) ... ok | |
| testRemoveHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandler) ... ok | |
| testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator) ... ok | |
| testRemoveResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveResult) ... ok | |
| testRunner (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRunner) ... ok | |
| testSecondInterrupt (test.test_unittest.test_break.TestBreakDefaultIntHandler.testSecondInterrupt) ... ok | |
| testTwoResults (test.test_unittest.test_break.TestBreakDefaultIntHandler.testTwoResults) ... ok | |
| testWeakReferences (test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences) ... FAIL | |
| testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled) ... ok | |
| testInstallHandler (test.test_unittest.test_break.TestBreakSignalDefault.testInstallHandler) ... ok | |
| testInterruptCaught (test.test_unittest.test_break.TestBreakSignalDefault.testInterruptCaught) ... ok | |
| testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalDefault.testMainInstallsHandler) ... ok | |
| testRegisterResult (test.test_unittest.test_break.TestBreakSignalDefault.testRegisterResult) ... ok | |
| testRemoveHandler (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandler) ... ok | |
| testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator) ... ok | |
| testRemoveResult (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveResult) ... ok | |
| testRunner (test.test_unittest.test_break.TestBreakSignalDefault.testRunner) ... ok | |
| testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalDefault.testSecondInterrupt) ... ok | |
| testTwoResults (test.test_unittest.test_break.TestBreakSignalDefault.testTwoResults) ... ok | |
| testWeakReferences (test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences) ... FAIL | |
| testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled) ... skipped 'test requires SIGINT to not be ignored' | |
| testInstallHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testInstallHandler) ... ok | |
| testInterruptCaught (test.test_unittest.test_break.TestBreakSignalIgnored.testInterruptCaught) ... ok | |
| testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testMainInstallsHandler) ... ok | |
| testRegisterResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRegisterResult) ... ok | |
| testRemoveHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandler) ... ok | |
| testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator) ... ok | |
| testRemoveResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveResult) ... ok | |
| testRunner (test.test_unittest.test_break.TestBreakSignalIgnored.testRunner) ... ok | |
| testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalIgnored.testSecondInterrupt) ... skipped 'test requires SIGINT to not be ignored' | |
| testTwoResults (test.test_unittest.test_break.TestBreakSignalIgnored.testTwoResults) ... ok | |
| testWeakReferences (test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences) ... FAIL | |
| testAddTypeEqualityFunc (test.test_unittest.test_case.Test_TestCase.testAddTypeEqualityFunc) ... ok | |
| testAssertCountEqual (test.test_unittest.test_case.Test_TestCase.testAssertCountEqual) ... ok | |
| testAssertDictEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertDictEqualTruncates) ... ok | |
| testAssertEndsWith (test.test_unittest.test_case.Test_TestCase.testAssertEndsWith) ... ok | |
| testAssertEqual (test.test_unittest.test_case.Test_TestCase.testAssertEqual) ... ok | |
| testAssertEqualMultipleLinesMismatchedNewlinesTerminators (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMismatchedNewlinesTerminators) | |
| Verifying format of diff output from assertEqual involving strings ... ok | |
| testAssertEqualMultipleLinesMissingNewlineTerminator (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMissingNewlineTerminator) | |
| Verifying format of diff output from assertEqual involving strings ... ok | |
| testAssertEqualSingleLine (test.test_unittest.test_case.Test_TestCase.testAssertEqualSingleLine) ... ok | |
| testAssertEqual_diffThreshold (test.test_unittest.test_case.Test_TestCase.testAssertEqual_diffThreshold) ... ok | |
| testAssertEqual_shorten (test.test_unittest.test_case.Test_TestCase.testAssertEqual_shorten) ... ok | |
| testAssertEqualwithEmptyString (test.test_unittest.test_case.Test_TestCase.testAssertEqualwithEmptyString) | |
| Verify when there is an empty string involved, the diff output ... ok | |
| testAssertHasAttr (test.test_unittest.test_case.Test_TestCase.testAssertHasAttr) ... ok | |
| testAssertIn (test.test_unittest.test_case.Test_TestCase.testAssertIn) ... ok | |
| testAssertIs (test.test_unittest.test_case.Test_TestCase.testAssertIs) ... ok | |
| testAssertIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertIsInstance) ... ok | |
| testAssertIsNone (test.test_unittest.test_case.Test_TestCase.testAssertIsNone) ... ok | |
| testAssertIsNot (test.test_unittest.test_case.Test_TestCase.testAssertIsNot) ... ok | |
| testAssertIsSubclass (test.test_unittest.test_case.Test_TestCase.testAssertIsSubclass) ... ok | |
| testAssertLogsDefaults (test.test_unittest.test_case.Test_TestCase.testAssertLogsDefaults) ... ok | |
| testAssertLogsFailureLevelTooHigh (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh) ... ok | |
| testAssertLogsFailureLevelTooHigh_FilterInRootLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger) ... ok | |
| testAssertLogsFailureMismatchingLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger) ... ok | |
| testAssertLogsFailureNoLogs (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureNoLogs) ... ok | |
| testAssertLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLevel) ... ok | |
| testAssertLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLogger) ... ok | |
| testAssertLogsTwoMatchingMessages (test.test_unittest.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages) ... ok | |
| testAssertLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertLogsUnexpectedException) ... ok | |
| testAssertLogsWithFormatter (test.test_unittest.test_case.Test_TestCase.testAssertLogsWithFormatter) ... ok | |
| testAssertMultiLineEqual (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqual) ... ok | |
| testAssertMultiLineEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqualTruncates) ... ok | |
| testAssertNoLogsDefault (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsDefault) ... ok | |
| testAssertNoLogsFailureFoundLogs (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs) ... ok | |
| testAssertNoLogsFailurePerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel) ... ok | |
| testAssertNoLogsFailurePerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger) ... ok | |
| testAssertNoLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLevel) ... ok | |
| testAssertNoLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLogger) ... ok | |
| testAssertNoLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsUnexpectedException) ... ok | |
| testAssertNoLogsYieldsNone (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsYieldsNone) ... ok | |
| testAssertNotEndsWith (test.test_unittest.test_case.Test_TestCase.testAssertNotEndsWith) ... ok | |
| testAssertNotHasAttr (test.test_unittest.test_case.Test_TestCase.testAssertNotHasAttr) ... ok | |
| testAssertNotIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertNotIsInstance) ... ok | |
| testAssertNotIsSubclass (test.test_unittest.test_case.Test_TestCase.testAssertNotIsSubclass) ... ok | |
| testAssertNotRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertNotRaisesRegex) ... ok | |
| testAssertNotStartsWith (test.test_unittest.test_case.Test_TestCase.testAssertNotStartsWith) ... ok | |
| testAssertRaisesCallable (test.test_unittest.test_case.Test_TestCase.testAssertRaisesCallable) ... ok | |
| testAssertRaisesContext (test.test_unittest.test_case.Test_TestCase.testAssertRaisesContext) ... ok | |
| testAssertRaisesExcValue (test.test_unittest.test_case.Test_TestCase.testAssertRaisesExcValue) ... ok | |
| testAssertRaisesNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesNoExceptionType) ... ok | |
| testAssertRaisesRefcount (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount) ... FAIL | |
| testAssertRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegex) ... ok | |
| testAssertRaisesRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex) ... ok | |
| testAssertRaisesRegexMismatch (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexMismatch) ... ok | |
| testAssertRaisesRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType) ... ok | |
| testAssertRegex (test.test_unittest.test_case.Test_TestCase.testAssertRegex) ... ok | |
| testAssertSequenceEqualMaxDiff (test.test_unittest.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff) ... ok | |
| testAssertSetEqual (test.test_unittest.test_case.Test_TestCase.testAssertSetEqual) ... ok | |
| testAssertStartsWith (test.test_unittest.test_case.Test_TestCase.testAssertStartsWith) ... ok | |
| testAssertWarnsCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsCallable) ... ok | |
| testAssertWarnsContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsContext) ... ok | |
| testAssertWarnsModifySysModules (test.test_unittest.test_case.Test_TestCase.testAssertWarnsModifySysModules) ... ok | |
| testAssertWarnsNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsNoExceptionType) ... ok | |
| testAssertWarnsRegexCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexCallable) ... ok | |
| testAssertWarnsRegexContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexContext) ... ok | |
| testAssertWarnsRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex) ... ok | |
| testAssertWarnsRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType) ... ok | |
| testDeepcopy (test.test_unittest.test_case.Test_TestCase.testDeepcopy) ... ok | |
| testDeprecatedFailMethods (test.test_unittest.test_case.Test_TestCase.testDeprecatedFailMethods) | |
| Test that the deprecated fail* methods get removed in 3.12 ... ok | |
| testEquality (test.test_unittest.test_case.Test_TestCase.testEquality) ... ok | |
| testEqualityBytesWarning (test.test_unittest.test_case.Test_TestCase.testEqualityBytesWarning) ... ok | |
| testInequality (test.test_unittest.test_case.Test_TestCase.testInequality) ... ok | |
| testKeyboardInterrupt (test.test_unittest.test_case.Test_TestCase.testKeyboardInterrupt) ... ok | |
| testNoCycles (test.test_unittest.test_case.Test_TestCase.testNoCycles) ... FAIL | |
| testPickle (test.test_unittest.test_case.Test_TestCase.testPickle) ... ok | |
| testShortDescriptionWhitespaceTrimming (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWhitespaceTrimming) | |
| Tests shortDescription() whitespace is trimmed, so that the first ... ok | |
| testShortDescriptionWithMultiLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithMultiLineDocstring) | |
| Tests shortDescription() for a method with a longer docstring. ... ok | |
| testShortDescriptionWithOneLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithOneLineDocstring) | |
| Tests shortDescription() for a method with a docstring. ... ok | |
| testShortDescriptionWithoutDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithoutDocstring) ... ok | |
| testSkippingEverywhere (test.test_unittest.test_case.Test_TestCase.testSkippingEverywhere) ... ok | |
| testSystemExit (test.test_unittest.test_case.Test_TestCase.testSystemExit) ... ok | |
| testTruncateMessage (test.test_unittest.test_case.Test_TestCase.testTruncateMessage) ... ok | |
| test_call__invoking_an_instance_delegates_to_run (test.test_unittest.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run) ... ok | |
| test_countTestCases (test.test_unittest.test_case.Test_TestCase.test_countTestCases) ... ok | |
| test_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_defaultTestResult) ... ok | |
| test_deprecation_of_return_val_from_test (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test) ... ok | |
| test_deprecation_of_return_val_from_test_async_method (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test_async_method) ... ok | |
| test_eq (test.test_unittest.test_case.Test_TestCase.test_eq) ... ok | |
| test_failureException__default (test.test_unittest.test_case.Test_TestCase.test_failureException__default) ... ok | |
| test_failureException__subclassing__explicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise) ... ok | |
| test_failureException__subclassing__implicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise) ... ok | |
| test_hash (test.test_unittest.test_case.Test_TestCase.test_hash) ... ok | |
| test_id (test.test_unittest.test_case.Test_TestCase.test_id) ... ok | |
| test_init__no_test_name (test.test_unittest.test_case.Test_TestCase.test_init__no_test_name) ... ok | |
| test_init__test_name__invalid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__invalid) ... ok | |
| test_init__test_name__valid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__valid) ... ok | |
| test_ne (test.test_unittest.test_case.Test_TestCase.test_ne) ... ok | |
| test_no_exception_leak (test.test_unittest.test_case.Test_TestCase.test_no_exception_leak) ... FAIL | |
| test_run__returns_given_result (test.test_unittest.test_case.Test_TestCase.test_run__returns_given_result) ... ok | |
| test_run__uses_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_run__uses_defaultTestResult) ... ok | |
| test_run_call_order__error_in_setUp (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp) ... ok | |
| test_run_call_order__error_in_setUp_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result) ... ok | |
| test_run_call_order__error_in_tearDown (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown) ... ok | |
| test_run_call_order__error_in_tearDown_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result) ... ok | |
| test_run_call_order__error_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test) ... ok | |
| test_run_call_order__error_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result) ... ok | |
| test_run_call_order__failure_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test) ... ok | |
| test_run_call_order__failure_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result) ... ok | |
| test_run_call_order__subtests (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests) ... ok | |
| test_run_call_order__subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_failfast) ... ok | |
| test_run_call_order__subtests_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_legacy) ... ok | |
| test_run_call_order__subtests_success (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success) ... ok | |
| test_run_call_order__subtests_success_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy) ... ok | |
| test_run_call_order_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order_default_result) ... ok | |
| test_setUp (test.test_unittest.test_case.Test_TestCase.test_setUp) ... ok | |
| test_subtests_debug (test.test_unittest.test_case.Test_TestCase.test_subtests_debug) ... ok | |
| test_subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_subtests_failfast) ... ok | |
| test_tearDown (test.test_unittest.test_case.Test_TestCase.test_tearDown) ... ok | |
| test_command_line_handling_discover_by_default (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default) ... ok | |
| test_command_line_handling_discover_by_default_with_options (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options) ... ok | |
| test_command_line_handling_do_discovery_calls_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader) ... ok | |
| test_command_line_handling_do_discovery_too_many_arguments (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments) ... ok | |
| test_command_line_handling_do_discovery_uses_default_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader) ... ok | |
| test_command_line_handling_parseArgs (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_parseArgs) ... ok | |
| test_detect_module_clash (test.test_unittest.test_discovery.TestDiscovery.test_detect_module_clash) ... ok | |
| test_discover (test.test_unittest.test_discovery.TestDiscovery.test_discover) ... ok | |
| test_discover_should_not_persist_top_level_dir_between_calls (test.test_unittest.test_discovery.TestDiscovery.test_discover_should_not_persist_top_level_dir_between_calls) ... ok | |
| test_discover_start_dir_is_package_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests) ... ok | |
| test_discover_with_init_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import) ... ok | |
| test_discover_with_init_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import) ... ok | |
| test_discover_with_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import) ... ok | |
| test_discover_with_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import) ... ok | |
| test_discovery_failed_discovery (test.test_unittest.test_discovery.TestDiscovery.test_discovery_failed_discovery) ... ok | |
| test_discovery_from_dotted_namespace_packages (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_namespace_packages) ... ok | |
| test_discovery_from_dotted_path (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path) ... ok | |
| test_discovery_from_dotted_path_builtin_modules (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules) ... ok | |
| test_discovery_start_dir_is_namespace (test.test_unittest.test_discovery.TestDiscovery.test_discovery_start_dir_is_namespace) | |
| Subdirectory discovery not affected if start_dir is a namespace pkg. ... ok | |
| test_find_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests) ... ok | |
| test_find_tests_customize_via_package_pattern (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern) ... ok | |
| test_find_tests_default_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests) ... ok | |
| test_find_tests_socket (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_socket) ... ok | |
| test_find_tests_with_package (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_with_package) ... ok | |
| test_get_name_from_path (test.test_unittest.test_discovery.TestDiscovery.test_get_name_from_path) ... ok | |
| test_module_symlink_ok (test.test_unittest.test_discovery.TestDiscovery.test_module_symlink_ok) ... ok | |
| test_countTestCases (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_countTestCases) ... ok | |
| test_id (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_id) ... ok | |
| test_run_call_order__error_in_setUp (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp) ... ok | |
| test_run_call_order__error_in_tearDown (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown) ... ok | |
| test_run_call_order__error_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test) ... ok | |
| test_run_call_order__failure_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test) ... ok | |
| test_shortDescription__no_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring) ... ok | |
| test_shortDescription__singleline_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring) ... ok | |
| test___init__ (test.test_unittest.test_loader.Test_TestLoader.test___init__) ... ok | |
| test_getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames) ... ok | |
| test_getTestCaseNames__inheritance (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance) ... ok | |
| test_getTestCaseNames__no_tests (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests) ... ok | |
| test_getTestCaseNames__not_a_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase) ... ok | |
| test_getTestCaseNames__testNamePatterns (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns) ... ok | |
| test_getTestCaseNames__testNamePatterns__attribute_access_regression (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression) ... ok | |
| test_loadTestsFromModule__TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass) ... ok | |
| test_loadTestsFromModule__TestCase_subclass_internals (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_internals) ... ok | |
| test_loadTestsFromModule__faulty_load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests) ... ok | |
| test_loadTestsFromModule__load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests) ... ok | |
| test_loadTestsFromModule__no_TestCase_instances (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances) ... ok | |
| test_loadTestsFromModule__no_TestCase_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests) ... ok | |
| test_loadTestsFromModule__not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module) ... ok | |
| test_loadTestsFromModule__pattern (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern) ... ok | |
| test_loadTestsFromName__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance) ... ok | |
| test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass) ... ok | |
| test_loadTestsFromName__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite) ... ok | |
| test_loadTestsFromName__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type) ... ok | |
| test_loadTestsFromName__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name) ... ok | |
| test_loadTestsFromName__function_with_different_name_than_method (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method) ... ok | |
| test_loadTestsFromName__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name) ... ok | |
| test_loadTestsFromName__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded) ... ok | |
| test_loadTestsFromName__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass) ... ok | |
| test_loadTestsFromName__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite) ... ok | |
| test_loadTestsFromName__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object) ... ok | |
| test_loadTestsFromName__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name) ... ok | |
| test_loadTestsFromName__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod) ... ok | |
| test_loadTestsFromName__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name) ... ok | |
| test_loadTestsFromName__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module) ... ok | |
| test_loadTestsFromName__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod) ... ok | |
| test_loadTestsFromName__relative_testmethod_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass) ... ok | |
| test_loadTestsFromName__relative_unknown_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name) ... ok | |
| test_loadTestsFromName__unknown_attr_name_on_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module) ... ok | |
| test_loadTestsFromName__unknown_attr_name_on_package (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package) ... ok | |
| test_loadTestsFromName__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name) ... ok | |
| test_loadTestsFromNames__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance) ... ok | |
| test_loadTestsFromNames__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite) ... ok | |
| test_loadTestsFromNames__callable__call_staticmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod) ... ok | |
| test_loadTestsFromNames__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type) ... ok | |
| test_loadTestsFromNames__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name) ... ok | |
| test_loadTestsFromNames__empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list) ... ok | |
| test_loadTestsFromNames__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name) ... ok | |
| test_loadTestsFromNames__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded) ... ok | |
| test_loadTestsFromNames__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass) ... ok | |
| test_loadTestsFromNames__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite) ... ok | |
| test_loadTestsFromNames__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object) ... ok | |
| test_loadTestsFromNames__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name) ... ok | |
| test_loadTestsFromNames__relative_empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list) ... ok | |
| test_loadTestsFromNames__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod) ... ok | |
| test_loadTestsFromNames__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name) ... ok | |
| test_loadTestsFromNames__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module) ... ok | |
| test_loadTestsFromNames__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod) ... ok | |
| test_loadTestsFromNames__unknown_attr_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name) ... ok | |
| test_loadTestsFromNames__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name) ... ok | |
| test_loadTestsFromNames__unknown_name_relative_1 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1) ... ok | |
| test_loadTestsFromNames__unknown_name_relative_2 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2) ... ok | |
| test_loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase) ... ok | |
| test_loadTestsFromTestCase__TestSuite_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass) ... ok | |
| test_loadTestsFromTestCase__default_method_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name) ... ok | |
| test_loadTestsFromTestCase__from_FunctionTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_FunctionTestCase) ... ok | |
| test_loadTestsFromTestCase__from_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_TestCase) ... ok | |
| test_loadTestsFromTestCase__no_matches (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches) ... ok | |
| test_partial_functions (test.test_unittest.test_loader.Test_TestLoader.test_partial_functions) ... ok | |
| test_sortTestMethodsUsing__None (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None) ... ok | |
| test_sortTestMethodsUsing__default_value (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value) ... ok | |
| test_sortTestMethodsUsing__getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames) ... ok | |
| test_sortTestMethodsUsing__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule) ... ok | |
| test_sortTestMethodsUsing__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName) ... ok | |
| test_sortTestMethodsUsing__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames) ... ok | |
| test_sortTestMethodsUsing__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase) ... ok | |
| test_suiteClass__default_value (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__default_value) ... ok | |
| test_suiteClass__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule) ... ok | |
| test_suiteClass__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName) ... ok | |
| test_suiteClass__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames) ... ok | |
| test_suiteClass__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase) ... ok | |
| test_testMethodPrefix__default_value (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__default_value) ... ok | |
| test_testMethodPrefix__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule) ... ok | |
| test_testMethodPrefix__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName) ... ok | |
| test_testMethodPrefix__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames) ... ok | |
| test_testMethodPrefix__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase) ... ok | |
| testBufferCatchFailfast (test.test_unittest.test_program.TestCommandLineArgs.testBufferCatchFailfast) ... ok | |
| testCatchBreakInstallsHandler (test.test_unittest.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler) ... ok | |
| testParseArgsAbsolutePathsThatCanBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted) ... ok | |
| testParseArgsAbsolutePathsThatCannotBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted) ... ok | |
| testParseArgsFileNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFileNames) ... ok | |
| testParseArgsFilePaths (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFilePaths) ... ok | |
| testParseArgsNonExistentFiles (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles) ... ok | |
| testParseArgsSelectedTestNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames) ... ok | |
| testRunTestsOldRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass) ... ok | |
| testRunTestsRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerClass) ... ok | |
| testRunTestsRunnerInstance (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerInstance) ... ok | |
| testSelectedTestNamesFunctionalTest (test.test_unittest.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest) ... ok | |
| testVerbosity (test.test_unittest.test_program.TestCommandLineArgs.testVerbosity) ... ok | |
| testWarning (test.test_unittest.test_program.TestCommandLineArgs.testWarning) | |
| Test the warnings argument ... ok | |
| test_locals (test.test_unittest.test_program.TestCommandLineArgs.test_locals) ... ok | |
| testNoExit (test.test_unittest.test_program.Test_TestProgram.testNoExit) ... ok | |
| test_Exit (test.test_unittest.test_program.Test_TestProgram.test_Exit) ... ok | |
| test_ExitAsDefault (test.test_unittest.test_program.Test_TestProgram.test_ExitAsDefault) ... ok | |
| test_ExitEmptySuite (test.test_unittest.test_program.Test_TestProgram.test_ExitEmptySuite) ... ok | |
| test_ExitSkippedSuite (test.test_unittest.test_program.Test_TestProgram.test_ExitSkippedSuite) ... ok | |
| test_NonExit (test.test_unittest.test_program.Test_TestProgram.test_NonExit) ... ok | |
| test_defaultTest_with_iterable (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_iterable) ... ok | |
| test_defaultTest_with_string (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_string) ... ok | |
| test_discovery_from_dotted_path (test.test_unittest.test_program.Test_TestProgram.test_discovery_from_dotted_path) ... ok | |
| testBufferDoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoClassCleanups) ... ok | |
| testBufferDoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoCleanups) ... ok | |
| testBufferDoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoModuleCleanups) ... ok | |
| testBufferOutputAddErrorOrFailure (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure) ... ok | |
| testBufferOutputOff (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputOff) ... ok | |
| testBufferOutputStartTestAddSuccess (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess) ... ok | |
| testBufferSetUp (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp) ... ok | |
| testBufferSetUpModule (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule) ... ok | |
| testBufferSetUpModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups) ... ok | |
| testBufferSetUp_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups) ... ok | |
| testBufferSetupClass (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass) ... ok | |
| testBufferSetupClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups) ... ok | |
| testBufferTearDown (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown) ... ok | |
| testBufferTearDownClass (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass) ... ok | |
| testBufferTearDownClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups) ... ok | |
| testBufferTearDownModule (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule) ... ok | |
| testBufferTearDownModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups) ... ok | |
| testBufferTearDown_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups) ... ok | |
| testOldResultWithRunner (test.test_unittest.test_result.Test_OldTestResult.testOldResultWithRunner) ... ok | |
| testOldTestResult (test.test_unittest.test_result.Test_OldTestResult.testOldTestResult) ... ok | |
| testOldTestResultClass (test.test_unittest.test_result.Test_OldTestResult.testOldTestResultClass) ... ok | |
| testOldTestTesultSetup (test.test_unittest.test_result.Test_OldTestResult.testOldTestTesultSetup) ... ok | |
| testFailFast (test.test_unittest.test_result.Test_TestResult.testFailFast) ... ok | |
| testFailFastSetByRunner (test.test_unittest.test_result.Test_TestResult.testFailFastSetByRunner) ... ok | |
| testStackFrameTrimming (test.test_unittest.test_result.Test_TestResult.testStackFrameTrimming) ... ok | |
| test_addError (test.test_unittest.test_result.Test_TestResult.test_addError) ... ok | |
| test_addError_locals (test.test_unittest.test_result.Test_TestResult.test_addError_locals) ... ok | |
| test_addFailure (test.test_unittest.test_result.Test_TestResult.test_addFailure) ... ok | |
| test_addFailure_filter_traceback_frames (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames) ... ok | |
| test_addFailure_filter_traceback_frames_chained_exception_cycle (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle) ... ok | |
| test_addFailure_filter_traceback_frames_chained_exception_self_loop (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop) ... ok | |
| test_addFailure_filter_traceback_frames_context (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context) ... ok | |
| test_addSubTest (test.test_unittest.test_result.Test_TestResult.test_addSubTest) ... ok | |
| test_addSuccess (test.test_unittest.test_result.Test_TestResult.test_addSuccess) ... ok | |
| test_init (test.test_unittest.test_result.Test_TestResult.test_init) ... ok | |
| test_startTest (test.test_unittest.test_result.Test_TestResult.test_startTest) ... ok | |
| test_startTestRun_stopTestRun (test.test_unittest.test_result.Test_TestResult.test_startTestRun_stopTestRun) ... ok | |
| test_stop (test.test_unittest.test_result.Test_TestResult.test_stop) ... ok | |
| test_stopTest (test.test_unittest.test_result.Test_TestResult.test_stopTest) ... ok | |
| testDotsOutput (test.test_unittest.test_result.Test_TextTestResult.testDotsOutput) ... ok | |
| testDotsOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestMixed) ... ok | |
| testDotsOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess) ... ok | |
| testDotsOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputTearDownFail) ... ok | |
| testGetDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithMultiLineDocstring) | |
| Tests getDescription() for a method with a longer docstring. ... ok | |
| testGetDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithOneLineDocstring) | |
| Tests getDescription() for a method with a docstring. ... ok | |
| testGetDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring) ... ok | |
| testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring) ... ok | |
| testGetNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring) ... ok | |
| testGetSubTestDescriptionForFalseValues (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalseValues) ... ok | |
| testGetSubTestDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithMultiLineDocstring) | |
| Tests getDescription() for a method with a longer docstring. ... ok | |
| testGetSubTestDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithOneLineDocstring) | |
| Tests getDescription() for a method with a docstring. ... ok | |
| testGetSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring) ... ok | |
| testGetSubTestDescriptionWithoutDocstringAndParams (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams) ... ok | |
| testLongOutput (test.test_unittest.test_result.Test_TextTestResult.testLongOutput) ... ok | |
| testLongOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestMixed) ... ok | |
| testLongOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestSuccess) ... ok | |
| testLongOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testLongOutputTearDownFail) ... ok | |
| test_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_addClassCleanUp) ... ok | |
| test_debug_executes_classCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp) ... ok | |
| test_debug_executes_classCleanUp_when_teardown_exception (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception) ... ok | |
| test_doClassCleanups_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp) ... ok | |
| test_enterClassContext (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext) ... ok | |
| test_enterClassContext_arg_errors (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_arg_errors) ... ok | |
| test_run_class_cleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp) ... ok | |
| test_run_class_cleanUp_without_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass) ... ok | |
| test_run_empty_suite_error_message (test.test_unittest.test_runner.TestClassCleanup.test_run_empty_suite_error_message) ... ok | |
| test_run_nested_test (test.test_unittest.test_runner.TestClassCleanup.test_run_nested_test) ... ok | |
| test_run_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp) ... ok | |
| test_with_errors_addCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_addCleanUp) ... ok | |
| test_with_errors_in_addClassCleanup_and_setUps (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps) ... ok | |
| test_with_errors_in_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass) ... ok | |
| testCleanUp (test.test_unittest.test_runner.TestCleanUp.testCleanUp) ... ok | |
| testCleanUpWithErrors (test.test_unittest.test_runner.TestCleanUp.testCleanUpWithErrors) ... ok | |
| testCleanupInRun (test.test_unittest.test_runner.TestCleanUp.testCleanupInRun) ... ok | |
| testTestCaseDebugExecutesCleanups (test.test_unittest.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups) ... ok | |
| test_enterContext (test.test_unittest.test_runner.TestCleanUp.test_enterContext) ... ok | |
| test_enterContext_arg_errors (test.test_unittest.test_runner.TestCleanUp.test_enterContext_arg_errors) ... ok | |
| test_addClassCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors) ... ok | |
| test_addCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors) ... ok | |
| test_addModuleCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors) ... ok | |
| test_add_and_do_ModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup) ... ok | |
| test_debug_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception) ... ok | |
| test_debug_module_executes_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp) ... ok | |
| test_doModuleCleanup_with_errors_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup) ... ok | |
| test_doModuleCleanup_with_exception_group_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_exception_group_in_addModuleCleanup) ... ok | |
| test_doModuleCleanup_with_multiple_errors_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_multiple_errors_in_addModuleCleanup) ... ok | |
| test_enterModuleContext (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext) ... ok | |
| test_enterModuleContext_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors) ... ok | |
| test_module_cleanUp_with_multiple_classes (test.test_unittest.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes) ... ok | |
| test_run_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp) ... ok | |
| test_run_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception) ... ok | |
| test_run_module_cleanUp_without_teardown (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown) ... ok | |
| test_run_multiple_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp) ... ok | |
| test_with_errors_in_addClassCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup) ... ok | |
| test_with_errors_in_addCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup) ... ok | |
| test_with_errors_in_addModuleCleanup_and_setUps (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps) ... ok | |
| testBufferAndFailfast (test.test_unittest.test_runner.Test_TextTestRunner.testBufferAndFailfast) ... ok | |
| testRunnerRegistersResult (test.test_unittest.test_runner.Test_TextTestRunner.testRunnerRegistersResult) ... ok | |
| testSpecifiedStreamUsed (test.test_unittest.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed) ... ok | |
| testStdErrLookedUpAtInstantiationTime (test.test_unittest.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime) ... ok | |
| test_durations (test.test_unittest.test_runner.Test_TextTestRunner.test_durations) ... ok | |
| test_init (test.test_unittest.test_runner.Test_TextTestRunner.test_init) ... ok | |
| test_locals (test.test_unittest.test_runner.Test_TextTestRunner.test_locals) ... ok | |
| test_multiple_inheritance (test.test_unittest.test_runner.Test_TextTestRunner.test_multiple_inheritance) ... ok | |
| test_pickle_unpickle (test.test_unittest.test_runner.Test_TextTestRunner.test_pickle_unpickle) ... ok | |
| test_resultclass (test.test_unittest.test_runner.Test_TextTestRunner.test_resultclass) ... ok | |
| test_startTestRun_stopTestRun_called (test.test_unittest.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called) ... ok | |
| test_warnings (test.test_unittest.test_runner.Test_TextTestRunner.test_warnings) | |
| Check that warnings argument of TextTestRunner correctly affects the ... ok | |
| test_works_with_result_without_startTestRun_stopTestRun (test.test_unittest.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun) ... ok | |
| test_class_not_setup_or_torndown_when_skipped (test.test_unittest.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped) ... ok | |
| test_class_not_torndown_when_setup_fails (test.test_unittest.test_setups.TestSetups.test_class_not_torndown_when_setup_fails) ... ok | |
| test_error_in_setup_module (test.test_unittest.test_setups.TestSetups.test_error_in_setup_module) ... ok | |
| test_error_in_setupclass (test.test_unittest.test_setups.TestSetups.test_error_in_setupclass) ... ok | |
| test_error_in_teardown_class (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_class) ... ok | |
| test_error_in_teardown_module (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_module) ... ok | |
| test_setup_class (test.test_unittest.test_setups.TestSetups.test_setup_class) ... ok | |
| test_setup_module (test.test_unittest.test_setups.TestSetups.test_setup_module) ... ok | |
| test_setup_teardown_order_with_pathological_suite (test.test_unittest.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite) ... ok | |
| test_skiptest_in_setupclass (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupclass) ... ok | |
| test_skiptest_in_setupmodule (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupmodule) ... ok | |
| test_suite_debug_executes_setups_and_teardowns (test.test_unittest.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns) ... ok | |
| test_suite_debug_propagates_exceptions (test.test_unittest.test_setups.TestSetups.test_suite_debug_propagates_exceptions) ... ok | |
| test_teardown_class (test.test_unittest.test_setups.TestSetups.test_teardown_class) ... ok | |
| test_teardown_class_two_classes (test.test_unittest.test_setups.TestSetups.test_teardown_class_two_classes) ... ok | |
| test_teardown_module (test.test_unittest.test_setups.TestSetups.test_teardown_module) ... ok | |
| test_testcase_with_missing_module (test.test_unittest.test_setups.TestSetups.test_testcase_with_missing_module) ... ok | |
| test_debug_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping) ... ok | |
| test_debug_skipping_class (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_class) ... ok | |
| test_debug_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_subtests) ... ok | |
| test_decorated_skip (test.test_unittest.test_skipping.Test_TestSkipping.test_decorated_skip) ... ok | |
| test_expected_failure (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure) ... ok | |
| test_expected_failure_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup) ... ok | |
| test_expected_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup) ... ok | |
| test_expected_failure_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_subtests) ... ok | |
| test_expected_failure_with_wrapped_class (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class) ... ok | |
| test_expected_failure_with_wrapped_subclass (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass) ... ok | |
| test_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup) ... ok | |
| test_skip_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_class) ... ok | |
| test_skip_doesnt_run_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup) ... ok | |
| test_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_cleanup) ... ok | |
| test_skip_in_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_setup) ... ok | |
| test_skip_non_unittest_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_non_unittest_class) ... ok | |
| test_skip_without_reason (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_without_reason) ... ok | |
| test_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping) ... ok | |
| test_skipping_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup) ... ok | |
| test_skipping_decorators (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_decorators) ... ok | |
| test_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_subtests) ... ok | |
| test_unexpected_success (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success) ... ok | |
| test_unexpected_success_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup) ... ok | |
| test_unexpected_success_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup) ... ok | |
| test_unexpected_success_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_subtests) ... ok | |
| test_addTest__TestCase (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestCase) ... ok | |
| test_addTest__TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestSuite) ... ok | |
| test_addTest__casesuiteclass (test.test_unittest.test_suite.Test_TestSuite.test_addTest__casesuiteclass) ... ok | |
| test_addTest__noncallable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noncallable) ... ok | |
| test_addTest__noniterable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noniterable) ... ok | |
| test_addTests (test.test_unittest.test_suite.Test_TestSuite.test_addTests) ... ok | |
| test_addTests__string (test.test_unittest.test_suite.Test_TestSuite.test_addTests__string) ... ok | |
| test_basetestsuite (test.test_unittest.test_suite.Test_TestSuite.test_basetestsuite) ... ok | |
| test_countTestCases_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_nested) ... ok | |
| test_countTestCases_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_simple) ... ok | |
| test_countTestCases_zero_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_nested) ... ok | |
| test_countTestCases_zero_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_simple) ... ok | |
| test_eq (test.test_unittest.test_suite.Test_TestSuite.test_eq) ... ok | |
| test_function_in_suite (test.test_unittest.test_suite.Test_TestSuite.test_function_in_suite) ... ok | |
| test_garbage_collect_test_after_run_BaseTestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite) ... FAIL | |
| test_garbage_collect_test_after_run_TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite) ... FAIL | |
| test_init__TestSuite_instances_in_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests) ... ok | |
| test_init__empty_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__empty_tests) ... ok | |
| test_init__tests_from_any_iterable (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_from_any_iterable) ... ok | |
| test_init__tests_optional (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_optional) ... ok | |
| test_iter (test.test_unittest.test_suite.Test_TestSuite.test_iter) ... ok | |
| test_ne (test.test_unittest.test_suite.Test_TestSuite.test_ne) ... ok | |
| test_overriding_call (test.test_unittest.test_suite.Test_TestSuite.test_overriding_call) ... ok | |
| test_remove_test_at_index (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index) ... ok | |
| test_remove_test_at_index_not_indexable (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable) ... ok | |
| test_run (test.test_unittest.test_suite.Test_TestSuite.test_run) ... ok | |
| test_run__empty_suite (test.test_unittest.test_suite.Test_TestSuite.test_run__empty_suite) ... ok | |
| test_run__requires_result (test.test_unittest.test_suite.Test_TestSuite.test_run__requires_result) ... ok | |
| test_safe_repr (test.test_unittest.test_util.TestUtil.test_safe_repr) ... ok | |
| test_sorted_list_difference (test.test_unittest.test_util.TestUtil.test_sorted_list_difference) ... ok | |
| test_unorderable_list_difference (test.test_unittest.test_util.TestUtil.test_unorderable_list_difference) ... ok | |
| test_add_return_value (test.test_unittest.testmock.testasync.AsyncArguments.test_add_return_value) ... ok | |
| test_add_side_effect_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine) ... ok | |
| test_add_side_effect_exception (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception) ... ok | |
| test_add_side_effect_exception_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable) ... ok | |
| test_add_side_effect_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_iterable) ... ok | |
| test_add_side_effect_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function) ... ok | |
| test_await_args_list_order (test.test_unittest.testmock.testasync.AsyncArguments.test_await_args_list_order) ... ok | |
| test_return_value_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_AsyncMock) ... ok | |
| test_return_value_awaitable (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_awaitable) ... ok | |
| test_side_effect_awaitable_values (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values) ... ok | |
| test_side_effect_is_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock) ... ok | |
| test_wraps_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_coroutine) ... ok | |
| test_wraps_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_normal_function) ... ok | |
| test_autospec_checks_signature (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_autospec_checks_signature) ... ok | |
| test_create_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec) ... ok | |
| test_create_autospec_instance (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance) ... ok | |
| test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch) ... ok | |
| test_patch_with_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec) ... ok | |
| test_context_manager_raise_exception_by_default (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default) ... ok | |
| test_mock_customize_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager) ... ok | |
| test_mock_customize_async_context_manager_with_coroutine (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine) ... ok | |
| test_mock_supports_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager) ... ok | |
| test_set_return_value_of_aenter (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter) ... ok | |
| test_aiter_set_return_value (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value) ... ok | |
| test_mock_aiter_and_anext_asyncmock (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock) ... ok | |
| test_mock_async_for (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_async_for) ... ok | |
| test_async_magic_methods_return_async_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks) ... ok | |
| test_asyncmock_has_sync_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods) ... ok | |
| test_magic_methods_are_async_functions (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions) ... ok | |
| test_magicmock_has_async_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods) ... ok | |
| test_sync_magic_methods_return_magic_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks) ... ok | |
| test_assert_any_wait (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_any_wait) ... ok | |
| test_assert_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited) ... ok | |
| test_assert_awaited_but_not_called (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called) ... ok | |
| test_assert_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once) ... ok | |
| test_assert_awaited_once_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with) ... ok | |
| test_assert_awaited_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_with) ... ok | |
| test_assert_called_and_awaited_at_same_time (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time) ... ok | |
| test_assert_called_but_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited) ... FAIL | |
| test_assert_called_once_and_awaited_twice (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice) ... ok | |
| test_assert_called_then_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited) ... ok | |
| test_assert_called_twice_and_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once) ... FAIL | |
| test_assert_has_awaits_no_order (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order) ... ok | |
| test_assert_has_awaits_not_matching_spec_error (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error) ... ok | |
| test_assert_has_awaits_ordered (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered) ... ok | |
| test_assert_has_calls_not_awaits (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits) ... FAIL | |
| test_assert_has_mock_calls_on_async_mock_no_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec) ... FAIL | |
| test_assert_has_mock_calls_on_async_mock_with_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec) ... FAIL | |
| test_assert_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_not_awaited) ... ok | |
| test_async_arg_lists (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists) ... FAIL | |
| test_async_method_calls_recorded (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded) ... FAIL | |
| test_awaits_asserts_with_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any) ... ok | |
| test_awaits_asserts_with_spec_and_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any) ... ok | |
| test_future_isfuture (test.test_unittest.testmock.testasync.AsyncMockTest.test_future_isfuture) ... ok | |
| test_isawaitable (test.test_unittest.testmock.testasync.AsyncMockTest.test_isawaitable) ... ok | |
| test_iscoroutinefunction_default (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default) ... ok | |
| test_iscoroutinefunction_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function) ... ok | |
| test_iscoroutinefunction_normal_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function) ... ok | |
| test_async_def_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_async_def_cm) ... ok | |
| test_is_AsyncMock_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm) ... ok | |
| test_is_async_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_cm) ... ok | |
| test_is_async_function_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm) ... ok | |
| test_patch_dict_async_def (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def) ... ok | |
| test_patch_dict_async_def_context (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context) ... ok | |
| test_async_def_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch) ... ok | |
| test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch) ... ok | |
| test_is_AsyncMock_patch_classmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod) ... ok | |
| test_is_AsyncMock_patch_staticmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod) ... ok | |
| test_is_async_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch) ... ok | |
| test_is_coroutine_function_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch) ... ok | |
| test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch) ... ok | |
| test_is_async_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock) ... ok | |
| test_is_child_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock) ... ok | |
| test_magicmock_lambda_spec (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec) ... ok | |
| test_spec_as_normal_kw_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock) ... ok | |
| test_spec_as_normal_positional_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock) ... ok | |
| test_spec_async_attributes (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes) ... ok | |
| test_spec_async_attributes_instance (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_instance) ... ok | |
| test_spec_async_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_mock) ... ok | |
| test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) ... | |
| test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.AsyncMock'>] ... FAIL | |
| test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.MagicMock'>] ... FAIL | |
| test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.Mock'>] ... FAIL | |
| test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) ... | |
| test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.AsyncMock'>] ... FAIL | |
| test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.MagicMock'>] ... FAIL | |
| test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.Mock'>] ... FAIL | |
| test_spec_normal_methods_on_class (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class) ... ok | |
| test_spec_normal_methods_on_class_with_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock) ... ok | |
| test_spec_normal_methods_on_class_with_mock_seal (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal) ... ok | |
| test_spec_parent_not_async_attribute_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is) ... ok | |
| test_target_async_spec_not (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_async_spec_not) ... ok | |
| test_target_not_async_spec_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is) ... ok | |
| test_attributes (test.test_unittest.testmock.testcallable.TestCallable.test_attributes) ... ok | |
| test_create_autospec (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec) ... ok | |
| test_create_autospec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_instance) ... ok | |
| test_hierarchy (test.test_unittest.testmock.testcallable.TestCallable.test_hierarchy) ... ok | |
| test_non_callable (test.test_unittest.testmock.testcallable.TestCallable.test_non_callable) ... ok | |
| test_patch_spec (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec) ... ok | |
| test_patch_spec_callable_class (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_callable_class) ... ok | |
| test_patch_spec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_instance) ... ok | |
| test_patch_spec_set (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set) ... ok | |
| test_patch_spec_set_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_instance) ... ok | |
| test_subclasses (test.test_unittest.testmock.testcallable.TestCallable.test_subclasses) ... ok | |
| test_any (test.test_unittest.testmock.testhelpers.AnyTest.test_any) ... ok | |
| test_any_and_datetime (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_datetime) ... ok | |
| test_any_and_spec_set (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_spec_set) ... ok | |
| test_any_mock_calls_comparison_order (test.test_unittest.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order) ... ok | |
| test_any_no_spec (test.test_unittest.testmock.testhelpers.AnyTest.test_any_no_spec) ... ok | |
| test_repr (test.test_unittest.testmock.testhelpers.AnyTest.test_repr) ... ok | |
| test_attribute_call (test.test_unittest.testmock.testhelpers.CallTest.test_attribute_call) ... ok | |
| test_call (test.test_unittest.testmock.testhelpers.CallTest.test_call) ... ok | |
| test_call_any (test.test_unittest.testmock.testhelpers.CallTest.test_call_any) ... ok | |
| test_call_list (test.test_unittest.testmock.testhelpers.CallTest.test_call_list) ... ok | |
| test_call_ne (test.test_unittest.testmock.testhelpers.CallTest.test_call_ne) ... ok | |
| test_call_non_tuples (test.test_unittest.testmock.testhelpers.CallTest.test_call_non_tuples) ... ok | |
| test_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args) ... ok | |
| test_call_with_args_call_empty_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name) ... ok | |
| test_call_with_call (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_call) ... ok | |
| test_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_kwargs) ... ok | |
| test_call_with_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_name) ... ok | |
| test_dunder_call (test.test_unittest.testmock.testhelpers.CallTest.test_dunder_call) ... ok | |
| test_empty__Call (test.test_unittest.testmock.testhelpers.CallTest.test_empty__Call) ... ok | |
| test_extended_call (test.test_unittest.testmock.testhelpers.CallTest.test_extended_call) ... ok | |
| test_extended_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_extended_not_equal) ... ok | |
| test_named_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_args) ... ok | |
| test_named_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_kwargs) ... ok | |
| test_named_empty_call (test.test_unittest.testmock.testhelpers.CallTest.test_named_empty_call) ... ok | |
| test_nested_calls_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_nested_calls_not_equal) ... ok | |
| test_repr (test.test_unittest.testmock.testhelpers.CallTest.test_repr) ... ok | |
| test_two_args_call (test.test_unittest.testmock.testhelpers.CallTest.test_two_args_call) ... ok | |
| test_attributes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_attributes) ... ok | |
| test_autospec_data_descriptor (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor) ... ok | |
| test_autospec_functions_with_self_in_odd_place (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place) ... ok | |
| test_autospec_getattr_partial_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function) ... ok | |
| test_autospec_on_bound_builtin_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function) ... ok | |
| test_autospec_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock) ... ok | |
| test_autospec_signature_classmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod) ... ok | |
| test_autospec_signature_staticmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod) ... ok | |
| test_basic (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_basic) ... ok | |
| test_builtin_functions_types (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types) ... ok | |
| test_builtins (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtins) ... ok | |
| test_class_with_no_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init) ... ok | |
| test_create_autospec_keyword_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments) ... ok | |
| test_create_autospec_keyword_only_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments) ... ok | |
| test_create_autospec_none (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none) ... ok | |
| test_create_autospec_return_value (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value) ... ok | |
| test_dataclass_default (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_default) ... ok | |
| test_dataclass_post_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_post_init) ... ok | |
| test_dataclass_special_attrs (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_special_attrs) ... ok | |
| test_dataclass_with_method (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_with_method) ... ok | |
| test_dataclass_with_non_fields (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_with_non_fields) ... ok | |
| test_descriptors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_descriptors) ... ok | |
| test_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function) ... ok | |
| test_function_as_instance_attribute (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute) ... ok | |
| test_inherit (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_inherit) ... ok | |
| test_magic_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_magic_methods) ... ok | |
| test_method_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_method_calls) ... ok | |
| test_mocking_unbound_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods) ... ok | |
| test_recursive (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_recursive) ... ok | |
| test_signature_callable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_callable) ... ok | |
| test_signature_class (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_class) ... ok | |
| test_signature_noncallable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable) ... ok | |
| test_skip_attributeerrors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors) ... ok | |
| test_spec_as_list (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_as_list) ... ok | |
| test_spec_function_assert_any_call (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call) ... ok | |
| test_spec_function_assert_has_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls) ... ok | |
| test_spec_function_no_name (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name) ... ok | |
| test_spec_function_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock) ... ok | |
| test_spec_has_descriptor_returning_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function) ... ok | |
| test_spec_has_function_not_in_bases (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases) ... ok | |
| test_spec_inheritance_for_classes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes) ... ok | |
| test_spec_inspect_signature (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature) ... ok | |
| test_spec_inspect_signature_annotations (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations) ... ok | |
| test_spec_set (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_set) ... ok | |
| test_args_list_contains_call_list (test.test_unittest.testmock.testhelpers.TestCallList.test_args_list_contains_call_list) ... ok | |
| test_call_list_str (test.test_unittest.testmock.testhelpers.TestCallList.test_call_list_str) ... ok | |
| test_propertymock (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock) ... ok | |
| test_propertymock_attach (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_attach) ... ok | |
| test_propertymock_bare (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_bare) ... ok | |
| test_propertymock_returnvalue (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_returnvalue) ... ok | |
| test_propertymock_side_effect (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_side_effect) ... ok | |
| test_call_magic_method (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_call_magic_method) ... ok | |
| test_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_classmethod) ... ok | |
| test_non_callable_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod) ... ok | |
| test_non_callable_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod) ... ok | |
| test_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_staticmethod) ... ok | |
| test_type (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_type) ... ok | |
| test_asyncmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults) ... ok | |
| test_attributes_and_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value) ... ok | |
| test_bound_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods) ... ok | |
| test_changing_magic_set_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization) ... ok | |
| test_comparison (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison) ... ok | |
| test_deleting_magic_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods) ... ok | |
| test_descriptor_from_class (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class) ... ok | |
| test_dict_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods) ... ok | |
| test_dir (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dir) ... ok | |
| test_division (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_division) ... ok | |
| test_divmod_and_rdivmod (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod) ... ok | |
| test_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_equality) ... ok | |
| test_hash (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_hash) ... ok | |
| test_iterable_as_iter_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value) ... ok | |
| test_len_contains_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter) ... ok | |
| test_magic_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization) ... ok | |
| test_magic_method_reset_mock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock) ... ok | |
| test_magic_method_type (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type) ... ok | |
| test_magic_method_wrapping (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping) ... ok | |
| test_magic_methods_and_spec (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec) ... ok | |
| test_magic_methods_and_spec_set (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set) ... ok | |
| test_magic_methods_are_magic_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks) ... ok | |
| test_magic_methods_fspath (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath) ... ok | |
| test_magic_methods_isolated_between_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks) ... ok | |
| test_magic_mock_does_not_reset_magic_returns (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_does_not_reset_magic_returns) ... ok | |
| test_magic_mock_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality) ... ok | |
| test_magic_mock_resets_manual_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks) ... ok | |
| test_magic_mock_resets_manual_mocks_empty_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_empty_iter) ... ok | |
| test_magicmock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock) ... ok | |
| test_magicmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults) ... ok | |
| test_magicmock_del (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del) ... ok | |
| test_matmul (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul) ... ok | |
| test_nonzero (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero) ... ok | |
| test_numeric (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric) ... ok | |
| test_repr (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_repr) ... ok | |
| test_setting_unsupported_magic_method (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method) ... ok | |
| test_str (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_str) ... ok | |
| test__name__ (test.test_unittest.testmock.testmock.MockTest.test__name__) ... ok | |
| test_adding_child_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_child_mock) ... ok | |
| test_adding_return_value_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_return_value_mock) ... ok | |
| test_all (test.test_unittest.testmock.testmock.MockTest.test_all) ... ok | |
| test_arg_lists (test.test_unittest.testmock.testmock.MockTest.test_arg_lists) ... ok | |
| test_assert_any_call (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call) ... ok | |
| test_assert_any_call_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_with_function_spec) ... ok | |
| test_assert_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called) ... ok | |
| test_assert_called_exception_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_exception_message) ... ok | |
| test_assert_called_once (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once) ... ok | |
| test_assert_called_once_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message) ... ok | |
| test_assert_called_once_message_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_not_called) ... ok | |
| test_assert_called_once_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with) ... ok | |
| test_assert_called_once_with_call_list (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_call_list) ... ok | |
| test_assert_called_once_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_function_spec) ... ok | |
| test_assert_called_once_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_message) ... ok | |
| test_assert_called_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with) ... ok | |
| test_assert_called_with_any (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_any) ... ok | |
| test_assert_called_with_failure_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_failure_message) ... ok | |
| test_assert_called_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_function_spec) ... ok | |
| test_assert_called_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_message) ... ok | |
| test_assert_called_with_method_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_method_spec) ... ok | |
| test_assert_has_calls (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls) ... ok | |
| test_assert_has_calls_any_order (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_any_order) ... ok | |
| test_assert_has_calls_nested_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_spec) ... ok | |
| test_assert_has_calls_nested_without_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec) ... ok | |
| test_assert_has_calls_not_matching_spec_error (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error) ... ok | |
| test_assert_has_calls_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec) ... ok | |
| test_assert_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called) ... ok | |
| test_assert_not_called_message (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_message) ... ok | |
| test_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_attach_mock) ... ok | |
| test_attach_mock_patch_autospec (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec) ... ok | |
| test_attach_mock_patch_autospec_signature (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature) ... ok | |
| test_attach_mock_return_value (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_return_value) ... ok | |
| test_attribute_access_returns_mocks (test.test_unittest.testmock.testmock.MockTest.test_attribute_access_returns_mocks) ... ok | |
| test_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_attribute_deletion) ... ok | |
| test_attributes_have_name_and_parent_set (test.test_unittest.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set) ... ok | |
| test_autospec_mock (test.test_unittest.testmock.testmock.MockTest.test_autospec_mock) ... ok | |
| test_autospec_side_effect (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect) ... ok | |
| test_autospec_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_exception) ... ok | |
| test_baseexceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_baseexceptional_side_effect) ... ok | |
| test_bool_not_called_when_passing_spec_arg (test.test_unittest.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg) ... ok | |
| test_call (test.test_unittest.testmock.testmock.MockTest.test_call) ... ok | |
| test_call_args_comparison (test.test_unittest.testmock.testmock.MockTest.test_call_args_comparison) ... ok | |
| test_call_args_two_tuple (test.test_unittest.testmock.testmock.MockTest.test_call_args_two_tuple) ... ok | |
| test_calls_equal_with_any (test.test_unittest.testmock.testmock.MockTest.test_calls_equal_with_any) ... ok | |
| test_change_return_value_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_return_value_via_delegate) ... ok | |
| test_change_side_effect_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_side_effect_via_delegate) ... ok | |
| test_child_mock_call_equal (test.test_unittest.testmock.testmock.MockTest.test_child_mock_call_equal) ... ok | |
| test_class_assignable (test.test_unittest.testmock.testmock.MockTest.test_class_assignable) ... ok | |
| test_configure_mock (test.test_unittest.testmock.testmock.MockTest.test_configure_mock) ... ok | |
| test_constructor (test.test_unittest.testmock.testmock.MockTest.test_constructor) ... ok | |
| test_copy (test.test_unittest.testmock.testmock.MockTest.test_copy) ... ok | |
| test_create_autospec_classmethod_and_staticmethod (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod) ... ok | |
| test_create_autospec_correctly_handles_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_correctly_handles_name) ... ok | |
| test_create_autospec_instance_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_instance_wraps_class) | |
| Autospec a class instance with wraps & test if the call is passed ... ok | |
| test_create_autospec_should_be_configurable_by_kwargs (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_should_be_configurable_by_kwargs) | |
| If kwargs are given to configure mock, the function must configure ... ok | |
| test_create_autospec_with_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_with_name) ... ok | |
| test_create_autospec_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_class) | |
| Autospec a class with wraps & test if the call is passed to the ... ok | |
| test_create_autospec_wraps_function_type (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_function_type) | |
| Autospec a function or a method with wraps & test if the call is ... ok | |
| test_customize_wrapped_object_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value) ... ok | |
| test_customize_wrapped_object_with_return_value_and_side_effect (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect) ... ok | |
| test_customize_wrapped_object_with_return_value_and_side_effect2 (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2) ... ok | |
| test_customize_wrapped_object_with_return_value_and_side_effect_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default) ... ok | |
| test_customize_wrapped_object_with_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception) ... ok | |
| test_customize_wrapped_object_with_side_effect_function (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function) ... ok | |
| test_customize_wrapped_object_with_side_effect_iterable (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable) ... ok | |
| test_customize_wrapped_object_with_side_effect_iterable_with_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default) ... ok | |
| test_decorated_async_methods_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_decorated_async_methods_with_spec_mock) ... ok | |
| test_dir (test.test_unittest.testmock.testmock.MockTest.test_dir) ... ok | |
| test_dir_does_not_include_deleted_attributes (test.test_unittest.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes) ... ok | |
| test_dir_from_spec (test.test_unittest.testmock.testmock.MockTest.test_dir_from_spec) ... ok | |
| test_exceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_exceptional_side_effect) ... ok | |
| test_explicit_parent (test.test_unittest.testmock.testmock.MockTest.test_explicit_parent) ... ok | |
| test_explicit_return_value_even_if_mock_wraps_object (test.test_unittest.testmock.testmock.MockTest.test_explicit_return_value_even_if_mock_wraps_object) | |
| If the mock has an explicit return_value set then calls are not ... ok | |
| test_filter_dir (test.test_unittest.testmock.testmock.MockTest.test_filter_dir) ... ok | |
| test_from_spec (test.test_unittest.testmock.testmock.MockTest.test_from_spec) ... ok | |
| test_isinstance_under_settrace (test.test_unittest.testmock.testmock.MockTest.test_isinstance_under_settrace) ... ok | |
| test_magic_method_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_class) ... ok | |
| test_magic_method_wraps_dict (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_dict) ... ok | |
| test_magic_methods_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_magic_methods_mock_calls) ... ok | |
| test_manager_mock (test.test_unittest.testmock.testmock.MockTest.test_manager_mock) ... ok | |
| test_method_calls_compare_easily (test.test_unittest.testmock.testmock.MockTest.test_method_calls_compare_easily) ... ok | |
| test_method_calls_recorded (test.test_unittest.testmock.testmock.MockTest.test_method_calls_recorded) ... ok | |
| test_misspelled_arguments (test.test_unittest.testmock.testmock.MockTest.test_misspelled_arguments) ... ok | |
| test_mock_add_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec) ... ok | |
| test_mock_add_spec_magic_methods (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_magic_methods) ... ok | |
| test_mock_call_not_equal_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_leaf) ... ok | |
| test_mock_call_not_equal_non_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf) ... ok | |
| test_mock_call_not_equal_non_leaf_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr) ... ok | |
| test_mock_call_not_equal_non_leaf_call_versus_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr) ... ok | |
| test_mock_call_not_equal_non_leaf_params_different (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different) ... ok | |
| test_mock_call_repr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr) ... ok | |
| test_mock_call_repr_loop (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_loop) ... ok | |
| test_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_mock_calls) ... ok | |
| test_mock_calls_contains (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_contains) ... ok | |
| test_mock_calls_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_create_autospec) ... ok | |
| test_mock_does_not_raise_on_repeated_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion) ... ok | |
| test_mock_open_after_eof (test.test_unittest.testmock.testmock.MockTest.test_mock_open_after_eof) ... ok | |
| test_mock_open_alter_readline (test.test_unittest.testmock.testmock.MockTest.test_mock_open_alter_readline) ... ok | |
| test_mock_open_dunder_iter_issue (test.test_unittest.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue) ... ok | |
| test_mock_open_next_with_readline_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value) ... ok | |
| test_mock_open_reuse_issue_21750 (test.test_unittest.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750) ... ok | |
| test_mock_open_using_next (test.test_unittest.testmock.testmock.MockTest.test_mock_open_using_next) ... ok | |
| test_mock_open_write (test.test_unittest.testmock.testmock.MockTest.test_mock_open_write) ... ok | |
| test_mock_parents (test.test_unittest.testmock.testmock.MockTest.test_mock_parents) ... ok | |
| test_mock_raises_when_deleting_nonexistent_attribute (test.test_unittest.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute) ... ok | |
| test_mock_safe_with_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_safe_with_spec) ... ok | |
| test_mock_unsafe (test.test_unittest.testmock.testmock.MockTest.test_mock_unsafe) ... ok | |
| test_name_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_name_attribute_of_call) ... ok | |
| test_only_allowed_methods_exist (test.test_unittest.testmock.testmock.MockTest.test_only_allowed_methods_exist) ... ok | |
| test_ordered_call_signature (test.test_unittest.testmock.testmock.MockTest.test_ordered_call_signature) ... ok | |
| test_override_tuple_methods (test.test_unittest.testmock.testmock.MockTest.test_override_tuple_methods) ... ok | |
| test_parent_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_parent_attribute_of_call) ... ok | |
| test_parent_propagation_with_autospec_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock) ... ok | |
| test_parent_propagation_with_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec) ... ok | |
| test_property_not_called_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_property_not_called_with_spec_mock) ... ok | |
| test_repr (test.test_unittest.testmock.testmock.MockTest.test_repr) ... ok | |
| test_repr_with_spec (test.test_unittest.testmock.testmock.MockTest.test_repr_with_spec) ... ok | |
| test_reset_mock (test.test_unittest.testmock.testmock.MockTest.test_reset_mock) ... ok | |
| test_reset_mock_does_not_raise_on_attr_deletion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion) ... ok | |
| test_reset_mock_on_mock_open_issue_18622 (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622) ... ok | |
| test_reset_mock_recursion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_recursion) ... ok | |
| test_reset_return (test.test_unittest.testmock.testmock.MockTest.test_reset_return) ... ok | |
| test_reset_return_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_sideeffect) ... ok | |
| test_reset_return_with_children (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children) ... ok | |
| test_reset_return_with_children_side_effect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_side_effect) ... ok | |
| test_reset_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_sideeffect) ... ok | |
| test_return_value_in_constructor (test.test_unittest.testmock.testmock.MockTest.test_return_value_in_constructor) ... ok | |
| test_setting_attribute_with_spec_set (test.test_unittest.testmock.testmock.MockTest.test_setting_attribute_with_spec_set) ... ok | |
| test_setting_call (test.test_unittest.testmock.testmock.MockTest.test_setting_call) ... ok | |
| test_side_effect (test.test_unittest.testmock.testmock.MockTest.test_side_effect) ... ok | |
| test_side_effect_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator) ... ok | |
| test_side_effect_iterator_default (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_default) ... ok | |
| test_side_effect_iterator_exceptions (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_exceptions) ... ok | |
| test_side_effect_setting_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_setting_iterator) ... ok | |
| test_spec_class (test.test_unittest.testmock.testmock.MockTest.test_spec_class) ... ok | |
| test_spec_class_no_object_base (test.test_unittest.testmock.testmock.MockTest.test_spec_class_no_object_base) ... ok | |
| test_spec_list_subclass (test.test_unittest.testmock.testmock.MockTest.test_spec_list_subclass) ... ok | |
| test_subclass_with_properties (test.test_unittest.testmock.testmock.MockTest.test_subclass_with_properties) ... ok | |
| test_subclassing (test.test_unittest.testmock.testmock.MockTest.test_subclassing) ... ok | |
| test_wraps_attributes (test.test_unittest.testmock.testmock.MockTest.test_wraps_attributes) ... ok | |
| test_wraps_call_with_nondefault_return_value (test.test_unittest.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value) ... ok | |
| test_wraps_calls (test.test_unittest.testmock.testmock.MockTest.test_wraps_calls) ... ok | |
| test_wraps_prevents_automatic_creation_of_mocks (test.test_unittest.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks) ... ok | |
| test_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_autospec) ... ok | |
| test_autospec_classmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod) ... ok | |
| test_autospec_classmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_signature) ... ok | |
| test_autospec_function (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_function) ... ok | |
| test_autospec_inherits (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_inherits) ... ok | |
| test_autospec_keywords (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_keywords) ... ok | |
| test_autospec_name (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_name) ... ok | |
| test_autospec_staticmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod) ... ok | |
| test_autospec_staticmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature) ... ok | |
| test_autospec_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_new) ... ok | |
| test_autospec_with_object (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_object) ... ok | |
| test_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_callable_spec_as_list) ... ok | |
| test_cant_set_kwargs_when_passing_a_mock (test.test_unittest.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock) ... ok | |
| test_create_and_specs (test.test_unittest.testmock.testpatch.PatchTest.test_create_and_specs) ... ok | |
| test_dotted_but_module_not_loaded (test.test_unittest.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded) ... ok | |
| test_exit_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_exit_idempotent) ... ok | |
| test_falsey_spec (test.test_unittest.testmock.testpatch.PatchTest.test_falsey_spec) ... ok | |
| test_get_only_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_only_proxy) ... ok | |
| test_get_set_delete_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_set_delete_proxy) ... ok | |
| test_invalid_target (test.test_unittest.testmock.testpatch.PatchTest.test_invalid_target) ... ok | |
| test_mock_calls_with_patch (test.test_unittest.testmock.testpatch.PatchTest.test_mock_calls_with_patch) ... ok | |
| test_multiple_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_patchobject) ... ok | |
| test_multiple_specs (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_specs) ... ok | |
| test_name_preserved (test.test_unittest.testmock.testpatch.PatchTest.test_name_preserved) ... ok | |
| test_name_resolution_import_rebinding (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding) ... ok | |
| test_name_resolution_import_rebinding2 (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding2) ... ok | |
| test_nested_patch_failure (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_failure) ... ok | |
| test_nested_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list) ... ok | |
| test_new_callable_class_decorating (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_class_decorating) ... ok | |
| test_new_callable_create (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_create) ... ok | |
| test_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_failure) ... ok | |
| test_new_callable_incompatible_with_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec) ... ok | |
| test_new_callable_incompatible_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new) ... ok | |
| test_new_callable_inherit_for_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks) ... ok | |
| test_new_callable_inherit_non_mock (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock) ... ok | |
| test_new_callable_keyword_arguments (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments) ... ok | |
| test_new_callable_patch (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch) ... ok | |
| test_new_callable_patch_object (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_object) ... ok | |
| test_new_callable_spec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_spec) ... ok | |
| test_not_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_not_callable_spec_as_list) ... ok | |
| test_object_lookup_is_quite_lazy (test.test_unittest.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy) ... ok | |
| test_patch (test.test_unittest.testmock.testpatch.PatchTest.test_patch) ... ok | |
| test_patch_and_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall) ... ok | |
| test_patch_builtins_without_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_builtins_without_create) ... ok | |
| test_patch_class_acts_with_spec_is_inherited (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited) ... ok | |
| test_patch_class_attribute (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_attribute) ... ok | |
| test_patch_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_decorator) ... ok | |
| test_patch_dict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict) ... ok | |
| test_patch_dict_as_context_manager (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager) ... ok | |
| test_patch_dict_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_class_decorator) ... ok | |
| test_patch_dict_decorator_resolution (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution) ... ok | |
| test_patch_dict_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_keyword_args) ... ok | |
| test_patch_dict_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_start_stop) ... ok | |
| test_patch_dict_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start) ... ok | |
| test_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stopall) ... ok | |
| test_patch_dict_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_test_prefix) ... ok | |
| test_patch_dict_with_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_clear) ... ok | |
| test_patch_dict_with_container_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object) ... ok | |
| test_patch_dict_with_container_object_and_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear) ... ok | |
| test_patch_dict_with_string (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_string) ... ok | |
| test_patch_imports_lazily (test.test_unittest.testmock.testpatch.PatchTest.test_patch_imports_lazily) ... ok | |
| test_patch_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_keyword_args) ... ok | |
| test_patch_local (test.test_unittest.testmock.testpatch.PatchTest.test_patch_local) ... ok | |
| test_patch_multiple (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple) ... ok | |
| test_patch_multiple_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create) ... ok | |
| test_patch_multiple_create_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks) ... ok | |
| test_patch_multiple_create_mocks_different_order (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order) ... ok | |
| test_patch_multiple_create_mocks_patcher (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher) ... ok | |
| test_patch_multiple_decorating_class (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class) ... ok | |
| test_patch_multiple_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_failure) ... ok | |
| test_patch_multiple_new_callable (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable) ... ok | |
| test_patch_multiple_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure) ... ok | |
| test_patch_multiple_no_kwargs (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs) ... ok | |
| test_patch_multiple_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_spec_set) ... ok | |
| test_patch_multiple_stacked_decorators (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators) ... ok | |
| test_patch_multiple_string_subclasses (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses) ... ok | |
| test_patch_nested_autospec_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr) ... ok | |
| test_patch_object_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_keyword_args) ... ok | |
| test_patch_object_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean) ... ok | |
| test_patch_orderdict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_orderdict) ... ok | |
| test_patch_propagates_exc_on_exit (test.test_unittest.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit) ... ok | |
| test_patch_proxy_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_proxy_object) ... ok | |
| test_patch_slots (test.test_unittest.testmock.testpatch.PatchTest.test_patch_slots) ... ok | |
| test_patch_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_spec_set) ... ok | |
| test_patch_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_start_stop) ... ok | |
| test_patch_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_stopall) ... ok | |
| test_patch_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_test_prefix) ... ok | |
| test_patch_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes) ... ok | |
| test_patch_with_exception (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_exception) ... ok | |
| test_patch_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec) ... ok | |
| test_patch_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean) ... ok | |
| test_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_list) ... ok | |
| test_patch_with_spec_mock_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr) ... ok | |
| test_patch_with_static_methods (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_static_methods) ... ok | |
| test_patch_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patch_wont_create_by_default) ... ok | |
| test_patchobject_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_class_decorator) ... ok | |
| test_patchobject_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_start_stop) ... ok | |
| test_patchobject_twice (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_twice) ... ok | |
| test_patchobject_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes) ... ok | |
| test_patchobject_with_default_mock (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_default_mock) ... ok | |
| test_patchobject_with_none (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_none) ... ok | |
| test_patchobject_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec) ... ok | |
| test_patchobject_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list) ... ok | |
| test_patchobject_with_string_as_target (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target) ... ok | |
| test_patchobject_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default) ... ok | |
| test_property_setters (test.test_unittest.testmock.testpatch.PatchTest.test_property_setters) ... ok | |
| test_second_enter_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_enter_failure) ... ok | |
| test_second_start_after_stop (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_after_stop) ... ok | |
| test_second_start_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_failure) ... ok | |
| test_single_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_single_patchobject) ... ok | |
| test_spec_set_inherit (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_inherit) ... ok | |
| test_spec_set_true (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_true) ... ok | |
| test_special_attrs (test.test_unittest.testmock.testpatch.PatchTest.test_special_attrs) ... ok | |
| test_specs_false_instead_of_none (test.test_unittest.testmock.testpatch.PatchTest.test_specs_false_instead_of_none) ... ok | |
| test_stop_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_stop_idempotent) ... ok | |
| test_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_stop_without_start) ... ok | |
| test_stopall_lifo (test.test_unittest.testmock.testpatch.PatchTest.test_stopall_lifo) ... ok | |
| test_tracebacks (test.test_unittest.testmock.testpatch.PatchTest.test_tracebacks) ... ok | |
| test_attribute_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained) ... ok | |
| test_attributes_return_more_mocks_by_default (test.test_unittest.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default) ... ok | |
| test_call_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_call_chain_is_maintained) ... ok | |
| test_call_on_defined_sealed_mock_succeeds (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds) ... ok | |
| test_call_on_sealed_mock_fails (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails) ... ok | |
| test_existing_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal) ... ok | |
| test_existing_attributes_can_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal) ... ok | |
| test_initialized_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal) ... ok | |
| test_integration_with_spec_att_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_att_definition) | |
| You are not restricted when using mock with spec ... ok | |
| test_integration_with_spec_method_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition) | |
| You need to define the methods, even if they are in the spec ... ok | |
| test_integration_with_spec_method_definition_respects_spec (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition_respects_spec) | |
| You cannot define methods out of the spec ... ok | |
| test_new_attributes_cannot_be_accessed_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal) ... ok | |
| test_new_attributes_cannot_be_set_on_child_of_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal) ... ok | |
| test_new_attributes_cannot_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal) ... ok | |
| test_seal_with_autospec (test.test_unittest.testmock.testsealable.TestSealable.test_seal_with_autospec) ... ok | |
| test_sealed_exception_has_attribute_name (test.test_unittest.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name) ... ok | |
| test_seals_dont_recurse_on_manual_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes) ... ok | |
| test_seals_recurse_on_added_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes) ... ok | |
| test_seals_recurse_on_magic_methods (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods) ... ok | |
| testBases (test.test_unittest.testmock.testsentinel.SentinelTest.testBases) ... ok | |
| testCopy (test.test_unittest.testmock.testsentinel.SentinelTest.testCopy) ... ok | |
| testDEFAULT (test.test_unittest.testmock.testsentinel.SentinelTest.testDEFAULT) ... ok | |
| testPickle (test.test_unittest.testmock.testsentinel.SentinelTest.testPickle) ... ok | |
| testSentinelName (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinelName) ... ok | |
| testSentinels (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinels) ... ok | |
| test_dynamic_child_mocks_are_threading_mocks (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_are_threading_mocks) ... ok | |
| test_dynamic_child_mocks_inherit_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_inherit_timeout) ... ok | |
| test_instance_check (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_instance_check) ... ok | |
| test_magic_methods_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_magic_methods_success) ... ok | |
| test_no_name_clash (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_no_name_clash) ... ok | |
| test_patch (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_patch) ... ok | |
| test_reset_mock_resets_wait (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_reset_mock_resets_wait) ... ok | |
| test_side_effect (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_side_effect) ... ok | |
| test_spec (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_spec) ... ok | |
| test_wait_already_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_already_called_success) ... ok | |
| test_wait_until_any_call_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_global_timeout) ... ok | |
| test_wait_until_any_call_kw (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_kw) ... ok | |
| test_wait_until_any_call_positional (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_positional) ... ok | |
| test_wait_until_any_call_with_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_instance_timeout) ... ok | |
| test_wait_until_any_call_with_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_success) ... ok | |
| test_wait_until_called_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_global_timeout) ... ok | |
| test_wait_until_called_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_instance_timeout) ... ok | |
| test_wait_until_called_method_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_method_timeout) ... ok | |
| test_wait_until_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_success) ... ok | |
| test_dunder_iter_data (test.test_unittest.testmock.testwith.TestMockOpen.test_dunder_iter_data) ... ok | |
| test_explicit_mock (test.test_unittest.testmock.testwith.TestMockOpen.test_explicit_mock) ... ok | |
| test_interleaved_reads (test.test_unittest.testmock.testwith.TestMockOpen.test_interleaved_reads) ... ok | |
| test_mock_open (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open) ... ok | |
| test_mock_open_context_manager (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager) ... ok | |
| test_mock_open_context_manager_multiple_times (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times) ... ok | |
| test_mock_open_read_with_argument (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument) ... ok | |
| test_next_data (test.test_unittest.testmock.testwith.TestMockOpen.test_next_data) ... ok | |
| test_overriding_return_values (test.test_unittest.testmock.testwith.TestMockOpen.test_overriding_return_values) ... ok | |
| test_read_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_read_bytes) ... ok | |
| test_read_data (test.test_unittest.testmock.testwith.TestMockOpen.test_read_data) ... ok | |
| test_readline_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_bytes) ... ok | |
| test_readline_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_data) ... ok | |
| test_readlines_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_bytes) ... ok | |
| test_readlines_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_data) ... ok | |
| testContextManagerMocking (test.test_unittest.testmock.testwith.WithTest.testContextManagerMocking) ... ok | |
| test_context_manager_with_magic_mock (test.test_unittest.testmock.testwith.WithTest.test_context_manager_with_magic_mock) ... ok | |
| test_dict_context_manager (test.test_unittest.testmock.testwith.WithTest.test_dict_context_manager) ... ok | |
| test_double_patch_instance_method (test.test_unittest.testmock.testwith.WithTest.test_double_patch_instance_method) ... ok | |
| test_patch_object_with_statement (test.test_unittest.testmock.testwith.WithTest.test_patch_object_with_statement) ... ok | |
| test_with_statement (test.test_unittest.testmock.testwith.WithTest.test_with_statement) ... ok | |
| test_with_statement_as (test.test_unittest.testmock.testwith.WithTest.test_with_statement_as) ... ok | |
| test_with_statement_exception (test.test_unittest.testmock.testwith.WithTest.test_with_statement_exception) ... ok | |
| test_with_statement_imbricated (test.test_unittest.testmock.testwith.WithTest.test_with_statement_imbricated) ... ok | |
| test_with_statement_nested (test.test_unittest.testmock.testwith.WithTest.test_with_statement_nested) ... ok | |
| test_with_statement_same_attribute (test.test_unittest.testmock.testwith.WithTest.test_with_statement_same_attribute) ... ok | |
| test_with_statement_specified (test.test_unittest.testmock.testwith.WithTest.test_with_statement_specified) ... ok | |
| ====================================================================== | |
| FAIL: test_assertRaises_frames_survival (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_assertions.py", line 129, in test_assertRaises_frames_survival | |
| self.assertIsNone(wr()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: <test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival.<locals>.A object at 0xf6a5a030> is not None | |
| ====================================================================== | |
| FAIL: testWeakReferences (test.test_unittest.test_break.TestBreak.testWeakReferences) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_break.py", line 192, in testWeakReferences | |
| self.assertIsNone(ref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <unittest.result.TestResult run=0 errors=0 failures=0> is not None | |
| ====================================================================== | |
| FAIL: testWeakReferences (test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_break.py", line 192, in testWeakReferences | |
| self.assertIsNone(ref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <unittest.result.TestResult run=0 errors=0 failures=0> is not None | |
| ====================================================================== | |
| FAIL: testWeakReferences (test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_break.py", line 192, in testWeakReferences | |
| self.assertIsNone(ref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <unittest.result.TestResult run=0 errors=0 failures=0> is not None | |
| ====================================================================== | |
| FAIL: testWeakReferences (test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_break.py", line 192, in testWeakReferences | |
| self.assertIsNone(ref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^ | |
| AssertionError: <unittest.result.TestResult run=0 errors=0 failures=0> is not None | |
| ====================================================================== | |
| FAIL: testAssertRaisesRefcount (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_case.py", line 1531, in testAssertRaisesRefcount | |
| self.assertEqual(refcount, sys.getrefcount(func)) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 1 != 4 | |
| ====================================================================== | |
| FAIL: testNoCycles (test.test_unittest.test_case.Test_TestCase.testNoCycles) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_case.py", line 2314, in testNoCycles | |
| self.assertFalse(wr()) | |
| ~~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: <unittest.case.TestCase testMethod=runTest> is not false | |
| ====================================================================== | |
| FAIL: test_no_exception_leak (test.test_unittest.test_case.Test_TestCase.test_no_exception_leak) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_case.py", line 2341, in test_no_exception_leak | |
| self.assertEqual(MyException.ninstance, 0) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: 1 != 0 | |
| ====================================================================== | |
| FAIL: test_garbage_collect_test_after_run_BaseTestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_suite.py", line 379, in test_garbage_collect_test_after_run_BaseTestSuite | |
| self.assert_garbage_collect_test_after_run(unittest.BaseTestSuite) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_suite.py", line 376, in assert_garbage_collect_test_after_run | |
| self.assertIsNone(wref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^ | |
| AssertionError: <test.test_unittest.test_suite.Test_TestSuite.assert_garbage_collect_test_after_run.<locals>.Foo testMethod=test_nothing> is not None | |
| ====================================================================== | |
| FAIL: test_garbage_collect_test_after_run_TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_suite.py", line 382, in test_garbage_collect_test_after_run_TestSuite | |
| self.assert_garbage_collect_test_after_run(unittest.TestSuite) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/test_suite.py", line 376, in assert_garbage_collect_test_after_run | |
| self.assertIsNone(wref()) | |
| ~~~~~~~~~~~~~~~~~^^^^^^^^ | |
| AssertionError: <test.test_unittest.test_suite.Test_TestSuite.assert_garbage_collect_test_after_run.<locals>.Foo testMethod=test_nothing> is not None | |
| ====================================================================== | |
| FAIL: test_assert_called_but_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 803, in test_assert_called_but_not_awaited | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_assert_called_twice_and_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 846, in test_assert_called_twice_and_awaited_once | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_assert_has_calls_not_awaits (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 881, in test_assert_has_calls_not_awaits | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_assert_has_mock_calls_on_async_mock_no_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 888, in test_assert_has_mock_calls_on_async_mock_no_spec | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_assert_has_mock_calls_on_async_mock_with_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 902, in test_assert_has_mock_calls_on_async_mock_with_spec | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_async_arg_lists (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 940, in test_async_arg_lists | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_async_method_calls_recorded (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 916, in test_async_method_calls_recorded | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.AsyncMock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 351, in test_spec_mock_type_kw | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 343, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.MagicMock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 351, in test_spec_mock_type_kw | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 343, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) [test spec kwarg with <class 'unittest.mock.Mock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 351, in test_spec_mock_type_kw | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 343, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.AsyncMock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 365, in test_spec_mock_type_positional | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 357, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.MagicMock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 365, in test_spec_mock_type_positional | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 357, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ====================================================================== | |
| FAIL: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) [test spec positional with <class 'unittest.mock.Mock'>] | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 365, in test_spec_mock_type_positional | |
| inner_test(mock_type) | |
| ~~~~~~~~~~^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 357, in inner_test | |
| with assertNeverAwaited(self): | |
| ~~~~~~~~~~~~~~~~~~^^^^^^ | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 148, in __exit__ | |
| next(self.gen) | |
| ~~~~^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/test_unittest/testmock/testasync.py", line 52, in assertNeverAwaited | |
| with test.assertWarnsRegex(RuntimeWarning, "was never awaited$"): | |
| ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: RuntimeWarning not triggered | |
| ---------------------------------------------------------------------- | |
| Ran 1087 tests in 340.063s | |
| FAILED (failures=23, skipped=2) | |
| Warning -- logging._handlerList was modified by test_unittest | |
| Warning -- Before: (4172571592, [<weakref at 0xf8b48e60; to 'logging._StderrHandler' at 0xf8b4f030>, <weakref at 0xf534d3c0; to 'unittest._log._CapturingHandler' at 0xf53885f0>, <weakref at 0xf534bd98; to 'unittest._log._CapturingHandler' at 0xf531c870>, <weakref at 0xf534b8c0; to 'unittest._log._CapturingHandler' at 0xf536ba08>, <weakref at 0xf534b3c0; to 'unittest._log._CapturingHandler' at 0xf536bc00>, <weakref at 0xf534b258; to 'unittest._log._CapturingHandler' at 0xf53338f0>, <weakref at 0xf5349c08; to 'unittest._log._CapturingHandler' at 0xf5333a30>, <weakref at 0xf5349780; to 'unittest._log._CapturingHandler' at 0xf52e1588>, <weakref at 0xf5349118; to 'unittest._log._CapturingHandler' at 0xf52e5540>, <weakref at 0xf52e7708; to 'unittest._log._CapturingHandler' at 0xf52e5810>, <weakref at 0xf52e7848; to 'unittest._log._CapturingHandler' at 0xf52ec1c8>, <weakref at 0xf52e7ed8; to 'unittest._log._CapturingHandler' at 0xf52e9a30>, <weakref at 0xf52ee050; to 'unittest._log._CapturingHandler' at 0xf52e9b30>, <weakref at 0xf52ee938; to 'unittest._log._CapturingHandler' at 0xf52f0288>, <weakref at 0xf52f5078; to 'unittest._log._CapturingHandler' at 0xf52f03f0>, <weakref at 0xf52f5528; to 'unittest._log._CapturingHandler' at 0xf52dc960>, <weakref at 0xf52f57f8; to 'unittest._log._CapturingHandler' at 0xf5332ac0>, <weakref at 0xf530a7f8; to 'unittest._log._CapturingHandler' at 0xf5332e00>, <weakref at 0xf530ad48; to 'unittest._log._CapturingHandler' at 0xf533f690>, <weakref at 0xf53103e8; to 'unittest._log._CapturingHandler' at 0xf5293030>, <weakref at 0xf5310a50; to 'unittest._log._CapturingHandler' at 0xf5293190>, <weakref at 0xf5310b90; to 'unittest._log._CapturingHandler' at 0xf5342da0>, <weakref at 0xf52972d0; to 'unittest._log._CapturingHandler' at 0xf5342e40>, <weakref at 0xf52977a8; to 'unittest._log._CapturingHandler' at 0xf530e468>, <weakref at 0xf52978e8; to 'unittest._log._CapturingHandler' at 0xf530e540>, <weakref at 0xf5297e38; to 'unittest._log._CapturingHandler' at 0xf530e618>, <weakref at 0xf529c230; to 'unittest._log._CapturingHandler' at 0xf530e6f0>], [<weakref at 0xf8b48e60; to 'logging._StderrHandler' at 0xf8b4f030>]) | |
| Warning -- After: (4172571592, [<weakref at 0xf8b48e60; to 'logging._StderrHandler' at 0xf8b4f030>, <weakref at 0xf534d3c0; to 'unittest._log._CapturingHandler' at 0xf53885f0>, <weakref at 0xf534bd98; to 'unittest._log._CapturingHandler' at 0xf531c870>, <weakref at 0xf534b8c0; to 'unittest._log._CapturingHandler' at 0xf536ba08>, <weakref at 0xf534b3c0; to 'unittest._log._CapturingHandler' at 0xf536bc00>, <weakref at 0xf534b258; to 'unittest._log._CapturingHandler' at 0xf53338f0>, <weakref at 0xf5349c08; to 'unittest._log._CapturingHandler' at 0xf5333a30>, <weakref at 0xf5349780; to 'unittest._log._CapturingHandler' at 0xf52e1588>, <weakref at 0xf5349118; to 'unittest._log._CapturingHandler' at 0xf52e5540>, <weakref at 0xf52e7708; to 'unittest._log._CapturingHandler' at 0xf52e5810>, <weakref at 0xf52e7848; to 'unittest._log._CapturingHandler' at 0xf52ec1c8>, <weakref at 0xf52e7ed8; to 'unittest._log._CapturingHandler' at 0xf52e9a30>, <weakref at 0xf52ee050; to 'unittest._log._CapturingHandler' at 0xf52e9b30>, <weakref at 0xf52ee938; to 'unittest._log._CapturingHandler' at 0xf52f0288>, <weakref at 0xf52f5078; to 'unittest._log._CapturingHandler' at 0xf52f03f0>, <weakref at 0xf52f5528; to 'unittest._log._CapturingHandler' at 0xf52dc960>, <weakref at 0xf52f57f8; to 'unittest._log._CapturingHandler' at 0xf5332ac0>, <weakref at 0xf530a7f8; to 'unittest._log._CapturingHandler' at 0xf5332e00>, <weakref at 0xf530ad48; to 'unittest._log._CapturingHandler' at 0xf533f690>, <weakref at 0xf53103e8; to 'unittest._log._CapturingHandler' at 0xf5293030>, <weakref at 0xf5310a50; to 'unittest._log._CapturingHandler' at 0xf5293190>, <weakref at 0xf5310b90; to 'unittest._log._CapturingHandler' at 0xf5342da0>, <weakref at 0xf52972d0; to 'unittest._log._CapturingHandler' at 0xf5342e40>, <weakref at 0xf52977a8; to 'unittest._log._CapturingHandler' at 0xf530e468>, <weakref at 0xf52978e8; to 'unittest._log._CapturingHandler' at 0xf530e540>, <weakref at 0xf5297e38; to 'unittest._log._CapturingHandler' at 0xf530e618>, <weakref at 0xf529c230; to 'unittest._log._CapturingHandler' at 0xf530e6f0>], [<weakref at 0xf8b48e60; to 'logging._StderrHandler' at 0xf8b4f030>, <weakref at 0xf534d3c0; to 'unittest._log._CapturingHandler' at 0xf53885f0>, <weakref at 0xf534bd98; to 'unittest._log._CapturingHandler' at 0xf531c870>, <weakref at 0xf534b8c0; to 'unittest._log._CapturingHandler' at 0xf536ba08>, <weakref at 0xf534b3c0; to 'unittest._log._CapturingHandler' at 0xf536bc00>, <weakref at 0xf534b258; to 'unittest._log._CapturingHandler' at 0xf53338f0>, <weakref at 0xf5349c08; to 'unittest._log._CapturingHandler' at 0xf5333a30>, <weakref at 0xf5349780; to 'unittest._log._CapturingHandler' at 0xf52e1588>, <weakref at 0xf5349118; to 'unittest._log._CapturingHandler' at 0xf52e5540>, <weakref at 0xf52e7708; to 'unittest._log._CapturingHandler' at 0xf52e5810>, <weakref at 0xf52e7848; to 'unittest._log._CapturingHandler' at 0xf52ec1c8>, <weakref at 0xf52e7ed8; to 'unittest._log._CapturingHandler' at 0xf52e9a30>, <weakref at 0xf52ee050; to 'unittest._log._CapturingHandler' at 0xf52e9b30>, <weakref at 0xf52ee938; to 'unittest._log._CapturingHandler' at 0xf52f0288>, <weakref at 0xf52f5078; to 'unittest._log._CapturingHandler' at 0xf52f03f0>, <weakref at 0xf52f5528; to 'unittest._log._CapturingHandler' at 0xf52dc960>, <weakref at 0xf52f57f8; to 'unittest._log._CapturingHandler' at 0xf5332ac0>, <weakref at 0xf530a7f8; to 'unittest._log._CapturingHandler' at 0xf5332e00>, <weakref at 0xf530ad48; to 'unittest._log._CapturingHandler' at 0xf533f690>, <weakref at 0xf53103e8; to 'unittest._log._CapturingHandler' at 0xf5293030>, <weakref at 0xf5310a50; to 'unittest._log._CapturingHandler' at 0xf5293190>, <weakref at 0xf5310b90; to 'unittest._log._CapturingHandler' at 0xf5342da0>, <weakref at 0xf52972d0; to 'unittest._log._CapturingHandler' at 0xf5342e40>, <weakref at 0xf52977a8; to 'unittest._log._CapturingHandler' at 0xf530e468>, <weakref at 0xf52978e8; to 'unittest._log._CapturingHandler' at 0xf530e540>, <weakref at 0xf5297e38; to 'unittest._log._CapturingHandler' at 0xf530e618>, <weakref at 0xf529c230; to 'unittest._log._CapturingHandler' at 0xf530e6f0>]) | |
| Warning -- threading._dangling was modified by test_unittest | |
| Warning -- Before: {<weakref at 0xf87132d0; to 'threading._MainThread' at 0xf90238d0>} | |
| Warning -- After: {<weakref at 0xeae327a8; to 'threading.Thread' at 0xeba87030>, <weakref at 0xeae327d0; to 'threading._MainThread' at 0xf90238d0>, <weakref at 0xeae327f8; to 'threading.Thread' at 0xeba1cdf0>} | |
| test test_unittest failed | |
| 0:21:48 load avg: 5.10 running (3): test_gzip (30.2 sec), test.test_multiprocessing_spawn.test_misc (10 min), test.test_multiprocessing_spawn.test_manager (3 min 43 sec) | |
| 0:21:51 load avg: 4.94 [ 66/495/26] test.test_multiprocessing_spawn.test_misc worker non-zero exit code (Exit code 1) -- running (2): test_gzip (33.3 sec), test.test_multiprocessing_spawn.test_manager (3 min 46 sec) | |
| test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse) ... ok | |
| test_fork (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_fork) ... ok | |
| test_forkpty (test.test_multiprocessing_spawn.test_misc.ForkInThreads.test_forkpty) ... ok | |
| test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__) ... ok | |
| test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) ... skipped 'fork specific test' | |
| test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool) ... ok | |
| test_preload_main (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main) ... skipped 'forkserver specific test' | |
| test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... ok | |
| test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure) ... ok | |
| test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure) ... ok | |
| test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass) ... ok | |
| test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_spawn.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances) ... ok | |
| test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd) ... ok | |
| test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags) ... ok | |
| test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock) ... ok | |
| test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore) ... ok | |
| test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener) ... ok | |
| test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer) ... ok | |
| test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer) ... ok | |
| test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... ok | |
| test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family) ... ok | |
| test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) ... skipped 'skipped on non-Windows platforms' | |
| test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles) ... ok | |
| test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch) ... FAIL | |
| test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get) ... FAIL | |
| test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn) ... ok | |
| test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb) ... ok | |
| test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok | |
| test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker) ... ok | |
| test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals) ... ok | |
| test_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code) | |
| Test the exit code of the resource tracker. ... ok | |
| test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused) ... ok | |
| test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint) ... FAIL | |
| test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill) ... FAIL | |
| test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm) ... FAIL | |
| test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource) ... ok | |
| test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close) ... ok | |
| test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed) ... ok | |
| test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty) ... ok | |
| test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions) ... ok | |
| test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context) ... ok | |
| test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types) ... ok | |
| test_get_all_start_methods (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all_start_methods) ... ok | |
| test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod) ... ok | |
| test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod) ... ok | |
| test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" | |
| test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get) ... ok | |
| test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing) ... ok | |
| test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process) ... ok | |
| test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process) ... ok | |
| test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array) ... ok | |
| test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier) ... ok | |
| test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore) ... ok | |
| test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition) ... ok | |
| test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict) ... ok | |
| test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event) ... ok | |
| test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue) ... ok | |
| test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list) ... ok | |
| test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock) ... ok | |
| test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace) ... ok | |
| test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool) ... ok | |
| test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue) ... ok | |
| test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock) ... ok | |
| test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore) ... ok | |
| test_set (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set) ... ok | |
| test_set_contain_all_method (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_contain_all_method) ... ok | |
| test_set_init (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_init) ... ok | |
| test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value) ... ok | |
| test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout) ... ok | |
| test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout) ... ok | |
| test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait) ... ok | |
| test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) ... ok | |
| test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow) ... Timeout (0:10:00)! | |
| Thread 0xf92af340 [python] (most recent call first): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 519 in spawnv_passfds | |
| File "/home/stefanor/cpython/Lib/multiprocessing/popen_spawn_posix.py", line 58 in _launch | |
| File "/home/stefanor/cpython/Lib/multiprocessing/popen_fork.py", line 20 in __init__ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/popen_spawn_posix.py", line 32 in __init__ | |
| File "__init__", line ??? in __init__ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/context.py", line 288 in _Popen | |
| File "/home/stefanor/cpython/Lib/multiprocessing/context.py", line 224 in _Popen | |
| File "/home/stefanor/cpython/Lib/multiprocessing/process.py", line 121 in start | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 5496 in test_wait | |
| File "/home/stefanor/cpython/Lib/contextlib.py", line 85 in inner | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 5563 in test_wait_slow | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 613 in _callTestMethod | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 667 in run | |
| File "/home/stefanor/cpython/Lib/unittest/case.py", line 723 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 122 in run | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 84 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 122 in run | |
| File "/home/stefanor/cpython/Lib/unittest/suite.py", line 84 in __call__ | |
| File "/home/stefanor/cpython/Lib/unittest/runner.py", line 257 in run | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 84 in _run_suite | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 42 in run_unittest | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 162 in test_func | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 118 in regrtest_runner | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 165 in _load_run_test | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 210 in _runtest_env_changed_exc | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 319 in _runtest | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/single.py", line 348 in run_single_test | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 92 in worker_process | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 127 in main | |
| File "/home/stefanor/cpython/Lib/test/libregrtest/worker.py", line 131 in <module> | |
| File "<frozen runpy>", line 88 in _run_code | |
| File "<frozen runpy>", line 198 in _run_module_as_main | |
| 0:22:17 load avg: 4.89 [ 67/495/27] test_gzip failed (1 failure) (59.3 sec) -- running (1): test.test_multiprocessing_spawn.test_manager (4 min 12 sec) | |
| test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive) ... ok | |
| test_compress_infile_outfile (test.test_gzip.TestCommandLine.test_compress_infile_outfile) ... ok | |
| test_compress_infile_outfile_default (test.test_gzip.TestCommandLine.test_compress_infile_outfile_default) ... ok | |
| test_compress_stdin_outfile (test.test_gzip.TestCommandLine.test_compress_stdin_outfile) ... ok | |
| test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression) ... ok | |
| test_decompress_infile_outfile (test.test_gzip.TestCommandLine.test_decompress_infile_outfile) ... ok | |
| test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error) ... ok | |
| test_decompress_stdin_stdout (test.test_gzip.TestCommandLine.test_decompress_stdin_stdout) ... ok | |
| test_1647484 (test.test_gzip.TestGzip.test_1647484) ... ok | |
| test_append (test.test_gzip.TestGzip.test_append) ... ok | |
| test_bad_gzip_file (test.test_gzip.TestGzip.test_bad_gzip_file) ... ok | |
| test_buffered_reader (test.test_gzip.TestGzip.test_buffered_reader) ... ok | |
| test_bytes_filename (test.test_gzip.TestGzip.test_bytes_filename) ... ok | |
| test_compress (test.test_gzip.TestGzip.test_compress) ... ok | |
| test_compress_correct_level (test.test_gzip.TestGzip.test_compress_correct_level) ... ok | |
| test_compress_mtime (test.test_gzip.TestGzip.test_compress_mtime) ... ok | |
| test_compress_mtime_default (test.test_gzip.TestGzip.test_compress_mtime_default) ... ok | |
| test_compresslevel_metadata (test.test_gzip.TestGzip.test_compresslevel_metadata) ... ok | |
| test_decompress (test.test_gzip.TestGzip.test_decompress) ... ok | |
| test_decompress_limited (test.test_gzip.TestGzip.test_decompress_limited) | |
| Decompressed data buffering should be limited ... ok | |
| test_decompress_missing_trailer (test.test_gzip.TestGzip.test_decompress_missing_trailer) ... ok | |
| test_decompress_truncated_trailer (test.test_gzip.TestGzip.test_decompress_truncated_trailer) ... ok | |
| test_exclusive_write (test.test_gzip.TestGzip.test_exclusive_write) ... ok | |
| test_fileobj_and_filename (test.test_gzip.TestGzip.test_fileobj_and_filename) ... ok | |
| test_fileobj_from_fdopen (test.test_gzip.TestGzip.test_fileobj_from_fdopen) ... ok | |
| test_fileobj_mode (test.test_gzip.TestGzip.test_fileobj_mode) ... ok | |
| test_fileobj_with_name (test.test_gzip.TestGzip.test_fileobj_with_name) ... ok | |
| test_fileobj_without_name (test.test_gzip.TestGzip.test_fileobj_without_name) ... ok | |
| test_flush_flushes_compressor (test.test_gzip.TestGzip.test_flush_flushes_compressor) ... ok | |
| test_flush_modes (test.test_gzip.TestGzip.test_flush_modes) ... ok | |
| test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception) ... ok | |
| test_io_on_closed_object (test.test_gzip.TestGzip.test_io_on_closed_object) ... ok | |
| test_issue112346 (test.test_gzip.TestGzip.test_issue112346) ... ok | |
| test_issue44439 (test.test_gzip.TestGzip.test_issue44439) ... ok | |
| test_many_append (test.test_gzip.TestGzip.test_many_append) ... ok | |
| test_metadata (test.test_gzip.TestGzip.test_metadata) ... ok | |
| test_metadata_ascii_name (test.test_gzip.TestGzip.test_metadata_ascii_name) ... ok | |
| test_mode (test.test_gzip.TestGzip.test_mode) ... ok | |
| test_mtime (test.test_gzip.TestGzip.test_mtime) ... ok | |
| test_non_seekable_file (test.test_gzip.TestGzip.test_non_seekable_file) ... ok | |
| test_paddedfile_getattr (test.test_gzip.TestGzip.test_paddedfile_getattr) ... ok | |
| test_peek (test.test_gzip.TestGzip.test_peek) ... ok | |
| test_prepend_error (test.test_gzip.TestGzip.test_prepend_error) ... ok | |
| test_read (test.test_gzip.TestGzip.test_read) ... ok | |
| test_read1 (test.test_gzip.TestGzip.test_read1) ... ok | |
| test_read_large (test.test_gzip.TestGzip.test_read_large) ... ok | |
| test_read_truncated (test.test_gzip.TestGzip.test_read_truncated) ... ok | |
| test_read_with_extra (test.test_gzip.TestGzip.test_read_with_extra) ... ok | |
| test_readinto (test.test_gzip.TestGzip.test_readinto) ... ok | |
| test_readinto1 (test.test_gzip.TestGzip.test_readinto1) ... ok | |
| test_readline (test.test_gzip.TestGzip.test_readline) ... ok | |
| test_readlines (test.test_gzip.TestGzip.test_readlines) ... ok | |
| test_refloop_unraisable (test.test_gzip.TestGzip.test_refloop_unraisable) ... FAIL | |
| test_seek_read (test.test_gzip.TestGzip.test_seek_read) ... ok | |
| test_seek_whence (test.test_gzip.TestGzip.test_seek_whence) ... ok | |
| test_seek_write (test.test_gzip.TestGzip.test_seek_write) ... ok | |
| test_textio_readlines (test.test_gzip.TestGzip.test_textio_readlines) ... ok | |
| test_with_open (test.test_gzip.TestGzip.test_with_open) ... ok | |
| test_write (test.test_gzip.TestGzip.test_write) ... ok | |
| test_write_array (test.test_gzip.TestGzip.test_write_array) ... ok | |
| test_write_bytearray (test.test_gzip.TestGzip.test_write_bytearray) ... ok | |
| test_write_incompatible_type (test.test_gzip.TestGzip.test_write_incompatible_type) ... ok | |
| test_write_memoryview (test.test_gzip.TestGzip.test_write_memoryview) ... ok | |
| test_write_read_with_pathlike_file (test.test_gzip.TestGzip.test_write_read_with_pathlike_file) ... ok | |
| test_write_seek_write (test.test_gzip.TestGzip.test_write_seek_write) ... ok | |
| test_zero_padded_file (test.test_gzip.TestGzip.test_zero_padded_file) ... ok | |
| test_bad_params (test.test_gzip.TestOpen.test_bad_params) ... ok | |
| test_binary_modes (test.test_gzip.TestOpen.test_binary_modes) ... ok | |
| test_encoding (test.test_gzip.TestOpen.test_encoding) ... ok | |
| test_encoding_error_handler (test.test_gzip.TestOpen.test_encoding_error_handler) ... ok | |
| test_fileobj (test.test_gzip.TestOpen.test_fileobj) ... ok | |
| test_implicit_binary_modes (test.test_gzip.TestOpen.test_implicit_binary_modes) ... ok | |
| test_newline (test.test_gzip.TestOpen.test_newline) ... ok | |
| test_pathlike_file (test.test_gzip.TestOpen.test_pathlike_file) ... ok | |
| test_text_modes (test.test_gzip.TestOpen.test_text_modes) ... ok | |
| ====================================================================== | |
| FAIL: test_refloop_unraisable (test.test_gzip.TestGzip.test_refloop_unraisable) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_gzip.py", line 902, in test_refloop_unraisable | |
| with self.assertWarns(ResourceWarning): | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ | |
| AssertionError: ResourceWarning not triggered | |
| ---------------------------------------------------------------------- | |
| Ran 75 tests in 54.041s | |
| FAILED (failures=1) | |
| test test_gzip failed | |
| 0:22:24 load avg: 4.60 [ 68/495/27] test_fractions passed -- running (2): test.test_pydoc.test_pydoc (33.5 sec), test.test_multiprocessing_spawn.test_manager (4 min 20 sec) | |
| 0:22:54 load avg: 4.33 running (3): test.test_asyncio.test_base_events (30.1 sec), test.test_pydoc.test_pydoc (1 min 3 sec), test.test_multiprocessing_spawn.test_manager (4 min 50 sec) | |
| 0:23:19 load avg: 4.40 [ 69/495/28] test.test_asyncio.test_base_events failed (3 failures) (54.7 sec) -- running (2): test.test_pydoc.test_pydoc (1 min 28 sec), test.test_multiprocessing_spawn.test_manager (5 min 14 sec) | |
| test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle) ... ok | |
| test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle) ... ok | |
| test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once) ... ok | |
| test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup) ... ok | |
| test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle) ... ok | |
| test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc) ... FAIL | |
| test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread) ... FAIL | |
| test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later) ... ok | |
| test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays) ... ok | |
| test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon) ... ok | |
| test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable) ... ok | |
| test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread) ... ok | |
| test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close) ... ok | |
| test_create_connection_happy_eyeballs (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_connection_happy_eyeballs) ... ok | |
| test_create_connection_happy_eyeballs_ipv4_only (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_connection_happy_eyeballs_ipv4_only) ... ok | |
| test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory) ... ok | |
| test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory) ... ok | |
| test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task) ... ok | |
| test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro) ... ok | |
| test_custom_run_forever_integration (test.test_asyncio.test_base_events.BaseEventLoopTests.test_custom_run_forever_integration) ... ok | |
| test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken) ... ok | |
| test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback) ... ok | |
| test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro) ... FAIL | |
| test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug) ... ok | |
| test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented) ... ok | |
| test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt) ... ok | |
| test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped) ... ok | |
| test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once) ... ok | |
| test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception) ... ok | |
| test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop) ... ok | |
| test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop) ... ok | |
| test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error) ... ok | |
| test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug) ... ok | |
| test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor) ... ok | |
| test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error) ... ok | |
| test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken) ... ok | |
| test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom) ... ok | |
| test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid) ... ok | |
| test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory) ... ok | |
| test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid) ... ok | |
| test_shutdown_default_executor_timeout (test.test_asyncio.test_base_events.BaseEventLoopTests.test_shutdown_default_executor_timeout) ... ok | |
| test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping) ... ok | |
| test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args) ... ok | |
| test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args) ... ok | |
| test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at) ... ok | |
| test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception) ... ok | |
| test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry) ... ok | |
| test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine) ... ok | |
| test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth) ... ok | |
| test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err) ... ok | |
| test_create_connection_connect_non_os_err_close_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_non_os_err_close_err) ... ok | |
| test_create_connection_happy_eyeballs_empty_exceptions (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_happy_eyeballs_empty_exceptions) ... ok | |
| test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock) ... ok | |
| test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr) ... ok | |
| test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope) ... ok | |
| test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple) ... ok | |
| test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors) ... ok | |
| test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr) ... ok | |
| test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo) ... ok | |
| test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock) ... ok | |
| test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton) ... ok | |
| test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr) ... ok | |
| test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors) ... ok | |
| test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name) ... ok | |
| test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default) ... ok | |
| test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors) ... ok | |
| test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket) ... ok | |
| test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout) ... ok | |
| test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock) ... ok | |
| test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error) ... ok | |
| test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast) ... ok | |
| test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind) ... ok | |
| test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err) ... ok | |
| test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix) ... ok | |
| test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr) ... ok | |
| test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo) ... ok | |
| test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family) ... ok | |
| test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily) ... ok | |
| test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport) ... ok | |
| test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err) ... ok | |
| test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock) ... ok | |
| test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts) ... ok | |
| test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix) ... ok | |
| test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err) ... ok | |
| test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts) ... ok | |
| test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock) ... ok | |
| test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind) ... ok | |
| test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host) ... ok | |
| test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock) ... ok | |
| test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6) ... ok | |
| test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo) ... ok | |
| test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock) ... ok | |
| test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport) ... ok | |
| test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined) ... ok | |
| test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket) ... ok | |
| test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype) ... ok | |
| test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock) ... ok | |
| test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo) ... ok | |
| test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks) ... ok | |
| test_interleave_addrinfos (test.test_asyncio.test_base_events.BaseEventTests.test_interleave_addrinfos) ... ok | |
| test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info) ... ok | |
| test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton) ... ok | |
| test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types) ... ok | |
| test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure) ... ok | |
| test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket) ... ok | |
| test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count) ... ok | |
| test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset) ... ok | |
| test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file) ... ok | |
| test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket) ... ok | |
| test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count) ... ok | |
| test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset) ... ok | |
| test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback) ... ok | |
| test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count) ... ok | |
| test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback) ... ok | |
| test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop) ... ok | |
| test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay) ... ok | |
| ====================================================================== | |
| FAIL: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_base_events.py", line 1058, in test_asyncgen_finalization_by_gc | |
| self.assertTrue(status['finalized']) | |
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_base_events.py", line 1077, in test_asyncgen_finalization_by_gc_in_other_thread | |
| self.assertTrue(status['finalized']) | |
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: False is not true | |
| ====================================================================== | |
| FAIL: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/test_asyncio/test_base_events.py", line 644, in test_default_exc_handler_coro | |
| log.error.assert_called_with( | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ | |
| test_utils.MockPattern('.*exception was never retrieved'), | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| exc_info=(ZeroDivisionError, MOCK_ANY, MOCK_ANY)) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/unittest/mock.py", line 976, in assert_called_with | |
| raise AssertionError(error_message) | |
| AssertionError: expected call not found. | |
| Expected: error('.*exception was never retrieved', exc_info=(<class 'ZeroDivisionError'>, <ANY>, <ANY>)) | |
| Actual: not called. | |
| ---------------------------------------------------------------------- | |
| Ran 116 tests in 41.581s | |
| FAILED (failures=3) | |
| Warning -- threading._dangling was modified by test.test_asyncio.test_base_events | |
| Warning -- Before: {<weakref at 0xf8693230; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf53c5be0; to 'threading.Thread' at 0xf621d810>, <weakref at 0xf53c5c08; to 'threading.Thread' at 0xf543c880>, <weakref at 0xf53c5c58; to 'threading.Thread' at 0xf53a40a0>, <weakref at 0xf53c5ca8; to 'threading.Thread' at 0xf72a40c8>, <weakref at 0xf53c5cd0; to 'threading._MainThread' at 0xf8f638d0>, <weakref at 0xf53c5d70; to 'threading.Thread' at 0xf726d930>, <weakref at 0xf53c5e38; to 'threading.Thread' at 0xf77c6180>, <weakref at 0xf53c5e60; to 'threading.Thread' at 0xf79d9190>, <weakref at 0xf53c5de8; to 'threading.Thread' at 0xf65cc180>, <weakref at 0xf53c5e10; to 'threading.Thread' at 0xf66b9198>, <weakref at 0xf53c5ed8; to 'threading.Thread' at 0xf621da40>, <weakref at 0xf53c5f78; to 'threading.Thread' at 0xf77f6ad0>, <weakref at 0xf53c5e88; to 'threading.Thread' at 0xf6b163b0>, <weakref at 0xf53c5c30; to 'threading.Thread' at 0xf54ec3b0>, <weakref at 0xf53c80a0; to 'threading.Thread' at 0xf652b3b0>, <weakref at 0xf53c80c8; to 'threading.Thread' at 0xf6a07be8>, <weakref at 0xf53c5c80; to 'threading.Thread' at 0xf6680490>, <weakref at 0xf53c5cf8; to 'threading.Thread' at 0xf7753cb0>, <weakref at 0xf53c5d20; to 'threading.Thread' at 0xf71eccf0>, <weakref at 0xf53c5d48; to 'threading.Thread' at 0xf53fc500>, <weakref at 0xf53c5d98; to 'threading.Thread' at 0xf53a4d50>, <weakref at 0xf53c5dc0; to 'threading.Thread' at 0xf54ec570>, <weakref at 0xf53c5eb0; to 'threading.Thread' at 0xf7b18dd8>, <weakref at 0xf53c5f00; to 'threading.Thread' at 0xf7a4dea0>, <weakref at 0xf53c5f28; to 'threading.Thread' at 0xf53fcea0>, <weakref at 0xf53c5f50; to 'threading.Thread' at 0xf543c6c0>, <weakref at 0xf53c5fa0; to 'threading.Thread' at 0xf540fea0>, <weakref at 0xf53c5fc8; to 'threading.Thread' at 0xf53a4f10>, <weakref at 0xf53c8028; to 'threading.Thread' at 0xf6eb3730>, <weakref at 0xf53c8050; to 'threading.Thread' at 0xf726d780>, <weakref at 0xf53c8078; to 'threading.Thread' at 0xf53fc7a0>} | |
| test test.test_asyncio.test_base_events failed | |
| 0:23:22 load avg: 4.37 [ 70/495/29] test.test_pydoc.test_pydoc failed (env changed) (1 min 31 sec) -- running (1): test.test_multiprocessing_spawn.test_manager (5 min 18 sec) | |
| test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports) ... ok | |
| test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods) ... ok | |
| test_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child) | |
| Tests help on builtin object which have no child classes. ... ok | |
| test_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses) | |
| Tests help on metaclasses. ... ok | |
| test_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child) | |
| Tests help on builtin object which have only child classes. ... ok | |
| test_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild) | |
| Tests help on builtin classes which have grandchild classes. ... ok | |
| test_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children) | |
| Tests help on builtin object which have more than four child classes. ... ok | |
| test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli) ... ok | |
| test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect) ... ok | |
| test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic) ... ok | |
| test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect) ... ok | |
| test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none) ... ok | |
| test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager) ... ok | |
| test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect) ... ok | |
| test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests) ... ok | |
| test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc) ... ok | |
| test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip) ... ok | |
| test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package) ... ok | |
| test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package) ... ok | |
| test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225) ... ok | |
| test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation) ... ok | |
| test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation) ... ok | |
| test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation) ... ok | |
| test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures) ... ok | |
| test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases) ... ok | |
| test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased) ... ok | |
| test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields) ... ok | |
| test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore) ... ok | |
| test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name) ... ok | |
| test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii) ... ok | |
| test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here) ... ok | |
| test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic) ... ok | |
| test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect) ... ok | |
| test_slotted_dataclass_with_field_docs (test.test_pydoc.test_pydoc.PydocDocTest.test_slotted_dataclass_with_field_docs) ... ok | |
| test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis) ... ok | |
| test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description) ... ok | |
| test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid) ... ok | |
| test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis) ... ok | |
| test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless) ... ok | |
| test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc) ... ok | |
| test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc) ... ok | |
| test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero) ... ok | |
| test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class) ... ok | |
| test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class) ... ok | |
| test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module) ... ok | |
| test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class) ... ok | |
| test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class) ... ok | |
| test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module) ... ok | |
| test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc) ... ok | |
| test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package) ... ok | |
| test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir) ... ok | |
| test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport) ... ok | |
| test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile) ... ok | |
| test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error) ... ok | |
| test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server) ... ok | |
| test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err) ... ok | |
| test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests) ... ok | |
| test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute) ... ok | |
| test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir) ... ok | |
| test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false) ... ok | |
| test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta) ... ok | |
| test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta) ... ok | |
| test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation) ... ok | |
| test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation) ... ok | |
| test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs) ... ok | |
| test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o) ... ok | |
| test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default) ... ok | |
| test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method) ... ok | |
| test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o) ... ok | |
| test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs) ... ok | |
| test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o) ... ok | |
| test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default) ... ok | |
| test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method) ... ok | |
| test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin) ... ok | |
| test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default) ... ok | |
| test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class) ... ok | |
| test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod) ... ok | |
| test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor) ... ok | |
| test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor) ... ok | |
| test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor) ... ok | |
| test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples) ... ok | |
| test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias) ... ok | |
| test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor) ... ok | |
| test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links) ... ok | |
| test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor) ... ok | |
| test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module) ... ok | |
| test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable) ... ok | |
| test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs) ... ok | |
| test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o) ... ok | |
| test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default) ... ok | |
| test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none) ... ok | |
| test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor) ... ok | |
| test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature) ... ok | |
| test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property) ... ok | |
| test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor) ... ok | |
| test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form) ... ok | |
| test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod) ... ok | |
| test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor) ... ok | |
| test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc) ... ok | |
| test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs) ... ok | |
| test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o) ... ok | |
| test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default) ... ok | |
| test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method) ... ok | |
| test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o) ... ok | |
| test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs) ... ok | |
| test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o) ... ok | |
| test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default) ... ok | |
| test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method) ... ok | |
| test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type) ... ok | |
| test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords) ... ok | |
| test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir) ... ok | |
| test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir) ... ok | |
| test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir) ... ok | |
| test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 114 tests in 59.305s | |
| OK | |
| Warning -- threading._dangling was modified by test.test_pydoc.test_pydoc | |
| Warning -- Before: {<weakref at 0xf8693280; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf3b534b0; to 'pydoc._start_server.<locals>.ServerThread' at 0xf551a818>, <weakref at 0xf3b534d8; to 'threading._MainThread' at 0xf8f638d0>} | |
| 0:23:25 load avg: 4.26 [ 71/495/29] test.test_asyncio.test_tools passed -- running (1): test.test_multiprocessing_spawn.test_manager (5 min 21 sec) | |
| 0:23:32 load avg: 4.16 [ 72/495/30] test_syslog failed (env changed) -- running (1): test.test_multiprocessing_spawn.test_manager (5 min 27 sec) | |
| test_closelog (test.test_syslog.Test.test_closelog) ... ok | |
| test_log_mask (test.test_syslog.Test.test_log_mask) ... ok | |
| test_openlog (test.test_syslog.Test.test_openlog) ... ok | |
| test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs) ... ok | |
| test_setlogmask (test.test_syslog.Test.test_setlogmask) ... ok | |
| test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog) ... ok | |
| test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog) ... ok | |
| test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog) ... ok | |
| test_syslog (test.test_syslog.Test.test_syslog) ... ok | |
| test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open) ... ok | |
| test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded) ... ok | |
| ---------------------------------------------------------------------- | |
| Ran 11 tests in 1.907s | |
| OK | |
| Warning -- threading._dangling was modified by test_syslog | |
| Warning -- Before: {<weakref at 0xf86d3370; to 'threading._MainThread' at 0xf8fa38d0>} | |
| Warning -- After: {<weakref at 0xf7df3ac8; to 'threading.Thread' at 0xf7e43810>, <weakref at 0xf7df3af0; to 'threading.Thread' at 0xf7e14850>, <weakref at 0xf7df3b18; to 'threading.Thread' at 0xf7e12c68>, <weakref at 0xf7df3b68; to 'threading.Thread' at 0xf7dd56b0>, <weakref at 0xf7df3b40; to 'threading.Thread' at 0xf7e438b8>, <weakref at 0xf7df3b90; to 'threading._MainThread' at 0xf8fa38d0>, <weakref at 0xf7df3bb8; to 'threading.Thread' at 0xf7e32ae0>, <weakref at 0xf7df3be0; to 'threading.Thread' at 0xf7dc9500>, <weakref at 0xf7df3c08; to 'threading.Thread' at 0xf7e32b70>, <weakref at 0xf7df3c30; to 'threading.Thread' at 0xf7dd1580>, <weakref at 0xf7df3c58; to 'threading.Thread' at 0xf7e147b0>, <weakref at 0xf7df3c80; to 'threading.Thread' at 0xf7e0e9b0>} | |
| 0:23:54 load avg: 4.07 [ 73/495/30] test_userdict passed -- running (2): test_userlist (32.2 sec), test.test_multiprocessing_spawn.test_manager (5 min 50 sec) | |
| 0:23:57 load avg: 4.07 [ 74/495/31] test_userlist failed (1 failure) (35.3 sec) -- running (1): test.test_multiprocessing_spawn.test_manager (5 min 53 sec) | |
| test_add_specials (test.test_userlist.UserListTest.test_add_specials) ... ok | |
| test_addmul (test.test_userlist.UserListTest.test_addmul) ... ok | |
| test_append (test.test_userlist.UserListTest.test_append) ... ok | |
| test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat) ... ok | |
| test_clear (test.test_userlist.UserListTest.test_clear) ... ok | |
| test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling) ... ok | |
| test_constructors (test.test_userlist.UserListTest.test_constructors) ... ok | |
| test_contains (test.test_userlist.UserListTest.test_contains) ... ok | |
| test_contains_fake (test.test_userlist.UserListTest.test_contains_fake) ... ok | |
| test_contains_order (test.test_userlist.UserListTest.test_contains_order) ... ok | |
| test_copy (test.test_userlist.UserListTest.test_copy) ... ok | |
| test_count (test.test_userlist.UserListTest.test_count) ... ok | |
| test_delitem (test.test_userlist.UserListTest.test_delitem) ... ok | |
| test_delslice (test.test_userlist.UserListTest.test_delslice) ... ok | |
| test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator) ... ok | |
| test_extend (test.test_userlist.UserListTest.test_extend) ... ok | |
| test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing) ... ok | |
| test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating) ... FAIL | |
| test_getitem (test.test_userlist.UserListTest.test_getitem) ... ok | |
| test_getitem_error (test.test_userlist.UserListTest.test_getitem_error) ... ok | |
| test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter) ... ok | |
| test_getslice (test.test_userlist.UserListTest.test_getslice) ... ok | |
| test_iadd (test.test_userlist.UserListTest.test_iadd) ... ok | |
| test_imul (test.test_userlist.UserListTest.test_imul) ... ok | |
| test_index (test.test_userlist.UserListTest.test_index) ... ok | |
| test_init (test.test_userlist.UserListTest.test_init) ... ok | |
| test_insert (test.test_userlist.UserListTest.test_insert) ... ok | |
| test_len (test.test_userlist.UserListTest.test_len) ... ok | |
| test_minmax (test.test_userlist.UserListTest.test_minmax) ... ok | |
| test_mixedadd (test.test_userlist.UserListTest.test_mixedadd) ... ok | |
| test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp) ... ok | |
| test_pickle (test.test_userlist.UserListTest.test_pickle) ... ok | |
| test_pop (test.test_userlist.UserListTest.test_pop) ... ok | |
| test_radd_specials (test.test_userlist.UserListTest.test_radd_specials) ... ok | |
| test_remove (test.test_userlist.UserListTest.test_remove) ... ok | |
| test_repeat (test.test_userlist.UserListTest.test_repeat) ... ok | |
| test_repr (test.test_userlist.UserListTest.test_repr) ... ok | |
| test_repr_deep (test.test_userlist.UserListTest.test_repr_deep) ... ok | |
| test_reverse (test.test_userlist.UserListTest.test_reverse) ... ok | |
| test_reversed (test.test_userlist.UserListTest.test_reversed) ... ok | |
| test_set_subscript (test.test_userlist.UserListTest.test_set_subscript) ... ok | |
| test_setitem (test.test_userlist.UserListTest.test_setitem) ... ok | |
| test_setitem_error (test.test_userlist.UserListTest.test_setitem_error) ... ok | |
| test_setslice (test.test_userlist.UserListTest.test_setslice) ... ok | |
| test_slice (test.test_userlist.UserListTest.test_slice) ... ok | |
| test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator) ... ok | |
| test_slice_type (test.test_userlist.UserListTest.test_slice_type) ... ok | |
| test_sort (test.test_userlist.UserListTest.test_sort) ... ok | |
| test_subscript (test.test_userlist.UserListTest.test_subscript) ... ok | |
| test_truth (test.test_userlist.UserListTest.test_truth) ... ok | |
| test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy) ... ok | |
| ====================================================================== | |
| FAIL: test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/seq_tests.py", line 430, in test_free_after_iterating | |
| support.check_free_after_iterating(self, iter, self.type2test) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "/home/stefanor/cpython/Lib/test/support/__init__.py", line 1982, in check_free_after_iterating | |
| test.assertTrue(done) | |
| ~~~~~~~~~~~~~~~^^^^^^ | |
| AssertionError: False is not true | |
| ---------------------------------------------------------------------- | |
| Ran 51 tests in 9.782s | |
| FAILED (failures=1) | |
| test test_userlist failed | |
| 0:24:27 load avg: 4.41 running (3): test_isinstance (33.3 sec), test.test_concurrent_futures.test_interpreter_pool (30.1 sec), test.test_multiprocessing_spawn.test_manager (6 min 23 sec) | |
| 0:24:43 load avg: 3.95 [ 75/495/32] test.test_multiprocessing_spawn.test_manager failed (1 failure) (6 min 39 sec) -- running (2): test_isinstance (49.4 sec), test.test_concurrent_futures.test_interpreter_pool (46.2 sec) | |
| test_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort) | |
| Test that an abort will put the barrier in a broken state ... ok | |
| test_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset) | |
| Test that a barrier can be reset after being broken. ... ok | |
| test_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action) | |
| Test the 'action' callback ... ok | |
| test_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier) | |
| Test that a barrier is passed in lockstep ... ok | |
| test_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10) | |
| Test that a barrier works for 10 consecutive runs ... ok | |
| test_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout) | |
| Test the barrier's default timeout ... ok | |
| test_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset) | |
| Test that a 'reset' on a barrier frees the waiting threads ... ok | |
| test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread) ... ok | |
| test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' | |
| test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout) | |
| Test wait(timeout) ... ok | |
| test_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return) | |
| test the return value from barrier.wait ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f7690db0: refcount=1 | |
| Warning -- <threading.Event at 0xf7690db0: set> | |
| Warning -- f769b608: refcount=1 | |
| Warning -- [22371, 22372, 22370, 22373] | |
| Warning -- f76a09a8: refcount=1 | |
| Warning -- [22373, 22371, 22370, 22372] | |
| Warning -- f76ca4c8: refcount=1 | |
| Warning -- [22337, 22340, 22339, 22338] | |
| Warning -- f76d8c70: refcount=1 | |
| Warning -- <threading.Barrier at 0xf76d8c70: broken> | |
| Warning -- f7755930: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7755930: broken> | |
| Warning -- f7755b30: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7755b30: waiters=0/1> | |
| Warning -- f7767468: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7767468: broken> | |
| Warning -- f77678a0: refcount=1 | |
| Warning -- <threading.Barrier at 0xf77678a0: broken> | |
| Warning -- f7777d48: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f7778c00: refcount=1 | |
| Warning -- <threading.Event at 0xf7778c00: set> | |
| Warning -- f777f108: refcount=1 | |
| Warning -- [22337, 22338, 22340, 22339] | |
| Warning -- f778eaa8: refcount=1 | |
| Warning -- [] | |
| Warning -- f7794e48: refcount=1 | |
| Warning -- [True, True, True, True] | |
| Warning -- f779d208: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f77a05a8: refcount=1 | |
| Warning -- [22285, 22286, 22287, 22288] | |
| Warning -- f77a6948: refcount=1 | |
| Warning -- [22285, 22286, 22287, 22288] | |
| Warning -- f77a7390: refcount=1 | |
| Warning -- <threading.Event at 0xf77a7390: set> | |
| Warning -- f77c7268: refcount=1 | |
| Warning -- [22252, 22249, 22251, 22250] | |
| Warning -- f782c1e0: refcount=1 | |
| Warning -- <threading.Barrier at 0xf782c1e0: broken> | |
| Warning -- f782c270: refcount=1 | |
| Warning -- <threading.Barrier at 0xf782c270: broken> | |
| Warning -- f783bb08: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f783cb70: refcount=1 | |
| Warning -- <threading.Event at 0xf783cb70: set> | |
| Warning -- f7840ea8: refcount=1 | |
| Warning -- [22251, 22250, 22249, 22252] | |
| Warning -- f7917a48: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7917a48: broken> | |
| Warning -- f7923e48: refcount=1 | |
| Warning -- [True, True, True, True, True, True, True, True, True, True, True, True, Tr | |
| Warning -- f792d208: refcount=1 | |
| Warning -- [True, True, True, True, True, True, True, True, True, True, True, True, Tr | |
| Warning -- f79315a8: refcount=1 | |
| Warning -- [22211, 22212, 22213, 22214] | |
| Warning -- f7937948: refcount=1 | |
| Warning -- [22213, 22214, 22211, 22212] | |
| Warning -- f7939420: refcount=1 | |
| Warning -- <threading.Event at 0xf7939420: set> | |
| Warning -- f794cf60: refcount=1 | |
| Warning -- <threading.Event at 0xf794cf60: set> | |
| Warning -- f794eea8: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f7956268: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f795b608: refcount=1 | |
| Warning -- [22179, 22181, 22180, 22182] | |
| Warning -- f795e9a8: refcount=1 | |
| Warning -- [22181, 22180, 22182, 22179] | |
| Warning -- f7994ce8: refcount=1 | |
| Warning -- [22147, 22145, 22146, 22148] | |
| Warning -- f799d0a8: refcount=1 | |
| Warning -- [22148, 22145, 22147, 22146] | |
| Warning -- f79f21c8: refcount=1 | |
| Warning -- <threading.Barrier at 0xf79f21c8: broken> | |
| Warning -- f7a0ff00: refcount=1 | |
| Warning -- <threading.Event at 0xf7a0ff00: set> | |
| Warning -- f7a88920: refcount=1 | |
| Warning -- <queue.Queue object at 0xf7a88920> | |
| Warning -- f7a8f5d0: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7a8f5d0: waiters=0/5> | |
| Warning -- f7a8f990: refcount=1 | |
| Warning -- <threading.Barrier at 0xf7a8f990: broken> | |
| Warning -- f81ad848: refcount=1 | |
| Warning -- [True] | |
| Warning -- f81e0148: refcount=1 | |
| Warning -- [22105, 22107, 22106, 22108] | |
| Warning -- f81e74e8: refcount=1 | |
| Warning -- [22108, 22106, 22105, 22107] | |
| Warning -- f824a2a8: refcount=1 | |
| Warning -- [] | |
| Warning -- f824c648: refcount=1 | |
| Warning -- [True, True, True, True] | |
| Warning -- f82529e8: refcount=1 | |
| Warning -- [True, True, True, True, True] | |
| Warning -- f8254e10: refcount=1 | |
| Warning -- <threading.Event at 0xf8254e10: set> | |
| Warning -- f82761a0: refcount=1 | |
| Warning -- <threading.Barrier at 0xf82761a0: broken> | |
| Warning -- f827c180: refcount=1 | |
| Warning -- <threading.Barrier at 0xf827c180: waiters=0/5> | |
| Warning -- f827c228: refcount=1 | |
| Warning -- <threading.Barrier at 0xf827c228: broken> | |
| Warning -- f8281468: refcount=1 | |
| Warning -- [] | |
| Warning -- f8285808: refcount=1 | |
| Warning -- [True, True, True, True] | |
| Warning -- f8288ba8: refcount=1 | |
| Warning -- [22061, 22063, 22062, 22064] | |
| Warning -- f828a1e8: refcount=1 | |
| Warning -- <threading.Event at 0xf828a1e8: set> | |
| Warning -- f828ef48: refcount=1 | |
| Warning -- [22061, 22063, 22064, 22062] | |
| Warning -- f83f2c90: refcount=1 | |
| Warning -- <threading.Barrier at 0xf83f2c90: broken> | |
| Warning -- Dangling processes: {<Process name='Process-21' pid=22214 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-35' pid=22371 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-8' pid=22107 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-9' pid=22108 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-6' pid=22105 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-30' pid=22337 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-36' pid=22372 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-16' pid=22181 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-14' pid=22179 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-26' pid=22285 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-7' pid=22106 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-12' pid=22147 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-31' pid=22338 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-37' pid=22373 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-22' pid=22249 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-27' pid=22286 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-32' pid=22339 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-13' pid=22148 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-11' pid=22146 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-10' pid=22145 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-28' pid=22287 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-19' pid=22212 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-17' pid=22182 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-23' pid=22250 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-33' pid=22340 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-15' pid=22180 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-3' pid=22062 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-2' pid=22061 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-1' pid=22035 parent=22025 stopped exitcode=0>, <Process name='Process-29' pid=22288 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-4' pid=22063 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-24' pid=22251 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-18' pid=22211 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-25' pid=22252 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-5' pid=22064 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-20' pid=22213 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-34' pid=22370 parent=22025 stopped exitcode=0 daemon>} | |
| test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify) ... ok | |
| test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all) ... ok | |
| test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n) ... ok | |
| test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout) ... ok | |
| test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result) ... ok | |
| test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor) ... ok | |
| test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout) ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f7f82440: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf7f80300>, 0 | |
| Warning -- f7fa1dd8: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf7fa1dd8: value=0> | |
| Warning -- f7fa3940: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf7faa270>, 0 | |
| Warning -- f7feb170: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf7fd08d0>, 0 | |
| Warning -- f7feb850: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf7fd0cc0>, 0 | |
| Warning -- f817ab70: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf815bf60>, 0 | |
| Warning -- f81eff50: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf81fab70>, 0 | |
| Warning -- f81f61a0: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf81f61a0: value=0> | |
| Warning -- f81f63c8: refcount=1 | |
| Warning -- Value('i', 4) | |
| Warning -- f81fc180: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf81fc180: value=0> | |
| Warning -- f81fc228: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf81fc228: value=0> | |
| Warning -- f81fc2d0: refcount=1 | |
| Warning -- Value('i', True) | |
| Warning -- f8202710: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf8202710: value=0> | |
| Warning -- f82027b0: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf82027b0: value=6> | |
| Warning -- f8351b30: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf8351b30: value=2> | |
| Warning -- f8351d40: refcount=1 | |
| Warning -- Value('i', 3) | |
| Warning -- f838cb70: refcount=1 | |
| Warning -- <Condition(<unlocked _thread.RLock object owner=0 count=0 at 0xf8253f60>, 0 | |
| Warning -- Dangling processes: {<Process name='Process-47' pid=22474 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-38' pid=22392 parent=22025 stopped exitcode=0>, <Process name='Process-45' pid=22447 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-41' pid=22431 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-42' pid=22434 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-44' pid=22444 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-50' pid=22512 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-43' pid=22442 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-49' pid=22497 parent=22025 stopped exitcode=0>, <Process name='Process-39' pid=22406 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-51' pid=22530 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-46' pid=22472 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-48' pid=22477 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-40' pid=22429 parent=22025 stopped exitcode=0 daemon>} | |
| Warning -- Dangling threads: {<Thread(Thread-8 (f), stopped daemon 4024869888)>, <Thread(Thread-1 (f), stopped daemon 4066833408)>, <Thread(Thread-2 (f), stopped daemon 4066833408)>, <Thread(Thread-7 (f), stopped daemon 4024869888)>, <Thread(Thread-6 (f), stopped daemon 4033262592)>, <Thread(Thread-10 (f), stopped daemon 4041655296)>, <Thread(Thread-5 (f), stopped daemon 4041655296)>, <Thread(Thread-4 (f), stopped daemon 4050048000)>, <Thread(Thread-3 (f), stopped daemon 4058440704)>, <Thread(Thread-9 (f), stopped daemon 4033262592)>} | |
| test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict) ... ok | |
| test_dict_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_isinstance) ... ok | |
| test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter) ... ok | |
| test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested) ... ok | |
| test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list) ... ok | |
| test_list_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_isinstance) ... ok | |
| test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter) ... ok | |
| test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list) ... ok | |
| test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace) ... ok | |
| test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue) ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f7f468c8: refcount=1 | |
| Warning -- [<AutoProxy[Queue] object, typeid 'Queue' at 0xf81f65f0>] | |
| Warning -- f7f6f5f0: refcount=1 | |
| Warning -- {0: <AutoProxy[Queue] object, typeid 'Queue' at 0xf8352ea0>} | |
| Warning -- f7f849c8: refcount=1 | |
| Warning -- [<ListProxy object, typeid 'list' at 0xf8207350>, <ListProxy object, typeid | |
| Warning -- f7fb1e68: refcount=1 | |
| Warning -- [<ListProxy object, typeid 'list' at 0xf832cc90>] | |
| Warning -- f7fc4448: refcount=1 | |
| Warning -- [<ListProxy object, typeid 'list' at 0xf8352d40>, <ListProxy object, typeid | |
| Warning -- f7fd15e8: refcount=1 | |
| Warning -- [<ListProxy object, typeid 'list' at 0xf81fc378>] | |
| Warning -- f7fdc708: refcount=1 | |
| Warning -- [] | |
| Warning -- f7fdfae8: refcount=1 | |
| Warning -- [100, 1, 2, 3, 4, 5, 6, 7, 8, 9] | |
| Warning -- f7fef528: refcount=5 | |
| Warning -- [0, 1, 55] | |
| Warning -- f7ff5968: refcount=5 | |
| Warning -- [0, 1] | |
| Warning -- f7ff9da8: refcount=4 | |
| Warning -- [0, 1, 2] | |
| Warning -- f8166c68: refcount=2 | |
| Warning -- [<DictProxy object, typeid 'dict' at 0xf81fc180>, <DictProxy object, typeid | |
| Warning -- f817a788: refcount=1 | |
| Warning -- [[88, 99], <ListProxy object, typeid 'list' at 0xf81f63c8>] | |
| Warning -- f81871a8: refcount=3 | |
| Warning -- [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'hello'] | |
| Warning -- f818b7a8: refcount=2 | |
| Warning -- [0, 1, 2, 3, 4, 0, 1, 2, 3, 4] | |
| Warning -- f819e398: refcount=1 | |
| Warning -- <dict_keyiterator object at 0xf819e398> | |
| Warning -- f81a7a50: refcount=6 | |
| Warning -- {'ferrets': 2, 'hamsters': 4, 'marmots': 1} | |
| Warning -- f81aac08: refcount=11 | |
| Warning -- {'water': 7, 'feed': 3, 'blankets': 11} | |
| Warning -- f81b65a0: refcount=1 | |
| Warning -- {} | |
| Warning -- f81f6480: refcount=1 | |
| Warning -- Namespace(name='Bob') | |
| Warning -- f81f6538: refcount=3 | |
| Warning -- <queue.Queue object at 0xf81f6538> | |
| Warning -- f81f9438: refcount=1 | |
| Warning -- {65: 'A', 66: 'B', 67: 'C', 68: 'D', 69: 'E'} | |
| Warning -- f8204de8: refcount=1 | |
| Warning -- {} | |
| Warning -- f820afa0: refcount=1 | |
| Warning -- {} | |
| Warning -- f82156e0: refcount=1 | |
| Warning -- <dict_keyiterator object at 0xf82156e0> | |
| Warning -- f8352df0: refcount=3 | |
| Warning -- <queue.Queue object at 0xf8352df0> | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-52' pid=22557 parent=22025 stopped exitcode=0>} | |
| test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event) ... ok | |
| test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr) ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f8353c30: refcount=1 | |
| Warning -- <threading.Event at 0xf8353c30: set> | |
| Warning -- f8678b70: refcount=1 | |
| Warning -- <threading.Event at 0xf8678b70: set> | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-53' pid=22682 parent=22025 stopped exitcode=-SIGTERM>, <Process name='Process-54' pid=22691 parent=22025 stopped exitcode=0 daemon>} | |
| test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock) ... ok | |
| test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context) ... ok | |
| test_lock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_locked_2processes) ... skipped 'test not appropriate for manager' | |
| test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) ... skipped 'test not appropriate for manager' | |
| test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) ... skipped 'test not appropriate for manager' | |
| test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock) ... ok | |
| test_rlock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_context) ... ok | |
| test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_locked_2processes) ... skipped 'test not appropriate for manager' | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f8279030: refcount=1 | |
| Warning -- <unlocked _thread.lock object at 0xf8279030> | |
| Warning -- f827a690: refcount=1 | |
| Warning -- <unlocked _thread.RLock object owner=0 count=0 at 0xf827a690> | |
| Warning -- f827aae0: refcount=1 | |
| Warning -- <unlocked _thread.RLock object owner=0 count=0 at 0xf827aae0> | |
| Warning -- f8287430: refcount=1 | |
| Warning -- <unlocked _thread.lock object at 0xf8287430> | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-55' pid=22947 parent=22025 stopped exitcode=0>} | |
| test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart) ... ok | |
| Warning -- Dangling processes: {<SpawnProcess name='QueueManager-57' pid=22974 parent=22025 stopped exitcode=0>, <Process name='Process-58' pid=22982 parent=22025 stopped exitcode=0>, <SpawnProcess name='SyncManager-56' pid=22969 parent=22025 stopped exitcode=0>, <SpawnProcess name='QueueManager-59' pid=22999 parent=22025 stopped exitcode=0>} | |
| test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager) ... ok | |
| test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context) ... ok | |
| test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok | |
| Warning -- Dangling processes: {<SpawnProcess name='MyManager-61' pid=23012 parent=22025 stopped exitcode=0>, <SpawnProcess name='MyManager-62' pid=23029 parent=22025 stopped exitcode=0>, <SpawnProcess name='MyManager-63' pid=23050 parent=22025 stopped exitcode=0>, <SpawnProcess name='SyncManager-60' pid=23009 parent=22025 stopped exitcode=0>} | |
| test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply) ... ok | |
| test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async) ... ok | |
| test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout) ... ok | |
| test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context) ... ok | |
| test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable) ... ok | |
| test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' | |
| test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap) ... ok | |
| test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' | |
| test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered) ... ok | |
| test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' | |
| test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool) ... ok | |
| test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map) ... ok | |
| test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async) ... ok | |
| test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks) ... ok | |
| test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize) ... ok | |
| test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' | |
| test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast) ... ok | |
| test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable) ... ok | |
| test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs) ... FAIL | |
| test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' | |
| test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap) ... ok | |
| test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async) ... ok | |
| test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate) ... ok | |
| test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback) ... ok | |
| test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception) ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f67360d8: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf67360d8> | |
| Warning -- f6b1ddd8: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=TERMINATE pool_size=3> | |
| Warning -- f6b832d0: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf6b832d0> | |
| Warning -- f6b85420: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=TERMINATE pool_size=1> | |
| Warning -- f70ac670: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=TERMINATE pool_size=2> | |
| Warning -- f70b6fe8: refcount=1 | |
| Warning -- [[1], ValueError("invalid literal for int() with base 10: 'a'")] | |
| Warning -- f70f56c0: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf70f56c0> | |
| Warning -- f70f5768: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf70f5768> | |
| Warning -- f70f58b8: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf70f58b8> | |
| Warning -- f70f5960: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf70f5960> | |
| Warning -- f75475c8: refcount=1 | |
| Warning -- <generator object Pool.imap_unordered.<locals>.<genexpr> at 0xf75475c8> | |
| Warning -- f7952730: refcount=1 | |
| Warning -- <generator object Pool.imap.<locals>.<genexpr> at 0xf7952730> | |
| Warning -- f7a082d0: refcount=1 | |
| Warning -- <multiprocessing.pool.IMapIterator object at 0xf7a082d0> | |
| Warning -- f7a43480: refcount=1 | |
| Warning -- <multiprocessing.pool.IMapIterator object at 0xf7a43480> | |
| Warning -- f7a43538: refcount=1 | |
| Warning -- <multiprocessing.pool.IMapUnorderedIterator object at 0xf7a43538> | |
| Warning -- f7a4e0e0: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=TERMINATE pool_size=3> | |
| Warning -- f7a4e5b0: refcount=1 | |
| Warning -- <multiprocessing.pool.MapResult object at 0xf7a4e5b0> | |
| Warning -- f7a4e660: refcount=1 | |
| Warning -- <multiprocessing.pool.IMapIterator object at 0xf7a4e660> | |
| Warning -- f7a4e710: refcount=1 | |
| Warning -- <multiprocessing.pool.IMapUnorderedIterator object at 0xf7a4e710> | |
| Warning -- f7a57570: refcount=1 | |
| Warning -- <multiprocessing.pool.ApplyResult object at 0xf7a57570> | |
| Warning -- f7a57c00: refcount=1 | |
| Warning -- <multiprocessing.pool.ApplyResult object at 0xf7a57c00> | |
| Warning -- f7a57df8: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=CLOSE pool_size=1> | |
| Warning -- f82361a0: refcount=1 | |
| Warning -- <multiprocessing.pool.Pool state=TERMINATE pool_size=4> | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-64' pid=23071 parent=22025 stopped exitcode=-SIGTERM>} | |
| test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions) ... ok | |
| test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok | |
| test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork) ... ok | |
| test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get) ... ok | |
| test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention) ... ok | |
| test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put) ... ok | |
| test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize) ... ok | |
| test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' | |
| test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' | |
| test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done) ... ok | |
| test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout) ... ok | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f821d738: refcount=1 | |
| Warning -- <threading.Event at 0xf821d738: set> | |
| Warning -- f8231030: refcount=1 | |
| Warning -- <threading.Event at 0xf8231030: set> | |
| Warning -- f82388d0: refcount=1 | |
| Warning -- <threading.Event at 0xf82388d0: set> | |
| Warning -- f82447f0: refcount=1 | |
| Warning -- <threading.Event at 0xf82447f0: set> | |
| Warning -- f82761a0: refcount=1 | |
| Warning -- <queue.Queue object at 0xf82761a0> | |
| Warning -- f83f3c90: refcount=1 | |
| Warning -- <queue.Queue object at 0xf83f3c90> | |
| Warning -- f83f3d40: refcount=1 | |
| Warning -- <queue.Queue object at 0xf83f3d40> | |
| Warning -- f83f3df0: refcount=1 | |
| Warning -- <queue.Queue object at 0xf83f3df0> | |
| Warning -- f83f3ea0: refcount=1 | |
| Warning -- <queue.Queue object at 0xf83f3ea0> | |
| Warning -- Dangling processes: {<Process name='Process-72' pid=23311 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-67' pid=23286 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-68' pid=23298 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-65' pid=23264 parent=22025 stopped exitcode=0>, <Process name='Process-70' pid=23309 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-66' pid=23275 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-69' pid=23308 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-71' pid=23310 parent=22025 stopped exitcode=0 daemon>} | |
| Warning -- Dangling threads: {<Thread(QueueFeederThread, stopped daemon 4041655296)>, <Thread(QueueFeederThread, stopped daemon 4041655296)>, <Thread(QueueFeederThread, stopped daemon 4041655296)>} | |
| test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote) ... ok | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-73' pid=23328 parent=22025 stopped exitcode=-SIGTERM>, <SpawnProcess name='QueueManager-74' pid=23329 parent=22025 stopped exitcode=0>, <Process name='Process-75' pid=23334 parent=22025 stopped exitcode=0 daemon>} | |
| test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore) ... ok | |
| test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore) ... ok | |
| test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' | |
| Warning -- Shared objects which still exist at manager shutdown: | |
| Warning -- f83011a0: refcount=1 | |
| Warning -- <threading.BoundedSemaphore at 0xf83011a0: value=2/2> | |
| Warning -- f8301258: refcount=1 | |
| Warning -- <threading.Semaphore at 0xf8301258: value=4> | |
| Warning -- Dangling processes: {<SpawnProcess name='SyncManager-76' pid=23361 parent=22025 stopped exitcode=0>} | |
| Warning -- Dangling processes: {<Process name='Process-21' pid=22214 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-52' pid=22557 parent=22025 stopped exitcode=0>, <Process name='Process-35' pid=22371 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-8' pid=22107 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-47' pid=22474 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-41' pid=22431 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-64' pid=23071 parent=22025 stopped exitcode=-SIGTERM>, <Process name='Process-6' pid=22105 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-30' pid=22337 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-66' pid=23275 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-36' pid=22372 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-75' pid=23334 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-14' pid=22179 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-48' pid=22477 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-54' pid=22691 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-7' pid=22106 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-31' pid=22338 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-37' pid=22373 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-38' pid=22392 parent=22025 stopped exitcode=0>, <Process name='Process-42' pid=22434 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-55' pid=22947 parent=22025 stopped exitcode=0>, <Process name='Process-22' pid=22249 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-32' pid=22339 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='MyManager-62' pid=23029 parent=22025 stopped exitcode=0>, <Process name='Process-19' pid=22212 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-23' pid=22250 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-33' pid=22340 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-58' pid=22982 parent=22025 stopped exitcode=0>, <SpawnProcess name='QueueManager-74' pid=23329 parent=22025 stopped exitcode=0>, <Process name='Process-15' pid=22180 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-3' pid=22062 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-43' pid=22442 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-1' pid=22035 parent=22025 stopped exitcode=0>, <SpawnProcess name='SyncManager-56' pid=22969 parent=22025 stopped exitcode=0>, <Process name='Process-24' pid=22251 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-69' pid=23308 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='QueueManager-57' pid=22974 parent=22025 stopped exitcode=0>, <Process name='Process-25' pid=22252 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-44' pid=22444 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-70' pid=23309 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='QueueManager-59' pid=22999 parent=22025 stopped exitcode=0>, <Process name='Process-49' pid=22497 parent=22025 stopped exitcode=0>, <Process name='Process-71' pid=23310 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-72' pid=23311 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-45' pid=22447 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-68' pid=23298 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-67' pid=23286 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-9' pid=22108 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-65' pid=23264 parent=22025 stopped exitcode=0>, <Process name='Process-50' pid=22512 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-39' pid=22406 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-16' pid=22181 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-26' pid=22285 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-12' pid=22147 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-60' pid=23009 parent=22025 stopped exitcode=0>, <Process name='Process-27' pid=22286 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-51' pid=22530 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='MyManager-63' pid=23050 parent=22025 stopped exitcode=0>, <SpawnProcess name='SyncManager-76' pid=23361 parent=22025 stopped exitcode=0>, <Process name='Process-13' pid=22148 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-11' pid=22146 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-10' pid=22145 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-28' pid=22287 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-17' pid=22182 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-53' pid=22682 parent=22025 stopped exitcode=-SIGTERM>, <Process name='Process-2' pid=22061 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-29' pid=22288 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-4' pid=22063 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-18' pid=22211 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-46' pid=22472 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-40' pid=22429 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='MyManager-61' pid=23012 parent=22025 stopped exitcode=0>, <Process name='Process-5' pid=22064 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-20' pid=22213 parent=22025 stopped exitcode=0 daemon>, <Process name='Process-34' pid=22370 parent=22025 stopped exitcode=0 daemon>, <SpawnProcess name='SyncManager-73' pid=23328 parent=22025 stopped exitcode=-SIGTERM>} | |
| Warning -- Dangling threads: {<Thread(QueueFeederThread, stopped daemon 4041655296)>, <Thread(Thread-8 (f), stopped daemon 4024869888)>, <Thread(Thread-1 (f), stopped daemon 4066833408)>, <Thread(Thread-2 (f), stopped daemon 4066833408)>, <Thread(Thread-7 (f), stopped daemon 4024869888)>, <Thread(Thread-6 (f), stopped daemon 4033262592)>, <Thread(QueueFeederThread, stopped daemon 4041655296)>, <Thread(Thread-10 (f), stopped daemon 4041655296)>, <Thread(Thread-5 (f), stopped daemon 4041655296)>, <Thread(Thread-4 (f), stopped daemon 4050048000)>, <Thread(Thread-3 (f), stopped daemon 4058440704)>, <Thread(Thread-9 (f), stopped daemon 4033262592)>, <Thread(QueueFeederThread, stopped daemon 4041655296)>} | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 367, in _run_finalizers | |
| finalizer() | |
| ~~~~~~~~~^^ | |
| File "/home/stefanor/cpython/Lib/multiprocessing/util.py", line 291, in __call__ | |
| res = self._callback(*self._args, **self._kwargs) | |
| File "/home/stefanor/cpython/Lib/multiprocessing/synchronize.py", line 86, in _cleanup | |
| sem_unlink(name) | |
| ~~~~~~~~~~^^^^^^ | |
| FileNotFoundError: [Errno 2] No such file or directory | |
| ====================================================================== | |
| FAIL: test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/stefanor/cpython/Lib/test/_test_multiprocessing.py", line 3198, in test_release_task_refs | |
| self.assertEqual(set(wr() for wr in refs), {None}) | |
| ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| AssertionError: Items in the first set but not the second: | |
| <test._test_multiprocessing.CountedObject object at 0xf6b17210> | |
| <test._test_multiprocessing.CountedObject object at 0xf6b1bc10> | |
| <test._test_multiprocessing.CountedObject object at 0xf6e354c8> | |
| <test._test_multiprocessing.CountedObject object at 0xf6b226f0> | |
| <test._test_multiprocessing.CountedObject object at 0xf7147310> | |
| <test._test_multiprocessing.CountedObject object at 0xf71bf920> | |
| <test._test_multiprocessing.CountedObject object at 0xf6b17170> | |
| <test._test_multiprocessing.CountedObject object at 0xf6b22780> | |
| <test._test_multiprocessing.CountedObject object at 0xf7100be0> | |
| <test._test_multiprocessing.CountedObject object at 0xf6e35570> | |
| Items in the second set but not the first: | |
| None | |
| ---------------------------------------------------------------------- | |
| Ran 82 tests in 388.523s | |
| FAILED (failures=1, skipped=13) | |
| Warning -- threading._dangling was modified by test.test_multiprocessing_spawn.test_manager | |
| Warning -- Before: {<weakref at 0xf86930f0; to 'threading._MainThread' at 0xf8f638d0>} | |
| Warning -- After: {<weakref at 0xf6301e10; to 'threading.Thread' at 0xf66dc230>, <weakref at 0xf6301de8; to 'threading.Thread' at 0xf7838030>, <weakref at 0xf6301e38; to 'threading.Thread' at 0xf78a4258>, <weakref at 0xf6301e60; to 'threading.Thread' at 0xf7891870>, <weakref at 0xf6301e88; to 'threading.Thread' at 0xf787c880>, <weakref at 0xf6301eb0; to 'threading.Thread' at 0xf7b10e90>, <weakref at 0xf6301ed8; to 'threading.Thread' at 0xf6633a80>, <weakref at 0xf6301f00; to 'threading._MainThread' at 0xf8f638d0>, <weakref at 0xf6301f28; to 'threading.Thread' at 0xf78bdad0>, <weakref at 0xf6301f50; to 'threading.Thread' at 0xf7b10d50>, <weakref at 0xf6301f78; to 'threading.Thread' at 0xf78a7768>, <weakref at 0xf6301fa0; to 'threading.Thread' at 0xf78a7570>, <weakref at 0xf6301fc8; to 'threading.Thread' at 0xf7838150>, <weakref at 0xf6304028; to 'threading.Thread' at 0xf66dc3b0>} | |
| test test.test_multiprocessing_spawn.test_manager failed | |
| 0:24:48 load avg: 3.88 [ 76/495/32] test_xxlimited passed -- running (2): test_isinstance (53.7 sec), test.test_concurrent_futures.test_interpreter_pool (50.5 sec) | |
| 0:25:18 load avg: 4.80 running (3): test_isinstance (1 min 23 sec), test.test_concurrent_futures.test_interpreter_pool (1 min 20 sec), test.test_multiprocessing_forkserver.test_processes (30.1 sec) | |
| 0:25:48 load avg: 5.76 running (3): test_isinstance (1 min 53 sec), test.test_concurrent_futures.test_interpreter_pool (1 min 50 sec), test.test_multiprocessing_forkserver.test_processes (1 min) | |
| 0:26:18 load avg: 6.11 running (3): test_isinstance (2 min 23 sec), test.test_concurrent_futures.test_interpreter_pool (2 min 20 sec), test.test_multiprocessing_forkserver.test_processes (1 min 30 sec) | |
| 0:26:32 load avg: 6.34 [ 77/495/32] test_isinstance passed (2 min 37 sec) -- running (2): test.test_concurrent_futures.test_interpreter_pool (2 min 34 sec), test.test_multiprocessing_forkserver.test_processes (1 min 44 sec) | |
| 0:26:42 load avg: 6.13 [ 78/495/33] test.test_concurrent_futures.test_interpreter_pool failed (env changed) (2 min 44 sec) -- running (1): test.test_multiprocessing_forkserver.test_processes (1 min 54 sec) | |
| test_default_executor (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_default_executor) ... 4.92s ok | |
| test_run_in_executor (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_run_in_executor) ... 5.11s ok | |
| test_run_in_executor_cancel (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_run_in_executor_cancel) ... 1.00s ok | |
| test_blocking (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_blocking) ... 6.78s ok | |
| test_blocking_with_limited_workers (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_blocking_with_limited_workers) ... 9.32s ok | |
| test_free_reference (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_free_reference) ... skipped 'not applicable' | |
| 0.00s test_idle_thread_reuse (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_idle_thread_reuse) ... 1.90s ok | |
| test_import_interpreter_pool_executor (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_import_interpreter_pool_executor) ... 2.47s ok | |
| test_init_closure (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_closure) ... 0.98s ok | |
| test_init_exception_in_func (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_exception_in_func) ... 5.22s ok | |
| test_init_exception_in_script (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_exception_in_script) ... 0.00s expected failure | |
| test_init_func (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_func) ... 1.91s Warning -- threading_cleanup() failed to clean up threads in 1.0 seconds | |
| Warning -- before: thread count=0, dangling=18 | |
| Warning -- after: thread count=1, dangling=19 | |
| Warning -- Dangling thread: <Thread(InterpreterPoolExecutor-23_0, started 4063224832)> | |
| Warning -- Dangling thread: <Thread(InterpreterPoolExecutor-8_0, stopped 4086735872)> | |
| Warning -- Dangling thread: <Thread(InterpreterPoolExecutor-5_0, stopped 4086735872)> | |
| Warning -- Dangling thread: <Thread(InterpreterPoolExecutor-10_2, stopped 4054832128)> | |
| Warning -- Dangling thread: <_MainThread(MainThread, started 4180226880)> | |
| Warning -- Dangling thread: <Thread(Interp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment