Checked 112 modules (34 built-in, 77 shared, 1 n/a on linux-x86_64, 0 disabled, 0 missing, 0 failed on import) ./python -E -m test --fast-ci --timeout= + ./python -u -W default -bb -E -m test --fast-ci --timeout= --dont-add-python-opts == CPython 3.14.0a0 (heads/main:dc03ce797a, Jul 13 2024, 11:40:36) [GCC 9.4.0] == Linux-5.15.0-113-generic-x86_64-with-glibc2.31 little-endian == Python build: debug == cwd: /data/projects/europython-2024-tutorial/cpython/build/test_python_worker_214554æ == CPU count: 12 == encodings: locale=UTF-8 FS=utf-8 == resources: all,-cpu Using random seed: 319147889 0:00:00 load avg: 0.27 Run 478 tests in parallel using 14 worker processes (timeout: 10 min, worker timeout: 15 min) 0:00:00 load avg: 1.45 [ 1/478] test_compiler_codegen passed 0:00:00 load avg: 1.45 [ 2/478] test_setcomps passed 0:00:00 load avg: 1.45 [ 3/478] test_type_annotations passed 0:00:00 load avg: 1.45 [ 4/478] test_optparse passed 0:00:00 load avg: 1.45 [ 5/478] test_fractions passed 0:00:00 load avg: 1.45 [ 6/478] test.test_asyncio.test_futures2 passed 0:00:00 load avg: 1.45 [ 7/478] test_ensurepip passed 0:00:00 load avg: 1.45 [ 8/478] test_subclassinit passed 0:00:01 load avg: 1.45 [ 9/478] test_builtin passed 0:00:01 load avg: 1.45 [ 10/478] test_fileinput passed 0:00:01 load avg: 1.45 [ 11/478] test_fcntl passed 0:00:01 load avg: 1.45 [ 12/478] test.test_asyncio.test_proactor_events passed 0:00:01 load avg: 1.45 [ 13/478] test_stringprep passed 0:00:01 load avg: 1.45 [ 14/478/1] test_ntpath failed (1 error) test_abspath (test.test_ntpath.NtCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix) ... ok test_exists (test.test_ntpath.NtCommonTest.test_exists) ... ok test_exists_bool (test.test_ntpath.NtCommonTest.test_exists_bool) ... ok test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd) ... ok test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars) ... ok test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_ntpath.NtCommonTest.test_filetime) ... ok test_getsize (test.test_ntpath.NtCommonTest.test_getsize) ... ok test_import (test.test_ntpath.NtCommonTest.test_import) ... ok test_isdir (test.test_ntpath.NtCommonTest.test_isdir) ... ok test_isfile (test.test_ntpath.NtCommonTest.test_isfile) ... ok test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors) ... ok test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ... ERROR test_normcase (test.test_ntpath.NtCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_ntpath.NtCommonTest.test_realpath) ... ok test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors) ... ok test_samefile (test.test_ntpath.NtCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile) ... ok test_samestat (test.test_ntpath.NtCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive) ... ok test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs) ... ok test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir) ... ok test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_ntpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase) ... ok test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_ntpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext) ... ok test_path_splitroot (test.test_ntpath.PathLikeTests.test_path_splitroot) ... ok test_abspath (test.test_ntpath.TestNtpath.test_abspath) ... skipped "abspath requires 'nt' module" test_commonpath (test.test_ntpath.TestNtpath.test_commonpath) ... ok test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix) ... ok test_con_device (test.test_ntpath.TestNtpath.test_con_device) ... skipped 'windows only' test_expanduser (test.test_ntpath.TestNtpath.test_expanduser) ... ok test_expandvars (test.test_ntpath.TestNtpath.test_expandvars) ... ok test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii) ... ok test_fast_paths_in_use (test.test_ntpath.TestNtpath.test_fast_paths_in_use) ... skipped 'Fast paths are only for win32' test_isabs (test.test_ntpath.TestNtpath.test_isabs) ... ok test_isdevdrive (test.test_ntpath.TestNtpath.test_isdevdrive) ... skipped 'Dev Drives only exist on Win32' test_isdevdrive_fallback (test.test_ntpath.TestNtpath.test_isdevdrive_fallback) ... ok test_isfile_anonymous_pipe (test.test_ntpath.TestNtpath.test_isfile_anonymous_pipe) ... ok test_isfile_driveletter (test.test_ntpath.TestNtpath.test_isfile_driveletter) ... skipped 'drive letters are a windows concept' test_isfile_named_pipe (test.test_ntpath.TestNtpath.test_isfile_named_pipe) ... skipped 'windows only' test_isjunction (test.test_ntpath.TestNtpath.test_isjunction) ... skipped 'Can only test junctions with creation on win32.' test_ismount (test.test_ntpath.TestNtpath.test_ismount) ... ok test_isreserved (test.test_ntpath.TestNtpath.test_isreserved) ... ok test_join (test.test_ntpath.TestNtpath.test_join) ... ok test_normpath (test.test_ntpath.TestNtpath.test_normpath) ... ok test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) ... skipped "OS helpers require 'nt' module" test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) ... skipped 'need _getfinalpathname' test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) ... skipped 'need _getfinalpathname' test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir) ... ok test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) ... skipped 'need _getfinalpathname' test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) ... skipped 'need _getfinalpathname' test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir) ... ok test_realpath_permission (test.test_ntpath.TestNtpath.test_realpath_permission) ... skipped 'need _getfinalpathname' test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) ... skipped 'need _getfinalpathname' test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) ... skipped 'need _getfinalpathname' test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) ... skipped 'need _getfinalpathname' test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) ... skipped 'need _getfinalpathname' test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) ... skipped 'need _getfinalpathname' test_relpath (test.test_ntpath.TestNtpath.test_relpath) ... ok test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile) ... ok test_split (test.test_ntpath.TestNtpath.test_split) ... ok test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive) ... ok test_splitext (test.test_ntpath.TestNtpath.test_splitext) ... ok test_splitroot (test.test_ntpath.TestNtpath.test_splitroot) ... ok ====================================================================== ERROR: test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): ~~~~~~~~~~~~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_214633_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 87 tests in 0.210s FAILED (errors=1, skipped=18) test test_ntpath failed 0:00:01 load avg: 1.45 [ 15/478/1] test_htmlparser passed 0:00:01 load avg: 1.45 [ 16/478/1] test_pkgutil passed 0:00:01 load avg: 1.45 [ 17/478/1] test_ttk_textonly passed 0:00:02 load avg: 1.45 [ 18/478/1] test_resource passed 0:00:02 load avg: 1.45 [ 19/478/1] test_runpy passed 0:00:02 load avg: 1.45 [ 20/478/1] test.test_asyncio.test_threads passed 0:00:02 load avg: 1.45 [ 21/478/1] test_http_cookiejar passed 0:00:03 load avg: 1.45 [ 22/478/1] test_bool passed 0:00:04 load avg: 1.45 [ 23/478/1] test_dataclasses passed 0:00:05 load avg: 1.45 [ 24/478/1] test_file passed 0:00:05 load avg: 3.26 [ 25/478/1] test_exceptions passed 0:00:06 load avg: 3.26 [ 26/478/1] test_xxlimited passed 0:00:06 load avg: 3.26 [ 27/478/1] test_unicodedata passed 0:00:06 load avg: 3.26 [ 28/478/1] test_xxtestfuzz passed 0:00:07 load avg: 3.26 [ 29/478/1] test_cmd passed 0:00:07 load avg: 3.26 [ 30/478/1] test_monitoring passed 0:00:07 load avg: 3.26 [ 31/478/1] test_opcodes passed 0:00:07 load avg: 3.26 [ 32/478/1] test_genericclass passed 0:00:08 load avg: 3.26 [ 33/478/1] test_calendar passed 0:00:08 load avg: 3.26 [ 34/478/1] test_hmac passed 0:00:08 load avg: 3.26 [ 35/478/1] test_script_helper passed 0:00:08 load avg: 3.26 [ 36/478/1] test_copyreg passed 0:00:09 load avg: 3.26 [ 37/478/1] test_largefile passed 0:00:09 load avg: 3.26 [ 38/478/1] test_type_params passed 0:00:09 load avg: 3.26 [ 39/478/1] test_wave passed 0:00:12 load avg: 4.20 [ 40/478/1] test_pickletools passed 0:00:12 load avg: 4.20 [ 41/478/1] test_perfmaps passed 0:00:13 load avg: 4.20 [ 42/478/1] test_unicode_file_functions passed 0:00:14 load avg: 4.20 [ 43/478/1] test_idle passed 0:00:14 load avg: 4.20 [ 44/478/1] test_codecencodings_hk passed 0:00:15 load avg: 4.20 [ 45/478/1] test_statistics passed 0:00:15 load avg: 4.20 [ 46/478/1] test_configparser passed 0:00:15 load avg: 4.20 [ 47/478/1] test_queue passed 0:00:15 load avg: 4.66 [ 48/478/1] test.test_future_stmt.test_future_multiple_imports passed 0:00:15 load avg: 4.66 [ 49/478/1] test_strptime passed 0:00:16 load avg: 4.66 [ 50/478/1] test_embed passed 0:00:16 load avg: 4.66 [ 51/478/1] test.test_asyncio.test_taskgroups passed 0:00:16 load avg: 4.66 [ 52/478/1] test_list passed 0:00:17 load avg: 4.66 [ 53/478/1] test_isinstance passed 0:00:17 load avg: 4.66 [ 54/478/1] test_sched passed 0:00:17 load avg: 4.66 [ 55/478/1] test.test_asyncio.test_waitfor passed 0:00:17 load avg: 4.66 [ 56/478/1] test_hashlib passed 0:00:17 load avg: 4.66 [ 57/478/1] test_codecmaps_kr passed 0:00:17 load avg: 4.66 [ 58/478/1] test_startfile skipped test_startfile skipped -- object has no attribute 'startfile' 0:00:18 load avg: 4.66 [ 59/478/1] test_urllib2 passed 0:00:18 load avg: 4.66 [ 60/478/1] test_abc passed 0:00:18 load avg: 4.66 [ 61/478/1] test_pdb passed 0:00:19 load avg: 4.66 [ 62/478/1] test_winsound skipped test_winsound skipped -- No module named 'winsound' 0:00:19 load avg: 4.66 [ 63/478/1] test_optimizer passed 0:00:19 load avg: 4.66 [ 64/478/1] test_type_comments passed 0:00:19 load avg: 4.66 [ 65/478/1] test_utf8_mode passed 0:00:19 load avg: 4.66 [ 66/478/1] test_capi passed 0:00:20 load avg: 4.66 [ 67/478/1] test_wmi skipped test_wmi skipped -- No module named '_wmi' 0:00:20 load avg: 4.66 [ 68/478/1] test_userdict passed 0:00:20 load avg: 4.66 [ 69/478/2] test_unicode_file failed (2 errors) test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ... ERROR test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ... ERROR ====================================================================== ERROR: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 135, in test_directories self._do_directory(TESTFN_UNENCODABLE+ext, ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TESTFN_UNENCODABLE+ext) ^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 89, in _do_directory os.mkdir(make_name) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_218339_tmp-\udcff.dir' ====================================================================== ERROR: test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 125, in test_single_files self._test_single(TESTFN_UNENCODABLE) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 106, in _test_single create_empty_file(filename) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 561, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_218339_tmp-\udcff' ---------------------------------------------------------------------- Ran 2 tests in 0.017s FAILED (errors=2) test test_unicode_file failed 0:00:20 load avg: 4.66 [ 70/478/2] test_secrets passed 0:00:20 load avg: 5.01 [ 71/478/2] test_multibytecodec passed 0:00:20 load avg: 5.01 [ 72/478/2] test_keyword passed 0:00:20 load avg: 5.01 [ 73/478/2] test_interpreters passed 0:00:20 load avg: 5.01 [ 74/478/2] test_exception_hierarchy passed 0:00:20 load avg: 5.01 [ 75/478/2] test_linecache passed 0:00:20 load avg: 5.01 [ 76/478/2] test.test_pydoc.test_pydoc passed 0:00:21 load avg: 5.01 [ 77/478/2] test.test_concurrent_futures.test_shutdown passed 0:00:21 load avg: 5.01 [ 78/478/2] test_string_literals passed 0:00:21 load avg: 5.01 [ 79/478/2] test_tabnanny passed 0:00:21 load avg: 5.01 [ 80/478/2] test___all__ passed 0:00:21 load avg: 5.01 [ 81/478/2] test_coroutines passed 0:00:22 load avg: 5.01 [ 82/478/2] test_strftime passed 0:00:22 load avg: 5.01 [ 83/478/2] test_pprint passed 0:00:22 load avg: 5.01 [ 84/478/2] test_robotparser passed 0:00:22 load avg: 5.01 [ 85/478/2] test_array passed 0:00:22 load avg: 5.01 [ 86/478/2] test_ast passed 0:00:23 load avg: 5.01 [ 87/478/2] test_uuid passed 0:00:23 load avg: 5.01 [ 88/478/2] test_codecmaps_jp passed 0:00:23 load avg: 5.01 [ 89/478/2] test_scope passed 0:00:23 load avg: 5.01 [ 90/478/2] test_pyrepl passed 0:00:23 load avg: 5.01 [ 91/478/2] test.test_asyncio.test_buffered_proto passed 0:00:24 load avg: 5.01 [ 92/478/2] test.test_future_stmt.test_future_flags passed 0:00:24 load avg: 5.01 [ 93/478/2] test_frame passed 0:00:24 load avg: 5.01 [ 94/478/2] test_raise passed 0:00:24 load avg: 5.01 [ 95/478/2] test_keywordonlyarg passed 0:00:24 load avg: 5.01 [ 96/478/2] test_with passed 0:00:24 load avg: 5.01 [ 97/478/2] test_warnings passed 0:00:25 load avg: 5.01 [ 98/478/2] test_funcattrs passed 0:00:25 load avg: 5.01 [ 99/478/2] test_userstring passed 0:00:25 load avg: 5.01 [100/478/2] test_peg_generator skipped (resource denied) test_peg_generator skipped -- Use of the 'cpu' resource not enabled 0:00:25 load avg: 5.33 [101/478/2] test_logging passed 0:00:26 load avg: 5.33 [102/478/2] test.test_gdb.test_backtrace passed 0:00:26 load avg: 5.33 [103/478/2] test_struct passed 0:00:26 load avg: 5.33 [104/478/2] test_pyclbr passed 0:00:27 load avg: 5.33 [105/478/2] test.test_multiprocessing_forkserver.test_manager passed 0:00:27 load avg: 5.33 [106/478/2] test_docxmlrpc passed 0:00:28 load avg: 5.33 [107/478/2] test_code_module passed 0:00:28 load avg: 5.33 [108/478/2] test_xmlrpc passed 0:00:28 load avg: 5.33 [109/478/2] test_time passed 0:00:28 load avg: 5.33 [110/478/2] test_dtrace passed 0:00:28 load avg: 5.33 [111/478/2] test_contextlib_async passed 0:00:29 load avg: 5.33 [112/478/2] test_unpack passed 0:00:29 load avg: 5.33 [113/478/2] test_math passed 0:00:29 load avg: 5.33 [114/478/2] test_http_cookies passed 0:00:29 load avg: 5.33 [115/478/2] test.test_gdb.test_pretty_print passed 0:00:29 load avg: 5.33 [116/478/2] test_unparse passed 0:00:30 load avg: 5.33 [117/478/2] test_exception_variations passed 0:00:30 load avg: 5.33 [118/478/2] test_buffer passed 0:00:30 load avg: 5.33 [119/478/2] test_defaultdict passed 0:00:30 load avg: 5.33 [120/478/2] test.test_asyncio.test_eager_task_factory passed 0:00:30 load avg: 5.47 [121/478/2] test_getpass passed 0:00:30 load avg: 5.47 [122/478/2] test_curses passed 0:00:30 load avg: 5.47 [123/478/2] test_json passed 0:00:31 load avg: 5.47 [124/478/2] test_urlparse passed 0:00:31 load avg: 5.47 [125/478/2] test_threadsignals passed 0:00:31 load avg: 5.47 [126/478/2] test_textwrap passed 0:00:33 load avg: 5.47 [127/478/2] test_selectors passed 0:00:33 load avg: 5.47 [128/478/2] test_venv passed 0:00:33 load avg: 5.47 [129/478/2] test_sys_settrace passed 0:00:34 load avg: 5.47 [130/478/2] test.test_multiprocessing_fork.test_threads passed 0:00:34 load avg: 5.47 [131/478/2] test.test_future_stmt.test_future_single_import passed 0:00:34 load avg: 5.47 [132/478/2] test_getopt passed 0:00:34 load avg: 5.47 [133/478/2] test_tracemalloc passed 0:00:35 load avg: 5.47 [134/478/2] test_tcl passed 0:00:35 load avg: 5.47 [135/478/3] test_posixpath failed (1 error) test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs) ... ok test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_posixpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase) ... ok test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_posixpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext) ... ok test_path_splitroot (test.test_posixpath.PathLikeTests.test_path_splitroot) ... ok test_abspath (test.test_posixpath.PosixCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix) ... ok test_exists (test.test_posixpath.PosixCommonTest.test_exists) ... ok test_exists_bool (test.test_posixpath.PosixCommonTest.test_exists_bool) ... ok test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd) ... ok test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars) ... ok test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_posixpath.PosixCommonTest.test_filetime) ... ok test_getsize (test.test_posixpath.PosixCommonTest.test_getsize) ... ok test_import (test.test_posixpath.PosixCommonTest.test_import) ... ok test_isdir (test.test_posixpath.PosixCommonTest.test_isdir) ... ok test_isfile (test.test_posixpath.PosixCommonTest.test_isfile) ... ok test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors) ... ok test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ... ERROR test_normcase (test.test_posixpath.PosixCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_posixpath.PosixCommonTest.test_realpath) ... ok test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors) ... ok test_samefile (test.test_posixpath.PosixCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile) ... ok test_samestat (test.test_posixpath.PosixCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive) ... ok test_basename (test.test_posixpath.PosixPathTest.test_basename) ... ok test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath) ... ok test_dirname (test.test_posixpath.PosixPathTest.test_dirname) ... ok test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser) ... ok test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar) ... ok test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd) ... ok test_expanduser_pwd2 (test.test_posixpath.PosixPathTest.test_expanduser_pwd2) ... ok test_fast_paths_in_use (test.test_posixpath.PosixPathTest.test_fast_paths_in_use) ... ok test_isabs (test.test_posixpath.PosixPathTest.test_isabs) ... ok test_isjunction (test.test_posixpath.PosixPathTest.test_isjunction) ... ok test_islink (test.test_posixpath.PosixPathTest.test_islink) ... ok test_ismount (test.test_posixpath.PosixPathTest.test_ismount) ... ok test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device) ... ok test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable) ... ok test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent) ... ok test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks) ... ok test_join (test.test_posixpath.PosixPathTest.test_join) ... ok test_normpath (test.test_posixpath.PosixPathTest.test_normpath) ... ok test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic) ... ok test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir) ... ok test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion) ... ok test_realpath_missing_pardir (test.test_posixpath.PosixPathTest.test_realpath_missing_pardir) ... ok test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir) ... ok test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative) ... ok test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks) ... ok test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing) ... ok test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first) ... ok test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents) ... ok test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict) ... ok test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops) ... ok test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict) ... ok test_realpath_unreadable_symlink (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink) ... skipped "Can't set symlink permissions" test_relpath (test.test_posixpath.PosixPathTest.test_relpath) ... ok test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes) ... ok test_split (test.test_posixpath.PosixPathTest.test_split) ... ok test_splitext (test.test_posixpath.PosixPathTest.test_splitext) ... ok test_splitroot (test.test_posixpath.PosixPathTest.test_splitroot) ... ok ====================================================================== ERROR: test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): ~~~~~~~~~~~~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_219481_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 85 tests in 0.167s FAILED (errors=1, skipped=1) test test_posixpath failed 0:00:35 load avg: 5.83 [136/478/3] test.test_asyncio.test_futures passed 0:00:36 load avg: 5.83 [137/478/3] test_weakref passed 0:00:36 load avg: 5.83 [138/478/3] test_iterlen passed 0:00:36 load avg: 5.83 [139/478/3] test_iter passed 0:00:37 load avg: 5.83 [140/478/3] test_generator_stop passed 0:00:37 load avg: 5.83 [141/478/3] test_urllib2_localnet passed 0:00:37 load avg: 5.83 [142/478/3] test_numeric_tower passed 0:00:38 load avg: 5.83 [143/478/3] test_peepholer passed 0:00:38 load avg: 5.83 [144/478/3] test__interpreters passed 0:00:38 load avg: 5.83 [145/478/3] test_bigaddrspace passed 0:00:39 load avg: 5.83 [146/478/3] test_heapq passed 0:00:39 load avg: 5.83 [147/478/3] test_timeout passed 0:00:39 load avg: 5.83 [148/478/3] test_set passed 0:00:39 load avg: 5.83 [149/478/3] test_symtable passed 0:00:39 load avg: 5.83 [150/478/3] test_compare passed 0:00:40 load avg: 5.83 [151/478/3] test_datetime passed 0:00:40 load avg: 5.83 [152/478/3] test_sys_setprofile passed 0:00:40 load avg: 5.83 [153/478/3] test_poll passed 0:00:40 load avg: 6.40 [154/478/3] test_grp passed 0:00:40 load avg: 6.40 [155/478/3] test_unicode_identifiers passed 0:00:41 load avg: 6.40 [156/478/3] test_cmd_line passed 0:00:41 load avg: 6.40 [157/478/3] test_wait3 passed 0:00:41 load avg: 6.40 [158/478/3] test_stable_abi_ctypes passed 0:00:41 load avg: 6.40 [159/478/3] test.test_asyncio.test_selector_events passed 0:00:41 load avg: 6.40 [160/478/3] test_httplib passed 0:00:42 load avg: 6.40 [161/478/3] test_turtle passed 0:00:42 load avg: 6.40 [162/478/3] test_locale passed 0:00:42 load avg: 6.40 [163/478/3] test_ctypes passed 0:00:42 load avg: 6.40 [164/478/3] test_bisect passed 0:00:42 load avg: 6.40 [165/478/3] test_pwd passed 0:00:43 load avg: 6.40 [166/478/3] test_abstract_numbers passed 0:00:44 load avg: 6.40 [167/478/3] test_py_compile passed 0:00:44 load avg: 6.40 [168/478/4] test_posix failed (3 failures) test_unshare_setns (test.test_posix.NamespacesTests.test_unshare_setns) ... ok test_initgroups (test.test_posix.PosixGroupsTester.test_initgroups) ... skipped 'not enough privileges' test_setgroups (test.test_posix.PosixGroupsTester.test_setgroups) ... skipped 'not enough privileges' testNoArgFunctions (test.test_posix.PosixTester.testNoArgFunctions) ... ok test_access (test.test_posix.PosixTester.test_access) ... ok test_chdir (test.test_posix.PosixTester.test_chdir) ... ok test_chflags (test.test_posix.PosixTester.test_chflags) ... skipped 'test needs os.chflags()' test_chmod_dir (test.test_posix.PosixTester.test_chmod_dir) ... skipped 'requires working os.chmod()' test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink) ... FAIL test_chmod_file (test.test_posix.PosixTester.test_chmod_file) ... skipped 'requires working os.chmod()' test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink) ... FAIL test_chown (test.test_posix.PosixTester.test_chown) ... ok test_cld_xxxx_constants (test.test_posix.PosixTester.test_cld_xxxx_constants) ... ok test_confstr (test.test_posix.PosixTester.test_confstr) ... ok test_dup (test.test_posix.PosixTester.test_dup) ... ok test_dup2 (test.test_posix.PosixTester.test_dup2) ... ok test_environ (test.test_posix.PosixTester.test_environ) ... ok test_fchmod_file (test.test_posix.PosixTester.test_fchmod_file) ... skipped 'requires working os.chmod()' test_fchown (test.test_posix.PosixTester.test_fchown) ... skipped 'requires working os.chmod()' test_fexecve (test.test_posix.PosixTester.test_fexecve) ... ok test_fs_holes (test.test_posix.PosixTester.test_fs_holes) ... ok test_fstat (test.test_posix.PosixTester.test_fstat) ... ok test_fstatvfs (test.test_posix.PosixTester.test_fstatvfs) ... ok test_ftruncate (test.test_posix.PosixTester.test_ftruncate) ... ok test_get_and_set_scheduler_and_param (test.test_posix.PosixTester.test_get_and_set_scheduler_and_param) ... ok test_getcwd_long_pathnames (test.test_posix.PosixTester.test_getcwd_long_pathnames) ... ok test_getgrouplist (test.test_posix.PosixTester.test_getgrouplist) ... ok test_getgroups (test.test_posix.PosixTester.test_getgroups) ... ok test_getresgid (test.test_posix.PosixTester.test_getresgid) ... ok test_getresuid (test.test_posix.PosixTester.test_getresuid) ... ok test_initgroups (test.test_posix.PosixTester.test_initgroups) ... ok test_lchflags_regular_file (test.test_posix.PosixTester.test_lchflags_regular_file) ... skipped 'test needs os.lchflags()' test_lchflags_symlink (test.test_posix.PosixTester.test_lchflags_symlink) ... skipped 'test needs os.lchflags()' test_lchmod_dir (test.test_posix.PosixTester.test_lchmod_dir) ... skipped 'test needs os.lchmod()' test_lchmod_dir_symlink (test.test_posix.PosixTester.test_lchmod_dir_symlink) ... skipped 'test needs os.lchmod()' test_lchmod_file (test.test_posix.PosixTester.test_lchmod_file) ... skipped 'test needs os.lchmod()' test_lchmod_file_symlink (test.test_posix.PosixTester.test_lchmod_file_symlink) ... skipped 'test needs os.lchmod()' test_lchown (test.test_posix.PosixTester.test_lchown) ... skipped 'requires working os.chmod()' test_listdir (test.test_posix.PosixTester.test_listdir) ... ok test_listdir_bytes (test.test_posix.PosixTester.test_listdir_bytes) ... ok test_listdir_bytes_like (test.test_posix.PosixTester.test_listdir_bytes_like) ... ok test_listdir_default (test.test_posix.PosixTester.test_listdir_default) ... ok test_listdir_fd (test.test_posix.PosixTester.test_listdir_fd) ... ok test_lockf (test.test_posix.PosixTester.test_lockf) ... ok test_makedev (test.test_posix.PosixTester.test_makedev) ... ok test_mkfifo (test.test_posix.PosixTester.test_mkfifo) ... ok test_mknod (test.test_posix.PosixTester.test_mknod) ... ok test_oscloexec (test.test_posix.PosixTester.test_oscloexec) ... ok test_osexlock (test.test_posix.PosixTester.test_osexlock) ... skipped 'test needs posix.O_EXLOCK' test_osshlock (test.test_posix.PosixTester.test_osshlock) ... skipped 'test needs posix.O_SHLOCK' test_path_error2 (test.test_posix.PosixTester.test_path_error2) Test functions that call path_error2(), providing two filenames in their exceptions. ... ok test_path_with_null_byte (test.test_posix.PosixTester.test_path_with_null_byte) ... ok test_path_with_null_character (test.test_posix.PosixTester.test_path_with_null_character) ... ok test_pidfd_open (test.test_posix.PosixTester.test_pidfd_open) ... ok test_pipe (test.test_posix.PosixTester.test_pipe) ... ok test_pipe2 (test.test_posix.PosixTester.test_pipe2) ... ok test_pipe2_c_limits (test.test_posix.PosixTester.test_pipe2_c_limits) ... ok test_posix_fadvise (test.test_posix.PosixTester.test_posix_fadvise) ... ok test_posix_fadvise_errno (test.test_posix.PosixTester.test_posix_fadvise_errno) ... ok test_posix_fallocate (test.test_posix.PosixTester.test_posix_fallocate) ... ok test_posix_fallocate_errno (test.test_posix.PosixTester.test_posix_fallocate_errno) ... ok test_pread (test.test_posix.PosixTester.test_pread) ... ok test_preadv (test.test_posix.PosixTester.test_preadv) ... ok test_preadv_flags (test.test_posix.PosixTester.test_preadv_flags) ... ok test_preadv_overflow_32bits (test.test_posix.PosixTester.test_preadv_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_putenv (test.test_posix.PosixTester.test_putenv) ... ok test_pwrite (test.test_posix.PosixTester.test_pwrite) ... ok test_pwritev (test.test_posix.PosixTester.test_pwritev) ... ok test_pwritev_flags (test.test_posix.PosixTester.test_pwritev_flags) ... skipped 'test needs os.RWF_SYNC' test_pwritev_overflow_32bits (test.test_posix.PosixTester.test_pwritev_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_readv (test.test_posix.PosixTester.test_readv) ... ok test_readv_overflow_32bits (test.test_posix.PosixTester.test_readv_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_register_at_fork (test.test_posix.PosixTester.test_register_at_fork) ... ok test_rtld_constants (test.test_posix.PosixTester.test_rtld_constants) ... ok test_sched_getaffinity (test.test_posix.PosixTester.test_sched_getaffinity) ... ok test_sched_priority (test.test_posix.PosixTester.test_sched_priority) ... ok test_sched_rr_get_interval (test.test_posix.PosixTester.test_sched_rr_get_interval) ... ok test_sched_setaffinity (test.test_posix.PosixTester.test_sched_setaffinity) ... ok test_sched_yield (test.test_posix.PosixTester.test_sched_yield) ... ok test_setresgid (test.test_posix.PosixTester.test_setresgid) ... ok test_setresgid_exception (test.test_posix.PosixTester.test_setresgid_exception) ... ok test_setresuid (test.test_posix.PosixTester.test_setresuid) ... ok test_setresuid_exception (test.test_posix.PosixTester.test_setresuid_exception) ... ok test_stat (test.test_posix.PosixTester.test_stat) ... ok test_statvfs (test.test_posix.PosixTester.test_statvfs) ... ok test_strerror (test.test_posix.PosixTester.test_strerror) ... ok test_truncate (test.test_posix.PosixTester.test_truncate) ... ok test_umask (test.test_posix.PosixTester.test_umask) ... ok test_utime (test.test_posix.PosixTester.test_utime) ... ok test_utime_nofollow_symlinks (test.test_posix.PosixTester.test_utime_nofollow_symlinks) ... ok test_utime_with_fd (test.test_posix.PosixTester.test_utime_with_fd) ... ok test_waitid (test.test_posix.PosixTester.test_waitid) ... ok test_writev (test.test_posix.PosixTester.test_writev) ... ok test_writev_overflow_32bits (test.test_posix.PosixTester.test_writev_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_access_dir_fd (test.test_posix.TestPosixDirFd.test_access_dir_fd) ... ok test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd) ... FAIL test_chown_dir_fd (test.test_posix.TestPosixDirFd.test_chown_dir_fd) ... ok test_link_dir_fd (test.test_posix.TestPosixDirFd.test_link_dir_fd) ... ok test_mkdir_dir_fd (test.test_posix.TestPosixDirFd.test_mkdir_dir_fd) ... ok test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd) ... ok test_mknod_dir_fd (test.test_posix.TestPosixDirFd.test_mknod_dir_fd) ... ok test_open_dir_fd (test.test_posix.TestPosixDirFd.test_open_dir_fd) ... ok test_readlink_dir_fd (test.test_posix.TestPosixDirFd.test_readlink_dir_fd) ... ok test_rename_dir_fd (test.test_posix.TestPosixDirFd.test_rename_dir_fd) ... ok test_stat_dir_fd (test.test_posix.TestPosixDirFd.test_stat_dir_fd) ... ok test_symlink_dir_fd (test.test_posix.TestPosixDirFd.test_symlink_dir_fd) ... ok test_unlink_dir_fd (test.test_posix.TestPosixDirFd.test_unlink_dir_fd) ... ok test_utime_dir_fd (test.test_posix.TestPosixDirFd.test_utime_dir_fd) ... ok test_bad_file_actions (test.test_posix.TestPosixSpawn.test_bad_file_actions) ... ok test_close_file (test.test_posix.TestPosixSpawn.test_close_file) ... ok test_dup2 (test.test_posix.TestPosixSpawn.test_dup2) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawn.test_empty_file_actions) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawn.test_multiple_file_actions) ... ok test_no_such_executable (test.test_posix.TestPosixSpawn.test_no_such_executable) ... ok test_none_file_actions (test.test_posix.TestPosixSpawn.test_none_file_actions) ... ok test_open_file (test.test_posix.TestPosixSpawn.test_open_file) ... ok test_resetids (test.test_posix.TestPosixSpawn.test_resetids) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawn.test_resetids_explicit_default) ... ok test_returns_pid (test.test_posix.TestPosixSpawn.test_returns_pid) ... ok test_setpgroup (test.test_posix.TestPosixSpawn.test_setpgroup) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawn.test_setscheduler_only_param) ... ok test_setscheduler_with_policy (test.test_posix.TestPosixSpawn.test_setscheduler_with_policy) ... ok test_setsid (test.test_posix.TestPosixSpawn.test_setsid) ... ok test_setsigdef (test.test_posix.TestPosixSpawn.test_setsigdef) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type) ... ok test_setsigmask (test.test_posix.TestPosixSpawn.test_setsigmask) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type) ... ok test_specify_environment (test.test_posix.TestPosixSpawn.test_specify_environment) ... ok test_bad_file_actions (test.test_posix.TestPosixSpawnP.test_bad_file_actions) ... ok test_close_file (test.test_posix.TestPosixSpawnP.test_close_file) ... ok test_dup2 (test.test_posix.TestPosixSpawnP.test_dup2) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawnP.test_empty_file_actions) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawnP.test_multiple_file_actions) ... ok test_no_such_executable (test.test_posix.TestPosixSpawnP.test_no_such_executable) ... ok test_none_file_actions (test.test_posix.TestPosixSpawnP.test_none_file_actions) ... ok test_open_file (test.test_posix.TestPosixSpawnP.test_open_file) ... ok test_posix_spawnp (test.test_posix.TestPosixSpawnP.test_posix_spawnp) ... ok test_resetids (test.test_posix.TestPosixSpawnP.test_resetids) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawnP.test_resetids_explicit_default) ... ok test_returns_pid (test.test_posix.TestPosixSpawnP.test_returns_pid) ... ok test_setpgroup (test.test_posix.TestPosixSpawnP.test_setpgroup) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawnP.test_setscheduler_only_param) ... ok test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy) ... ok test_setsid (test.test_posix.TestPosixSpawnP.test_setsid) ... ok test_setsigdef (test.test_posix.TestPosixSpawnP.test_setsigdef) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type) ... ok test_setsigmask (test.test_posix.TestPosixSpawnP.test_setsigmask) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type) ... ok test_specify_environment (test.test_posix.TestPosixSpawnP.test_specify_environment) ... ok test_access (test.test_posix.TestPosixWeaklinking.test_access) ... skipped 'test weak linking on macOS' test_chmod (test.test_posix.TestPosixWeaklinking.test_chmod) ... skipped 'test weak linking on macOS' test_chown (test.test_posix.TestPosixWeaklinking.test_chown) ... skipped 'test weak linking on macOS' test_link (test.test_posix.TestPosixWeaklinking.test_link) ... skipped 'test weak linking on macOS' test_listdir_scandir (test.test_posix.TestPosixWeaklinking.test_listdir_scandir) ... skipped 'test weak linking on macOS' test_mkdir (test.test_posix.TestPosixWeaklinking.test_mkdir) ... skipped 'test weak linking on macOS' test_mkfifo (test.test_posix.TestPosixWeaklinking.test_mkfifo) ... skipped 'test weak linking on macOS' test_mknod (test.test_posix.TestPosixWeaklinking.test_mknod) ... skipped 'test weak linking on macOS' test_open (test.test_posix.TestPosixWeaklinking.test_open) ... skipped 'test weak linking on macOS' test_pwritev (test.test_posix.TestPosixWeaklinking.test_pwritev) ... skipped 'test weak linking on macOS' test_readlink (test.test_posix.TestPosixWeaklinking.test_readlink) ... skipped 'test weak linking on macOS' test_rename_replace (test.test_posix.TestPosixWeaklinking.test_rename_replace) ... skipped 'test weak linking on macOS' test_stat (test.test_posix.TestPosixWeaklinking.test_stat) ... skipped 'test weak linking on macOS' test_symlink (test.test_posix.TestPosixWeaklinking.test_symlink) ... skipped 'test weak linking on macOS' test_unlink_rmdir (test.test_posix.TestPosixWeaklinking.test_unlink_rmdir) ... skipped 'test weak linking on macOS' test_utime (test.test_posix.TestPosixWeaklinking.test_utime) ... skipped 'test weak linking on macOS' ====================================================================== FAIL: test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1053, in test_chmod_dir_symlink self.check_chmod_link(posix.chmod, target, link) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1011, in check_chmod_link self.assertEqual(os.stat(target).st_mode, new_mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 16832 != 16704 ====================================================================== FAIL: test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1041, in test_chmod_file_symlink self.check_chmod_link(posix.chmod, target, link) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1011, in check_chmod_link self.assertEqual(os.stat(target).st_mode, new_mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33088 ====================================================================== FAIL: test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1508, in test_chmod_dir_fd self.assertEqual(s.st_mode & stat.S_IRWXU, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ stat.S_IRUSR | stat.S_IWUSR) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 384 ---------------------------------------------------------------------- Ran 167 tests in 2.437s FAILED (failures=3, skipped=37) test test_posix failed 0:00:45 load avg: 6.40 [169/478/4] test_contains passed 0:00:45 load avg: 6.40 [170/478/4] test_marshal passed 0:00:45 load avg: 6.61 [171/478/4] test_wait4 passed 0:00:45 load avg: 6.61 [172/478/4] test_yield_from passed 0:00:45 load avg: 6.61 [173/478/4] test_readline passed 0:00:46 load avg: 6.61 [174/478/4] test.test_gdb.test_cfunction passed 0:00:46 load avg: 6.61 [175/478/4] test_mmap passed 0:00:46 load avg: 6.61 [176/478/4] test_metaclass passed 0:00:47 load avg: 6.61 [177/478/4] test_dynamic passed 0:00:47 load avg: 6.61 [178/478/4] test_minidom passed 0:00:48 load avg: 6.61 [179/478/5] test_sqlite3 failed (4 errors) test_sqlite3: testing with SQLite version 3.31.1 test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection) ... ok test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target) ... ok test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection) ... ok test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename) ... ok test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction) ... ok test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection) ... ok test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name) ... ok test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress) ... ok test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args) ... ok test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress) ... ok test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress) ... ok test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress) ... ok test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1) ... ok test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2) ... ok test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple) ... ok test_cli_execute_incomplete_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_incomplete_sql) ... ok test_cli_execute_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_sql) ... ok test_cli_execute_too_much_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_too_much_sql) ... ok test_cli_help (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_help) ... ok test_cli_on_disk_db (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db) ... ok test_cli_version (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_version) ... ok test_interact (test.test_sqlite3.test_cli.InteractiveSession.test_interact) ... ok test_interact_incomplete_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_incomplete_multiline_sql) ... ok test_interact_invalid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_invalid_sql) ... ok test_interact_on_disk_file (test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file) ... ok test_interact_quit (test.test_sqlite3.test_cli.InteractiveSession.test_interact_quit) ... ok test_interact_valid_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_multiline_sql) ... ok test_interact_valid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_sql) ... ok test_interact_version (test.test_sqlite3.test_cli.InteractiveSession.test_interact_version) ... ok test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid) ... ok test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed) ... ok test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read) ... ok test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager) ... ok test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions) ... ok test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice) ... ok test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item) ... ok test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error) ... ok test_blob_get_item_error_bigint (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_bigint) ... ok test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice) ... ok test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index) ... ok test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip) ... ok test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob) ... ok test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length) ... ok test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type) ... ok test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error) ... ok test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read) ... ok test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset) ... ok test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset) ... ok test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed) ... ok test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized) ... ok test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell) ... ok test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error) ... ok test_blob_seek_overflow_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_overflow_error) ... ok test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported) ... ok test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice) ... ok test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item) ... ok test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error) ... ok test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index) ... ok test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset) ... ok test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice) ... ok test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object) ... ok test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error) ... ok test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip) ... ok test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write) ... ok test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset) ... ok test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset) ... ok test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length) ... ok test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly) ... ok test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed) ... ok test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call) ... ok test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit) ... ok test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor) ... ok test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback) ... ok test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate) ... ok test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function) ... ok test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute) ... ok test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer) ... ok test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback) ... ok test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed) ... ok test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close) ... ok test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit) ... ok test_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes) A commit should also work when no changes were made to the database. ... ok test_connect_positional_arguments (test.test_sqlite3.test_dbapi.ConnectionTests.test_connect_positional_arguments) ... ok test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category) ... ok test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit) ... ok test_connection_config (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_config) ... ok test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions) ... ok test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level) ... ok test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels) ... ok test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits) ... ok test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit) ... ok test_connection_resource_warning (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_resource_warning) ... ok test_connection_signature (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_signature) ... ok test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor) ... ok test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs) ... ok test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions) ... ok test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open) ... ok test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction) ... ok test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro) ... ok test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt) ... ok test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db) ... ok test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback) ... ok test_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes) A rollback should also work when no changes were made to the database. ... ok test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close) ... ok test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary) ... ok test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date) ... ok test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks) ... ok test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time) ... ok test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks) ... ok test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp) ... ok test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks) ... ok test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size) ... ok test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close) ... ok test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count) ... ok test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection) ... ok test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class) ... ok test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float) ... ok test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int) ... ok test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string) ... ok test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte) ... ok test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping) ... ok test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping) ... ok test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args) ... ok test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args) ... ok test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed) ... ok test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql) ... ok test_execute_indexed_nameless_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_indexed_nameless_params) ... ok test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator) ... ok test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator) ... ok test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable) ... ok test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select) ... ok test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence) ... ok test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg) ... ok test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements) ... ok test_execute_named_param_and_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_named_param_and_sequence) ... ok test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args) ... ok test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable) ... ok test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list) ... ok test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence) ... ok test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len) ... ok test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params) ... ok test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments) ... ok test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1) ... ok test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2) ... ok test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3) ... ok test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg) ... ok test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter) ... ok test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall) ... ok test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany) ... ok test_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg) Checks if fetchmany works with keyword arguments ... ok test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone) ... ok test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement) ... ok test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r) ... ok test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore) ... ok test_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace) INSERT OR REPLACE and REPLACE INTO should produce the same behavior. ... ok test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute) ... ok test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany) ... ok test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment) ... ok test_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select) pysqlite does not know the rowcount of SELECT statements, because we ... ok test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning) ... skipped 'Requires SQLite 3.35.0 or newer' test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum) ... ok test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors) ... ok test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes) ... ok test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize) ... ok test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column) ... ok test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes) ... ok test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable) ... ok test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute) ... ok test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany) ... ok test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript) ... ok test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes) ... ok test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script) ... ok test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control) ... ok test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters) ... ok test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates) ... ok test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal) ... ok test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql) ... ok test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error) ... ok test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level) ... ok test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement) ... ok test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error) ... ok test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error) ... ok test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation) ... ok test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error) ... ok test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception) ... ok test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception) ... ok test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error) ... ok test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error) ... ok test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error) ... ok test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants) ... ok test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error) ... ok test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error) ... ok test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style) ... ok test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error) ... ok test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety) ... ok test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning) ... ok test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed) ... ok test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword) ... ok test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg) ... ok test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... ERROR test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... ERROR test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri) ... ok test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri) ... ok test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly) ... ok test_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object) Checks that we can successfully connect to a database using an object that ... ok test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... ERROR test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... ERROR test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database) ... skipped 'Needs SQLite serialize API' test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args) ... skipped 'Needs SQLite serialize API' test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize) ... skipped 'Needs SQLite serialize API' test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions) ... ok test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions) ... ok test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail) ... ok test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore) ... ok test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace) ... ok test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction) ... ok test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction) ... ok test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread) ... ok test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread) ... ok test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread) ... ok test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations) ... ok test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement) ... ok test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db) ... ok test_dump_custom_row_factory (test.test_sqlite3.test_dump.DumpTests.test_dump_custom_row_factory) ... ok test_dump_virtual_tables (test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables) ... ok test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump) ... ok test_table_dump_filter (test.test_sqlite3.test_dump.DumpTests.test_table_dump_filter) ... ok test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row) ... ok test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories) ... ok test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg) ... ok test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call) ... ok test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory) ... ok test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance) ... ok test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory) ... ok test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class) ... ok test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict) ... ok test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence) ... ok test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple) ... ok test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp) ... ok test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index) ... ok test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode) ... ok test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter) ... ok test_sqlite_row_keys (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys) ... ok test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice) ... ok test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string) ... ok test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode) ... ok test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray) ... ok test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string) ... ok test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used) ... ok test_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice) Register two different collation functions under the same name. ... ok test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer) ... ok test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper) ... ok test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii) ... ok test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable) ... ok test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string) ... ok test_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation) Register a collation, then deregister it. Make sure an error is raised if we try ... ok test_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation) Test that returning a non-zero value stops the operation in progress. ... ok test_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler) Test that setting the progress handler to None clears the previously set handler. ... ok test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler) ... ok test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result) ... ok test_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count) Test that the opcode argument is respected. ... ok test_progress_handler_keyword_args (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_keyword_args) ... ok test_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used) Test that the progress handler is invoked once it is set. ... ok test_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback) Test that setting the trace callback to None clears the previously set callback. ... ok test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler) ... ok test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content) ... ok test_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used) Test that the trace callback is invoked once it is set. ... ok test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql) ... ok test_trace_keyword_args (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_keyword_args) ... ok test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql) ... ok test_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content) Test that the statement can contain unicode literals. ... ok test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close) ... ok test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init) ... ok test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter) ... ok test_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit) Verifies that creating a connection in autocommit mode works. ... ok test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list) ... ok test_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770) The interpreter shouldn't crash in case Cursor.__init__() is called ... ok test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347) ... ok test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation) ... ok test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces) ... ok test_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset) Connection.commit() did reset cursors, which made sqlite3 ... ok test_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call) Call a connection with a non-string SQL request: check error handling ... ok test_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check) Verifies that connection methods check whether base class __init__ was ... ok test_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding) http://bugs.python.org/issue14720 ... ok test_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check) Verifies that cursor methods check whether base class __init__ was ... ok test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault) ... ok test_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement) pysqlite used to segfault with SQLite versions 3.5.x. These return NULL ... ok test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error) ... ok test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select) ... ok test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type) ... ok test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql) ... ok test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character) ... ok test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback) ... ok test_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit) Verifies that running a PRAGMA statement that does an autocommit does ... ok test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version) ... ok test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version) ... ok test_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use) http://bugs.python.org/issue10811 ... ok test_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter) See issue 3312. ... ok test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring) ... ok test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level) ... ok test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db) ... ok test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset) ... ok test_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass) The Python 3.0 port of the module didn't cope with values of subclasses of str. ... ok test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates) ... ok test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc) ... ok test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select) ... ok test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt) ... ok test_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage) pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling ... ok test_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings) pysqlite would crash with older SQLite versions unless ... ok test_autocommit_compat_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_ctx_mgr) ... ok test_autocommit_compat_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_executescript) ... ok test_autocommit_default (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_default) ... ok test_autocommit_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled) ... ok test_autocommit_disabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_ctx_mgr) ... ok test_autocommit_disabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_executescript) ... ok test_autocommit_disabled_implicit_rollback (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_rollback) ... ok test_autocommit_disabled_implicit_shutdown (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_shutdown) ... ok test_autocommit_disabled_then_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_then_enabled) ... ok test_autocommit_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled) ... ok test_autocommit_enabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_ctx_mgr) ... ok test_autocommit_enabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_executescript) ... ok test_autocommit_enabled_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_then_disabled) ... ok test_autocommit_enabled_txn_ctl (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_txn_ctl) ... ok test_autocommit_explicit_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_explicit_then_disabled) ... ok test_autocommit_setget (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget) ... ok test_autocommit_setget_invalid (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_invalid) ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default) ... ok test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none) ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default) ... ok test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none) ... ok test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor) ... ok test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor) ... ok test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query) ... ok test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table) ... ok test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma) ... ok test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction) ... ok test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before) ... ok test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction) ... ok test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking) ... ok test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext) ... ok test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout) ... ok test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction) ... ok test_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency) Check that cursors behave correctly after rollback. ... ok test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit) ... ok test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction) ... ok test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction) ... ok test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl) ... ok test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl) ... ok test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter) ... ok test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name) ... ok test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name) ... ok test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert) ... ok test_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row) cursor.description should at least provide the column name(s), even if ... ok test_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used) Assures that the declared type is not used when PARSE_DECLTYPES ... ok test_none (test.test_sqlite3.test_types.ColNamesTests.test_none) ... ok test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte) ... ok test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns) ... ok test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple) ... ok test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds) ... ok test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point) ... ok test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp) ... ok test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date) ... ok test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp) ... ok test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob) ... ok test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool) ... ok test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob) ... ok test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform) ... ok test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float) ... ok test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo) ... ok test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int) ... ok test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1) ... ok test_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2) Checks whether converter names are cut off at '(' characters ... ok test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string) ... ok test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode) ... ok test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict) ... ok test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq) ... ok test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt) ... ok test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt) ... ok test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used) ... ok test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto) ... ok test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto) ... ok test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt) ... ok test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter) ... ok test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol) ... ok test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob) ... ok test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float) ... ok test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int) ... ok test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string) ... ok test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character) ... ok test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates) ... ok test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) ... skipped 'not enough memory: 6.0G minimum needed' test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int) ... ok test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) ... skipped 'not enough memory: 8.0G minimum needed' test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute) ... ok test_agg_keyword_args (test.test_sqlite3.test_userfunctions.AggregateTests.test_agg_keyword_args) ... ok test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum) ... ok test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob) ... ok test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float) ... ok test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int) ... ok test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none) ... ok test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str) ... ok test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int) ... ok test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create) ... ok test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize) ... ok test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init) ... ok test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step) ... ok test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize) ... ok test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match) ... ok test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step) ... ok test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text) ... ok test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_authorizer_keyword_args) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access) ... ok test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_authorizer_keyword_args) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access) ... ok test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_authorizer_keyword_args) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access) ... ok test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_authorizer_keyword_args) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access) ... ok test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments) ... ok test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob) ... ok test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic) ... ok test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only) ... ok test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create) ... ok test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception) ... ok test_func_keyword_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_keyword_args) ... ok test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error) ... ok test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic) ... ok test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error) ... ok test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params) ... ok test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count) ... ok test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob) ... ok test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float) ... ok test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value) ... ok test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int) ... ok test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long) ... ok test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan) ... ok test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null) ... ok test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text) ... ok test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char) ... ok test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates) ... ok test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) ... skipped 'not enough memory: 4.0G minimum needed' test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int) ... ok test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) ... skipped 'not enough memory: 6.0G minimum needed' test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode) ... ok test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args) ... ok test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc) ... ok test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float) ... ok test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob) ... ok test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates) ... ok test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob) ... ok test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int) ... ok test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function) ... ok test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create) ... ok test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return) ... ok test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize) ... ok test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method) ... ok test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize) ... ok test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method) ... ok test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function) ... ok test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int) ... ok ====================================================================== ERROR: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_sqlite3/test_dbapi.py", line 718, in test_open_undecodable_uri with contextlib.closing(sqlite.connect(uri, uri=True)) as cx: ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ sqlite3.OperationalError: unable to open database file ====================================================================== ERROR: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_221893_tmp\xe7w\xf0' ====================================================================== ERROR: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_sqlite3/test_dbapi.py", line 671, in test_open_with_undecodable_path with contextlib.closing(sqlite.connect(path)) as cx: ~~~~~~~~~~~~~~^^^^^^ sqlite3.OperationalError: unable to open database file ====================================================================== ERROR: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_221893_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 480 tests in 0.796s FAILED (errors=4, skipped=8) test test_sqlite3 failed 0:00:48 load avg: 6.61 [180/478/6] test_cmd_line_script failed (1 error) test_basic_script (test.test_cmd_line_script.CmdLineTest.test_basic_script) ... ok test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution) ... ok test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution) ... ok test_dash_c_loader (test.test_cmd_line_script.CmdLineTest.test_dash_c_loader) ... ok test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc) ... ok test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one) ... ok test_dash_m_errors (test.test_cmd_line_script.CmdLineTest.test_dash_m_errors) ... ok test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback) ... ok test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback) ... ok test_directory (test.test_cmd_line_script.CmdLineTest.test_directory) ... ok test_directory_compiled (test.test_cmd_line_script.CmdLineTest.test_directory_compiled) ... ok test_directory_error (test.test_cmd_line_script.CmdLineTest.test_directory_error) ... ok test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file) ... ok test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value) ... ok test_issue20884 (test.test_cmd_line_script.CmdLineTest.test_issue20884) ... ok test_issue8202 (test.test_cmd_line_script.CmdLineTest.test_issue8202) ... ok test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored) ... ok test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored) ... ok test_module_in_package (test.test_cmd_line_script.CmdLineTest.test_module_in_package) ... ok test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile) ... ok test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile) ... ok test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii) ... ERROR test_nonexisting_script (test.test_cmd_line_script.CmdLineTest.test_nonexisting_script) ... ok test_package (test.test_cmd_line_script.CmdLineTest.test_package) ... ok test_package_compiled (test.test_cmd_line_script.CmdLineTest.test_package_compiled) ... ok test_package_error (test.test_cmd_line_script.CmdLineTest.test_package_error) ... ok test_package_recursion (test.test_cmd_line_script.CmdLineTest.test_package_recursion) ... ok test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage) ... ok test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush) ... ok test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr) ... ok test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush) ... ok test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr) ... ok test_script_abspath (test.test_cmd_line_script.CmdLineTest.test_script_abspath) ... ok test_script_as_dev_fd (test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd) ... ok test_script_compiled (test.test_cmd_line_script.CmdLineTest.test_script_compiled) ... ok test_source_lines_are_shown_when_running_source (test.test_cmd_line_script.CmdLineTest.test_source_lines_are_shown_when_running_source) ... ok test_stdin_loader (test.test_cmd_line_script.CmdLineTest.test_stdin_loader) ... ok test_syntaxerror_does_not_crash (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_does_not_crash) ... ok test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position) ... ok test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line) ... ok test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring) ... ok test_syntaxerror_null_bytes (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes) ... ok test_syntaxerror_null_bytes_in_multiline_string (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string) ... ok test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position) ... ok test_zipfile (test.test_cmd_line_script.CmdLineTest.test_zipfile) ... ok test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash) ... ok test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp) ... ok test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash) ... ok test_zipfile_error (test.test_cmd_line_script.CmdLineTest.test_zipfile_error) ... ok ====================================================================== ERROR: test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_cmd_line_script.py", line 578, in test_non_ascii script_name = _make_test_script(os.getcwd(), name, source) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_cmd_line_script.py", line 80, in _make_test_script to_return = make_script(script_dir, script_basename, source) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/script_helper.py", line 238, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '/data/projects/europython-2024-tutorial/cpython/build/test_python_220214æ/@test_220214_tmp\udce7w\udcf0.py' ---------------------------------------------------------------------- Ran 49 tests in 6.893s FAILED (errors=1) test test_cmd_line_script failed 0:00:48 load avg: 6.61 [181/478/6] test.test_asyncio.test_tasks passed 0:00:48 load avg: 6.61 [182/478/6] test_super passed 0:00:49 load avg: 6.61 [183/478/6] test_except_star passed 0:00:49 load avg: 6.61 [184/478/6] test_slice passed 0:00:49 load avg: 6.61 [185/478/6] test.test_concurrent_futures.test_as_completed passed 0:00:50 load avg: 6.61 [186/478/6] test.test_asyncio.test_protocols passed 0:00:50 load avg: 6.61 [187/478/6] test_popen passed 0:00:50 load avg: 7.12 [188/478/6] test_argparse passed 0:00:50 load avg: 7.12 [189/478/6] test_genericalias passed 0:00:50 load avg: 7.12 [190/478/6] test_pkg passed 0:00:51 load avg: 7.12 [191/478/6] test_bigmem passed 0:00:51 load avg: 7.12 [192/478/6] test_unpack_ex passed 0:00:51 load avg: 7.12 [193/478/6] test_faulthandler passed 0:00:51 load avg: 7.12 [194/478/6] test.test_concurrent_futures.test_init passed 0:00:51 load avg: 7.12 [195/478/6] test_compileall passed 0:00:52 load avg: 7.12 [196/478/6] test_modulefinder passed 0:00:52 load avg: 7.12 [197/478/6] test_tempfile passed 0:00:53 load avg: 7.12 [198/478/6] test_int passed 0:00:53 load avg: 7.12 [199/478/6] test_tomllib passed 0:00:53 load avg: 7.12 [200/478/6] test_sax passed 0:00:53 load avg: 7.12 [201/478/6] test_finalization passed 0:00:54 load avg: 7.12 [202/478/6] test_str passed 0:00:54 load avg: 7.12 [203/478/6] test_threadedtempfile passed 0:00:54 load avg: 7.12 [204/478/6] test.test_multiprocessing_fork.test_manager passed 0:00:54 load avg: 7.12 [205/478/6] test.test_asyncio.test_events passed 0:00:54 load avg: 7.12 [206/478/6] test.test_future_stmt.test_future_multiple_features passed 0:00:55 load avg: 7.12 [207/478/6] test_baseexception passed 0:00:55 load avg: 7.27 [208/478/6] test.test_multiprocessing_forkserver.test_threads passed 0:00:56 load avg: 7.27 [209/478/6] test_ucn passed 0:00:56 load avg: 7.27 [210/478/6] test.test_asyncio.test_unix_events passed 0:00:56 load avg: 7.27 [211/478/6] test_codecencodings_kr passed 0:00:56 load avg: 7.27 [212/478/6] test_httpservers passed 0:00:57 load avg: 7.27 [213/478/6] test.test_asyncio.test_pep492 passed 0:00:57 load avg: 7.27 [214/478/7] test_zipimport failed (4 errors) testBadArgs (test.test_zipimport.BadFileZipImportTestCase.testBadArgs) ... ok testEmptyFile (test.test_zipimport.BadFileZipImportTestCase.testEmptyFile) ... ok testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename) ... ok testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable) ... ok testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong) ... ok testNoFile (test.test_zipimport.BadFileZipImportTestCase.testNoFile) ... ok testNotZipFile (test.test_zipimport.BadFileZipImportTestCase.testNotZipFile) ... ok test2038MTime (test.test_zipimport.CompressedZipImportTestCase.test2038MTime) ... ok testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib) ... ok testBadMTime (test.test_zipimport.CompressedZipImportTestCase.testBadMTime) ... ok testBadMagic (test.test_zipimport.CompressedZipImportTestCase.testBadMagic) ... ok testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase.testBadMagic2) ... ok testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment) ... ok testBoth (test.test_zipimport.CompressedZipImportTestCase.testBoth) ... ok testBytesPath (test.test_zipimport.CompressedZipImportTestCase.testBytesPath) ... ok testComment (test.test_zipimport.CompressedZipImportTestCase.testComment) ... ok testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel) ... ok testDoctestFile (test.test_zipimport.CompressedZipImportTestCase.testDoctestFile) ... ok testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite) ... ok testEmptyPy (test.test_zipimport.CompressedZipImportTestCase.testEmptyPy) ... ok testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource) ... ok testGetDataExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testGetDataExplicitDirectories) ... ok testGetDataImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testGetDataImplicitDirectories) ... ok testGetSource (test.test_zipimport.CompressedZipImportTestCase.testGetSource) ... ok testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff) ... ok testImporterAttr (test.test_zipimport.CompressedZipImportTestCase.testImporterAttr) ... ok testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches) ... ok testInvalidateCachesWithMultipleZipimports (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports) ... ok testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment) ... ok testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage) ... ok testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage) ... ok testNamespacePackageExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackageExplicitDirectories) ... ok testNamespacePackageImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackageImplicitDirectories) ... ok testPackage (test.test_zipimport.CompressedZipImportTestCase.testPackage) ... ok testPackageExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testPackageExplicitDirectories) ... ok testPackageImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testPackageImplicitDirectories) ... ok testPy (test.test_zipimport.CompressedZipImportTestCase.testPy) ... ok testPyc (test.test_zipimport.CompressedZipImportTestCase.testPyc) ... ok testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage) ... ok testSubPackage (test.test_zipimport.CompressedZipImportTestCase.testSubPackage) ... ok testTraceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc) ... ok testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ... ERROR testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ... ERROR testZip64 (test.test_zipimport.CompressedZipImportTestCase.testZip64) ... skipped "resource 'cpu' is not enabled" testZip64CruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment) ... skipped "resource 'cpu' is not enabled" testZip64LargeFile (test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile) ... skipped 'test requires a lot of CPU for compression.' testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods) ... ok testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory) ... ok test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc) ... ok test2038MTime (test.test_zipimport.UncompressedZipImportTestCase.test2038MTime) ... ok testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib) ... ok testBadMTime (test.test_zipimport.UncompressedZipImportTestCase.testBadMTime) ... ok testBadMagic (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic) ... ok testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2) ... ok testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment) ... ok testBoth (test.test_zipimport.UncompressedZipImportTestCase.testBoth) ... ok testBytesPath (test.test_zipimport.UncompressedZipImportTestCase.testBytesPath) ... ok testComment (test.test_zipimport.UncompressedZipImportTestCase.testComment) ... ok testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel) ... ok testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile) ... ok testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite) ... ok testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy) ... ok testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource) ... ok testGetDataExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testGetDataExplicitDirectories) ... ok testGetDataImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testGetDataImplicitDirectories) ... ok testGetSource (test.test_zipimport.UncompressedZipImportTestCase.testGetSource) ... ok testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff) ... ok testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr) ... ok testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches) ... ok testInvalidateCachesWithMultipleZipimports (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports) ... ok testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment) ... ok testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage) ... ok testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage) ... ok testNamespacePackageExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackageExplicitDirectories) ... ok testNamespacePackageImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackageImplicitDirectories) ... ok testPackage (test.test_zipimport.UncompressedZipImportTestCase.testPackage) ... ok testPackageExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testPackageExplicitDirectories) ... ok testPackageImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testPackageImplicitDirectories) ... ok testPy (test.test_zipimport.UncompressedZipImportTestCase.testPy) ... ok testPyc (test.test_zipimport.UncompressedZipImportTestCase.testPyc) ... ok testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage) ... ok testSubPackage (test.test_zipimport.UncompressedZipImportTestCase.testSubPackage) ... ok testTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc) ... ok testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ... ERROR testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ... ERROR testZip64 (test.test_zipimport.UncompressedZipImportTestCase.testZip64) ... skipped "resource 'cpu' is not enabled" testZip64CruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment) ... skipped "resource 'cpu' is not enabled" testZip64LargeFile (test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile) ... ok testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods) ... ok testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory) ... ok test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc) ... ok ====================================================================== ERROR: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 854, in testUnencodable self.makeZip({TESTMOD + ".py": test_src}, filename) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 122, in makeZip with ZipFile(zipName, "w", compression=self.compression) as z: ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/zipfile/__init__.py", line 1362, in __init__ self.fp = io.open(file, filemode) ~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_223998_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_223998_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 854, in testUnencodable self.makeZip({TESTMOD + ".py": test_src}, filename) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 122, in makeZip with ZipFile(zipName, "w", compression=self.compression) as z: ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/zipfile/__init__.py", line 1362, in __init__ self.fp = io.open(file, filemode) ~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_223998_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_223998_tmp-\udcff.zip' ---------------------------------------------------------------------- Ran 91 tests in 0.340s FAILED (errors=4, skipped=5) test test_zipimport failed 0:00:58 load avg: 7.27 [215/478/7] test_zipimport_support passed -- running (1): test_socket (30.8 sec) 0:00:59 load avg: 7.27 [216/478/7] test_xml_etree_c passed -- running (1): test_socket (31.7 sec) 0:01:00 load avg: 7.27 [217/478/7] test_reprlib passed -- running (1): test_socket (32.3 sec) 0:01:01 load avg: 7.65 [218/478/7] test.test_multiprocessing_fork.test_misc passed -- running (1): test_socket (33.4 sec) 0:01:02 load avg: 7.65 [219/478/7] test_eintr passed -- running (1): test_socket (34.1 sec) 0:01:03 load avg: 7.65 [220/478/7] test_longexp passed -- running (1): test_socket (34.9 sec) 0:01:03 load avg: 7.65 [221/478/7] test_zlib passed -- running (1): test_socket (35.1 sec) 0:01:04 load avg: 7.65 [222/478/7] test_unittest passed -- running (1): test_socket (36.3 sec) 0:01:04 load avg: 7.65 [223/478/7] test_flufl passed -- running (1): test_socket (36.8 sec) 0:01:05 load avg: 7.65 [224/478/7] test_bytes passed -- running (1): test_socket (36.9 sec) 0:01:05 load avg: 7.65 [225/478/7] test_typechecks passed -- running (1): test_socket (37.2 sec) 0:01:05 load avg: 7.68 [226/478/7] test.test_asyncio.test_ssl passed -- running (1): test_socket (37.4 sec) 0:01:05 load avg: 7.68 [227/478/7] test_sys passed -- running (1): test_socket (37.5 sec) 0:01:05 load avg: 7.68 [228/478/7] test_platform passed -- running (1): test_socket (37.7 sec) 0:01:06 load avg: 7.68 [229/478/7] test_msvcrt skipped -- running (1): test_socket (37.9 sec) test_msvcrt skipped -- windows related tests 0:01:06 load avg: 7.68 [230/478/7] test_dictviews passed -- running (1): test_socket (38.4 sec) 0:01:07 load avg: 7.68 [231/478/7] test_bdb passed -- running (1): test_socket (39.1 sec) 0:01:07 load avg: 7.68 [232/478/7] test_winapi skipped -- running (1): test_socket (39.6 sec) test_winapi skipped -- No module named '_winapi' 0:01:08 load avg: 7.68 [233/478/7] test_fork1 passed -- running (1): test_socket (40.6 sec) 0:01:09 load avg: 7.68 [234/478/7] test.test_asyncio.test_base_events passed -- running (1): test_socket (40.9 sec) 0:01:09 load avg: 7.68 [235/478/7] test_cext passed -- running (1): test_socket (41.3 sec) 0:01:09 load avg: 7.68 [236/478/7] test_select passed -- running (1): test_socket (41.6 sec) 0:01:09 load avg: 7.68 [237/478/8] test_socket failed (1 error) (41.8 sec) testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) ... skipped 'Bluetooth sockets required for this test.' testCreateHciSocket (test.test_socket.BasicBluetoothTest.testCreateHciSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateL2capSocket (test.test_socket.BasicBluetoothTest.testCreateL2capSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateRfcommSocket (test.test_socket.BasicBluetoothTest.testCreateRfcommSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateScoSocket (test.test_socket.BasicBluetoothTest.testCreateScoSocket) ... skipped 'Bluetooth sockets required for this test.' testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) ... ok testBindAny (test.test_socket.BasicCANTest.testBindAny) ... ok testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) ... ok testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) ... ok testFilter (test.test_socket.BasicCANTest.testFilter) ... ok testLoopback (test.test_socket.BasicCANTest.testLoopback) ... ok testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) ... ok testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) ... skipped 'Hyper-V sockets required for this test.' testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) ... skipped 'Hyper-V sockets required for this test.' testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) ... skipped 'Hyper-V sockets required for this test.' testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) ... skipped 'Hyper-V sockets required for this test.' testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) ... skipped 'Hyper-V sockets required for this test.' testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) ... skipped 'Hyper-V sockets required for this test.' testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) ... skipped 'Hyper-V sockets required for this test.' testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) ... ok testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) ... ok testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) ... ok testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) ... ok testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) ... ok testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) ... skipped 'RDS sockets required for this test.' testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) ... skipped 'RDS sockets required for this test.' testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) ... skipped 'RDS sockets required for this test.' testDefaults (test.test_socket.BasicSocketPairTest.testDefaults) ... ok testRecv (test.test_socket.BasicSocketPairTest.testRecv) ... ok testSend (test.test_socket.BasicSocketPairTest.testSend) ... ok testDetach (test.test_socket.BasicTCPTest.testDetach) ... ok testDup (test.test_socket.BasicTCPTest.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow) ... ok testDetach (test.test_socket.BasicTCPTest2.testDetach) ... ok testDup (test.test_socket.BasicTCPTest2.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest2.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest2.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest2.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest2.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow) ... ok testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom) ... ok testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative) ... ok testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv) ... ok testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom) ... ok testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative) ... ok testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv) ... ok testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket) ... skipped 'VSOCK sockets required for this test.' testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants) ... skipped 'VSOCK sockets required for this test.' testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize) ... skipped 'VSOCK sockets required for this test.' testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants) ... skipped 'VSOCK sockets required for this test.' testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray) ... ok testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray) ... ok testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer) ... ok testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview) ... ok testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer) ... ok testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray) ... ok testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray) ... ok testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview) ... ok testBCM (test.test_socket.CANTest.testBCM) ... skipped 'network interface `vcan0` does not exist' testSendFrame (test.test_socket.CANTest.testSendFrame) ... skipped 'network interface `vcan0` does not exist' testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) ... skipped 'network interface `vcan0` does not exist' testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) ... skipped 'network interface `vcan0` does not exist' testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN) ... ok testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE) ... ok testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase) ... ok testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose) ... ok test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4) ... skipped 'dualstack_ipv6 not supported' test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6) ... skipped 'dualstack_ipv6 not supported' test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4) ... ok test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6) ... skipped 'IPv6 required for this test' test_address (test.test_socket.CreateServerTest.test_address) ... ok test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family) ... skipped 'dualstack_ipv6 not supported' test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type) ... ok test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default) ... skipped 'IPv6 required for this test' test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port) ... ok testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.FileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead) ... ok test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) ... skipped 'macOS specific test' testCloseException (test.test_socket.GeneralModuleTests.testCloseException) ... ok testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants) ... ok testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants) ... ok testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout) ... ok testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy) ... ok testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt) ... ok testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo) ... ok testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... ok testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes) ... ok testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString) ... ok testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString) ... ok testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex) ... ok testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash) ... ok testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName) ... ok testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex) ... ok testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes) ... ok testNtoH (test.test_socket.GeneralModuleTests.testNtoH) ... ok testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors) ... ok testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo) ... ok testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose) ... ok testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors) ... ok testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt) ... ok testSockName (test.test_socket.GeneralModuleTests.testSockName) ... ok testSocketError (test.test_socket.GeneralModuleTests.testSocketError) ... ok testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4) ... ok testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6) ... ok testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ... skipped 'Windows specific' test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject) ... ok test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile) ... ok test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum) ... ok test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum) ... ok test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr) ... ok test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn) ... ok test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo) ... skipped 'IPv6 required for this test.' test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow) ... ok test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic) ... skipped 'IPv6 required for this test.' test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) ... skipped 'IPv6 required for this test.' test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic) ... skipped 'IPv6 required for this test.' test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost) ... ok test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo) ... ok test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) ... skipped 'IPv6 required for this test.' test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic) ... skipped 'IPv6 required for this test.' test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg) ... ok test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution) ... ok test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address) ... ok test_idna (test.test_socket.GeneralModuleTests.test_idna) ... ok test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog) ... ok test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow) ... ok test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode) ... ok test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode) ... ok test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum) ... ok test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio) ... ok test_pickle (test.test_socket.GeneralModuleTests.test_pickle) ... ok test_repr (test.test_socket.GeneralModuleTests.test_repr) ... ok test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted) ... ok test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout) ... ok test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname) ... skipped 'test should be run as root' test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) ... skipped 'Windows specific' test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) ... skipped 'Windows specific' test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close) ... ok test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type) ... ok test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ... ok test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float) ... ok test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket) ... ok test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative) ... ok test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types) ... ok test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd) ... ok test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd) ... ok test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods) ... ok test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type) ... ok test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum) ... ok test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums) ... ok test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr) ... ok test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio) ... ok test_weakref (test.test_socket.GeneralModuleTests.test_weakref) ... ok testBind (test.test_socket.ISOTPTest.testBind) ... skipped 'network interface `vcan0` does not exist' testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) ... ok testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) ... ok testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) ... ok test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC) ... ok test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable) ... ok test_dup (test.test_socket.InheritanceTest.test_dup) ... ok test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec) ... ok test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable) ... ok test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec) ... ok test_socketpair (test.test_socket.InheritanceTest.test_socketpair) ... ok testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout) ... ok testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout) ... ok testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout) ... ok testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout) ... ok testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout) ... ok testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout) ... ok testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout) ... ok testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout) ... ok testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout) ... ok testBind (test.test_socket.J1939Test.testBind) ... skipped 'network interface `vcan0` does not exist' testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) ... ok testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) ... ok testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) ... ok test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) ... ok test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) ... ok test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) ... ok test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) ... ok test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) ... ok test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) ... ok testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily) ... ok testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress) ... ok testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault) ... ok testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone) ... ok testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed) ... ok testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed) ... ok testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout) ... ok testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout) ... ok test_connect (test.test_socket.NetworkConnectionNoServer.test_connect) ... ok test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection) ... ok test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors) ... ok test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout) ... ok testAccept (test.test_socket.NonBlockingTCPTests.testAccept) ... ok testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking) ... ok testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout) ... ok testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking) ... ok testRecv (test.test_socket.NonBlockingTCPTests.testRecv) ... ok testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking) ... ok testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow) ... ok test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK) ... ok testPeek (test.test_socket.RDSTest.testPeek) ... skipped 'RDS sockets required for this test.' testSelect (test.test_socket.RDSTest.testSelect) ... skipped 'RDS sockets required for this test.' testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) ... skipped 'RDS sockets required for this test.' testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) ... skipped 'RDS sockets required for this test.' testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) ... skipped 'RDS sockets required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE) ... ok testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty) ... ok testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... ok testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace) ... ok testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple) ... ok testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass) ... ok testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg) ... skipped 'IPv6 required for this test.' testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray) ... skipped 'IPv6 required for this test.' testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs) ... skipped 'IPv6 required for this test.' testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator) ... skipped 'IPv6 required for this test.' testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped 'IPv6 required for this test.' testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray) ... skipped 'IPv6 required for this test.' testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs) ... skipped 'IPv6 required for this test.' testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator) ... skipped 'IPv6 required for this test.' testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped 'IPv6 required for this test.' testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE) ... ok testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty) ... ok testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... ok testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace) ... ok testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple) ... ok testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass) ... ok testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose) ... skipped 'IPv6 required for this test.' testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose) ... skipped 'IPv6 required for this test.' testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc) ... ok testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds) ... ok testCount (test.test_socket.SendfileUsingSendTest.testCount) ... ok testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend) ... ok testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile) ... ok testOffset (test.test_socket.SendfileUsingSendTest.testOffset) ... ok testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile) ... ok testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend) ... ok test_errors (test.test_socket.SendfileUsingSendTest.test_errors) ... ok testCount (test.test_socket.SendfileUsingSendfileTest.testCount) ... ok testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend) ... ok testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile) ... ok testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset) ... ok testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile) ... ok testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend) ... ok test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors) ... ok testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) ... ok testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout) ... ok testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg) ... skipped 'IPv6 required for this test.' testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose) ... skipped 'IPv6 required for this test.' testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator) ... skipped 'IPv6 required for this test.' testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray) ... skipped 'IPv6 required for this test.' testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs) ... skipped 'IPv6 required for this test.' testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg) ... skipped 'IPv6 required for this test.' testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg) ... skipped 'IPv6 required for this test.' testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator) ... skipped 'IPv6 required for this test.' testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject) ... skipped 'IPv6 required for this test.' testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather) ... skipped 'IPv6 required for this test.' testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr) ... skipped 'IPv6 required for this test.' testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg) ... skipped 'IPv6 required for this test.' testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose) ... skipped 'IPv6 required for this test.' testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator) ... skipped 'IPv6 required for this test.' testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray) ... skipped 'IPv6 required for this test.' testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs) ... skipped 'IPv6 required for this test.' testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg) ... skipped 'IPv6 required for this test.' testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg) ... skipped 'IPv6 required for this test.' testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator) ... skipped 'IPv6 required for this test.' testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject) ... skipped 'IPv6 required for this test.' testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather) ... skipped 'IPv6 required for this test.' testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr) ... skipped 'IPv6 required for this test.' testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout) ... ok testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testClose (test.test_socket.TCPCloserTest.testClose) ... ok testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout) ... ok testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout) ... ok testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero) ... ok testRDM (test.test_socket.TIPCTest.testRDM) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testStream (test.test_socket.TIPCThreadableTest.testStream) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testExceptionTree (test.test_socket.TestExceptions.testExceptionTree) ... ok test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd) ... ok testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind) ... ok testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName) ... ok testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace) ... ok testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName) ... ok testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow) ... ok testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName) ... ok test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) ... skipped 'requires Windows' test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) ... skipped 'macOS specific test' testShare (test.test_socket.TestSocketSharing.testShare) ... skipped 'Windows specific' testShareLength (test.test_socket.TestSocketSharing.testShareLength) ... skipped 'Windows specific' testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) ... skipped 'Windows specific' testTypes (test.test_socket.TestSocketSharing.testTypes) ... skipped 'Windows specific' testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr) ... ok testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) ... skipped 'Linux behavior is tested by TestLinuxAbstractNamespace' testStrAddr (test.test_socket.TestUnixDomain.testStrAddr) ... ok testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind) ... ok testUnbound (test.test_socket.TestUnixDomain.testUnbound) ... ok testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... ERROR testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream) ... skipped 'VSOCK sockets required for this test.' testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero) ... ok testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout) ... ok testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero) ... ok testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout) ... ok testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose) ... ok testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy) ... ok testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead) ... ok testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking) ... ok testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline) ... ok testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking) ... ok testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead) ... ok ====================================================================== ERROR: testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_socket.py", line 5776, in testUnencodableAddr self.bind(self.sock, path) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_socket.py", line 5734, in bind socket_helper.bind_unix_socket(sock, path) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket sock.bind(addr) ~~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character ---------------------------------------------------------------------- Ran 726 tests in 41.307s FAILED (errors=1, skipped=200) test test_socket failed 0:01:10 load avg: 7.68 [238/478/8] test__opcode passed -- running (1): test.test_multiprocessing_forkserver.test_misc (30.0 sec) 0:01:10 load avg: 7.68 [239/478/8] test_compile passed -- running (1): test.test_multiprocessing_forkserver.test_misc (30.2 sec) 0:01:10 load avg: 7.68 [240/478/8] test_genericpath passed -- running (1): test.test_multiprocessing_forkserver.test_misc (30.3 sec) 0:01:11 load avg: 8.03 [241/478/8] test_webbrowser passed -- running (1): test.test_multiprocessing_forkserver.test_misc (31.3 sec) 0:01:11 load avg: 8.03 [242/478/8] test_traceback passed -- running (1): test.test_multiprocessing_forkserver.test_misc (31.3 sec) 0:01:11 load avg: 8.03 [243/478/8] test_urllib passed -- running (1): test.test_multiprocessing_forkserver.test_misc (31.3 sec) 0:01:11 load avg: 8.03 [244/478/8] test_pyexpat passed -- running (1): test.test_multiprocessing_forkserver.test_misc (31.8 sec) 0:01:12 load avg: 8.03 [245/478/8] test_contextlib passed -- running (1): test.test_multiprocessing_forkserver.test_misc (32.0 sec) 0:01:12 load avg: 8.03 [246/478/8] test.test_multiprocessing_forkserver.test_misc passed (32.1 sec) 0:01:12 load avg: 8.03 [247/478/8] test_urllibnet passed 0:01:12 load avg: 8.03 [248/478/8] test_getpath passed 0:01:12 load avg: 8.03 [249/478/8] test.test_asyncio.test_server passed 0:01:13 load avg: 8.03 [250/478/8] test.test_gdb.test_misc passed 0:01:13 load avg: 8.03 [251/478/8] test_type_cache passed 0:01:13 load avg: 8.03 [252/478/8] test_unary passed 0:01:14 load avg: 8.03 [253/478/8] test_pulldom passed 0:01:14 load avg: 8.03 [254/478/8] test_dict_version passed 0:01:15 load avg: 8.03 [255/478/8] test_launcher skipped test_launcher skipped -- test only applies to Windows 0:01:15 load avg: 8.02 [256/478/9] test_mailbox failed (6 failures) test_empty_maildir (test.test_mailbox.MaildirTestCase.test_empty_maildir) Test an empty maildir mailbox ... ok test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both) ... ok test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur) ... ok test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new) ... ok test__all__ (test.test_mailbox.MiscTestCase.test__all__) ... ok test_add (test.test_mailbox.TestBabyl.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestBabyl.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestBabyl.test_add_StringIO_warns) ... ok test_add_binary_file (test.test_mailbox.TestBabyl.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestBabyl.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestBabyl.test_add_doesnt_rewrite) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestBabyl.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestBabyl.test_clear) ... ok test_close (test.test_mailbox.TestBabyl.test_close) ... ok test_contains (test.test_mailbox.TestBabyl.test_contains) ... ok test_delitem (test.test_mailbox.TestBabyl.test_delitem) ... ok test_discard (test.test_mailbox.TestBabyl.test_discard) ... ok test_dump_message (test.test_mailbox.TestBabyl.test_dump_message) ... ok test_flush (test.test_mailbox.TestBabyl.test_flush) ... ok test_get (test.test_mailbox.TestBabyl.test_get) ... ok test_get_bytes (test.test_mailbox.TestBabyl.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestBabyl.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestBabyl.test_get_message) ... ok test_get_string (test.test_mailbox.TestBabyl.test_get_string) ... ok test_getitem (test.test_mailbox.TestBabyl.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestBabyl.test_items) ... ok test_iter (test.test_mailbox.TestBabyl.test_iter) ... ok test_iteritems (test.test_mailbox.TestBabyl.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestBabyl.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestBabyl.test_itervalues) ... ok test_keys (test.test_mailbox.TestBabyl.test_keys) ... ok test_labels (test.test_mailbox.TestBabyl.test_labels) ... ok test_len (test.test_mailbox.TestBabyl.test_len) ... ok test_lock_unlock (test.test_mailbox.TestBabyl.test_lock_unlock) ... ok test_ownership_after_flush (test.test_mailbox.TestBabyl.test_ownership_after_flush) ... skipped 'test needs root privilege' test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush) ... FAIL test_pop (test.test_mailbox.TestBabyl.test_pop) ... ok test_popitem (test.test_mailbox.TestBabyl.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestBabyl.test_popitem_and_flush_twice) ... ok test_remove (test.test_mailbox.TestBabyl.test_remove) ... ok test_set_item (test.test_mailbox.TestBabyl.test_set_item) ... ok test_update (test.test_mailbox.TestBabyl.test_update) ... ok test_values (test.test_mailbox.TestBabyl.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestBabylMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestBabylMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestBabylMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestBabylMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestBabylMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestBabylMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestBabylMessage.test_initialize_with_string) ... ok test_labels (test.test_mailbox.TestBabylMessage.test_labels) ... ok test_visible (test.test_mailbox.TestBabylMessage.test_visible) ... ok test_closing_fd (test.test_mailbox.TestFakeMailBox.test_closing_fd) ... ok test_add (test.test_mailbox.TestMH.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMH.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMH.test_add_StringIO_warns) ... ok test_add_and_remove_folders (test.test_mailbox.TestMH.test_add_and_remove_folders) ... ok test_add_binary_file (test.test_mailbox.TestMH.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMH.test_add_binary_nonascii_file) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMH.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMH.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMH.test_clear) ... ok test_close (test.test_mailbox.TestMH.test_close) ... ok test_contains (test.test_mailbox.TestMH.test_contains) ... ok test_delitem (test.test_mailbox.TestMH.test_delitem) ... ok test_discard (test.test_mailbox.TestMH.test_discard) ... ok test_dump_message (test.test_mailbox.TestMH.test_dump_message) ... ok test_flush (test.test_mailbox.TestMH.test_flush) ... ok test_get (test.test_mailbox.TestMH.test_get) ... ok test_get_bytes (test.test_mailbox.TestMH.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestMH.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMH.test_get_file_can_be_closed_twice) ... ok test_get_folder (test.test_mailbox.TestMH.test_get_folder) ... ok test_get_message (test.test_mailbox.TestMH.test_get_message) ... ok test_get_string (test.test_mailbox.TestMH.test_get_string) ... ok test_getitem (test.test_mailbox.TestMH.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string) ... ok test_issue2625 (test.test_mailbox.TestMH.test_issue2625) ... ok test_issue7627 (test.test_mailbox.TestMH.test_issue7627) ... ok test_items (test.test_mailbox.TestMH.test_items) ... ok test_iter (test.test_mailbox.TestMH.test_iter) ... ok test_iteritems (test.test_mailbox.TestMH.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMH.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMH.test_itervalues) ... ok test_keys (test.test_mailbox.TestMH.test_keys) ... ok test_len (test.test_mailbox.TestMH.test_len) ... ok test_list_folders (test.test_mailbox.TestMH.test_list_folders) ... ok test_lock_unlock (test.test_mailbox.TestMH.test_lock_unlock) ... ok test_lock_unlock_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file) ... ok test_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_no_dot_mh_sequences_file) ... ok test_pack (test.test_mailbox.TestMH.test_pack) ... ok test_pop (test.test_mailbox.TestMH.test_pop) ... ok test_popitem (test.test_mailbox.TestMH.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMH.test_popitem_and_flush_twice) ... ok test_remove (test.test_mailbox.TestMH.test_remove) ... ok test_sequences (test.test_mailbox.TestMH.test_sequences) ... ok test_set_item (test.test_mailbox.TestMH.test_set_item) ... ok test_update (test.test_mailbox.TestMH.test_update) ... ok test_values (test.test_mailbox.TestMH.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMHMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMHMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestMHMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMHMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMHMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMHMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMHMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMHMessage.test_initialize_with_string) ... ok test_sequences (test.test_mailbox.TestMHMessage.test_sequences) ... ok test_add (test.test_mailbox.TestMMDF.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMMDF.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMMDF.test_add_StringIO_warns) ... ok test_add_and_close (test.test_mailbox.TestMMDF.test_add_and_close) ... ok test_add_binary_file (test.test_mailbox.TestMMDF.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMMDF.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestMMDF.test_add_doesnt_rewrite) ... ok test_add_from_bytes (test.test_mailbox.TestMMDF.test_add_from_bytes) ... ok test_add_from_string (test.test_mailbox.TestMMDF.test_add_from_string) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header) ... ok test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMMDF.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMMDF.test_clear) ... ok test_close (test.test_mailbox.TestMMDF.test_close) ... ok test_contains (test.test_mailbox.TestMMDF.test_contains) ... ok test_delitem (test.test_mailbox.TestMMDF.test_delitem) ... ok test_discard (test.test_mailbox.TestMMDF.test_discard) ... ok test_dump_message (test.test_mailbox.TestMMDF.test_dump_message) ... ok test_flush (test.test_mailbox.TestMMDF.test_flush) ... ok test_get (test.test_mailbox.TestMMDF.test_get) ... ok test_get_bytes (test.test_mailbox.TestMMDF.test_get_bytes) ... ok test_get_bytes_from (test.test_mailbox.TestMMDF.test_get_bytes_from) ... ok test_get_file (test.test_mailbox.TestMMDF.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestMMDF.test_get_message) ... ok test_get_string (test.test_mailbox.TestMMDF.test_get_string) ... ok test_get_string_from (test.test_mailbox.TestMMDF.test_get_string_from) ... ok test_getitem (test.test_mailbox.TestMMDF.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMMDF.test_items) ... ok test_iter (test.test_mailbox.TestMMDF.test_iter) ... ok test_iteritems (test.test_mailbox.TestMMDF.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMMDF.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMMDF.test_itervalues) ... ok test_keys (test.test_mailbox.TestMMDF.test_keys) ... ok test_len (test.test_mailbox.TestMMDF.test_len) ... ok test_lock_conflict (test.test_mailbox.TestMMDF.test_lock_conflict) ... /data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py:1224: DeprecationWarning: This process (pid=226225) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() ok test_lock_unlock (test.test_mailbox.TestMMDF.test_lock_unlock) ... ok test_open_close_open (test.test_mailbox.TestMMDF.test_open_close_open) ... ok test_ownership_after_flush (test.test_mailbox.TestMMDF.test_ownership_after_flush) ... skipped 'test needs root privilege' test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush) ... FAIL test_pop (test.test_mailbox.TestMMDF.test_pop) ... ok test_popitem (test.test_mailbox.TestMMDF.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMMDF.test_popitem_and_flush_twice) ... ok test_relock (test.test_mailbox.TestMMDF.test_relock) ... ok test_remove (test.test_mailbox.TestMMDF.test_remove) ... ok test_set_item (test.test_mailbox.TestMMDF.test_set_item) ... ok test_update (test.test_mailbox.TestMMDF.test_update) ... ok test_values (test.test_mailbox.TestMMDF.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMMDFMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMMDFMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMMDFMessage.test_flags) ... ok test_from (test.test_mailbox.TestMMDFMessage.test_from) ... ok test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMMDFMessage.test_initialize_with_string) ... ok test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom) ... ok test_notimplemented (test.test_mailbox.TestMailboxSuperclass.test_notimplemented) ... ok test_add (test.test_mailbox.TestMaildir.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMaildir.test_add_8bit_body) ... ok test_add_MM (test.test_mailbox.TestMaildir.test_add_MM) ... ok test_add_StringIO_warns (test.test_mailbox.TestMaildir.test_add_StringIO_warns) ... ok test_add_and_remove_folders (test.test_mailbox.TestMaildir.test_add_and_remove_folders) ... ok test_add_binary_file (test.test_mailbox.TestMaildir.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMaildir.test_add_binary_nonascii_file) ... ok test_add_flag (test.test_mailbox.TestMaildir.test_add_flag) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMaildir.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty) ... ok test_clean (test.test_mailbox.TestMaildir.test_clean) ... ok test_clear (test.test_mailbox.TestMaildir.test_clear) ... ok test_close (test.test_mailbox.TestMaildir.test_close) ... ok test_consistent_factory (test.test_mailbox.TestMaildir.test_consistent_factory) ... ok test_contains (test.test_mailbox.TestMaildir.test_contains) ... ok test_create_tmp (test.test_mailbox.TestMaildir.test_create_tmp) ... ok test_delitem (test.test_mailbox.TestMaildir.test_delitem) ... ok test_directory_in_folder (test.test_mailbox.TestMaildir.test_directory_in_folder) ... ok test_discard (test.test_mailbox.TestMaildir.test_discard) ... ok test_dump_message (test.test_mailbox.TestMaildir.test_dump_message) ... ok test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions) ... FAIL test_filename_leading_dot (test.test_mailbox.TestMaildir.test_filename_leading_dot) ... ok test_flush (test.test_mailbox.TestMaildir.test_flush) ... ok test_folder (test.test_mailbox.TestMaildir.test_folder) ... ok test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms) ... FAIL test_get (test.test_mailbox.TestMaildir.test_get) ... ok test_get_MM (test.test_mailbox.TestMaildir.test_get_MM) ... ok test_get_bytes (test.test_mailbox.TestMaildir.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestMaildir.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice) ... ok test_get_flags (test.test_mailbox.TestMaildir.test_get_flags) ... ok test_get_folder (test.test_mailbox.TestMaildir.test_get_folder) ... ok test_get_info (test.test_mailbox.TestMaildir.test_get_info) ... ok test_get_message (test.test_mailbox.TestMaildir.test_get_message) ... ok test_get_string (test.test_mailbox.TestMaildir.test_get_string) ... ok test_getitem (test.test_mailbox.TestMaildir.test_getitem) ... ok test_initialize_existing (test.test_mailbox.TestMaildir.test_initialize_existing) ... ok test_initialize_new (test.test_mailbox.TestMaildir.test_initialize_new) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMaildir.test_items) ... ok test_iter (test.test_mailbox.TestMaildir.test_iter) ... ok test_iteritems (test.test_mailbox.TestMaildir.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMaildir.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMaildir.test_itervalues) ... ok test_keys (test.test_mailbox.TestMaildir.test_keys) ... ok test_len (test.test_mailbox.TestMaildir.test_len) ... ok test_list_folders (test.test_mailbox.TestMaildir.test_list_folders) ... ok test_lock_unlock (test.test_mailbox.TestMaildir.test_lock_unlock) ... ok test_lookup (test.test_mailbox.TestMaildir.test_lookup) ... ok test_pop (test.test_mailbox.TestMaildir.test_pop) ... ok test_popitem (test.test_mailbox.TestMaildir.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMaildir.test_popitem_and_flush_twice) ... ok test_refresh (test.test_mailbox.TestMaildir.test_refresh) ... ok test_refresh_after_safety_period (test.test_mailbox.TestMaildir.test_refresh_after_safety_period) ... ok test_remove (test.test_mailbox.TestMaildir.test_remove) ... ok test_remove_flag (test.test_mailbox.TestMaildir.test_remove_flag) ... ok test_reread (test.test_mailbox.TestMaildir.test_reread) ... ok test_set_MM (test.test_mailbox.TestMaildir.test_set_MM) ... ok test_set_flags (test.test_mailbox.TestMaildir.test_set_flags) ... ok test_set_info (test.test_mailbox.TestMaildir.test_set_info) ... ok test_set_item (test.test_mailbox.TestMaildir.test_set_item) ... ok test_update (test.test_mailbox.TestMaildir.test_update) ... ok test_values (test.test_mailbox.TestMaildir.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMaildirMessage.test_become_message) ... ok test_date (test.test_mailbox.TestMaildirMessage.test_date) ... ok test_explain_to (test.test_mailbox.TestMaildirMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMaildirMessage.test_flags) ... ok test_info (test.test_mailbox.TestMaildirMessage.test_info) ... ok test_info_and_flags (test.test_mailbox.TestMaildirMessage.test_info_and_flags) ... ok test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMaildirMessage.test_initialize_with_string) ... ok test_subdir (test.test_mailbox.TestMaildirMessage.test_subdir) ... ok test_add (test.test_mailbox.TestMbox.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMbox.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMbox.test_add_StringIO_warns) ... ok test_add_and_close (test.test_mailbox.TestMbox.test_add_and_close) ... ok test_add_binary_file (test.test_mailbox.TestMbox.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMbox.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestMbox.test_add_doesnt_rewrite) ... ok test_add_from_bytes (test.test_mailbox.TestMbox.test_add_from_bytes) ... ok test_add_from_string (test.test_mailbox.TestMbox.test_add_from_string) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header) ... ok test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMbox.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMbox.test_clear) ... ok test_close (test.test_mailbox.TestMbox.test_close) ... ok test_contains (test.test_mailbox.TestMbox.test_contains) ... ok test_delitem (test.test_mailbox.TestMbox.test_delitem) ... ok test_discard (test.test_mailbox.TestMbox.test_discard) ... ok test_dump_message (test.test_mailbox.TestMbox.test_dump_message) ... ok test_file_perms (test.test_mailbox.TestMbox.test_file_perms) ... FAIL test_flush (test.test_mailbox.TestMbox.test_flush) ... ok test_get (test.test_mailbox.TestMbox.test_get) ... ok test_get_bytes (test.test_mailbox.TestMbox.test_get_bytes) ... ok test_get_bytes_from (test.test_mailbox.TestMbox.test_get_bytes_from) ... ok test_get_file (test.test_mailbox.TestMbox.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestMbox.test_get_message) ... ok test_get_string (test.test_mailbox.TestMbox.test_get_string) ... ok test_get_string_from (test.test_mailbox.TestMbox.test_get_string_from) ... ok test_getitem (test.test_mailbox.TestMbox.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMbox.test_items) ... ok test_iter (test.test_mailbox.TestMbox.test_iter) ... ok test_iteritems (test.test_mailbox.TestMbox.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMbox.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMbox.test_itervalues) ... ok test_keys (test.test_mailbox.TestMbox.test_keys) ... ok test_len (test.test_mailbox.TestMbox.test_len) ... ok test_lock_conflict (test.test_mailbox.TestMbox.test_lock_conflict) ... /data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py:1224: DeprecationWarning: This process (pid=226225) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() ok test_lock_unlock (test.test_mailbox.TestMbox.test_lock_unlock) ... ok test_message_separator (test.test_mailbox.TestMbox.test_message_separator) ... ok test_open_close_open (test.test_mailbox.TestMbox.test_open_close_open) ... ok test_ownership_after_flush (test.test_mailbox.TestMbox.test_ownership_after_flush) ... skipped 'test needs root privilege' test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush) ... FAIL test_pop (test.test_mailbox.TestMbox.test_pop) ... ok test_popitem (test.test_mailbox.TestMbox.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMbox.test_popitem_and_flush_twice) ... ok test_relock (test.test_mailbox.TestMbox.test_relock) ... ok test_remove (test.test_mailbox.TestMbox.test_remove) ... ok test_set_item (test.test_mailbox.TestMbox.test_set_item) ... ok test_terminating_newline (test.test_mailbox.TestMbox.test_terminating_newline) ... ok test_update (test.test_mailbox.TestMbox.test_update) ... ok test_values (test.test_mailbox.TestMbox.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMboxMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMboxMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMboxMessage.test_flags) ... ok test_from (test.test_mailbox.TestMboxMessage.test_from) ... ok test_initialize_incorrectly (test.test_mailbox.TestMboxMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMboxMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMboxMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMboxMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMboxMessage.test_initialize_with_string) ... ok test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMessage.test_initialize_with_string) ... ok test_babyl_to_babyl (test.test_mailbox.TestMessageConversion.test_babyl_to_babyl) ... ok test_babyl_to_maildir (test.test_mailbox.TestMessageConversion.test_babyl_to_maildir) ... ok test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf) ... ok test_babyl_to_mh (test.test_mailbox.TestMessageConversion.test_babyl_to_mh) ... ok test_maildir_to_babyl (test.test_mailbox.TestMessageConversion.test_maildir_to_babyl) ... ok test_maildir_to_maildir (test.test_mailbox.TestMessageConversion.test_maildir_to_maildir) ... ok test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf) ... ok test_maildir_to_mh (test.test_mailbox.TestMessageConversion.test_maildir_to_mh) ... ok test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl) ... ok test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir) ... ok test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf) ... ok test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh) ... ok test_mh_to_babyl (test.test_mailbox.TestMessageConversion.test_mh_to_babyl) ... ok test_mh_to_maildir (test.test_mailbox.TestMessageConversion.test_mh_to_maildir) ... ok test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf) ... ok test_mh_to_mh (test.test_mailbox.TestMessageConversion.test_mh_to_mh) ... ok test_plain_to_x (test.test_mailbox.TestMessageConversion.test_plain_to_x) ... ok test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion) ... ok test_x_from_bytes (test.test_mailbox.TestMessageConversion.test_x_from_bytes) ... ok test_x_to_invalid (test.test_mailbox.TestMessageConversion.test_x_to_invalid) ... ok test_x_to_plain (test.test_mailbox.TestMessageConversion.test_x_to_plain) ... ok test_close (test.test_mailbox.TestPartialFile.test_close) ... ok test_initialize (test.test_mailbox.TestPartialFile.test_initialize) ... ok test_iteration (test.test_mailbox.TestPartialFile.test_iteration) ... ok test_read (test.test_mailbox.TestPartialFile.test_read) ... ok test_readline (test.test_mailbox.TestPartialFile.test_readline) ... ok test_readlines (test.test_mailbox.TestPartialFile.test_readlines) ... ok test_seek_and_tell (test.test_mailbox.TestPartialFile.test_seek_and_tell) ... ok test_close (test.test_mailbox.TestProxyFile.test_close) ... ok test_initialize (test.test_mailbox.TestProxyFile.test_initialize) ... ok test_iteration (test.test_mailbox.TestProxyFile.test_iteration) ... ok test_read (test.test_mailbox.TestProxyFile.test_read) ... ok test_readline (test.test_mailbox.TestProxyFile.test_readline) ... ok test_readlines (test.test_mailbox.TestProxyFile.test_readlines) ... ok test_seek_and_tell (test.test_mailbox.TestProxyFile.test_seek_and_tell) ... ok ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ====================================================================== FAIL: test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 986, in test_file_permissions self.assertFalse(mode & 0o111) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1001, in test_folder_file_perms self.assertFalse((perms & 0o111)) # Execute bits should all be off. ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_file_perms (test.test_mailbox.TestMbox.test_file_perms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1289, in test_file_perms self.assertFalse((perms & 0o111)) # Execute bits should all be off. ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ---------------------------------------------------------------------- Ran 376 tests in 3.144s FAILED (failures=6, skipped=3) test test_mailbox failed 0:01:15 load avg: 8.02 [257/478/9] test_re passed 0:01:16 load avg: 8.02 [258/478/9] test_extcall passed 0:01:16 load avg: 8.02 [259/478/9] test_codecencodings_tw passed 0:01:16 load avg: 8.02 [260/478/9] test_threading passed 0:01:17 load avg: 8.02 [261/478/9] test_lzma passed 0:01:17 load avg: 8.02 [262/478/9] test_cprofile passed 0:01:18 load avg: 8.02 [263/478/9] test.test_asyncio.test_runners passed 0:01:18 load avg: 8.02 [264/478/9] test_xml_etree passed 0:01:18 load avg: 8.02 [265/478/9] test_ipaddress passed 0:01:18 load avg: 8.02 [266/478/9] test_utf8source passed -- running (1): test.test_multiprocessing_fork.test_processes (30.1 sec) 0:01:19 load avg: 8.02 [267/478/9] test_gettext passed -- running (1): test.test_multiprocessing_fork.test_processes (30.2 sec) 0:01:19 load avg: 8.02 [268/478/9] test_glob passed -- running (1): test.test_multiprocessing_fork.test_processes (30.9 sec) 0:01:20 load avg: 8.02 [269/478/9] test_typing passed -- running (1): test.test_multiprocessing_fork.test_processes (31.5 sec) 0:01:20 load avg: 7.86 [270/478/9] test_gc passed -- running (1): test.test_multiprocessing_fork.test_processes (31.8 sec) 0:01:20 load avg: 7.86 [271/478/9] test_support passed -- running (1): test.test_multiprocessing_fork.test_processes (31.9 sec) 0:01:20 load avg: 7.86 [272/478/9] test_property passed -- running (1): test.test_multiprocessing_fork.test_processes (32.1 sec) 0:01:20 load avg: 7.86 [273/478/9] test.test_future_stmt.test_future passed -- running (1): test.test_multiprocessing_fork.test_processes (32.1 sec) 0:01:20 load avg: 7.86 [274/478/9] test_smtpnet passed -- running (1): test.test_multiprocessing_fork.test_processes (32.1 sec) 0:01:21 load avg: 7.86 [275/478/9] test_email passed -- running (1): test.test_multiprocessing_fork.test_processes (32.2 sec) 0:01:21 load avg: 7.86 [276/478/9] test_richcmp passed -- running (1): test.test_multiprocessing_fork.test_processes (32.3 sec) 0:01:21 load avg: 7.86 [277/478/9] test_osx_env passed -- running (1): test.test_multiprocessing_fork.test_processes (32.5 sec) 0:01:21 load avg: 7.86 [278/478/9] test_float passed -- running (1): test.test_multiprocessing_fork.test_processes (32.9 sec) 0:01:22 load avg: 7.86 [279/478/9] test_perf_profiler passed -- running (3): test.test_concurrent_futures.test_process_pool (30.3 sec), test_regrtest (30.5 sec), test.test_multiprocessing_fork.test_processes (33.5 sec) 0:01:22 load avg: 7.86 [280/478/9] test_collections passed -- running (3): test.test_concurrent_futures.test_process_pool (30.6 sec), test_regrtest (30.7 sec), test.test_multiprocessing_fork.test_processes (33.7 sec) 0:01:22 load avg: 7.86 [281/478/10] test_dbm_gnu worker non-zero exit code (Exit code 1) -- running (3): test.test_concurrent_futures.test_process_pool (30.9 sec), test_regrtest (31.1 sec), test.test_multiprocessing_fork.test_processes (34.0 sec) gdbm version: (1, 18, 1) test_bool_empty (test.test_dbm_gnu.TestGdbm.test_bool_empty) ... ok test_bool_not_empty (test.test_dbm_gnu.TestGdbm.test_bool_not_empty) ... ok test_bool_on_closed_db_raises (test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises) ... ok test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes) ... ok test_clear (test.test_dbm_gnu.TestGdbm.test_clear) ... ok test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager) ... ok test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation) ... ok test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions) ... ok test_flags (test.test_dbm_gnu.TestGdbm.test_flags) ... ok test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods) ... ok test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename) ... ok test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file) ... ok test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path) ... ok test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path) ... ok test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path) ... ok test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize) ... ok test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode) ... ok test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.056s OK Warning -- files was modified by test_dbm_gnu Warning -- Before: [] Warning -- After: ['.fuse_hidden00038c5f00000352'] Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 503, in temp_dir yield path File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 556, in temp_cwd yield cwd_dir File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 118, in main worker_process(worker_json) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 104, in worker_process sys.exit(0) ~~~~~~~~^^^ SystemExit: 0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, "__main__", mod_spec) File "/data/projects/europython-2024-tutorial/cpython/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 122, in main() ~~~~^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 117, in main with os_helper.temp_cwd(work_dir, quiet=True): ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 508, in temp_dir rmtree(path) ~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 465, in rmtree _rmtree(path) ~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 450, in _rmtree os.rmdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 39] Directory not empty: '/data/projects/europython-2024-tutorial/cpython/build/test_python_227251æ' 0:01:22 load avg: 7.86 [282/478/10] test_range passed -- running (3): test.test_concurrent_futures.test_process_pool (30.9 sec), test_regrtest (31.1 sec), test.test_multiprocessing_fork.test_processes (34.1 sec) 0:01:23 load avg: 7.86 [283/478/10] test_devpoll skipped -- running (3): test.test_concurrent_futures.test_process_pool (31.4 sec), test_regrtest (31.6 sec), test.test_multiprocessing_fork.test_processes (34.5 sec) test_devpoll skipped -- test works only on Solaris OS family 0:01:23 load avg: 7.86 [284/478/10] test_zipfile64 skipped (resource denied) -- running (3): test.test_concurrent_futures.test_process_pool (31.5 sec), test_regrtest (31.6 sec), test.test_multiprocessing_fork.test_processes (34.6 sec) test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:01:23 load avg: 7.86 [285/478/10] test.test_multiprocessing_fork.test_processes passed (34.6 sec) -- running (2): test.test_concurrent_futures.test_process_pool (31.5 sec), test_regrtest (31.7 sec) 0:01:23 load avg: 7.86 [286/478/10] test.test_asyncio.test_queues passed -- running (2): test.test_concurrent_futures.test_process_pool (31.5 sec), test_regrtest (31.7 sec) 0:01:23 load avg: 7.86 [287/478/10] test_profile passed -- running (2): test.test_concurrent_futures.test_process_pool (31.9 sec), test_regrtest (32.1 sec) 0:01:23 load avg: 7.86 [288/478/10] test_picklebuffer passed -- running (2): test.test_concurrent_futures.test_process_pool (32.0 sec), test_regrtest (32.1 sec) 0:01:23 load avg: 7.86 [289/478/10] test_cmath passed -- running (2): test.test_concurrent_futures.test_process_pool (32.0 sec), test_regrtest (32.2 sec) 0:01:24 load avg: 7.86 [290/478/10] test_int_literal passed -- running (2): test.test_concurrent_futures.test_process_pool (32.6 sec), test_regrtest (32.8 sec) 0:01:24 load avg: 7.86 [291/478/10] test_functools passed -- running (2): test.test_concurrent_futures.test_process_pool (32.8 sec), test_regrtest (33.0 sec) 0:01:25 load avg: 7.86 [292/478/10] test_strtod passed -- running (2): test.test_concurrent_futures.test_process_pool (33.2 sec), test_regrtest (33.4 sec) 0:01:25 load avg: 8.59 [293/478/10] test_zipapp passed -- running (2): test.test_concurrent_futures.test_process_pool (33.8 sec), test_regrtest (34.0 sec) 0:01:26 load avg: 8.59 [294/478/10] test_class passed -- running (2): test.test_concurrent_futures.test_process_pool (34.1 sec), test_regrtest (34.3 sec) 0:01:26 load avg: 8.59 [295/478/10] test_types passed -- running (2): test.test_concurrent_futures.test_process_pool (34.5 sec), test_regrtest (34.7 sec) 0:01:26 load avg: 8.59 [296/478/10] test_urllib_response passed -- running (2): test.test_concurrent_futures.test_process_pool (34.6 sec), test_regrtest (34.8 sec) 0:01:26 load avg: 8.59 [297/478/10] test_string passed -- running (3): test.test_concurrent_futures.test_process_pool (34.7 sec), test_regrtest (34.9 sec), test_io (30.0 sec) 0:01:27 load avg: 8.59 [298/478/10] test_openpty passed -- running (3): test.test_concurrent_futures.test_process_pool (35.1 sec), test_regrtest (35.3 sec), test_io (30.5 sec) 0:01:27 load avg: 8.59 [299/478/10] test_listcomps passed -- running (4): test.test_multiprocessing_spawn.test_processes (30.0 sec), test.test_concurrent_futures.test_process_pool (35.4 sec), test_regrtest (35.6 sec), test_io (30.7 sec) 0:01:27 load avg: 8.59 [300/478/10] test_complex passed -- running (4): test.test_multiprocessing_spawn.test_processes (30.0 sec), test.test_concurrent_futures.test_process_pool (35.4 sec), test_regrtest (35.6 sec), test_io (30.7 sec) 0:01:28 load avg: 8.59 [301/478/10] test.test_concurrent_futures.test_process_pool passed (36.1 sec) -- running (3): test.test_multiprocessing_spawn.test_processes (30.7 sec), test_regrtest (36.3 sec), test_io (31.4 sec) 0:01:28 load avg: 8.59 [302/478/10] test_epoll passed -- running (3): test.test_multiprocessing_spawn.test_processes (31.4 sec), test_regrtest (37.0 sec), test_io (32.1 sec) 0:01:28 load avg: 8.59 [303/478/10] test_itertools passed -- running (3): test.test_multiprocessing_spawn.test_processes (31.4 sec), test_regrtest (37.0 sec), test_io (32.1 sec) 0:01:29 load avg: 8.59 [304/478/10] test_grammar passed -- running (3): test.test_multiprocessing_spawn.test_processes (32.1 sec), test_regrtest (37.6 sec), test_io (32.8 sec) 0:01:30 load avg: 8.59 [305/478/10] test_tuple passed -- running (3): test.test_multiprocessing_spawn.test_processes (32.9 sec), test_regrtest (38.4 sec), test_io (33.5 sec) 0:01:30 load avg: 8.95 [306/478/10] test.test_multiprocessing_spawn.test_threads passed -- running (3): test.test_multiprocessing_spawn.test_processes (33.3 sec), test_regrtest (38.8 sec), test_io (34.0 sec) 0:01:31 load avg: 8.95 [307/478/10] test.test_asyncio.test_sendfile passed -- running (3): test.test_multiprocessing_spawn.test_processes (33.9 sec), test_regrtest (39.5 sec), test_io (34.6 sec) 0:01:31 load avg: 8.95 [308/478/10] test_clinic passed -- running (3): test.test_multiprocessing_spawn.test_processes (34.7 sec), test_regrtest (40.2 sec), test_io (35.4 sec) 0:01:32 load avg: 8.95 [309/478/10] test_c_locale_coercion passed -- running (3): test.test_multiprocessing_spawn.test_processes (35.5 sec), test_regrtest (41.0 sec), test_io (36.2 sec) 0:01:33 load avg: 8.95 [310/478/10] test.test_inspect.test_inspect passed -- running (3): test.test_multiprocessing_spawn.test_processes (35.9 sec), test_regrtest (41.4 sec), test_io (36.6 sec) 0:01:33 load avg: 8.95 [311/478/10] test_type_aliases passed -- running (3): test.test_multiprocessing_spawn.test_processes (36.1 sec), test_regrtest (41.6 sec), test_io (36.8 sec) 0:01:34 load avg: 8.95 [312/478/10] test_copy passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.1 sec), test_regrtest (42.6 sec), test_io (37.8 sec) 0:01:34 load avg: 8.95 [313/478/10] test_ssl passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.3 sec), test_regrtest (42.9 sec), test_io (38.0 sec) 0:01:34 load avg: 8.95 [314/478/10] test.test_asyncio.test_sock_lowlevel passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.5 sec), test_regrtest (43.0 sec), test_io (38.1 sec) 0:01:34 load avg: 8.95 [315/478/10] test_enumerate passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.6 sec), test_regrtest (43.2 sec), test_io (38.3 sec) 0:01:34 load avg: 8.95 [316/478/10] test_audit passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.6 sec), test_regrtest (43.2 sec), test_io (38.3 sec) 0:01:34 load avg: 8.95 [317/478/10] test_binop passed -- running (3): test.test_multiprocessing_spawn.test_processes (37.7 sec), test_regrtest (43.2 sec), test_io (38.4 sec) 0:01:35 load avg: 9.43 [318/478/10] test_external_inspection passed -- running (3): test.test_multiprocessing_spawn.test_processes (38.4 sec), test_regrtest (44.0 sec), test_io (39.1 sec) 0:01:35 load avg: 9.43 [319/478/10] test_fileutils passed -- running (3): test.test_multiprocessing_spawn.test_processes (38.5 sec), test_regrtest (44.0 sec), test_io (39.2 sec) 0:01:36 load avg: 9.43 [320/478/10] test_codeccallbacks passed -- running (3): test.test_multiprocessing_spawn.test_processes (39.1 sec), test_regrtest (44.6 sec), test_io (39.8 sec) 0:01:36 load avg: 9.43 [321/478/10] test_hash passed -- running (3): test.test_multiprocessing_spawn.test_processes (39.6 sec), test_regrtest (45.2 sec), test_io (40.3 sec) 0:01:37 load avg: 9.43 [322/478/10] test_ttk passed -- running (3): test.test_multiprocessing_spawn.test_processes (39.8 sec), test_regrtest (45.3 sec), test_io (40.5 sec) 0:01:37 load avg: 9.43 [323/478/10] test.test_concurrent_futures.test_deadlock passed -- running (3): test.test_multiprocessing_spawn.test_processes (39.8 sec), test_regrtest (45.4 sec), test_io (40.5 sec) 0:01:37 load avg: 9.43 [324/478/10] test_asyncgen passed -- running (3): test.test_multiprocessing_spawn.test_processes (40.2 sec), test_regrtest (45.8 sec), test_io (40.9 sec) 0:01:37 load avg: 9.43 [325/478/10] test__colorize passed -- running (3): test.test_multiprocessing_spawn.test_processes (40.2 sec), test_regrtest (45.8 sec), test_io (40.9 sec) 0:01:37 load avg: 9.43 [326/478/10] test_csv passed -- running (3): test.test_multiprocessing_spawn.test_processes (40.4 sec), test_regrtest (45.9 sec), test_io (41.1 sec) 0:01:37 load avg: 9.43 [327/478/10] test_quopri passed -- running (3): test.test_multiprocessing_spawn.test_processes (40.6 sec), test_regrtest (46.1 sec), test_io (41.3 sec) 0:01:38 load avg: 9.43 [328/478/10] test_syntax passed -- running (3): test.test_multiprocessing_spawn.test_processes (41.0 sec), test_regrtest (46.6 sec), test_io (41.7 sec) 0:01:38 load avg: 9.43 [329/478/10] test_ftplib passed -- running (3): test.test_multiprocessing_spawn.test_processes (41.0 sec), test_regrtest (46.6 sec), test_io (41.7 sec) 0:01:38 load avg: 9.43 [330/478/10] test_ioctl passed -- running (3): test.test_multiprocessing_spawn.test_processes (41.0 sec), test_regrtest (46.6 sec), test_io (41.7 sec) 0:01:38 load avg: 9.43 [331/478/10] test_io passed (41.9 sec) -- running (2): test.test_multiprocessing_spawn.test_processes (41.2 sec), test_regrtest (46.7 sec) 0:01:38 load avg: 9.43 [332/478/10] test_base64 passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.4 sec), test_regrtest (47.0 sec) 0:01:38 load avg: 9.43 [333/478/10] test_atexit passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.5 sec), test_regrtest (47.0 sec) 0:01:38 load avg: 9.43 [334/478/10] test__osx_support passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.5 sec), test_regrtest (47.0 sec) 0:01:38 load avg: 9.43 [335/478/10] test_positional_only_arg passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.5 sec), test_regrtest (47.1 sec) 0:01:38 load avg: 9.43 [336/478/10] test_html passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.5 sec), test_regrtest (47.1 sec) 0:01:39 load avg: 9.43 [337/478/10] test_cppext passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.9 sec), test_regrtest (47.4 sec) 0:01:39 load avg: 9.43 [338/478/10] test_charmapcodec passed -- running (2): test.test_multiprocessing_spawn.test_processes (41.9 sec), test_regrtest (47.5 sec) 0:01:39 load avg: 9.43 [339/478/10] test.test_asyncio.test_staggered passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.0 sec), test_regrtest (47.6 sec) 0:01:39 load avg: 9.43 [340/478/10] test_gzip passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.2 sec), test_regrtest (47.7 sec) 0:01:39 load avg: 9.43 [341/478/10] test_sort passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.3 sec), test_regrtest (47.9 sec) 0:01:39 load avg: 9.43 [342/478/10] test_colorsys passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.5 sec), test_regrtest (48.1 sec) 0:01:39 load avg: 9.43 [343/478/10] test_print passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.6 sec), test_regrtest (48.1 sec) 0:01:40 load avg: 9.43 [344/478/10] test_univnewlines passed -- running (2): test.test_multiprocessing_spawn.test_processes (42.9 sec), test_regrtest (48.4 sec) 0:01:40 load avg: 9.43 [345/478/10] test_threading_local passed -- running (2): test.test_multiprocessing_spawn.test_processes (43.0 sec), test_regrtest (48.6 sec) 0:01:40 load avg: 9.43 [346/478/10] test_asdl_parser passed -- running (2): test.test_multiprocessing_spawn.test_processes (43.0 sec), test_regrtest (48.6 sec) 0:01:40 load avg: 9.56 [347/478/10] test_global passed -- running (2): test.test_multiprocessing_spawn.test_processes (43.6 sec), test_regrtest (49.1 sec) 0:01:41 load avg: 9.56 [348/478/10] test_eof passed -- running (2): test.test_multiprocessing_spawn.test_processes (44.0 sec), test_regrtest (49.6 sec) 0:01:41 load avg: 9.56 [349/478/10] test_augassign passed -- running (2): test.test_multiprocessing_spawn.test_processes (44.2 sec), test_regrtest (49.8 sec) 0:01:41 load avg: 9.56 [350/478/10] test_shlex passed -- running (2): test.test_multiprocessing_spawn.test_processes (44.6 sec), test_regrtest (50.2 sec) 0:01:41 load avg: 9.56 [351/478/10] test_pty passed -- running (2): test.test_multiprocessing_spawn.test_processes (44.6 sec), test_regrtest (50.2 sec) 0:01:42 load avg: 9.56 [352/478/10] test.test_concurrent_futures.test_thread_pool passed -- running (3): test.test_multiprocessing_spawn.test_processes (44.9 sec), test.test_concurrent_futures.test_wait (30.0 sec), test_regrtest (50.5 sec) 0:01:42 load avg: 9.56 [353/478/10] test__interpchannels passed -- running (3): test.test_multiprocessing_spawn.test_processes (45.2 sec), test.test_concurrent_futures.test_wait (30.3 sec), test_regrtest (50.7 sec) 0:01:42 load avg: 9.56 [354/478/10] test_timeit passed -- running (3): test.test_multiprocessing_spawn.test_processes (45.6 sec), test.test_concurrent_futures.test_wait (30.7 sec), test_regrtest (51.2 sec) 0:01:42 load avg: 9.56 [355/478/10] test_module passed -- running (3): test.test_multiprocessing_spawn.test_processes (45.6 sec), test.test_concurrent_futures.test_wait (30.8 sec), test_regrtest (51.2 sec) 0:01:43 load avg: 9.56 [356/478/10] test_enum passed -- running (3): test.test_multiprocessing_spawn.test_processes (46.0 sec), test.test_concurrent_futures.test_wait (31.1 sec), test_regrtest (51.5 sec) 0:01:43 load avg: 9.56 [357/478/10] test_xml_dom_minicompat passed -- running (3): test.test_multiprocessing_spawn.test_processes (46.1 sec), test.test_concurrent_futures.test_wait (31.3 sec), test_regrtest (51.7 sec) 0:01:43 load avg: 9.56 [358/478/10] test_fnmatch passed -- running (3): test.test_multiprocessing_spawn.test_processes (46.2 sec), test.test_concurrent_futures.test_wait (31.3 sec), test_regrtest (51.7 sec) 0:01:43 load avg: 9.56 [359/478/10] test_long passed -- running (3): test.test_multiprocessing_spawn.test_processes (46.4 sec), test.test_concurrent_futures.test_wait (31.5 sec), test_regrtest (52.0 sec) 0:01:43 load avg: 9.56 [360/478/10] test_index passed -- running (3): test.test_multiprocessing_spawn.test_processes (46.6 sec), test.test_concurrent_futures.test_wait (31.8 sec), test_regrtest (52.2 sec) 0:01:44 load avg: 9.56 [361/478/10] test_pstats passed -- running (3): test.test_multiprocessing_spawn.test_processes (47.1 sec), test.test_concurrent_futures.test_wait (32.2 sec), test_regrtest (52.7 sec) 0:01:44 load avg: 9.56 [362/478/10] test_codecencodings_jp passed -- running (3): test.test_multiprocessing_spawn.test_processes (47.4 sec), test.test_concurrent_futures.test_wait (32.5 sec), test_regrtest (53.0 sec) 0:01:45 load avg: 9.56 [363/478/10] test_file_eintr passed -- running (3): test.test_multiprocessing_spawn.test_processes (47.7 sec), test.test_concurrent_futures.test_wait (32.8 sec), test_regrtest (53.3 sec) 0:01:45 load avg: 9.56 [364/478/10] test_repl passed -- running (3): test.test_multiprocessing_spawn.test_processes (47.8 sec), test.test_concurrent_futures.test_wait (33.0 sec), test_regrtest (53.4 sec) 0:01:45 load avg: 9.56 [365/478/10] test_codecencodings_iso2022 passed -- running (3): test.test_multiprocessing_spawn.test_processes (48.2 sec), test.test_concurrent_futures.test_wait (33.3 sec), test_regrtest (53.7 sec) 0:01:46 load avg: 9.67 [366/478/10] test_plistlib passed -- running (3): test.test_multiprocessing_spawn.test_processes (48.9 sec), test.test_concurrent_futures.test_wait (34.0 sec), test_regrtest (54.5 sec) 0:01:47 load avg: 9.67 [367/478/10] test.test_concurrent_futures.test_future passed -- running (3): test.test_multiprocessing_spawn.test_processes (49.9 sec), test.test_concurrent_futures.test_wait (35.1 sec), test_regrtest (55.5 sec) 0:01:47 load avg: 9.67 [368/478/10] test_source_encoding passed -- running (3): test.test_multiprocessing_spawn.test_processes (50.0 sec), test.test_concurrent_futures.test_wait (35.1 sec), test_regrtest (55.5 sec) 0:01:47 load avg: 9.67 [369/478/10] test_pep646_syntax passed -- running (3): test.test_multiprocessing_spawn.test_processes (50.6 sec), test.test_concurrent_futures.test_wait (35.8 sec), test_regrtest (56.2 sec) 0:01:48 load avg: 9.67 [370/478/10] test_patma passed -- running (3): test.test_multiprocessing_spawn.test_processes (50.7 sec), test.test_concurrent_futures.test_wait (35.9 sec), test_regrtest (56.3 sec) 0:01:48 load avg: 9.67 [371/478/10] test_shelve passed -- running (3): test.test_multiprocessing_spawn.test_processes (51.3 sec), test.test_concurrent_futures.test_wait (36.4 sec), test_regrtest (56.8 sec) 0:01:49 load avg: 9.67 [372/478/10] test.test_asyncio.test_windows_utils skipped -- running (3): test.test_multiprocessing_spawn.test_processes (51.7 sec), test.test_concurrent_futures.test_wait (36.9 sec), test_regrtest (57.3 sec) test.test_asyncio.test_windows_utils skipped -- Windows only 0:01:49 load avg: 9.67 [373/478/10] test_winreg skipped -- running (3): test.test_multiprocessing_spawn.test_processes (52.3 sec), test.test_concurrent_futures.test_wait (37.4 sec), test_regrtest (57.9 sec) test_winreg skipped -- No module named 'winreg' 0:01:49 load avg: 9.67 [374/478/10] test_site passed -- running (3): test.test_multiprocessing_spawn.test_processes (52.6 sec), test.test_concurrent_futures.test_wait (37.7 sec), test_regrtest (58.2 sec) 0:01:50 load avg: 9.70 [375/478/10] test_dbm_dumb passed -- running (3): test.test_multiprocessing_spawn.test_processes (53.3 sec), test.test_concurrent_futures.test_wait (38.5 sec), test_regrtest (58.9 sec) 0:01:51 load avg: 9.70 [376/478/10] test_trace passed -- running (3): test.test_multiprocessing_spawn.test_processes (54.5 sec), test.test_concurrent_futures.test_wait (39.6 sec), test_regrtest (1 min) 0:01:53 load avg: 9.70 [377/478/10] test_deque passed -- running (3): test.test_multiprocessing_spawn.test_processes (56.0 sec), test.test_concurrent_futures.test_wait (41.2 sec), test_regrtest (1 min 1 sec) 0:01:55 load avg: 10.28 [378/478/10] test.test_asyncio.test_timeouts passed -- running (3): test.test_multiprocessing_spawn.test_processes (58.6 sec), test.test_concurrent_futures.test_wait (43.7 sec), test_regrtest (1 min 4 sec) 0:01:57 load avg: 10.28 [379/478/10] test_poplib passed -- running (3): test.test_multiprocessing_spawn.test_processes (1 min), test.test_concurrent_futures.test_wait (45.5 sec), test_regrtest (1 min 5 sec) 0:01:58 load avg: 10.28 [380/478/10] test_ordered_dict passed -- running (3): test.test_multiprocessing_spawn.test_processes (1 min), test.test_concurrent_futures.test_wait (45.9 sec), test_regrtest (1 min 6 sec) 0:01:58 load avg: 10.28 [381/478/10] test_regrtest passed (1 min 6 sec) -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 1 sec), test.test_concurrent_futures.test_wait (46.2 sec) 0:01:58 load avg: 10.28 [382/478/10] test.test_asyncio.test_context passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 1 sec), test.test_concurrent_futures.test_wait (46.8 sec) 0:01:59 load avg: 10.28 [383/478/10] test_generators passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 2 sec), test.test_concurrent_futures.test_wait (47.7 sec) 0:02:00 load avg: 10.28 [384/478/10] test_tokenize passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 2 sec), test.test_concurrent_futures.test_wait (48.0 sec) 0:02:00 load avg: 10.28 [385/478/10] test_memoryview passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 3 sec), test.test_concurrent_futures.test_wait (48.1 sec) 0:02:00 load avg: 10.74 [386/478/10] test_compiler_assemble passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 3 sec), test.test_concurrent_futures.test_wait (48.4 sec) 0:02:01 load avg: 10.74 [387/478/10] test_userlist passed -- running (2): test.test_multiprocessing_spawn.test_processes (1 min 3 sec), test.test_concurrent_futures.test_wait (48.8 sec) 0:02:01 load avg: 10.74 [388/478/10] test.test_gdb.test_cfunction_full passed -- running (3): test.test_multiprocessing_spawn.test_processes (1 min 4 sec), test.test_concurrent_futures.test_wait (49.3 sec), test.test_multiprocessing_forkserver.test_processes (30.2 sec) 0:02:01 load avg: 10.74 [389/478/10] test_random passed -- running (3): test.test_multiprocessing_spawn.test_processes (1 min 4 sec), test.test_concurrent_futures.test_wait (49.5 sec), test.test_multiprocessing_forkserver.test_processes (30.5 sec) 0:02:02 load avg: 10.74 [390/478/10] test__locale passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 4 sec), test.test_concurrent_futures.test_wait (50.1 sec), test.test_multiprocessing_forkserver.test_processes (31.1 sec), test_subprocess (30.3 sec) 0:02:03 load avg: 10.74 [391/478/10] test_pow passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 5 sec), test.test_concurrent_futures.test_wait (50.8 sec), test.test_multiprocessing_forkserver.test_processes (31.8 sec), test_subprocess (31.0 sec) 0:02:03 load avg: 10.74 [392/478/10] test_fileio passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 5 sec), test.test_concurrent_futures.test_wait (50.9 sec), test.test_multiprocessing_forkserver.test_processes (31.9 sec), test_subprocess (31.1 sec) 0:02:03 load avg: 10.74 [393/478/10] test_difflib passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 6 sec), test.test_concurrent_futures.test_wait (51.7 sec), test.test_multiprocessing_forkserver.test_processes (32.6 sec), test_subprocess (31.9 sec) 0:02:04 load avg: 10.74 [394/478/10] test_importlib passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 6 sec), test.test_concurrent_futures.test_wait (52.1 sec), test.test_multiprocessing_forkserver.test_processes (33.0 sec), test_subprocess (32.3 sec) 0:02:05 load avg: 10.74 [395/478/10] test_sysconfig passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 7 sec), test_os (30.3 sec), test.test_concurrent_futures.test_wait (52.9 sec), test.test_multiprocessing_forkserver.test_processes (33.9 sec), test_subprocess (33.1 sec) 0:02:05 load avg: 10.74 [396/478/10] test_tkinter passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 7 sec), test_os (30.4 sec), test.test_concurrent_futures.test_wait (52.9 sec), test.test_multiprocessing_forkserver.test_processes (33.9 sec), test_subprocess (33.1 sec) 0:02:05 load avg: 10.76 [397/478/10] test_weakset passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 8 sec), test_os (31.2 sec), test.test_concurrent_futures.test_wait (53.8 sec), test.test_multiprocessing_forkserver.test_processes (34.8 sec), test_subprocess (34.0 sec) 0:02:06 load avg: 10.76 [398/478/10] test_descr passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 8 sec), test_os (31.3 sec), test.test_concurrent_futures.test_wait (53.9 sec), test.test_multiprocessing_forkserver.test_processes (34.8 sec), test_subprocess (34.1 sec) 0:02:06 load avg: 10.76 [399/478/10] test_codecs passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 8 sec), test_os (31.5 sec), test.test_concurrent_futures.test_wait (54.1 sec), test.test_multiprocessing_forkserver.test_processes (35.1 sec), test_subprocess (34.3 sec) 0:02:06 load avg: 10.76 [400/478/10] test.test_concurrent_futures.test_wait passed (54.5 sec) -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 9 sec), test_os (31.9 sec), test.test_multiprocessing_forkserver.test_processes (35.4 sec), test_subprocess (34.7 sec) 0:02:06 load avg: 10.76 [401/478/10] test_frozen passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 9 sec), test_os (32.0 sec), test.test_multiprocessing_forkserver.test_processes (35.5 sec), test_subprocess (34.7 sec) 0:02:07 load avg: 10.76 [402/478/10] test_socketserver passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 9 sec), test_os (32.5 sec), test.test_multiprocessing_forkserver.test_processes (36.0 sec), test_subprocess (35.2 sec) 0:02:07 load avg: 10.76 [403/478/10] test_dbm_ndbm passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 10 sec), test_os (32.6 sec), test.test_multiprocessing_forkserver.test_processes (36.2 sec), test_subprocess (35.4 sec) 0:02:07 load avg: 10.76 [404/478/10] test_smtplib passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 10 sec), test_os (32.7 sec), test.test_multiprocessing_forkserver.test_processes (36.2 sec), test_subprocess (35.5 sec) 0:02:08 load avg: 10.76 [405/478/10] test_dynamicclassattribute passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 10 sec), test_os (33.2 sec), test.test_multiprocessing_forkserver.test_processes (36.8 sec), test_subprocess (36.0 sec) 0:02:08 load avg: 10.76 [406/478/10] test.test_asyncio.test_streams passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test_os (33.6 sec), test.test_multiprocessing_forkserver.test_processes (37.1 sec), test_subprocess (36.3 sec) 0:02:08 load avg: 10.76 [407/478/10] test_thread passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test_os (33.8 sec), test.test_multiprocessing_forkserver.test_processes (37.3 sec), test_subprocess (36.5 sec) 0:02:08 load avg: 10.76 [408/478/10] test_zoneinfo passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test_os (34.2 sec), test.test_multiprocessing_forkserver.test_processes (37.7 sec), test_zipfile (30.2 sec), test_subprocess (36.9 sec) 0:02:09 load avg: 10.76 [409/478/10] test_filecmp passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test_os (34.3 sec), test.test_multiprocessing_forkserver.test_processes (37.8 sec), test_zipfile (30.3 sec), test_subprocess (37.1 sec) 0:02:09 load avg: 10.76 [410/478/10] test_context passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test_os (34.4 sec), test.test_multiprocessing_forkserver.test_processes (37.9 sec), test_zipfile (30.4 sec), test_subprocess (37.1 sec) 0:02:09 load avg: 10.76 [411/478/11] test_os failed (4 errors, 2 failures) (34.5 sec) -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 11 sec), test.test_multiprocessing_forkserver.test_processes (38.1 sec), test_zipfile (30.5 sec), test_subprocess (37.3 sec) test_blocking (test.test_os.BlockingTests.test_blocking) ... ok test_compare_to_walk (test.test_os.BytesFwalkTests.test_compare_to_walk) ... ok test_dir_fd (test.test_os.BytesFwalkTests.test_dir_fd) ... ok test_fd_finalization (test.test_os.BytesFwalkTests.test_fd_finalization) ... ok test_fd_leak (test.test_os.BytesFwalkTests.test_fd_leak) ... ok test_file_like_path (test.test_os.BytesFwalkTests.test_file_like_path) ... ok test_walk_above_recursion_limit (test.test_os.BytesFwalkTests.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_os.BytesFwalkTests.test_walk_bad_dir) ... ok test_walk_bad_dir2 (test.test_os.BytesFwalkTests.test_walk_bad_dir2) ... ok test_walk_bottom_up (test.test_os.BytesFwalkTests.test_walk_bottom_up) ... ok test_walk_named_pipe (test.test_os.BytesFwalkTests.test_walk_named_pipe) ... ok test_walk_named_pipe2 (test.test_os.BytesFwalkTests.test_walk_named_pipe2) ... ok test_walk_prune (test.test_os.BytesFwalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.BytesFwalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.BytesFwalkTests.test_walk_topdown) ... ok test_yields_correct_dir_fd (test.test_os.BytesFwalkTests.test_yields_correct_dir_fd) ... ok test_file_like_path (test.test_os.BytesWalkTests.test_file_like_path) ... ok test_walk_above_recursion_limit (test.test_os.BytesWalkTests.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_os.BytesWalkTests.test_walk_bad_dir) ... ok test_walk_bad_dir2 (test.test_os.BytesWalkTests.test_walk_bad_dir2) ... ok test_walk_bottom_up (test.test_os.BytesWalkTests.test_walk_bottom_up) ... ok test_walk_many_open_files (test.test_os.BytesWalkTests.test_walk_many_open_files) ... ok test_walk_named_pipe (test.test_os.BytesWalkTests.test_walk_named_pipe) ... ok test_walk_named_pipe2 (test.test_os.BytesWalkTests.test_walk_named_pipe2) ... ok test_walk_prune (test.test_os.BytesWalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.BytesWalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.BytesWalkTests.test_walk_topdown) ... ok test_cpu_count (test.test_os.CPUCountTests.test_cpu_count) ... ok test_process_cpu_count (test.test_os.CPUCountTests.test_process_cpu_count) ... ok test_process_cpu_count_affinity (test.test_os.CPUCountTests.test_process_cpu_count_affinity) ... ok test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ... FAIL test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index) ... ok test_chown_with_root (test.test_os.ChownFileTests.test_chown_with_root) ... skipped 'test needs root privilege and more than one user' test_chown_without_permission (test.test_os.ChownFileTests.test_chown_without_permission) ... ok test_devnull (test.test_os.DevNullTests.test_devnull) ... ok test_bad_fd (test.test_os.DeviceEncodingTests.test_bad_fd) ... ok test_device_encoding (test.test_os.DeviceEncodingTests.test_device_encoding) ... ok test___repr__ (test.test_os.EnvironTests.test___repr__) Check that the repr() of os.environ looks like environ({...}). ... ok test_bool (test.test_os.EnvironTests.test_bool) ... ok test_constructor (test.test_os.EnvironTests.test_constructor) ... ok test_environb (test.test_os.EnvironTests.test_environb) ... ok test_get (test.test_os.EnvironTests.test_get) ... ok test_get_exec_path (test.test_os.EnvironTests.test_get_exec_path) ... ok test_getitem (test.test_os.EnvironTests.test_getitem) ... ok test_ior_operator (test.test_os.EnvironTests.test_ior_operator) ... ok test_ior_operator_invalid_dicts (test.test_os.EnvironTests.test_ior_operator_invalid_dicts) ... ok test_ior_operator_key_value_iterable (test.test_os.EnvironTests.test_ior_operator_key_value_iterable) ... ok test_items (test.test_os.EnvironTests.test_items) ... ok test_iter_error_when_changing_os_environ (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ) ... ok test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items) ... ok test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values) ... ok test_key_type (test.test_os.EnvironTests.test_key_type) ... ok test_keys (test.test_os.EnvironTests.test_keys) ... ok test_keyvalue_types (test.test_os.EnvironTests.test_keyvalue_types) ... ok test_len (test.test_os.EnvironTests.test_len) ... ok test_or_operator (test.test_os.EnvironTests.test_or_operator) ... ok test_os_popen_iter (test.test_os.EnvironTests.test_os_popen_iter) ... ok test_pop (test.test_os.EnvironTests.test_pop) ... ok test_popitem (test.test_os.EnvironTests.test_popitem) ... ok test_putenv_unsetenv (test.test_os.EnvironTests.test_putenv_unsetenv) ... ok test_putenv_unsetenv_error (test.test_os.EnvironTests.test_putenv_unsetenv_error) ... ok test_read (test.test_os.EnvironTests.test_read) ... ok test_refresh (test.test_os.EnvironTests.test_refresh) ... ok test_ror_operator (test.test_os.EnvironTests.test_ror_operator) ... ok test_setdefault (test.test_os.EnvironTests.test_setdefault) ... ok test_update (test.test_os.EnvironTests.test_update) ... ok test_update2 (test.test_os.EnvironTests.test_update2) ... ok test_values (test.test_os.EnvironTests.test_values) ... ok test_write (test.test_os.EnvironTests.test_write) ... ok test_eventfd_initval (test.test_os.EventfdTests.test_eventfd_initval) ... ok test_eventfd_select (test.test_os.EventfdTests.test_eventfd_select) ... ok test_eventfd_semaphore (test.test_os.EventfdTests.test_eventfd_semaphore) ... ok test_execv_with_bad_arglist (test.test_os.ExecTests.test_execv_with_bad_arglist) ... ok test_execve_invalid_env (test.test_os.ExecTests.test_execve_invalid_env) ... ok test_execve_with_empty_path (test.test_os.ExecTests.test_execve_with_empty_path) ... skipped 'Win32-specific test' test_execvpe_with_bad_arglist (test.test_os.ExecTests.test_execvpe_with_bad_arglist) ... ok test_execvpe_with_bad_program (test.test_os.ExecTests.test_execvpe_with_bad_program) ... ok test_internal_execvpe_str (test.test_os.ExecTests.test_internal_execvpe_str) ... ok test_os_all (test.test_os.ExportsTests.test_os_all) ... ok test_fds (test.test_os.ExtendedAttributeTests.test_fds) ... ok test_lpath (test.test_os.ExtendedAttributeTests.test_lpath) ... ok test_simple (test.test_os.ExtendedAttributeTests.test_simple) ... ok test_dup (test.test_os.FDInheritanceTests.test_dup) ... ok test_dup2 (test.test_os.FDInheritanceTests.test_dup2) ... ok test_dup_nul (test.test_os.FDInheritanceTests.test_dup_nul) ... skipped 'win32-specific test' test_dup_standard_stream (test.test_os.FDInheritanceTests.test_dup_standard_stream) ... ok test_get_inheritable_cloexec (test.test_os.FDInheritanceTests.test_get_inheritable_cloexec) ... ok test_get_set_inheritable (test.test_os.FDInheritanceTests.test_get_set_inheritable) ... ok test_get_set_inheritable_badf (test.test_os.FDInheritanceTests.test_get_set_inheritable_badf) ... ok test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests.test_get_set_inheritable_o_path) ... ok test_open (test.test_os.FDInheritanceTests.test_open) ... ok test_pipe (test.test_os.FDInheritanceTests.test_pipe) ... ok test_set_inheritable_cloexec (test.test_os.FDInheritanceTests.test_set_inheritable_cloexec) ... ok test_identity (test.test_os.FSEncodingTests.test_identity) ... ok test_nop (test.test_os.FSEncodingTests.test_nop) ... ok test_access (test.test_os.FileTests.test_access) ... ok test_closerange (test.test_os.FileTests.test_closerange) ... ok test_copy_file_range (test.test_os.FileTests.test_copy_file_range) ... ok test_copy_file_range_invalid_values (test.test_os.FileTests.test_copy_file_range_invalid_values) ... ok test_copy_file_range_offset (test.test_os.FileTests.test_copy_file_range_offset) ... ok test_fdopen (test.test_os.FileTests.test_fdopen) ... ok test_large_read (test.test_os.FileTests.test_large_read) ... skipped 'not enough memory: 2.0G minimum needed' test_open_keywords (test.test_os.FileTests.test_open_keywords) ... ok test_read (test.test_os.FileTests.test_read) ... ok test_rename (test.test_os.FileTests.test_rename) ... ok test_replace (test.test_os.FileTests.test_replace) ... ok test_splice (test.test_os.FileTests.test_splice) ... ok test_splice_invalid_values (test.test_os.FileTests.test_splice_invalid_values) ... ok test_splice_offset_in (test.test_os.FileTests.test_splice_offset_in) ... ok test_splice_offset_out (test.test_os.FileTests.test_splice_offset_out) ... ok test_symlink_keywords (test.test_os.FileTests.test_symlink_keywords) ... ok test_write (test.test_os.FileTests.test_write) ... ok test_write_windows_console (test.test_os.FileTests.test_write_windows_console) ... skipped 'test specific to the Windows console' test_fork (test.test_os.ForkTests.test_fork) ... ok test_fork_at_finalization (test.test_os.ForkTests.test_fork_at_finalization) ... ok test_fork_warns_when_non_python_thread_exists (test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists) ... ok test_compare_to_walk (test.test_os.FwalkTests.test_compare_to_walk) ... ok test_dir_fd (test.test_os.FwalkTests.test_dir_fd) ... ok test_fd_finalization (test.test_os.FwalkTests.test_fd_finalization) ... ok test_fd_leak (test.test_os.FwalkTests.test_fd_leak) ... ok test_file_like_path (test.test_os.FwalkTests.test_file_like_path) ... ok test_walk_above_recursion_limit (test.test_os.FwalkTests.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_os.FwalkTests.test_walk_bad_dir) ... ok test_walk_bad_dir2 (test.test_os.FwalkTests.test_walk_bad_dir2) ... ok test_walk_bottom_up (test.test_os.FwalkTests.test_walk_bottom_up) ... ok test_walk_named_pipe (test.test_os.FwalkTests.test_walk_named_pipe) ... ok test_walk_named_pipe2 (test.test_os.FwalkTests.test_walk_named_pipe2) ... ok test_walk_prune (test.test_os.FwalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.FwalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.FwalkTests.test_walk_topdown) ... ok test_yields_correct_dir_fd (test.test_os.FwalkTests.test_yields_correct_dir_fd) ... ok test_getrandom0 (test.test_os.GetRandomTests.test_getrandom0) ... ok test_getrandom_nonblock (test.test_os.GetRandomTests.test_getrandom_nonblock) ... ok test_getrandom_random (test.test_os.GetRandomTests.test_getrandom_random) ... ok test_getrandom_type (test.test_os.GetRandomTests.test_getrandom_type) ... ok test_getrandom_value (test.test_os.GetRandomTests.test_getrandom_value) ... ok test_link (test.test_os.LinkTests.test_link) ... ok test_link_bytes (test.test_os.LinkTests.test_link_bytes) ... ok test_unicode_name (test.test_os.LinkTests.test_unicode_name) ... ok test_getlogin (test.test_os.LoginTests.test_getlogin) ... skipped 'Skip due to platform/environment differences on *NIX buildbots' test_exist_ok_existing_directory (test.test_os.MakedirTests.test_exist_ok_existing_directory) ... ok test_exist_ok_existing_regular_file (test.test_os.MakedirTests.test_exist_ok_existing_regular_file) ... ok test_exist_ok_s_isgid_directory (test.test_os.MakedirTests.test_exist_ok_s_isgid_directory) ... skipped 'No support for S_ISGID dir mode.' test_makedir (test.test_os.MakedirTests.test_makedir) ... ok test_mode (test.test_os.MakedirTests.test_mode) ... FAIL test_win32_mkdir_700 (test.test_os.MakedirTests.test_win32_mkdir_700) ... skipped 'requires Windows' test_memfd_create (test.test_os.MemfdCreateTests.test_memfd_create) ... ok test_getcwd (test.test_os.MiscTests.test_getcwd) ... ok test_getcwd_long_path (test.test_os.MiscTests.test_getcwd_long_path) ... Tested current directory length: 2000 ok test_getcwdb (test.test_os.MiscTests.test_getcwdb) ... ok test_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests.test_directory_link_nonlocal) The symlink target should resolve relative to the link, not relative ... ok test_oserror_filename (test.test_os.OSErrorTests.test_oserror_filename) ... ok test_path_t_converter (test.test_os.PathTConverterTests.test_path_t_converter) ... ok test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests.test_path_t_converter_and_custom_class) ... ok test_listdir (test.test_os.Pep383Tests.test_listdir) ... ERROR test_open (test.test_os.Pep383Tests.test_open) ... ERROR test_stat (test.test_os.Pep383Tests.test_stat) ... ERROR test_statvfs (test.test_os.Pep383Tests.test_statvfs) ... ERROR test_getppid (test.test_os.PidTests.test_getppid) ... ok test_waitpid (test.test_os.PidTests.test_waitpid) ... /data/projects/europython-2024-tutorial/cpython/Lib/os.py:893: DeprecationWarning: This process (pid=228276) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = fork() ok test_waitpid_windows (test.test_os.PidTests.test_waitpid_windows) ... skipped 'win32-specific test' test_waitstatus_to_exitcode (test.test_os.PidTests.test_waitstatus_to_exitcode) ... ok test_waitstatus_to_exitcode_kill (test.test_os.PidTests.test_waitstatus_to_exitcode_kill) ... ok test_waitstatus_to_exitcode_windows (test.test_os.PidTests.test_waitstatus_to_exitcode_windows) ... skipped 'win32-specific test' test_setegid (test.test_os.PosixUidGidTests.test_setegid) ... ok test_seteuid (test.test_os.PosixUidGidTests.test_seteuid) ... ok test_setgid (test.test_os.PosixUidGidTests.test_setgid) ... ok test_setregid (test.test_os.PosixUidGidTests.test_setregid) ... ok test_setregid_neg1 (test.test_os.PosixUidGidTests.test_setregid_neg1) ... ok test_setreuid (test.test_os.PosixUidGidTests.test_setreuid) ... ok test_setreuid_neg1 (test.test_os.PosixUidGidTests.test_setreuid_neg1) ... ok test_setuid (test.test_os.PosixUidGidTests.test_setuid) ... ok test_set_get_priority (test.test_os.ProgramPriorityTests.test_set_get_priority) ... ok test_open_via_ptsname (test.test_os.PseudoterminalTests.test_open_via_ptsname) ... ok test_openpty (test.test_os.PseudoterminalTests.test_openpty) ... ok test_pipe_spawnl (test.test_os.PseudoterminalTests.test_pipe_spawnl) ... ok test_posix_pty_functions (test.test_os.PseudoterminalTests.test_posix_pty_functions) ... ok test_bytes (test.test_os.ReadlinkTests.test_bytes) ... ok test_missing_link (test.test_os.ReadlinkTests.test_missing_link) ... ok test_not_symlink (test.test_os.ReadlinkTests.test_not_symlink) ... ok test_pathlike (test.test_os.ReadlinkTests.test_pathlike) ... ok test_pathlike_bytes (test.test_os.ReadlinkTests.test_pathlike_bytes) ... ok test_remove_all (test.test_os.RemoveDirsTests.test_remove_all) ... ok test_remove_nothing (test.test_os.RemoveDirsTests.test_remove_nothing) ... ok test_remove_partial (test.test_os.RemoveDirsTests.test_remove_partial) ... ok test_nowait (test.test_os.SpawnTests.test_nowait) ... ok test_spawnl (test.test_os.SpawnTests.test_spawnl) ... ok test_spawnl_noargs (test.test_os.SpawnTests.test_spawnl_noargs) ... ok test_spawnle (test.test_os.SpawnTests.test_spawnle) ... ok test_spawnle_noargs (test.test_os.SpawnTests.test_spawnle_noargs) ... ok test_spawnlp (test.test_os.SpawnTests.test_spawnlp) ... ok test_spawnlpe (test.test_os.SpawnTests.test_spawnlpe) ... ok test_spawnv (test.test_os.SpawnTests.test_spawnv) ... ok test_spawnv_noargs (test.test_os.SpawnTests.test_spawnv_noargs) ... ok test_spawnve (test.test_os.SpawnTests.test_spawnve) ... ok test_spawnve_bytes (test.test_os.SpawnTests.test_spawnve_bytes) ... ok test_spawnve_invalid_env (test.test_os.SpawnTests.test_spawnve_invalid_env) ... ok test_spawnve_noargs (test.test_os.SpawnTests.test_spawnve_noargs) ... ok test_spawnvp (test.test_os.SpawnTests.test_spawnvp) ... ok test_spawnvpe (test.test_os.SpawnTests.test_spawnvpe) ... ok test_spawnvpe_invalid_env (test.test_os.SpawnTests.test_spawnvpe_invalid_env) ... ok test_15261 (test.test_os.StatAttributeTests.test_15261) ... skipped 'Win32 specific tests' test_1686475 (test.test_os.StatAttributeTests.test_1686475) ... skipped 'Win32 specific tests' test_access_denied (test.test_os.StatAttributeTests.test_access_denied) ... skipped 'Win32 specific tests' test_file_attributes (test.test_os.StatAttributeTests.test_file_attributes) ... skipped 'st_file_attributes is Win32 specific' test_stat_attributes (test.test_os.StatAttributeTests.test_stat_attributes) ... ok test_stat_attributes_bytes (test.test_os.StatAttributeTests.test_stat_attributes_bytes) ... ok test_stat_block_device (test.test_os.StatAttributeTests.test_stat_block_device) ... skipped 'Win32 specific tests' test_stat_result_pickle (test.test_os.StatAttributeTests.test_stat_result_pickle) ... ok test_statvfs_attributes (test.test_os.StatAttributeTests.test_statvfs_attributes) ... ok test_statvfs_result_pickle (test.test_os.StatAttributeTests.test_statvfs_result_pickle) ... ok test_does_not_crash (test.test_os.TermsizeTests.test_does_not_crash) Check if get_terminal_size() returns a meaningful value. ... skipped 'failed to query terminal size' test_stty_match (test.test_os.TermsizeTests.test_stty_match) Check if stty returns the same results ... ok test_windows_fd (test.test_os.TermsizeTests.test_windows_fd) Check if get_terminal_size() returns a meaningful value in Windows ... skipped 'Windows specific test' test_uninstantiable (test.test_os.TestDirEntry.test_uninstantiable) ... ok test_unpickable (test.test_os.TestDirEntry.test_unpickable) ... ok test_blocking (test.test_os.TestInvalidFD.test_blocking) ... ok test_closerange (test.test_os.TestInvalidFD.test_closerange) ... ok test_dup (test.test_os.TestInvalidFD.test_dup) ... ok test_dup2 (test.test_os.TestInvalidFD.test_dup2) ... ok test_dup2_negative_fd (test.test_os.TestInvalidFD.test_dup2_negative_fd) ... ok test_fchdir (test.test_os.TestInvalidFD.test_fchdir) ... ok test_fchmod (test.test_os.TestInvalidFD.test_fchmod) ... ok test_fchown (test.test_os.TestInvalidFD.test_fchown) ... ok test_fdatasync (test.test_os.TestInvalidFD.test_fdatasync) ... ok test_fdopen (test.test_os.TestInvalidFD.test_fdopen) ... ok test_fpathconf (test.test_os.TestInvalidFD.test_fpathconf) ... ok test_fstat (test.test_os.TestInvalidFD.test_fstat) ... ok test_fstatvfs (test.test_os.TestInvalidFD.test_fstatvfs) ... ok test_fsync (test.test_os.TestInvalidFD.test_fsync) ... ok test_ftruncate (test.test_os.TestInvalidFD.test_ftruncate) ... ok test_inheritable (test.test_os.TestInvalidFD.test_inheritable) ... ok test_isatty (test.test_os.TestInvalidFD.test_isatty) ... ok test_lseek (test.test_os.TestInvalidFD.test_lseek) ... ok test_read (test.test_os.TestInvalidFD.test_read) ... ok test_readv (test.test_os.TestInvalidFD.test_readv) ... ok test_tcgetpgrp (test.test_os.TestInvalidFD.test_tcgetpgrp) ... ok test_tcsetpgrpt (test.test_os.TestInvalidFD.test_tcsetpgrpt) ... ok test_ttyname (test.test_os.TestInvalidFD.test_ttyname) ... ok test_write (test.test_os.TestInvalidFD.test_write) ... ok test_writev (test.test_os.TestInvalidFD.test_writev) ... ok test_argument_required (test.test_os.TestPEP519.test_argument_required) ... ok test_bad_pathlike (test.test_os.TestPEP519.test_bad_pathlike) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519.test_fsencode_fsdecode) ... ok test_fspath_set_to_None (test.test_os.TestPEP519.test_fspath_set_to_None) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519.test_garbage_in_exception_out) ... ok test_pathlike (test.test_os.TestPEP519.test_pathlike) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519.test_pathlike_class_getitem) ... ok test_pathlike_subclass_slots (test.test_os.TestPEP519.test_pathlike_subclass_slots) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519.test_pathlike_subclasshook) ... ok test_return_bytes (test.test_os.TestPEP519.test_return_bytes) ... ok test_return_string (test.test_os.TestPEP519.test_return_string) ... ok test_argument_required (test.test_os.TestPEP519PurePython.test_argument_required) ... ok test_bad_pathlike (test.test_os.TestPEP519PurePython.test_bad_pathlike) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519PurePython.test_fsencode_fsdecode) ... ok test_fspath_set_to_None (test.test_os.TestPEP519PurePython.test_fspath_set_to_None) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519PurePython.test_garbage_in_exception_out) ... ok test_pathlike (test.test_os.TestPEP519PurePython.test_pathlike) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519PurePython.test_pathlike_class_getitem) ... ok test_pathlike_subclass_slots (test.test_os.TestPEP519PurePython.test_pathlike_subclass_slots) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519PurePython.test_pathlike_subclasshook) ... ok test_return_bytes (test.test_os.TestPEP519PurePython.test_return_bytes) ... ok test_return_string (test.test_os.TestPEP519PurePython.test_return_string) ... ok test_attributes (test.test_os.TestScandir.test_attributes) ... ok test_attributes_junctions (test.test_os.TestScandir.test_attributes_junctions) ... skipped 'Can only test junctions with creation on win32.' test_bad_path_type (test.test_os.TestScandir.test_bad_path_type) ... ok test_broken_symlink (test.test_os.TestScandir.test_broken_symlink) ... ok test_bytes (test.test_os.TestScandir.test_bytes) ... ok test_bytes_like (test.test_os.TestScandir.test_bytes_like) ... ok test_close (test.test_os.TestScandir.test_close) ... ok test_consume_iterator_twice (test.test_os.TestScandir.test_consume_iterator_twice) ... ok test_context_manager (test.test_os.TestScandir.test_context_manager) ... ok test_context_manager_close (test.test_os.TestScandir.test_context_manager_close) ... ok test_context_manager_exception (test.test_os.TestScandir.test_context_manager_exception) ... ok test_current_directory (test.test_os.TestScandir.test_current_directory) ... ok test_empty_path (test.test_os.TestScandir.test_empty_path) ... ok test_fd (test.test_os.TestScandir.test_fd) ... ok test_fspath_protocol (test.test_os.TestScandir.test_fspath_protocol) ... ok test_fspath_protocol_bytes (test.test_os.TestScandir.test_fspath_protocol_bytes) ... ok test_removed_dir (test.test_os.TestScandir.test_removed_dir) ... ok test_removed_file (test.test_os.TestScandir.test_removed_file) ... ok test_repr (test.test_os.TestScandir.test_repr) ... ok test_resource_warning (test.test_os.TestScandir.test_resource_warning) ... ok test_uninstantiable (test.test_os.TestScandir.test_uninstantiable) ... ok test_unpickable (test.test_os.TestScandir.test_unpickable) ... ok test_flags (test.test_os.TestSendfile.test_flags) ... skipped 'requires headers and trailers support' test_headers (test.test_os.TestSendfile.test_headers) ... skipped 'requires headers and trailers support' test_headers_overflow_32bits (test.test_os.TestSendfile.test_headers_overflow_32bits) ... skipped 'requires headers and trailers support' test_invalid_offset (test.test_os.TestSendfile.test_invalid_offset) ... ok test_keywords (test.test_os.TestSendfile.test_keywords) ... ok test_offset_overflow (test.test_os.TestSendfile.test_offset_overflow) ... ok test_send_at_certain_offset (test.test_os.TestSendfile.test_send_at_certain_offset) ... ok test_send_whole_file (test.test_os.TestSendfile.test_send_whole_file) ... ok test_trailers (test.test_os.TestSendfile.test_trailers) ... skipped 'requires headers and trailers support' test_trailers_overflow_32bits (test.test_os.TestSendfile.test_trailers_overflow_32bits) ... skipped 'requires headers and trailers support' test_timerfd_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME) ... ok test_timerfd_initval (test.test_os.TimerfdTests.test_timerfd_initval) ... ok test_timerfd_interval (test.test_os.TimerfdTests.test_timerfd_interval) ... ok test_timerfd_negative (test.test_os.TimerfdTests.test_timerfd_negative) ... ok test_timerfd_non_blocking (test.test_os.TimerfdTests.test_timerfd_non_blocking) ... ok test_timerfd_ns_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_ns_TFD_TIMER_ABSTIME) ... ok test_timerfd_ns_initval (test.test_os.TimerfdTests.test_timerfd_ns_initval) ... ok test_timerfd_ns_interval (test.test_os.TimerfdTests.test_timerfd_ns_interval) ... ok test_timerfd_ns_poll (test.test_os.TimerfdTests.test_timerfd_ns_poll) ... ok test_timerfd_ns_select (test.test_os.TimerfdTests.test_timerfd_ns_select) ... ok test_timerfd_poll (test.test_os.TimerfdTests.test_timerfd_poll) ... ok test_timerfd_select (test.test_os.TimerfdTests.test_timerfd_select) ... ok test_times (test.test_os.TimesTests.test_times) ... ok test_urandom_failure (test.test_os.URandomFDTests.test_urandom_failure) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_closed (test.test_os.URandomFDTests.test_urandom_fd_closed) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_reopened (test.test_os.URandomFDTests.test_urandom_fd_reopened) ... skipped 'os.random() does not use a file descriptor' test_urandom_length (test.test_os.URandomTests.test_urandom_length) ... ok test_urandom_subprocess (test.test_os.URandomTests.test_urandom_subprocess) ... ok test_urandom_value (test.test_os.URandomTests.test_urandom_value) ... ok test_issue31577 (test.test_os.UtimeTests.test_issue31577) ... ok test_large_time (test.test_os.UtimeTests.test_large_time) ... skipped 'requires NTFS' test_utime (test.test_os.UtimeTests.test_utime) ... ok test_utime_by_indexed (test.test_os.UtimeTests.test_utime_by_indexed) ... ok test_utime_by_times (test.test_os.UtimeTests.test_utime_by_times) ... ok test_utime_current (test.test_os.UtimeTests.test_utime_current) ... ok test_utime_current_old (test.test_os.UtimeTests.test_utime_current_old) ... ok test_utime_dir_fd (test.test_os.UtimeTests.test_utime_dir_fd) ... ok test_utime_directory (test.test_os.UtimeTests.test_utime_directory) ... ok test_utime_fd (test.test_os.UtimeTests.test_utime_fd) ... ok test_utime_invalid_arguments (test.test_os.UtimeTests.test_utime_invalid_arguments) ... ok test_utime_nofollow_symlinks (test.test_os.UtimeTests.test_utime_nofollow_symlinks) ... ok test_utime_nonexistent (test.test_os.UtimeTests.test_utime_nonexistent) ... ok test_file_like_path (test.test_os.WalkTests.test_file_like_path) ... ok test_walk_above_recursion_limit (test.test_os.WalkTests.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_os.WalkTests.test_walk_bad_dir) ... ok test_walk_bad_dir2 (test.test_os.WalkTests.test_walk_bad_dir2) ... ok test_walk_bottom_up (test.test_os.WalkTests.test_walk_bottom_up) ... ok test_walk_many_open_files (test.test_os.WalkTests.test_walk_many_open_files) ... ok test_walk_named_pipe (test.test_os.WalkTests.test_walk_named_pipe) ... ok test_walk_named_pipe2 (test.test_os.WalkTests.test_walk_named_pipe2) ... ok test_walk_prune (test.test_os.WalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.WalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.WalkTests.test_walk_topdown) ... ok test_chdir (test.test_os.Win32ErrorTests.test_chdir) ... skipped 'Win32 specific tests' test_chmod (test.test_os.Win32ErrorTests.test_chmod) ... skipped 'Win32 specific tests' test_mkdir (test.test_os.Win32ErrorTests.test_mkdir) ... skipped 'Win32 specific tests' test_remove (test.test_os.Win32ErrorTests.test_remove) ... skipped 'Win32 specific tests' test_rename (test.test_os.Win32ErrorTests.test_rename) ... skipped 'Win32 specific tests' test_utime (test.test_os.Win32ErrorTests.test_utime) ... skipped 'Win32 specific tests' test_create_junction (test.test_os.Win32JunctionTests.test_create_junction) ... skipped 'Win32 specific tests' test_unlink_removes_junction (test.test_os.Win32JunctionTests.test_unlink_removes_junction) ... skipped 'Win32 specific tests' test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT) ... skipped 'Win32 specific tests' test_CTRL_C_EVENT (test.test_os.Win32KillTests.test_CTRL_C_EVENT) ... skipped 'Win32 specific tests' test_kill_int (test.test_os.Win32KillTests.test_kill_int) ... skipped 'Win32 specific tests' test_kill_sigterm (test.test_os.Win32KillTests.test_kill_sigterm) ... skipped 'Win32 specific tests' test_listdir_extended_path (test.test_os.Win32ListdirTests.test_listdir_extended_path) Test when the path starts with '\\?\'. ... skipped 'Win32 specific tests' test_listdir_no_extended_path (test.test_os.Win32ListdirTests.test_listdir_no_extended_path) Test when the path is not an "extended" path. ... skipped 'Win32 specific tests' test_listdrives (test.test_os.Win32ListdriveTests.test_listdrives) ... skipped 'NT specific tests' test_listmounts (test.test_os.Win32ListdriveTests.test_listmounts) ... skipped 'NT specific tests' test_listvolumes (test.test_os.Win32ListdriveTests.test_listvolumes) ... skipped 'NT specific tests' test_getfinalpathname_handles (test.test_os.Win32NtTests.test_getfinalpathname_handles) ... skipped 'Win32 specific tests' test_stat_inaccessible_file (test.test_os.Win32NtTests.test_stat_inaccessible_file) ... skipped 'Win32 specific tests' test_stat_unlink_race (test.test_os.Win32NtTests.test_stat_unlink_race) ... skipped 'Win32 specific tests' test_12084 (test.test_os.Win32SymlinkTests.test_12084) ... skipped 'Win32 specific tests' test_29248 (test.test_os.Win32SymlinkTests.test_29248) ... skipped 'Win32 specific tests' test_appexeclink (test.test_os.Win32SymlinkTests.test_appexeclink) ... skipped 'Win32 specific tests' test_buffer_overflow (test.test_os.Win32SymlinkTests.test_buffer_overflow) ... skipped 'Win32 specific tests' test_directory_link (test.test_os.Win32SymlinkTests.test_directory_link) ... skipped 'Win32 specific tests' test_file_link (test.test_os.Win32SymlinkTests.test_file_link) ... skipped 'Win32 specific tests' test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_isdir_on_directory_link_to_missing_target) ... skipped 'Win32 specific tests' test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_remove_directory_link_to_missing_target) ... skipped 'Win32 specific tests' test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target) ... skipped 'Win32 specific tests' ====================================================================== ERROR: test_listdir (test.test_os.Pep383Tests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_228276_tmp-\udcff' ====================================================================== ERROR: test_open (test.test_os.Pep383Tests.test_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_228276_tmp-\udcff' ====================================================================== ERROR: test_stat (test.test_os.Pep383Tests.test_stat) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_228276_tmp-\udcff' ====================================================================== ERROR: test_statvfs (test.test_os.Pep383Tests.test_statvfs) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_228276_tmp-\udcff' ====================================================================== FAIL: test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 1932, in test_chown_gid self.assertEqual(gid, gid_1) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ AssertionError: 1000 != 4 ====================================================================== FAIL: test_mode (test.test_os.MakedirTests.test_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 1817, in test_mode self.assertEqual(os.stat(path).st_mode & 0o777, 0o555) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 365 ---------------------------------------------------------------------- Ran 367 tests in 33.614s FAILED (failures=2, errors=4, skipped=56) test test_os failed 0:02:09 load avg: 10.76 [412/478/11] test_bufio passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 12 sec), test.test_multiprocessing_forkserver.test_processes (38.2 sec), test_zipfile (30.6 sec), test_subprocess (37.4 sec) 0:02:09 load avg: 10.76 [413/478/11] test_structseq passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 12 sec), test.test_multiprocessing_forkserver.test_processes (38.2 sec), test_zipfile (30.7 sec), test_subprocess (37.5 sec) 0:02:09 load avg: 10.76 [414/478/11] test_errno passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 12 sec), test.test_multiprocessing_forkserver.test_processes (38.6 sec), test_zipfile (31.1 sec), test_subprocess (37.9 sec) 0:02:10 load avg: 10.76 [415/478/11] test_codecmaps_hk passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 12 sec), test.test_multiprocessing_forkserver.test_processes (38.8 sec), test_zipfile (31.2 sec), test_subprocess (38.0 sec) 0:02:10 load avg: 11.18 [416/478/11] test_math_property passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (39.4 sec), test_zipfile (31.8 sec), test_subprocess (38.6 sec), test_pathlib (30.2 sec) 0:02:10 load avg: 11.18 [417/478/11] test_codecmaps_tw passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (39.4 sec), test_zipfile (31.8 sec), test_subprocess (38.6 sec), test_pathlib (30.2 sec) 0:02:10 load avg: 11.18 [418/478/11] test_codecmaps_cn passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (39.5 sec), test_zipfile (31.9 sec), test_subprocess (38.7 sec), test_pathlib (30.4 sec) 0:02:10 load avg: 11.18 [419/478/11] test_named_expressions passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (39.6 sec), test_zipfile (32.0 sec), test_subprocess (38.8 sec), test_pathlib (30.4 sec) 0:02:11 load avg: 11.18 [420/478/11] test_bz2 passed -- running (5): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (39.9 sec), test_zipfile (32.4 sec), test_subprocess (39.1 sec), test_pathlib (30.8 sec) 0:02:11 load avg: 11.18 [421/478/11] test_zipfile passed (32.5 sec) -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (40.0 sec), test_subprocess (39.2 sec), test_pathlib (30.9 sec) 0:02:11 load avg: 11.18 [422/478/11] test_winconsoleio skipped -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (40.0 sec), test_subprocess (39.3 sec), test_pathlib (30.9 sec) test_winconsoleio skipped -- test only relevant on win32 0:02:11 load avg: 11.18 [423/478/11] test_binascii passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 13 sec), test.test_multiprocessing_forkserver.test_processes (40.1 sec), test_subprocess (39.3 sec), test_pathlib (31.0 sec) 0:02:11 load avg: 11.18 [424/478/11] test_memoryio passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 14 sec), test.test_multiprocessing_forkserver.test_processes (40.2 sec), test_subprocess (39.4 sec), test_pathlib (31.1 sec) 0:02:11 load avg: 11.18 [425/478/11] test_kqueue skipped -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 14 sec), test.test_multiprocessing_forkserver.test_processes (40.6 sec), test_subprocess (39.8 sec), test_pathlib (31.4 sec) test_kqueue skipped -- test works only on BSD 0:02:12 load avg: 11.18 [426/478/11] test_dbm passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 14 sec), test.test_multiprocessing_forkserver.test_processes (41.0 sec), test_subprocess (40.2 sec), test_pathlib (31.9 sec) 0:02:12 load avg: 11.18 [427/478/11] test_android skipped -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 14 sec), test.test_multiprocessing_forkserver.test_processes (41.1 sec), test_subprocess (40.3 sec), test_pathlib (31.9 sec) test_android skipped -- Android-specific 0:02:12 load avg: 11.18 [428/478/11] test_lltrace passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 15 sec), test.test_multiprocessing_forkserver.test_processes (41.1 sec), test_subprocess (40.3 sec), test_pathlib (32.0 sec) 0:02:12 load avg: 11.18 [429/478/11] test_imaplib passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 15 sec), test.test_multiprocessing_forkserver.test_processes (41.4 sec), test_subprocess (40.6 sec), test_pathlib (32.2 sec) 0:02:12 load avg: 11.18 [430/478/11] test_opcache passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 15 sec), test.test_multiprocessing_forkserver.test_processes (41.6 sec), test_subprocess (40.9 sec), test_pathlib (32.5 sec) 0:02:13 load avg: 11.18 [431/478/11] test_operator passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 16 sec), test.test_multiprocessing_forkserver.test_processes (42.7 sec), test_subprocess (41.9 sec), test_pathlib (33.6 sec) 0:02:14 load avg: 11.18 [432/478/11] test_descrtut passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 16 sec), test.test_multiprocessing_forkserver.test_processes (43.0 sec), test_subprocess (42.2 sec), test_pathlib (33.8 sec) 0:02:14 load avg: 11.18 [433/478/11] test_wsgiref passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 16 sec), test.test_multiprocessing_forkserver.test_processes (43.0 sec), test_subprocess (42.3 sec), test_pathlib (33.9 sec) 0:02:14 load avg: 11.18 [434/478/11] test_call passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 17 sec), test.test_multiprocessing_forkserver.test_processes (43.2 sec), test_subprocess (42.4 sec), test_pathlib (34.1 sec) 0:02:15 load avg: 11.18 [435/478/11] test_decorators passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 18 sec), test.test_multiprocessing_forkserver.test_processes (44.2 sec), test_subprocess (43.4 sec), test_pathlib (35.1 sec) 0:02:15 load avg: 11.18 [436/478/11] test.test_asyncio.test_windows_events skipped -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 18 sec), test.test_multiprocessing_forkserver.test_processes (44.3 sec), test_subprocess (43.5 sec), test_pathlib (35.2 sec) test.test_asyncio.test_windows_events skipped -- Windows only 0:02:15 load avg: 10.61 [437/478/11] test_format passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 18 sec), test.test_multiprocessing_forkserver.test_processes (44.3 sec), test_subprocess (43.6 sec), test_pathlib (35.2 sec) 0:02:15 load avg: 10.61 [438/478/11] test_rlcompleter passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 18 sec), test.test_multiprocessing_forkserver.test_processes (44.5 sec), test_subprocess (43.8 sec), test_pathlib (35.4 sec) 0:02:16 load avg: 10.61 [439/478/11] test_codeop passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 19 sec), test.test_multiprocessing_forkserver.test_processes (45.6 sec), test_subprocess (44.8 sec), test_pathlib (36.5 sec) 0:02:16 load avg: 10.61 [440/478/11] test_free_threading skipped -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 19 sec), test.test_multiprocessing_forkserver.test_processes (45.7 sec), test_subprocess (44.9 sec), test_pathlib (36.5 sec) test_free_threading skipped -- GIL enabled 0:02:16 load avg: 10.61 [441/478/11] test_stat passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 19 sec), test.test_multiprocessing_forkserver.test_processes (45.7 sec), test_subprocess (44.9 sec), test_pathlib (36.6 sec) 0:02:17 load avg: 10.61 [442/478/11] test_sundry passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 20 sec), test.test_multiprocessing_forkserver.test_processes (46.4 sec), test_subprocess (45.6 sec), test_pathlib (37.3 sec) 0:02:17 load avg: 10.61 [443/478/11] test_dict passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 20 sec), test.test_multiprocessing_forkserver.test_processes (46.5 sec), test_subprocess (45.7 sec), test_pathlib (37.3 sec) 0:02:18 load avg: 10.61 [444/478/11] test_syslog passed -- running (4): test.test_multiprocessing_spawn.test_processes (1 min 21 sec), test.test_multiprocessing_forkserver.test_processes (47.2 sec), test_subprocess (46.5 sec), test_pathlib (38.1 sec) 0:02:20 load avg: 10.24 [445/478/11] test_code passed -- running (5): test_tarfile (31.9 sec), test.test_multiprocessing_spawn.test_processes (1 min 23 sec), test.test_multiprocessing_forkserver.test_processes (49.7 sec), test_subprocess (48.9 sec), test_pathlib (40.6 sec) 0:02:23 load avg: 10.24 [446/478/11] test_graphlib passed -- running (5): test_tarfile (34.6 sec), test.test_multiprocessing_spawn.test_processes (1 min 26 sec), test.test_multiprocessing_forkserver.test_processes (52.5 sec), test_subprocess (51.7 sec), test_pathlib (43.4 sec) 0:02:25 load avg: 10.24 [447/478/11] test_dictcomps passed -- running (5): test_tarfile (36.4 sec), test.test_multiprocessing_spawn.test_processes (1 min 28 sec), test.test_multiprocessing_forkserver.test_processes (54.3 sec), test_subprocess (53.5 sec), test_pathlib (45.1 sec) 0:02:25 load avg: 9.90 [448/478/12] test_shutil failed (1 failure) -- running (5): test_tarfile (36.8 sec), test.test_multiprocessing_spawn.test_processes (1 min 28 sec), test.test_multiprocessing_forkserver.test_processes (54.6 sec), test_subprocess (53.8 sec), test_pathlib (45.5 sec) test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute) ... ok test_make_archive (test.test_shutil.TestArchives.test_make_archive) ... ok test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd) ... ok test_make_archive_cwd_default (test.test_shutil.TestArchives.test_make_archive_cwd_default) ... ok test_make_archive_cwd_supports_root_dir (test.test_shutil.TestArchives.test_make_archive_cwd_supports_root_dir) ... ok test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group) ... ok test_make_tarfile (test.test_shutil.TestArchives.test_make_tarfile) ... ok test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir) ... ok test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir) ... ok test_make_tarfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir) ... ok test_make_tarfile_without_rootdir (test.test_shutil.TestArchives.test_make_tarfile_without_rootdir) ... ok test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile) ... ok test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir) ... ok test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir) ... ok test_make_zipfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_zipfile_with_explicit_curdir) ... ok test_make_zipfile_without_rootdir (test.test_shutil.TestArchives.test_make_zipfile_without_rootdir) ... ok test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format) ... ok test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner) ... ok test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar) ... ok test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar) ... ok test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar) ... ok test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar) ... ok test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar) ... ok test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip) ... ok test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry) ... ok test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile) ... ok test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) ... ok test_copy (test.test_shutil.TestCopy.test_copy) ... ok test_copy2 (test.test_shutil.TestCopy.test_copy2) ... ok test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir) ... ok test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks) ... ok test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr) ... skipped 'no non-broken extended attribute support' test_copy_dir (test.test_shutil.TestCopy.test_copy_dir) ... ok test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value) ... ok test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks) ... ok test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir) ... ok test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe) ... ok test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir) ... ok test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value) ... ok test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file) ... ok test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks) ... ok test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ... FAIL test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) ... skipped 'requires os.lchmod' test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod) ... ok test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) ... skipped 'requires os.chflags, EOPNOTSUPP & ENOTSUP' test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks) ... ok test_copyxattr (test.test_shutil.TestCopy.test_copyxattr) ... skipped 'no non-broken extended attribute support' test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks) ... skipped 'no non-broken extended attribute support' test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself) ... ok test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself) ... ok test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails) ... ok test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails) ... ok test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails) ... ok test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails) ... ok test_content (test.test_shutil.TestCopyFileObj.test_content) ... ok test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed) ... ok test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset) ... ok test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) ... skipped 'Windows only' test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore) ... ok test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function) ... ok test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks) ... ok test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok) ... ok test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe) ... ok test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions) ... ok test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value) ... ok test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple) ... ok test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func) ... ok test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory) ... ok test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir) ... ok test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks) ... ok test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror) ... ok test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude) ... ok test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ) ... ok test_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash) Check if get_terminal_size() returns a meaningful value. ... ok test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback) ... ok test_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first) Check if environment variables have precedence ... ok test_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match) Check if stty returns the same results ignoring env ... skipped 'not on tty' test_chown (test.test_shutil.TestMisc.test_chown) ... ok test_disk_usage (test.test_shutil.TestMisc.test_disk_usage) ... ok test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative) ... ok test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive) ... ok test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself) ... ok test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir) ... ok test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value) ... ok test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink) ... ok test_move_dir (test.test_shutil.TestMove.test_move_dir) ... ok test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) ... skipped 'requires os.path.altsep' test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive) ... ok test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs) ... ok test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) ... skipped 'requires CAP_DAC_OVERRIDE' test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir) ... ok test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function) ... ok test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink) ... ok test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir) ... ok test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs) ... ok test_move_file (test.test_shutil.TestMove.test_move_file) ... ok test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs) ... ok test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function) ... ok test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink) ... ok test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir) ... ok test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir) ... ok test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs) ... ok test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst) ... ok test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src) ... ok test_move_return_value (test.test_shutil.TestMove.test_move_return_value) ... ok test_move_symlink_to_dir_into_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir) ... ok test_move_symlink_to_dir_into_symlink_to_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir) ... ok test_both_onerror_and_onexc (test.test_shutil.TestRmTree.test_both_onerror_and_onexc) ... skipped 'requires working os.chmod()' test_on_error (test.test_shutil.TestRmTree.test_on_error) ... skipped 'requires working os.chmod()' test_on_exc (test.test_shutil.TestRmTree.test_on_exc) ... skipped 'requires working os.chmod()' test_rmtree_above_recursion_limit (test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit) ... ok test_rmtree_deleted_race_condition (test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition) ... skipped 'requires working os.chmod()' test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat) ... ok test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file) ... ok test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors) ... ok test_rmtree_errors_onerror (test.test_shutil.TestRmTree.test_rmtree_errors_onerror) ... ok test_rmtree_errors_onexc (test.test_shutil.TestRmTree.test_rmtree_errors_onexc) ... ok test_rmtree_fails_on_close (test.test_shutil.TestRmTree.test_rmtree_fails_on_close) ... ok test_rmtree_fails_on_junctions_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onerror) ... skipped 'only relevant on Windows' test_rmtree_fails_on_junctions_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onexc) ... skipped 'only relevant on Windows' test_rmtree_fails_on_symlink_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onerror) ... ok test_rmtree_fails_on_symlink_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onexc) ... ok test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) ... skipped 'only relevant on Windows' test_rmtree_on_named_pipe (test.test_shutil.TestRmTree.test_rmtree_on_named_pipe) ... ok test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink) ... ok test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available) ... ok test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd) ... ok test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) ... skipped 'dir_fd is supported' test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes) ... ok test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) ... skipped 'only relevant on Windows' test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks) ... ok test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhich.test_basic) ... ok test_cwd_non_win32 (test.test_shutil.TestWhich.test_cwd_non_win32) ... ok test_cwd_win32 (test.test_shutil.TestWhich.test_cwd_win32) ... skipped 'test is for win32' test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhich.test_cwd_win32_added_before_all_other_path) ... skipped 'test is for win32' test_empty_path (test.test_shutil.TestWhich.test_empty_path) ... ok test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhich.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd) ... ok test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty) ... ok test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) ... skipped "can't set the file read-only" test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhich.test_pathext) ... skipped 'test specific to Windows' test_pathext_applied_on_files_in_path (test.test_shutil.TestWhich.test_pathext_applied_on_files_in_path) ... skipped 'test specific to Windows' test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) ... skipped 'pathext check is Windows-only' test_pathext_given_extension_preferred (test.test_shutil.TestWhich.test_pathext_given_extension_preferred) ... skipped 'test specific to Windows' test_pathext_match_before_path_full_match (test.test_shutil.TestWhich.test_pathext_match_before_path_full_match) ... skipped 'test is for win32' test_pathext_preferred_for_execute (test.test_shutil.TestWhich.test_pathext_preferred_for_execute) ... skipped 'test specific to Windows' test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) ... skipped 'test specific to Windows' test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd) ... ok test_relative_path (test.test_shutil.TestWhich.test_relative_path) ... ok test_win_path_needs_curdir (test.test_shutil.TestWhich.test_win_path_needs_curdir) ... skipped 'test specific to Windows' test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhichBytes.test_basic) ... ok test_cwd_non_win32 (test.test_shutil.TestWhichBytes.test_cwd_non_win32) ... ok test_cwd_win32 (test.test_shutil.TestWhichBytes.test_cwd_win32) ... skipped 'test is for win32' test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhichBytes.test_cwd_win32_added_before_all_other_path) ... skipped 'test is for win32' test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path) ... ok test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd) ... ok test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty) ... ok test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) ... skipped "can't set the file read-only" test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhichBytes.test_pathext) ... skipped 'test specific to Windows' test_pathext_applied_on_files_in_path (test.test_shutil.TestWhichBytes.test_pathext_applied_on_files_in_path) ... skipped 'test specific to Windows' test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) ... skipped 'pathext check is Windows-only' test_pathext_given_extension_preferred (test.test_shutil.TestWhichBytes.test_pathext_given_extension_preferred) ... skipped 'test specific to Windows' test_pathext_match_before_path_full_match (test.test_shutil.TestWhichBytes.test_pathext_match_before_path_full_match) ... skipped 'test is for win32' test_pathext_preferred_for_execute (test.test_shutil.TestWhichBytes.test_pathext_preferred_for_execute) ... skipped 'test specific to Windows' test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) ... skipped 'test specific to Windows' test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd) ... ok test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path) ... ok test_win_path_needs_curdir (test.test_shutil.TestWhichBytes.test_win_path_needs_curdir) ... skipped 'test specific to Windows' test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) ... skipped 'macOS only' test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) ... skipped 'macOS only' test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) ... skipped 'macOS only' test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) ... skipped 'macOS only' test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) ... skipped 'macOS only' test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) ... skipped 'macOS only' test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) ... skipped 'macOS only' test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk) ... ok test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg) ... ok test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size) ... ok test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file) ... ok test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call) ... ok test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call) ... ok test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported) ... ok test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full) ... ok test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src) ... ok test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst) ... ok test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src) ... ok test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy) ... ok test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file) ... ok test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks) ... ok test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception) ... ok ====================================================================== FAIL: test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_shutil.py", line 1125, in test_copymode_follow_symlinks self.assertNotEqual(os.stat(src).st_mode, os.stat(dst).st_mode) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 == 33216 ---------------------------------------------------------------------- Ran 199 tests in 17.383s FAILED (failures=1, skipped=47) test test_shutil failed 0:02:27 load avg: 9.90 [449/478/12] test_netrc passed -- running (5): test_tarfile (38.5 sec), test.test_multiprocessing_spawn.test_processes (1 min 30 sec), test.test_multiprocessing_forkserver.test_processes (56.3 sec), test_subprocess (55.5 sec), test_pathlib (47.2 sec) 0:02:27 load avg: 9.90 [450/478/12] test_doctest passed -- running (5): test_tarfile (38.5 sec), test.test_multiprocessing_spawn.test_processes (1 min 30 sec), test.test_multiprocessing_forkserver.test_processes (56.3 sec), test_subprocess (55.5 sec), test_pathlib (47.2 sec) 0:02:28 load avg: 9.90 [451/478/12] test_tools passed -- running (5): test_tarfile (39.3 sec), test.test_multiprocessing_spawn.test_processes (1 min 31 sec), test.test_multiprocessing_forkserver.test_processes (57.1 sec), test_subprocess (56.4 sec), test_pathlib (48.0 sec) 0:02:29 load avg: 9.90 [452/478/12] test_mimetypes passed -- running (5): test_tarfile (40.8 sec), test.test_multiprocessing_spawn.test_processes (1 min 32 sec), test.test_multiprocessing_forkserver.test_processes (58.6 sec), test_subprocess (57.9 sec), test_pathlib (49.5 sec) 0:02:29 load avg: 9.90 [453/478/12] test_termios passed -- running (5): test_tarfile (40.9 sec), test.test_multiprocessing_spawn.test_processes (1 min 32 sec), test.test_multiprocessing_forkserver.test_processes (58.7 sec), test_subprocess (57.9 sec), test_pathlib (49.6 sec) 0:02:30 load avg: 9.43 [454/478/12] test_dbm_sqlite3 passed -- running (5): test_tarfile (41.6 sec), test.test_multiprocessing_spawn.test_processes (1 min 33 sec), test.test_multiprocessing_forkserver.test_processes (59.5 sec), test_subprocess (58.7 sec), test_pathlib (50.4 sec) 0:02:31 load avg: 9.43 [455/478/12] test_generated_cases passed -- running (5): test_tarfile (42.7 sec), test.test_multiprocessing_spawn.test_processes (1 min 34 sec), test.test_multiprocessing_forkserver.test_processes (1 min), test_subprocess (59.7 sec), test_pathlib (51.4 sec) 0:02:31 load avg: 9.43 [456/478/12] test_tty passed -- running (5): test_tarfile (42.8 sec), test.test_multiprocessing_spawn.test_processes (1 min 34 sec), test.test_multiprocessing_forkserver.test_processes (1 min), test_subprocess (59.9 sec), test_pathlib (51.5 sec) 0:02:31 load avg: 9.43 [457/478/12] test_codecencodings_cn passed -- running (5): test_tarfile (42.9 sec), test.test_multiprocessing_spawn.test_processes (1 min 34 sec), test.test_multiprocessing_forkserver.test_processes (1 min), test_subprocess (60.0 sec), test_pathlib (51.6 sec) 0:02:33 load avg: 9.43 [458/478/13] test_import failed (1 error) -- running (5): test_tarfile (44.0 sec), test.test_multiprocessing_spawn.test_processes (1 min 35 sec), test.test_multiprocessing_forkserver.test_processes (1 min 1 sec), test_subprocess (1 min 1 sec), test_pathlib (52.7 sec) test_pyimport_addmodule (test.test_import.CAPITests.test_pyimport_addmodule) ... ok test_pyimport_addmodule_create (test.test_import.CAPITests.test_pyimport_addmodule_create) ... ok test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule) ... ok test_binding (test.test_import.CircularImportTests.test_binding) ... ok test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import) ... ok test_circular_import (test.test_import.CircularImportTests.test_circular_import) ... ok test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1) ... ok test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2) ... ok test_direct (test.test_import.CircularImportTests.test_direct) ... ok test_indirect (test.test_import.CircularImportTests.test_indirect) ... ok test_rebinding (test.test_import.CircularImportTests.test_rebinding) ... ok test_subpackage (test.test_import.CircularImportTests.test_subpackage) ... ok test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module) ... ok test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051) ... skipped 'requires working os.chmod()' test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly) ... skipped 'requires working os.chmod()' test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode) ... ok test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable) ... ok test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile) ... ok test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext) ... ok test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source) ... ok test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist) ... ok test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity) ... ok test_concurrency (test.test_import.ImportTests.test_concurrency) ... ok test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import) ... ok test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) ... skipped 'Windows-specific' test_double_const (test.test_import.ImportTests.test_double_const) ... ok test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks) ... ok test_failing_reload (test.test_import.ImportTests.test_failing_reload) ... ok test_file_to_source (test.test_import.ImportTests.test_file_to_source) ... ok test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError) ... ok test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module) ... ok test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module) ... ok test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name) ... ok test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path) ... ok test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path) ... ok test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical) ... ok test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError) ... ok test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError) ... ok test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type) ... ok test_import (test.test_import.ImportTests.test_import) ... ok test_import_by_filename (test.test_import.ImportTests.test_import_by_filename) ... ok test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash) ... ok test_import_name_binding (test.test_import.ImportTests.test_import_name_binding) ... ok test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError) ... ok test_issue105979 (test.test_import.ImportTests.test_issue105979) ... ok test_issue31286 (test.test_import.ImportTests.test_issue31286) ... ok test_issue31492 (test.test_import.ImportTests.test_issue31492) ... ok test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack) ... ok test_package_shadowing_stdlib_module (test.test_import.ImportTests.test_package_shadowing_stdlib_module) ... ok test_script_maybe_not_shadowing_third_party (test.test_import.ImportTests.test_script_maybe_not_shadowing_third_party) ... ok test_script_shadowing_stdlib (test.test_import.ImportTests.test_script_shadowing_stdlib) ... ok test_script_shadowing_stdlib_edge_cases (test.test_import.ImportTests.test_script_shadowing_stdlib_edge_cases) ... ok test_script_shadowing_stdlib_sys_path_modification (test.test_import.ImportTests.test_script_shadowing_stdlib_sys_path_modification) ... ok test_script_shadowing_third_party (test.test_import.ImportTests.test_script_shadowing_third_party) ... ok test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow) ... ok test_broken_from (test.test_import.ImportTracebackTests.test_broken_from) ... ok test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent) ... ok test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from) ... ok test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule) ... ok test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure) ... ok test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested) ... ok test_import_bug (test.test_import.ImportTracebackTests.test_import_bug) ... ok test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module) ... ok test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested) ... ok test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error) ... ok test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ... ERROR test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib) ... ok test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external) ... ok test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap) ... ok test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one) ... ok test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin) ... ok test_UNC_path (test.test_import.PathsTests.test_UNC_path) ... skipped 'Windows-specific' test_trailing_slash (test.test_import.PathsTests.test_trailing_slash) ... ok test_basics (test.test_import.PycRewritingTests.test_basics) ... ok test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code) ... ok test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name) ... ok test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source) ... ok test___cached__ (test.test_import.PycacheTests.test___cached__) ... ok test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc) ... ok test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path) ... ok test_missing_source (test.test_import.PycacheTests.test_missing_source) ... ok test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy) ... ok test_package___cached__ (test.test_import.PycacheTests.test_package___cached__) ... ok test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc) ... ok test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second) ... ok test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) ... skipped 'requires working os.chmod()' test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future) ... ok test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package) ... ok test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package) ... ok test_issue3221 (test.test_import.RelativeImportTests.test_issue3221) ... ok test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global) ... ok test_rebinding (test.test_import.RelativeImportTests.test_rebinding) ... ok test_rebinding2 (test.test_import.RelativeImportTests.test_rebinding2) ... ok test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star) ... ok test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset) ... ok test_basic_multiple_interpreters_main_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_main_no_reset) ... ok test_basic_multiple_interpreters_reset_each (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_reset_each) ... ok test_basic_reloaded (test.test_import.SinglephaseInitTests.test_basic_reloaded) ... ok test_check_state_first (test.test_import.SinglephaseInitTests.test_check_state_first) ... ok test_cleared_globals (test.test_import.SinglephaseInitTests.test_cleared_globals) ... ok test_variants (test.test_import.SinglephaseInitTests.test_variants) ... ok test_with_reinit_reloaded (test.test_import.SinglephaseInitTests.test_with_reinit_reloaded) ... ok test_builtin_compat (test.test_import.SubinterpImportTests.test_builtin_compat) ... ok test_disallowed_reimport (test.test_import.SubinterpImportTests.test_disallowed_reimport) ... ok test_frozen_compat (test.test_import.SubinterpImportTests.test_frozen_compat) ... ok test_isolated_config (test.test_import.SubinterpImportTests.test_isolated_config) ... ok test_multi_init_extension_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_compat) ... ok test_multi_init_extension_non_isolated_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_non_isolated_compat) ... ok test_multi_init_extension_per_interpreter_gil_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_per_interpreter_gil_compat) ... ok test_python_compat (test.test_import.SubinterpImportTests.test_python_compat) ... ok test_single_init_extension_compat (test.test_import.SubinterpImportTests.test_single_init_extension_compat) ... ok test_singlephase_check_with_setting_and_override (test.test_import.SubinterpImportTests.test_singlephase_check_with_setting_and_override) ... ok test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable) ... ok ====================================================================== ERROR: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_import/__init__.py", line 1804, in test_unencodable_filename pyname = script_helper.make_script('', TESTFN_UNENCODABLE, 'pass') File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/script_helper.py", line 238, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_232918_tmp-\udcff.py' ---------------------------------------------------------------------- Ran 113 tests in 21.547s FAILED (errors=1, skipped=5) test test_import failed 0:02:33 load avg: 9.43 [459/478/13] test.test_asyncio.test_subprocess passed -- running (5): test_tarfile (44.8 sec), test.test_multiprocessing_spawn.test_processes (1 min 36 sec), test.test_multiprocessing_forkserver.test_processes (1 min 2 sec), test_subprocess (1 min 1 sec), test_pathlib (53.5 sec) 0:02:34 load avg: 9.43 [460/478/13] test_genexps passed -- running (5): test_tarfile (45.7 sec), test.test_multiprocessing_spawn.test_processes (1 min 37 sec), test.test_multiprocessing_forkserver.test_processes (1 min 3 sec), test_subprocess (1 min 2 sec), test_pathlib (54.4 sec) 0:02:35 load avg: 9.43 [461/478/13] test_dis passed -- running (5): test_tarfile (46.4 sec), test.test_multiprocessing_spawn.test_processes (1 min 38 sec), test.test_multiprocessing_forkserver.test_processes (1 min 4 sec), test_subprocess (1 min 3 sec), test_pathlib (55.1 sec) 0:02:36 load avg: 8.99 [462/478/13] test_exception_group passed -- running (5): test_tarfile (47.0 sec), test.test_multiprocessing_spawn.test_processes (1 min 38 sec), test.test_multiprocessing_forkserver.test_processes (1 min 4 sec), test_subprocess (1 min 4 sec), test_pathlib (55.7 sec) 0:02:37 load avg: 8.99 [463/478/13] test_urllib2net passed -- running (5): test_tarfile (48.0 sec), test.test_multiprocessing_spawn.test_processes (1 min 39 sec), test.test_multiprocessing_forkserver.test_processes (1 min 5 sec), test_subprocess (1 min 5 sec), test_pathlib (56.7 sec) 0:02:37 load avg: 8.99 [464/478/13] test_fstring passed -- running (5): test_tarfile (48.7 sec), test.test_multiprocessing_spawn.test_processes (1 min 40 sec), test.test_multiprocessing_forkserver.test_processes (1 min 6 sec), test_subprocess (1 min 5 sec), test_pathlib (57.4 sec) 0:02:38 load avg: 8.99 [465/478/13] test.test_asyncio.test_transports passed -- running (5): test_tarfile (49.0 sec), test.test_multiprocessing_spawn.test_processes (1 min 40 sec), test.test_multiprocessing_forkserver.test_processes (1 min 6 sec), test_subprocess (1 min 6 sec), test_pathlib (57.7 sec) 0:02:38 load avg: 8.99 [466/478/13] test.test_asyncio.test_sslproto passed -- running (5): test_tarfile (49.4 sec), test.test_multiprocessing_spawn.test_processes (1 min 41 sec), test.test_multiprocessing_forkserver.test_processes (1 min 7 sec), test_subprocess (1 min 6 sec), test_pathlib (58.1 sec) 0:02:45 load avg: 8.84 [467/478/13] test_pickle passed -- running (6): test.test_multiprocessing_spawn.test_misc (34.3 sec), test_tarfile (56.7 sec), test.test_multiprocessing_spawn.test_processes (1 min 48 sec), test.test_multiprocessing_forkserver.test_processes (1 min 14 sec), test_subprocess (1 min 13 sec), test_pathlib (1 min 5 sec) 0:02:51 load avg: 8.37 [468/478/13] test_decimal passed -- running (6): test.test_multiprocessing_spawn.test_misc (40.3 sec), test_tarfile (1 min 2 sec), test.test_multiprocessing_spawn.test_processes (1 min 54 sec), test.test_multiprocessing_forkserver.test_processes (1 min 20 sec), test_subprocess (1 min 19 sec), test_pathlib (1 min 11 sec) 0:02:58 load avg: 8.66 [469/478/13] test.test_asyncio.test_locks passed -- running (7): test.test_multiprocessing_spawn.test_misc (46.8 sec), test_tarfile (1 min 9 sec), test.test_multiprocessing_spawn.test_processes (2 min), test.test_multiprocessing_forkserver.test_processes (1 min 26 sec), test_signal (30.6 sec), test_subprocess (1 min 26 sec), test_pathlib (1 min 17 sec) 0:03:09 load avg: 8.08 [470/478/13] test_signal passed (41.5 sec) -- running (8): test.test_multiprocessing_spawn.test_misc (57.6 sec), test_tarfile (1 min 19 sec), test.test_multiprocessing_spawn.test_processes (2 min 11 sec), test_multiprocessing_main_handling (37.1 sec), test.test_multiprocessing_forkserver.test_processes (1 min 37 sec), test.test_multiprocessing_spawn.test_manager (31.3 sec), test_subprocess (1 min 37 sec), test_pathlib (1 min 28 sec) 0:03:26 load avg: 6.52 [471/478/13] test_subprocess passed (1 min 54 sec) -- running (7): test.test_multiprocessing_spawn.test_misc (1 min 14 sec), test_tarfile (1 min 37 sec), test.test_multiprocessing_spawn.test_processes (2 min 29 sec), test_multiprocessing_main_handling (54.5 sec), test.test_multiprocessing_forkserver.test_processes (1 min 55 sec), test.test_multiprocessing_spawn.test_manager (48.6 sec), test_pathlib (1 min 46 sec) 0:03:29 load avg: 6.52 [472/478/13] test.test_multiprocessing_forkserver.test_processes passed (1 min 58 sec) -- running (6): test.test_multiprocessing_spawn.test_misc (1 min 17 sec), test_tarfile (1 min 40 sec), test.test_multiprocessing_spawn.test_processes (2 min 31 sec), test_multiprocessing_main_handling (57.4 sec), test.test_multiprocessing_spawn.test_manager (51.5 sec), test_pathlib (1 min 48 sec) 0:03:37 load avg: 5.82 [473/478/13] test_multiprocessing_main_handling passed (1 min 5 sec) -- running (5): test.test_multiprocessing_spawn.test_misc (1 min 26 sec), test_tarfile (1 min 48 sec), test.test_multiprocessing_spawn.test_processes (2 min 40 sec), test.test_multiprocessing_spawn.test_manager (59.9 sec), test_pathlib (1 min 57 sec) 0:03:39 load avg: 5.82 [474/478/13] test.test_multiprocessing_spawn.test_processes passed (2 min 41 sec) -- running (4): test.test_multiprocessing_spawn.test_misc (1 min 27 sec), test_tarfile (1 min 50 sec), test.test_multiprocessing_spawn.test_manager (1 min 1 sec), test_pathlib (1 min 58 sec) 0:03:53 load avg: 4.83 [475/478/13] test.test_multiprocessing_spawn.test_manager passed (1 min 16 sec) -- running (3): test.test_multiprocessing_spawn.test_misc (1 min 42 sec), test_tarfile (2 min 4 sec), test_pathlib (2 min 13 sec) 0:04:07 load avg: 4.20 [476/478/13] test.test_multiprocessing_spawn.test_misc passed (1 min 56 sec) -- running (2): test_tarfile (2 min 18 sec), test_pathlib (2 min 27 sec) 0:04:20 load avg: 3.71 [477/478/14] test_pathlib failed (12 failures) (2 min 39 sec) -- running (1): test_tarfile (2 min 31 sec) test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv) ... 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_anchor_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_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) ... skipped 'requires working os.chmod()' test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true) ... skipped 'requires working os.chmod()' 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_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested) ... ok test_copy_directory (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory) ... ok test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false) ... ok test_copy_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_empty) ... ok test_copy_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file) ... 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_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_to_existing_directory (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_directory) ... ok test_copy_to_existing_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_file) ... ok test_copy_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_symlink) ... ok test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_to_existing_symlink_follow_symlinks_false) ... ok test_copytree_complex (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_complex) ... ok test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_complex_follow_symlinks_false) ... ok test_copytree_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_dangling_symlink) ... ok test_copytree_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_file) ... ok test_copytree_file_on_error (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_file_on_error) ... ok test_copytree_ignore_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_ignore_false) ... ok test_copytree_ignore_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_ignore_true) ... ok test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_no_read_permission) ... FAIL test_copytree_simple (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_simple) ... ok test_copytree_to_existing_directory (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_to_existing_directory) ... ok test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_to_existing_directory_dirs_exist_ok) ... ok test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd) ... 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_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common) ... 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_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common) ... 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_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 (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction) ... ok test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false) ... ok test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount) ... ok test_is_mount_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root) ... 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_reserved_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated) ... ok 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 (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink) ... ok test_join_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_pathbase_api (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api) ... 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) ... FAIL 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_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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) ... FAIL 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_parent_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_read_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines) ... ok test_read_write_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text) ... 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_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_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) ... FAIL 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_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up) ... ok test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks) ... ok test_walk_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files) ... ok test_walk_prune (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune) ... ok test_walk_symlink_location (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location) ... ok test_walk_topdown (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown) ... ok test_with_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps) ... 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_segments_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines) ... ok 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_anchor_common (test.test_pathlib.test_pathlib.PathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PathTest.test_anchor_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) ... skipped 'requires working os.chmod()' test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... skipped 'requires working os.chmod()' 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_common (test.test_pathlib.test_pathlib.PathTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested) ... ok test_copy_directory (test.test_pathlib.test_pathlib.PathTest.test_copy_directory) ... ok test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok test_copy_empty (test.test_pathlib.test_pathlib.PathTest.test_copy_empty) ... ok test_copy_file (test.test_pathlib.test_pathlib.PathTest.test_copy_file) ... 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_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_to_existing_directory (test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_directory) ... ok test_copy_to_existing_file (test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_file) ... ok test_copy_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_symlink) ... ok test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_to_existing_symlink_follow_symlinks_false) ... ok test_copytree_complex (test.test_pathlib.test_pathlib.PathTest.test_copytree_complex) ... ok test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copytree_complex_follow_symlinks_false) ... ok test_copytree_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_copytree_dangling_symlink) ... ok test_copytree_file (test.test_pathlib.test_pathlib.PathTest.test_copytree_file) ... ok test_copytree_file_on_error (test.test_pathlib.test_pathlib.PathTest.test_copytree_file_on_error) ... ok test_copytree_ignore_false (test.test_pathlib.test_pathlib.PathTest.test_copytree_ignore_false) ... ok test_copytree_ignore_true (test.test_pathlib.test_pathlib.PathTest.test_copytree_ignore_true) ... ok test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copytree_no_read_permission) ... FAIL test_copytree_simple (test.test_pathlib.test_pathlib.PathTest.test_copytree_simple) ... ok test_copytree_to_existing_directory (test.test_pathlib.test_pathlib.PathTest.test_copytree_to_existing_directory) ... ok test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_copytree_to_existing_directory_dirs_exist_ok) ... ok test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd) ... 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_common (test.test_pathlib.test_pathlib.PathTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PathTest.test_full_match_common) ... 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_common (test.test_pathlib.test_pathlib.PathTest.test_glob_common) ... 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_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 (test.test_pathlib.test_pathlib.PathTest.test_is_junction) ... ok test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false) ... ok test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount) ... ok test_is_mount_root (test.test_pathlib.test_pathlib.PathTest.test_is_mount_root) ... 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_reserved_deprecated (test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated) ... ok 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 (test.test_pathlib.test_pathlib.PathTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink) ... ok test_join_common (test.test_pathlib.test_pathlib.PathTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_pathbase_api (test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api) ... 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) ... FAIL 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_name_common (test.test_pathlib.test_pathlib.PathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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) ... FAIL 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_parent_common (test.test_pathlib.test_pathlib.PathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PathTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PathTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_read_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines) ... ok test_read_write_bytes (test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.test_pathlib.PathTest.test_read_write_text) ... 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_common (test.test_pathlib.test_pathlib.PathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PathTest.test_suffixes_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) ... FAIL 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_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up) ... ok test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks) ... ok test_walk_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files) ... ok test_walk_prune (test.test_pathlib.test_pathlib.PathTest.test_walk_prune) ... ok test_walk_symlink_location (test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location) ... ok test_walk_topdown (test.test_pathlib.test_pathlib.PathTest.test_walk_topdown) ... ok test_with_name_common (test.test_pathlib.test_pathlib.PathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PathTest.test_with_name_seps) ... 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_segments_common (test.test_pathlib.test_pathlib.PathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines) ... 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_anchor_common (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_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) ... skipped 'requires working os.chmod()' test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... skipped 'requires working os.chmod()' 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_common (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested) ... ok test_copy_directory (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory) ... ok test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_follow_symlinks_false) ... ok test_copy_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_empty) ... ok test_copy_file (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file) ... 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_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_to_existing_directory (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_to_existing_directory) ... ok test_copy_to_existing_file (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_to_existing_file) ... ok test_copy_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_to_existing_symlink) ... ok test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_to_existing_symlink_follow_symlinks_false) ... ok test_copytree_complex (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_complex) ... ok test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_complex_follow_symlinks_false) ... ok test_copytree_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_dangling_symlink) ... ok test_copytree_file (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_file) ... ok test_copytree_file_on_error (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_file_on_error) ... ok test_copytree_ignore_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_ignore_false) ... ok test_copytree_ignore_true (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_ignore_true) ... ok test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_no_read_permission) ... FAIL test_copytree_simple (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_simple) ... ok test_copytree_to_existing_directory (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_to_existing_directory) ... ok test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_to_existing_directory_dirs_exist_ok) ... ok test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd) ... 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_common (test.test_pathlib.test_pathlib.PosixPathTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_common) ... 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_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_common) ... 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_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 (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction) ... ok test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false) ... ok test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount) ... ok test_is_mount_root (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_root) ... 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_reserved_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated) ... ok 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 (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink) ... ok test_join_common (test.test_pathlib.test_pathlib.PosixPathTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_pathbase_api (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_pathbase_api) ... 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) ... FAIL 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_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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) ... FAIL 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_parent_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_read_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_read_text_with_newlines) ... ok test_read_write_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_text) ... 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_common (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_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) ... FAIL 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_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_above_recursion_limit) ... ok test_walk_bad_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bottom_up) ... ok test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_follow_symlinks) ... ok test_walk_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_many_open_files) ... ok test_walk_prune (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_prune) ... ok test_walk_symlink_location (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_symlink_location) ... ok test_walk_topdown (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_topdown) ... ok test_with_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_seps) ... 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_segments_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_write_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_write_text_with_newlines) ... ok test_anchor_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_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_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested) ... ok 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_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_common) ... 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_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_reserved_deprecated) ... ok test_join_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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_parent_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_with_name_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_anchor_common (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_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_common (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested) ... ok 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_common (test.test_pathlib.test_pathlib.PurePathTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PurePathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PurePathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_common) ... 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_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathTest.test_is_reserved_deprecated) ... ok test_join_common (test.test_pathlib.test_pathlib.PurePathTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PurePathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PurePathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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_parent_common (test.test_pathlib.test_pathlib.PurePathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PurePathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PurePathTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PurePathTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_with_name_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_anchor_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_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_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested) ... ok 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_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_common) ... 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_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_reserved_deprecated) ... ok test_join_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' 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_parent_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' 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_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' 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_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_with_name_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_anchor_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_windows) ... ok 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_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_common) ... ok test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested) ... 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_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_common) ... ok test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested) ... ok test_div_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_posix) ... skipped 'requires POSIX-flavoured path class' test_div_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_windows) ... 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_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_common) ... 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_is_reserved_deprecated (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_reserved_deprecated) ... ok test_join_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_common) ... ok test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested) ... ok test_join_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_posix) ... skipped 'requires POSIX-flavoured path class' test_join_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_windows) ... 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_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_windows) ... 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_parent_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_windows) ... ok test_parents_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_common) ... ok test_parts_interning (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_interning) ... ok test_parts_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_windows) ... ok 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_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_windows) ... 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_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_windows) ... ok test_suffixes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_windows) ... ok test_with_name_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows) ... ok test_with_segments_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows) ... ok test_with_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_windows) ... 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_anchor_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_common) ... skipped 'test requires a Windows-compatible system' test_anchor_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_common) ... 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_copy_directory (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory) ... 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_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_empty) ... skipped 'test requires a Windows-compatible system' test_copy_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file) ... 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_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_to_existing_directory (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_directory) ... skipped 'test requires a Windows-compatible system' test_copy_to_existing_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_file) ... skipped 'test requires a Windows-compatible system' test_copy_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_symlink) ... skipped 'test requires a Windows-compatible system' test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_to_existing_symlink_follow_symlinks_false) ... skipped 'test requires a Windows-compatible system' test_copytree_complex (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_complex) ... skipped 'test requires a Windows-compatible system' test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_complex_follow_symlinks_false) ... skipped 'test requires a Windows-compatible system' test_copytree_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_dangling_symlink) ... skipped 'test requires a Windows-compatible system' test_copytree_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_file) ... skipped 'test requires a Windows-compatible system' test_copytree_file_on_error (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_file_on_error) ... skipped 'test requires a Windows-compatible system' test_copytree_ignore_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_ignore_false) ... skipped 'test requires a Windows-compatible system' test_copytree_ignore_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_ignore_true) ... skipped 'test requires a Windows-compatible system' test_copytree_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_no_read_permission) ... skipped 'test requires a Windows-compatible system' test_copytree_simple (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_simple) ... skipped 'test requires a Windows-compatible system' test_copytree_to_existing_directory (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_to_existing_directory) ... skipped 'test requires a Windows-compatible system' test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_to_existing_directory_dirs_exist_ok) ... 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_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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_common) ... 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_div_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_posix) ... skipped 'test requires a Windows-compatible system' test_div_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_windows) ... 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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_common) ... 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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_common) ... 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_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 (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction) ... 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_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) ... skipped 'test requires a Windows-compatible system' test_is_mount_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount_root) ... 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_reserved_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated) ... 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 (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir) ... skipped 'test requires a Windows-compatible system' test_iterdir_nodir (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_nodir) ... 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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_common) ... 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_join_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_posix) ... skipped 'test requires a Windows-compatible system' test_join_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_windows) ... 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_pathbase_api (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_pathbase_api) ... 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_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_common) ... 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_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_windows) ... 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_parent_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_common) ... skipped 'test requires a Windows-compatible system' test_parent_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_windows) ... skipped 'test requires a Windows-compatible system' test_parents_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_common) ... skipped 'test requires a Windows-compatible system' test_parents_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_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_parts_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_common) ... skipped 'test requires a Windows-compatible system' test_parts_interning (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_interning) ... skipped 'test requires a Windows-compatible system' test_parts_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_windows) ... 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_read_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_text_with_newlines) ... skipped 'test requires a Windows-compatible system' test_read_write_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_bytes) ... skipped 'test requires a Windows-compatible system' test_read_write_text (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_text) ... 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_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_common) ... 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_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_windows) ... 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_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_common) ... skipped 'test requires a Windows-compatible system' test_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_windows) ... skipped 'test requires a Windows-compatible system' test_suffixes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_common) ... skipped 'test requires a Windows-compatible system' test_suffixes_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_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_walk_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_above_recursion_limit) ... skipped 'test requires a Windows-compatible system' test_walk_bad_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bad_dir) ... skipped 'test requires a Windows-compatible system' test_walk_bottom_up (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bottom_up) ... skipped 'test requires a Windows-compatible system' test_walk_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_follow_symlinks) ... skipped 'test requires a Windows-compatible system' test_walk_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_many_open_files) ... skipped 'test requires a Windows-compatible system' test_walk_prune (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_prune) ... skipped 'test requires a Windows-compatible system' test_walk_symlink_location (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_symlink_location) ... skipped 'test requires a Windows-compatible system' test_walk_topdown (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_topdown) ... skipped 'test requires a Windows-compatible system' test_with_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_common) ... 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_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_seps) ... 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_segments_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments_common) ... skipped 'test requires a Windows-compatible system' test_with_stem_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_common) ... 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_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_seps) ... 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_with_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_common) ... skipped 'test requires a Windows-compatible system' test_with_suffix_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_empty) ... skipped 'test requires a Windows-compatible system' test_with_suffix_invalid (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_invalid) ... skipped 'test requires a Windows-compatible system' test_with_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_windows) ... skipped 'test requires a Windows-compatible system' test_write_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_write_text_with_newlines) ... skipped 'test requires a Windows-compatible system' test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_windows) ... skipped 'requires Windows-flavoured path class' test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_as_posix_common) ... ok test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_bytes) ... ok test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_absolute) ... skipped 'requires symlinks' test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative) ... skipped 'requires symlinks' test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'requires symlinks' test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_constructor_common) ... ok test_copy_directory (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_directory) ... ok test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_directory_symlink_follow_symlinks_false) ... skipped 'requires symlinks' test_copy_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_empty) ... ok test_copy_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_file) ... ok test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_symlink_follow_symlinks_false) ... skipped 'requires symlinks' test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_symlink_follow_symlinks_true) ... skipped 'requires symlinks' test_copy_to_existing_directory (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_to_existing_directory) ... ok test_copy_to_existing_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_to_existing_file) ... ok test_copy_to_existing_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_to_existing_symlink) ... skipped 'requires symlinks' test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copy_to_existing_symlink_follow_symlinks_false) ... skipped 'requires symlinks' test_copytree_complex (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_complex) ... ok test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_complex_follow_symlinks_false) ... ok test_copytree_dangling_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_dangling_symlink) ... skipped 'requires symlinks' test_copytree_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_file) ... ok test_copytree_file_on_error (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_file_on_error) ... ok test_copytree_ignore_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_ignore_false) ... ok test_copytree_ignore_true (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_ignore_true) ... ok test_copytree_simple (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_simple) ... ok test_copytree_to_existing_directory (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_to_existing_directory) ... ok test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_copytree_to_existing_directory_dirs_exist_ok) ... ok test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_common) ... ok test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_common) ... ok test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' test_exists (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_exists) ... ok test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_full_match_common) ... ok test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_case_sensitive) ... ok test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_common) ... ok test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_dotdot) ... ok test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_empty_pattern) ... ok test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_long_symlink) ... skipped 'requires symlinks' test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_permissions) ... skipped 'requires symlinks' test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_posix) ... ok test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_recurse_symlinks_common) ... skipped 'requires symlinks' test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_windows) ... skipped 'requires Windows-flavoured path class' test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_posix) ... ok test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_block_device_false) ... ok test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_char_device_false) ... ok test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir) ... ok test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir_no_follow_symlinks) ... ok test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_fifo_false) ... ok test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file) ... ok test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file_no_follow_symlinks) ... ok test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_junction_false) ... ok test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_mount) ... ok test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_common) ... ok test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_socket_false) ... ok test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_symlink) ... ok test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_symlink) ... skipped 'requires symlinks' test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_common) ... ok test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat) ... skipped 'requires symlinks' test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat_nosymlink) ... ok test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_common) ... ok test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_empty) ... ok test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_posix) ... ok test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_open_common) ... ok test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_windows) ... skipped 'requires Windows-flavoured path class' test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_common) ... ok test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_text_with_newlines) ... ok test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_text) ... ok test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink) ... skipped 'requires symlinks' test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_common) ... ok test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_common) ... skipped 'requires symlinks' test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_dot) ... skipped 'requires symlinks' test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_loop) ... skipped 'requires symlinks' test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_posix) ... ok test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_common) ... skipped 'requires symlinks' test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_false) ... ok test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_symlink_loop) ... skipped 'requires symlinks' test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_windows) ... skipped 'requires Windows-flavoured path class' test_rmdir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rmdir) ... ok test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_common) ... ok test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_posix) ... ok test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_samefile) ... ok test_stat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat) ... ok test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks) ... skipped 'requires symlinks' test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_common) ... ok test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_unlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_unlink) ... ok test_unlink_missing_ok (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_unlink_missing_ok) ... ok test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_bottom_up) ... ok test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_follow_symlinks) ... skipped 'requires symlinks' test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_prune) ... ok test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_symlink_location) ... skipped 'requires symlinks' test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_topdown) ... ok test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_write_text_with_newlines) ... ok test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_windows) ... skipped 'requires Windows-flavoured path class' test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_as_posix_common) ... ok test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_bytes) ... ok test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_absolute) ... ok test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative) ... ok test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative_dot_dot) ... ok test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_constructor_common) ... ok test_copy_directory (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_directory) ... ok test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_directory_symlink_follow_symlinks_false) ... ok test_copy_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_empty) ... ok test_copy_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_file) ... ok test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_symlink_follow_symlinks_false) ... ok test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_symlink_follow_symlinks_true) ... ok test_copy_to_existing_directory (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_to_existing_directory) ... ok test_copy_to_existing_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_to_existing_file) ... ok test_copy_to_existing_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_to_existing_symlink) ... ok test_copy_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copy_to_existing_symlink_follow_symlinks_false) ... ok test_copytree_complex (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_complex) ... ok test_copytree_complex_follow_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_complex_follow_symlinks_false) ... ok test_copytree_dangling_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_dangling_symlink) ... ok test_copytree_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_file) ... ok test_copytree_file_on_error (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_file_on_error) ... ok test_copytree_ignore_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_ignore_false) ... ok test_copytree_ignore_true (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_ignore_true) ... ok test_copytree_simple (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_simple) ... ok test_copytree_to_existing_directory (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_to_existing_directory) ... ok test_copytree_to_existing_directory_dirs_exist_ok (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_copytree_to_existing_directory_dirs_exist_ok) ... ok test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_common) ... ok test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_common) ... ok test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' test_exists (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_exists) ... ok test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_full_match_common) ... ok test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_case_sensitive) ... ok test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_common) ... ok test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_dotdot) ... ok test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_empty_pattern) ... ok test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_long_symlink) ... ok test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_permissions) ... ok test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_posix) ... ok test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_recurse_symlinks_common) ... ok test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_windows) ... skipped 'requires Windows-flavoured path class' test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_posix) ... ok test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_block_device_false) ... ok test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_char_device_false) ... ok test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir) ... ok test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir_no_follow_symlinks) ... ok test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_fifo_false) ... ok test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file) ... ok test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file_no_follow_symlinks) ... ok test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_junction_false) ... ok test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_mount) ... ok test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_common) ... ok test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_socket_false) ... ok test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_symlink) ... ok test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_symlink) ... ok test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_common) ... ok test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat) ... ok test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat_nosymlink) ... ok test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_common) ... ok test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_empty) ... ok test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_posix) ... ok test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_open_common) ... ok test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_windows) ... skipped 'requires Windows-flavoured path class' test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_common) ... ok test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_text_with_newlines) ... ok test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_text) ... ok test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink) ... ok test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink_unsupported) ... skipped 'os.readlink() is present' test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_common) ... ok test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_common) ... ok test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_dot) ... ok test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_loop) ... ok test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_posix) ... ok test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_common) ... ok test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_false) ... ok test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_symlink_loop) ... ok test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_windows) ... skipped 'requires Windows-flavoured path class' test_rmdir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rmdir) ... ok test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_common) ... ok test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_posix) ... ok test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_samefile) ... ok test_stat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat) ... ok test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks) ... ok test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks_nosymlink) ... ok test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_common) ... ok test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_unlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_unlink) ... ok test_unlink_missing_ok (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_unlink_missing_ok) ... ok test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_bottom_up) ... ok test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_follow_symlinks) ... ok test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_prune) ... ok test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_symlink_location) ... ok test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_topdown) ... ok test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_write_text_with_newlines) ... ok test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_common) ... ok test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_windows) ... skipped 'requires Windows-flavoured path class' test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_as_posix_common) ... ok test_bytes (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_bytes) ... ok test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_constructor_common) ... ok test_div_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_common) ... ok test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_posix) ... ok test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_windows) ... skipped 'requires Windows-flavoured path class' test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_common) ... ok test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_windows) ... skipped 'requires Windows-flavoured path class' test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_full_match_common) ... ok test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_posix) ... ok test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_windows) ... skipped 'requires Windows-flavoured path class' test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_common) ... ok test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_join_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_common) ... ok test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_posix) ... ok test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_windows) ... skipped 'requires Windows-flavoured path class' test_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_common) ... ok test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_empty) ... ok test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_posix) ... ok test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_windows) ... skipped 'requires Windows-flavoured path class' test_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_common) ... ok test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_empty) ... ok test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_windows) ... skipped 'requires Windows-flavoured path class' test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_common) ... ok test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_windows) ... skipped 'requires Windows-flavoured path class' test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_common) ... ok test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_windows) ... skipped 'requires Windows-flavoured path class' test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_common) ... ok test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_windows) ... skipped 'requires Windows-flavoured path class' test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_common) ... ok test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_windows) ... skipped 'requires Windows-flavoured path class' test_root_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_common) ... ok test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_posix) ... ok test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_windows) ... skipped 'requires Windows-flavoured path class' test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_common) ... ok test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_empty) ... ok test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_windows) ... skipped 'requires Windows-flavoured path class' test_str_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_common) ... ok test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_windows) ... skipped 'requires Windows-flavoured path class' test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_windows) ... skipped 'requires Windows-flavoured path class' test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_common) ... ok test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_common) ... ok test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_windows) ... skipped 'requires Windows-flavoured path class' test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_common) ... ok test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_empty) ... ok test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_seps) ... ok test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_windows) ... skipped 'requires Windows-flavoured path class' test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_segments_common) ... ok test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_common) ... ok test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_empty) ... ok test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_seps) ... ok test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_windows) ... skipped 'requires Windows-flavoured path class' test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_common) ... ok test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_empty) ... ok test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_invalid) ... ok test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_windows) ... skipped 'requires Windows-flavoured path class' test_unsupported_operation (test.test_pathlib.test_pathlib_abc.ParserBaseTest.test_unsupported_operation) ... ok test_as_bytes_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_bytes_common) ... ok test_as_uri_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_uri_common) ... ok test_fspath_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_fspath_common) ... ok test_magic_methods (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_magic_methods) ... ok test_parser (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_parser) ... ok test_unsupported_operation (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation) ... ok test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation_pure) ... ok test_magic_methods (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_magic_methods) ... ok test_parser (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_parser) ... ok test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_unsupported_operation_pure) ... ok test_is_notimplemented (test.test_pathlib.test_pathlib_abc.UnsupportedOperationTest.test_is_notimplemented) ... ok ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ---------------------------------------------------------------------- Ran 1636 tests in 158.956s FAILED (failures=12, skipped=547) test test_pathlib failed 0:04:50 load avg: 2.64 running (1): test_tarfile (3 min 1 sec) 0:05:20 load avg: 1.99 running (1): test_tarfile (3 min 31 sec) 0:05:50 load avg: 1.77 running (1): test_tarfile (4 min 1 sec) 0:06:20 load avg: 1.47 running (1): test_tarfile (4 min 31 sec) 0:06:50 load avg: 1.28 running (1): test_tarfile (5 min 1 sec) 0:06:58 load avg: 1.24 [478/478/15] test_tarfile failed (4 failures) (5 min 9 sec) test_empty (test.test_tarfile.AppendTest.test_empty) ... ok test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj) ... ok test_existing (test.test_tarfile.AppendTest.test_existing) ... ok test_fileobj (test.test_tarfile.AppendTest.test_fileobj) ... ok test_incomplete (test.test_tarfile.AppendTest.test_incomplete) ... ok test_invalid (test.test_tarfile.AppendTest.test_invalid) ... ok test_non_existing (test.test_tarfile.AppendTest.test_non_existing) ... ok test_null (test.test_tarfile.AppendTest.test_null) ... ok test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof) ... ok test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage) ... ok test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed) ... ok test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels) ... ok test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels) ... ok test_create (test.test_tarfile.Bz2CreateTest.test_create) ... ok test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel) ... ok test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj) ... ok test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2) ... ok test_list (test.test_tarfile.Bz2ListTest.test_list) ... ok test_list_members (test.test_tarfile.Bz2ListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members) ... ok test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extract) ... ok test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall) ... ok test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory) ... skipped 'requires working os.chmod()' test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir) ... ok test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall) ... skipped 'requires working os.chmod()' test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir) ... ok test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs) ... ok test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration) ... ok test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name) ... ok test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak) ... ok test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input) ... ok test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2) ... ok test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache) ... ok test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile) ... ok test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs) ... ok test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ... FAIL test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.Bz2WriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size) ... ok test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj) ... ok test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size) ... ok test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use) ... ok test_create_command (test.test_tarfile.CommandLineTest.test_create_command) ... ok test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed) ... ok test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename) ... ok test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename) ... ok test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose) ... ok test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command) ... ok test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory) ... ok test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter) ... ok test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file) ... ok test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose) ... ok test_list_command (test.test_tarfile.CommandLineTest.test_list_command) ... ok test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file) ... ok test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose) ... ok test_test_command (test.test_tarfile.CommandLineTest.test_test_command) ... ok test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file) ... ok test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose) ... ok test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes) ... ok test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels) ... ok test_basic (test.test_tarfile.ContextManagerTest.test_basic) ... ok test_closed (test.test_tarfile.ContextManagerTest.test_closed) ... ok test_eof (test.test_tarfile.ContextManagerTest.test_eof) ... ok test_exception (test.test_tarfile.ContextManagerTest.test_exception) ... ok test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj) ... ok test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof) ... ok test_create (test.test_tarfile.CreateTest.test_create) ... ok test_create_existing (test.test_tarfile.CreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name) ... ok test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close) ... ok test_create (test.test_tarfile.CreateWithXModeTest.test_create) ... ok test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing) ... ok test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name) ... ok test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name) ... ok test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj) ... ok test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close) ... ok test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files) ... ok test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset) ... ok test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory) ... ok test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink) ... ok test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname) ... ok test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00) ... ok test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01) ... ok test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10) ... ok test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old) ... ok test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname) ... ok test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header) ... ok test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument) ... ok test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error) ... ok test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename) ... ok test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023) ... ok test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024) ... ok test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025) ... ok test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023) ... ok test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024) ... ok test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025) ... ok test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023) ... ok test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024) ... ok test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025) ... ok test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels) ... ok test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels) ... ok test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed) ... ok runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest) ... ok test_create (test.test_tarfile.GzipCreateTest.test_create) ... ok test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel) ... ok test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj) ... ok test_list (test.test_tarfile.GzipListTest.test_list) ... ok test_list_members (test.test_tarfile.GzipListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members) ... ok test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extract) ... ok test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall) ... ok test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory) ... skipped 'requires working os.chmod()' test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir) ... ok test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall) ... skipped 'requires working os.chmod()' test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir) ... ok test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs) ... ok test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration) ... ok test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name) ... ok test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak) ... ok test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache) ... ok test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile) ... ok test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs) ... ok test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ... FAIL test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close) ... ok test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked) Ensure the source directory is not included in the tar header ... ok test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.GzipWriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.GzipWriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.GzipWriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.GzipWriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.GzipWriteTest.test_link_size) ... ok test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj) ... ok test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size) ... ok test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink) ... ok test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice) ... ok test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink) ... ok test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits) ... ok test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits) ... ok test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits) ... ok test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) ... skipped 'requires os.link to be missing' test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) ... skipped 'requires os.link to be missing' test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) ... skipped 'requires os.link to be missing' test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) ... skipped 'requires os.link to be missing' test_list (test.test_tarfile.ListTest.test_list) ... ok test_list_members (test.test_tarfile.ListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.ListTest.test_list_verbose) ... ok test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed) ... ok test_create (test.test_tarfile.LzmaCreateTest.test_create) ... ok test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset) ... ok test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj) ... ok test_list (test.test_tarfile.LzmaListTest.test_list) ... ok test_list_members (test.test_tarfile.LzmaListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members) ... ok test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extract) ... ok test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall) ... ok test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory) ... skipped 'requires working os.chmod()' test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir) ... ok test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall) ... skipped 'requires working os.chmod()' test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir) ... ok test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs) ... ok test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration) ... ok test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name) ... ok test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak) ... ok test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache) ... ok test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile) ... ok test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs) ... ok test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ... FAIL test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.LzmaWriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size) ... ok test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj) ... ok test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size) ... ok test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype) ... ok test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype) ... ok test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype) ... ok test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype) ... ok test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size) ... ok test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype) ... ok test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse) ... ok test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00) ... ok test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01) ... ok test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10) ... ok test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype) ... ok test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts) ... ok test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype) ... ok test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7) ... ok test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse) ... ok test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype) ... ok test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts) ... ok test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname) ... ok test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.MiscReadTest.test_check_members) ... ok test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extract) ... ok test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall) ... ok test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory) ... skipped 'requires working os.chmod()' test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir) ... ok test_extractall (test.test_tarfile.MiscReadTest.test_extractall) ... skipped 'requires working os.chmod()' test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir) ... ok test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs) ... ok test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.MiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration) ... ok test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name) ... ok test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak) ... ok test__all__ (test.test_tarfile.MiscTest.test__all__) ... ok test_char_fields (test.test_tarfile.MiscTest.test_char_fields) ... ok test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits) ... ok test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields) ... ok test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing) ... ok test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname) ... ok test_add (test.test_tarfile.NoneInfoTests_Misc.test_add) ... ok test_list (test.test_tarfile.NoneInfoTests_Misc.test_list) ... ok test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner) ... ok test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner) ... ok test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner) ... ok test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only) ... ok test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir) ... ok test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir) ... ok test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir) ... ok test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir) ... ok test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file) ... ok test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir) ... ok test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file) ... ok test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir) ... ok test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir) ... ok test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir) ... ok test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir) ... ok test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file) ... ok test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir) ... ok test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file) ... ok test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header) ... ok test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument) ... ok test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename) ... ok test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset) ... ok test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory) ... ok test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers) ... ok test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields) ... ok test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink) ... ok test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname) ... ok test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname) ... ok test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header) ... ok test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023) ... ok test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024) ... ok test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025) ... ok test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023) ... ok test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024) ... ok test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025) ... ok test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023) ... ok test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024) ... ok test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025) ... ok test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header) ... ok test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header) ... ok test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all) ... ok test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep) ... ok test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal) ... ok test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name) ... ok test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow) ... ok test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile) ... ok test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs) ... ok test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.StreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ... FAIL test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding) ... ok test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache) ... ok test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute) ... ok test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink) ... ok test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink) ... ok test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name) ... ok test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file) ... ok test_chains (test.test_tarfile.TestExtractionFilters.test_chains) ... ok test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class) ... ok test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance) ... ok test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass) ... ok test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string) ... ok test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter) ... ok test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter) ... ok test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink) ... ok test_default_filter_warns (test.test_tarfile.TestExtractionFilters.test_default_filter_warns) Ensure the default filter warns ... ok test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel) ... ok test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter) ... ok test_modes (test.test_tarfile.TestExtractionFilters.test_modes) ... ok test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink) ... ok test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2) ... ok test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe) ... ok test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0) ... ok test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2) ... ok test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files) ... ok test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter) ... ok test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter) ... ok test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160) ... ok test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument) ... ok test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error) ... ok test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1) ... ok test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2) ... ok test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1) ... ok test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2) ... ok test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3) ... ok test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4) ... ok test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1) ... ok test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2) ... ok test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename) ... ok test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.WriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.WriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.WriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.WriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.WriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.WriteTest.test_link_size) ... ok test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj) ... ok test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.WriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.WriteTest.test_tar_size) ... ok ====================================================================== FAIL: test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ---------------------------------------------------------------------- Ran 618 tests in 308.312s FAILED (failures=4, skipped=12) test test_tarfile failed == Tests result: FAILURE == 10 slowest tests: - test_tarfile: 5 min 9 sec - test.test_multiprocessing_spawn.test_processes: 2 min 41 sec - test_pathlib: 2 min 39 sec - test.test_multiprocessing_forkserver.test_processes: 1 min 58 sec - test.test_multiprocessing_spawn.test_misc: 1 min 56 sec - test_subprocess: 1 min 54 sec - test.test_multiprocessing_spawn.test_manager: 1 min 16 sec - test_regrtest: 1 min 6 sec - test_multiprocessing_main_handling: 1 min 5 sec - test.test_concurrent_futures.test_wait: 54.5 sec 14 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test_android test_devpoll test_free_threading test_kqueue test_launcher test_msvcrt test_startfile test_winapi test_winconsoleio test_winreg test_winsound test_wmi 2 tests skipped (resource denied): test_peg_generator test_zipfile64 15 tests failed: test_cmd_line_script test_dbm_gnu test_import test_mailbox test_ntpath test_os test_pathlib test_posix test_posixpath test_shutil test_socket test_sqlite3 test_tarfile test_unicode_file test_zipimport 447 tests OK. 0:06:58 load avg: 1.24 Re-running 15 failed tests in verbose mode in subprocesses 0:06:58 load avg: 1.24 Run 15 tests in parallel using 14 worker processes (timeout: 10 min, worker timeout: 15 min) 0:06:58 load avg: 1.24 [ 1/15/1] test_unicode_file failed (2 errors) Re-running test_unicode_file in verbose mode (matching: test_directories, test_single_files) test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ... ERROR test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ... ERROR ====================================================================== ERROR: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 135, in test_directories self._do_directory(TESTFN_UNENCODABLE+ext, ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TESTFN_UNENCODABLE+ext) ^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 89, in _do_directory os.mkdir(make_name) ~~~~~~~~^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237082_tmp-\udcff.dir' ====================================================================== ERROR: test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 125, in test_single_files self._test_single(TESTFN_UNENCODABLE) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_unicode_file.py", line 106, in _test_single create_empty_file(filename) ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 561, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237082_tmp-\udcff' ---------------------------------------------------------------------- Ran 2 tests in 0.015s FAILED (errors=2) test test_unicode_file failed 0:06:58 load avg: 1.24 [ 2/15/2] test_cmd_line_script failed (1 error) Re-running test_cmd_line_script in verbose mode (matching: test_non_ascii) test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii) ... ERROR ====================================================================== ERROR: test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_cmd_line_script.py", line 578, in test_non_ascii script_name = _make_test_script(os.getcwd(), name, source) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_cmd_line_script.py", line 80, in _make_test_script to_return = make_script(script_dir, script_basename, source) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/script_helper.py", line 238, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '/data/projects/europython-2024-tutorial/cpython/build/test_python_237086æ/@test_237086_tmp\udce7w\udcf0.py' ---------------------------------------------------------------------- Ran 1 test in 0.012s FAILED (errors=1) test test_cmd_line_script failed 0:06:58 load avg: 1.24 [ 3/15/3] test_ntpath failed (1 error) Re-running test_ntpath in verbose mode (matching: test_nonascii_abspath) test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ... ERROR ====================================================================== ERROR: test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): ~~~~~~~~~~~~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_237084_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 1 test in 0.062s FAILED (errors=1) test test_ntpath failed 0:06:59 load avg: 1.24 [ 4/15/4] test_posix failed (3 failures) Re-running test_posix in verbose mode (matching: test_chmod_dir_symlink, test_chmod_file_symlink, test_chmod_dir_fd) test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink) ... FAIL test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink) ... FAIL test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd) ... FAIL ====================================================================== FAIL: test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1053, in test_chmod_dir_symlink self.check_chmod_link(posix.chmod, target, link) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1011, in check_chmod_link self.assertEqual(os.stat(target).st_mode, new_mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 16832 != 16704 ====================================================================== FAIL: test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1041, in test_chmod_file_symlink self.check_chmod_link(posix.chmod, target, link) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1011, in check_chmod_link self.assertEqual(os.stat(target).st_mode, new_mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33088 ====================================================================== FAIL: test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_posix.py", line 1508, in test_chmod_dir_fd self.assertEqual(s.st_mode & stat.S_IRWXU, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ stat.S_IRUSR | stat.S_IWUSR) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 384 ---------------------------------------------------------------------- Ran 3 tests in 0.080s FAILED (failures=3) test test_posix failed 0:06:59 load avg: 1.24 [ 5/15/5] test_dbm_gnu worker non-zero exit code (Exit code 1) Re-running test_dbm_gnu in verbose mode gdbm version: (1, 18, 1) test_bool_empty (test.test_dbm_gnu.TestGdbm.test_bool_empty) ... ok test_bool_not_empty (test.test_dbm_gnu.TestGdbm.test_bool_not_empty) ... ok test_bool_on_closed_db_raises (test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises) ... ok test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes) ... ok test_clear (test.test_dbm_gnu.TestGdbm.test_clear) ... ok test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager) ... ok test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation) ... ok test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions) ... ok test_flags (test.test_dbm_gnu.TestGdbm.test_flags) ... ok test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods) ... ok test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename) ... ok test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file) ... ok test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path) ... ok test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path) ... ok test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path) ... ok test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize) ... ok test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode) ... ok test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.089s OK Warning -- files was modified by test_dbm_gnu Warning -- Before: [] Warning -- After: ['.fuse_hidden00040be20000044f'] Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 503, in temp_dir yield path File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 556, in temp_cwd yield cwd_dir File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 118, in main worker_process(worker_json) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 104, in worker_process sys.exit(0) ~~~~~~~~^^^ SystemExit: 0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/runpy.py", line 198, in _run_module_as_main return _run_code(code, main_globals, None, "__main__", mod_spec) File "/data/projects/europython-2024-tutorial/cpython/Lib/runpy.py", line 88, in _run_code exec(code, run_globals) ~~~~^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 122, in main() ~~~~^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/libregrtest/worker.py", line 117, in main with os_helper.temp_cwd(work_dir, quiet=True): ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 508, in temp_dir rmtree(path) ~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 465, in rmtree _rmtree(path) ~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 450, in _rmtree os.rmdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 39] Directory not empty: '/data/projects/europython-2024-tutorial/cpython/build/test_python_237098æ' 0:06:59 load avg: 1.24 [ 6/15/6] test_mailbox failed (6 failures) Re-running test_mailbox in verbose mode (matching: test_permissions_after_flush, test_permissions_after_flush, test_file_permissions, test_folder_file_perms, test_file_perms, test_permissions_after_flush) test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush) ... FAIL test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush) ... FAIL test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions) ... FAIL test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms) ... FAIL test_file_perms (test.test_mailbox.TestMbox.test_file_perms) ... FAIL test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush) ... FAIL ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ====================================================================== FAIL: test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 986, in test_file_permissions self.assertFalse(mode & 0o111) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1001, in test_folder_file_perms self.assertFalse((perms & 0o111)) # Execute bits should all be off. ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_file_perms (test.test_mailbox.TestMbox.test_file_perms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1289, in test_file_perms self.assertFalse((perms & 0o111)) # Execute bits should all be off. ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ AssertionError: 64 is not false ====================================================================== FAIL: test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_mailbox.py", line 1082, in test_permissions_after_flush self.assertEqual(os.stat(self._path).st_mode, mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 != 33270 ---------------------------------------------------------------------- Ran 6 tests in 0.049s FAILED (failures=6) test test_mailbox failed 0:06:59 load avg: 1.24 [ 7/15/7] test_posixpath failed (1 error) Re-running test_posixpath in verbose mode (matching: test_nonascii_abspath) test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ... ERROR ====================================================================== ERROR: test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_genericpath.py", line 512, in test_nonascii_abspath with os_helper.temp_cwd(name): ~~~~~~~~~~~~~~~~~~^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 554, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/contextlib.py", line 141, in __enter__ return next(self.gen) File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 492, in temp_dir os.mkdir(path) ~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_237081_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 1 test in 0.012s FAILED (errors=1) test test_posixpath failed 0:06:59 load avg: 1.24 [ 8/15/8] test_socket failed (1 error) Re-running test_socket in verbose mode (matching: testUnencodableAddr) testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... ERROR ====================================================================== ERROR: testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_socket.py", line 5776, in testUnencodableAddr self.bind(self.sock, path) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_socket.py", line 5734, in bind socket_helper.bind_unix_socket(sock, path) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket sock.bind(addr) ~~~~~~~~~^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character ---------------------------------------------------------------------- Ran 1 test in 0.009s FAILED (errors=1) test test_socket failed 0:06:59 load avg: 1.24 [ 9/15/9] test_shutil failed (1 failure) Re-running test_shutil in verbose mode (matching: test_copymode_follow_symlinks) test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ... FAIL ====================================================================== FAIL: test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_shutil.py", line 1125, in test_copymode_follow_symlinks self.assertNotEqual(os.stat(src).st_mode, os.stat(dst).st_mode) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 33216 == 33216 ---------------------------------------------------------------------- Ran 1 test in 0.009s FAILED (failures=1) test test_shutil failed 0:06:59 load avg: 1.24 [10/15/10] test_zipimport failed (4 errors) Re-running test_zipimport in verbose mode (matching: testUnencodable, testUnencodable, testUnencodable, testUnencodable) testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ... ERROR testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ... ERROR testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ... ERROR testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ... ERROR ====================================================================== ERROR: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 854, in testUnencodable self.makeZip({TESTMOD + ".py": test_src}, filename) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 122, in makeZip with ZipFile(zipName, "w", compression=self.compression) as z: ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/zipfile/__init__.py", line 1362, in __init__ self.fp = io.open(file, filemode) ~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237091_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237091_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 854, in testUnencodable self.makeZip({TESTMOD + ".py": test_src}, filename) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_zipimport.py", line 122, in makeZip with ZipFile(zipName, "w", compression=self.compression) as z: ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/projects/europython-2024-tutorial/cpython/Lib/zipfile/__init__.py", line 1362, in __init__ self.fp = io.open(file, filemode) ~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237091_tmp-\udcff.zip' ====================================================================== ERROR: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237091_tmp-\udcff.zip' ---------------------------------------------------------------------- Ran 2 tests in 0.028s FAILED (errors=4) test test_zipimport failed 0:06:59 load avg: 1.24 [11/15/11] test_os failed (4 errors, 2 failures) Re-running test_os in verbose mode (matching: test_listdir, test_open, test_stat, test_statvfs, test_chown_gid, test_mode) test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ... FAIL test_open (test.test_os.FDInheritanceTests.test_open) ... ok test_mode (test.test_os.MakedirTests.test_mode) ... FAIL test_listdir (test.test_os.Pep383Tests.test_listdir) ... ERROR test_open (test.test_os.Pep383Tests.test_open) ... ERROR test_stat (test.test_os.Pep383Tests.test_stat) ... ERROR test_statvfs (test.test_os.Pep383Tests.test_statvfs) ... ERROR ====================================================================== ERROR: test_listdir (test.test_os.Pep383Tests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237102_tmp-\udcff' ====================================================================== ERROR: test_open (test.test_os.Pep383Tests.test_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237102_tmp-\udcff' ====================================================================== ERROR: test_stat (test.test_os.Pep383Tests.test_stat) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237102_tmp-\udcff' ====================================================================== ERROR: test_statvfs (test.test_os.Pep383Tests.test_statvfs) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 2632, in setUp os.mkdir(self.dir) ~~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237102_tmp-\udcff' ====================================================================== FAIL: test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 1932, in test_chown_gid self.assertEqual(gid, gid_1) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ AssertionError: 1000 != 4 ====================================================================== FAIL: test_mode (test.test_os.MakedirTests.test_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_os.py", line 1817, in test_mode self.assertEqual(os.stat(path).st_mode & 0o777, 0o555) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 365 ---------------------------------------------------------------------- Ran 7 tests in 0.022s FAILED (failures=2, errors=4) test test_os failed 0:06:59 load avg: 1.24 [12/15/12] test_import failed (1 error) Re-running test_import in verbose mode (matching: test_unencodable_filename) test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ... ERROR ====================================================================== ERROR: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_import/__init__.py", line 1804, in test_unencodable_filename pyname = script_helper.make_script('', TESTFN_UNENCODABLE, 'pass') File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/script_helper.py", line 238, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: '@test_237103_tmp-\udcff.py' ---------------------------------------------------------------------- Ran 1 test in 0.009s FAILED (errors=1) test test_import failed 0:06:59 load avg: 1.24 [13/15/13] test_sqlite3 failed (4 errors) Re-running test_sqlite3 in verbose mode (matching: test_open_undecodable_uri, test_open_undecodable_uri, test_open_with_undecodable_path, test_open_with_undecodable_path) test_sqlite3: testing with SQLite version 3.31.1 test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... ERROR test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... ERROR test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... ERROR test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... ERROR ====================================================================== ERROR: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_sqlite3/test_dbapi.py", line 718, in test_open_undecodable_uri with contextlib.closing(sqlite.connect(uri, uri=True)) as cx: ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ sqlite3.OperationalError: unable to open database file ====================================================================== ERROR: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_237088_tmp\xe7w\xf0' ====================================================================== ERROR: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_sqlite3/test_dbapi.py", line 671, in test_open_with_undecodable_path with contextlib.closing(sqlite.connect(path)) as cx: ~~~~~~~~~~~~~~^^^^^^ sqlite3.OperationalError: unable to open database file ====================================================================== ERROR: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/support/os_helper.py", line 345, in unlink _unlink(filename) ~~~~~~~^^^^^^^^^^ OSError: [Errno 84] Invalid or incomplete multibyte or wide character: b'@test_237088_tmp\xe7w\xf0' ---------------------------------------------------------------------- Ran 2 tests in 0.015s FAILED (errors=4) test test_sqlite3 failed 0:06:59 load avg: 1.24 [14/15/14] test_pathlib failed (12 failures) Re-running test_pathlib in verbose mode (matching: test_copytree_no_read_permission, test_mkdir_parents, test_open_mode, test_touch_mode, test_copytree_no_read_permission, test_mkdir_parents, test_open_mode, test_touch_mode, test_copytree_no_read_permission, test_mkdir_parents, test_open_mode, test_touch_mode) test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_no_read_permission) ... FAIL test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ... FAIL test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ... FAIL test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ... FAIL test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copytree_no_read_permission) ... FAIL test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ... FAIL test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ... FAIL test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ... FAIL test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_no_read_permission) ... FAIL test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ... FAIL test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ... FAIL test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ... FAIL test_copytree_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copytree_no_read_permission) ... 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_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) ... 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' ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_copytree_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copytree_no_read_permission) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 711, in test_copytree_no_read_permission self.assertRaises(PermissionError, source.copytree, target) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: PermissionError not raised by copytree ====================================================================== FAIL: test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 954, in test_mkdir_parents self.assertEqual(stat.S_IMODE(p.stat().st_mode), 0o7555 & mode) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 320 ====================================================================== FAIL: test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1336, in test_open_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ====================================================================== FAIL: test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_pathlib/test_pathlib.py", line 1364, in test_touch_mode self.assertEqual(stat.S_IMODE(st.st_mode), 0o666) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 438 ---------------------------------------------------------------------- Ran 16 tests in 0.105s FAILED (failures=12, skipped=4) test test_pathlib failed 0:06:59 load avg: 1.24 [15/15/15] test_tarfile failed (4 failures) Re-running test_tarfile in verbose mode (matching: test_file_mode, test_file_mode, test_file_mode, test_file_mode) test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ... FAIL test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ... FAIL test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ... FAIL test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ... FAIL ====================================================================== FAIL: test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ====================================================================== FAIL: test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/projects/europython-2024-tutorial/cpython/Lib/test/test_tarfile.py", line 1670, in test_file_mode self.assertEqual(mode, 0o644, "wrong file permissions") ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 448 != 420 : wrong file permissions ---------------------------------------------------------------------- Ran 4 tests in 0.161s FAILED (failures=4) test test_tarfile failed 15 tests failed again: test_cmd_line_script test_dbm_gnu test_import test_mailbox test_ntpath test_os test_pathlib test_posix test_posixpath test_shutil test_socket test_sqlite3 test_tarfile test_unicode_file test_zipimport == Tests result: FAILURE then FAILURE == 10 slowest tests: - test_tarfile: 5 min 9 sec - test.test_multiprocessing_spawn.test_processes: 2 min 41 sec - test_pathlib: 2 min 39 sec - test.test_multiprocessing_forkserver.test_processes: 1 min 58 sec - test.test_multiprocessing_spawn.test_misc: 1 min 56 sec - test_subprocess: 1 min 54 sec - test.test_multiprocessing_spawn.test_manager: 1 min 16 sec - test_regrtest: 1 min 6 sec - test_multiprocessing_main_handling: 1 min 5 sec - test.test_concurrent_futures.test_wait: 54.5 sec 14 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test_android test_devpoll test_free_threading test_kqueue test_launcher test_msvcrt test_startfile test_winapi test_winconsoleio test_winreg test_winsound test_wmi 2 tests skipped (resource denied): test_peg_generator test_zipfile64 15 re-run tests: test_cmd_line_script test_dbm_gnu test_import test_mailbox test_ntpath test_os test_pathlib test_posix test_posixpath test_shutil test_socket test_sqlite3 test_tarfile test_unicode_file test_zipimport 15 tests failed: test_cmd_line_script test_dbm_gnu test_import test_mailbox test_ntpath test_os test_pathlib test_posix test_posixpath test_shutil test_socket test_sqlite3 test_tarfile test_unicode_file test_zipimport 447 tests OK. Total duration: 6 min 59 sec Total tests: run=45,757 failures=56 skipped=1,977 Total test files: run=491/478 failed=15 skipped=14 resource_denied=2 rerun=15 Result: FAILURE then FAILURE