Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_pathlib.py::unmodified

== PyPy 3.12.13 (22398ecb2727, Aug 16 2026, 03:42:44) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.1.0-22-amd64-x86_64-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_1675920æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network

Using random seed: 2871119652
0:00:00 load avg: 2.11 Run 1 test sequentially in a single process
0:00:00 load avg: 2.11 [1/1] test_pathlib
test_rtruediv (test.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok
test_truediv (test.test_pathlib.CompatiblePathTest.test_truediv) ... ok
test_absolute_common (test.test_pathlib.PathSubclassTest.test_absolute_common) ... ok
test_chmod (test.test_pathlib.PathSubclassTest.test_chmod) ... ok
test_chmod_follow_symlinks_true (test.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true) ... ok
test_complex_symlinks_absolute (test.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute) ... ok
test_complex_symlinks_relative (test.test_pathlib.PathSubclassTest.test_complex_symlinks_relative) ... ok
test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot) ... ok
test_cwd (test.test_pathlib.PathSubclassTest.test_cwd) ... ok
test_empty_path (test.test_pathlib.PathSubclassTest.test_empty_path) ... ok
test_exists (test.test_pathlib.PathSubclassTest.test_exists) ... ok
test_expanduser_common (test.test_pathlib.PathSubclassTest.test_expanduser_common) ... ok
test_glob_above_recursion_limit (test.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit) ... ok
test_glob_case_sensitive (test.test_pathlib.PathSubclassTest.test_glob_case_sensitive) ... ok
test_glob_common (test.test_pathlib.PathSubclassTest.test_glob_common) ... ok
test_glob_dotdot (test.test_pathlib.PathSubclassTest.test_glob_dotdot) ... ok
test_glob_long_symlink (test.test_pathlib.PathSubclassTest.test_glob_long_symlink) ... ok
test_glob_many_open_files (test.test_pathlib.PathSubclassTest.test_glob_many_open_files) ... ok
test_glob_permissions (test.test_pathlib.PathSubclassTest.test_glob_permissions) ... ok
test_group (test.test_pathlib.PathSubclassTest.test_group) ... ok
test_hardlink_to (test.test_pathlib.PathSubclassTest.test_hardlink_to) ... ok
test_home (test.test_pathlib.PathSubclassTest.test_home) ... ok
test_is_block_device_false (test.test_pathlib.PathSubclassTest.test_is_block_device_false) ... ok
test_is_char_device_false (test.test_pathlib.PathSubclassTest.test_is_char_device_false) ... ok
test_is_char_device_true (test.test_pathlib.PathSubclassTest.test_is_char_device_true) ... ok
test_is_dir (test.test_pathlib.PathSubclassTest.test_is_dir) ... ok
test_is_fifo_false (test.test_pathlib.PathSubclassTest.test_is_fifo_false) ... ok
test_is_fifo_true (test.test_pathlib.PathSubclassTest.test_is_fifo_true) ... ok
test_is_file (test.test_pathlib.PathSubclassTest.test_is_file) ... ok
test_is_junction (test.test_pathlib.PathSubclassTest.test_is_junction) ... ok
test_is_mount (test.test_pathlib.PathSubclassTest.test_is_mount) ... ok
test_is_socket_false (test.test_pathlib.PathSubclassTest.test_is_socket_false) ... ok
test_is_socket_true (test.test_pathlib.PathSubclassTest.test_is_socket_true) ... ok
test_is_symlink (test.test_pathlib.PathSubclassTest.test_is_symlink) ... ok
test_iterdir (test.test_pathlib.PathSubclassTest.test_iterdir) ... ok
test_iterdir_nodir (test.test_pathlib.PathSubclassTest.test_iterdir_nodir) ... ok
test_iterdir_symlink (test.test_pathlib.PathSubclassTest.test_iterdir_symlink) ... ok
test_link_to_not_implemented (test.test_pathlib.PathSubclassTest.test_link_to_not_implemented) ... skipped 'os.link() is present'
test_lstat (test.test_pathlib.PathSubclassTest.test_lstat) ... ok
test_lstat_nosymlink (test.test_pathlib.PathSubclassTest.test_lstat_nosymlink) ... ok
test_mkdir (test.test_pathlib.PathSubclassTest.test_mkdir) ... ok
test_mkdir_concurrent_parent_creation (test.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation) ... ok
test_mkdir_exist_ok (test.test_pathlib.PathSubclassTest.test_mkdir_exist_ok) ... ok
test_mkdir_exist_ok_root (test.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root) ... ok
test_mkdir_exist_ok_with_parent (test.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent) ... ok
test_mkdir_no_parents_file (test.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file) ... ok
test_mkdir_parents (test.test_pathlib.PathSubclassTest.test_mkdir_parents) ... ok
test_mkdir_with_child_file (test.test_pathlib.PathSubclassTest.test_mkdir_with_child_file) ... ok
test_mkdir_with_unknown_drive (test.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system'
test_open_common (test.test_pathlib.PathSubclassTest.test_open_common) ... ok
test_owner (test.test_pathlib.PathSubclassTest.test_owner) ... ok
test_parts_interning (test.test_pathlib.PathSubclassTest.test_parts_interning) ... ok
test_passing_kwargs_deprecated (test.test_pathlib.PathSubclassTest.test_passing_kwargs_deprecated) ... ok
test_pickling_common (test.test_pathlib.PathSubclassTest.test_pickling_common) ... ok
test_read_write_bytes (test.test_pathlib.PathSubclassTest.test_read_write_bytes) ... ok
test_read_write_text (test.test_pathlib.PathSubclassTest.test_read_write_text) ... ok
test_readlink (test.test_pathlib.PathSubclassTest.test_readlink) ... ok
test_rename (test.test_pathlib.PathSubclassTest.test_rename) ... ok
test_replace (test.test_pathlib.PathSubclassTest.test_replace) ... ok
test_resolve_common (test.test_pathlib.PathSubclassTest.test_resolve_common) ... ok
test_resolve_dot (test.test_pathlib.PathSubclassTest.test_resolve_dot) ... ok
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671) ... ok
test_rglob_common (test.test_pathlib.PathSubclassTest.test_rglob_common) ... ok
test_rglob_symlink_loop (test.test_pathlib.PathSubclassTest.test_rglob_symlink_loop) ... ok
test_rmdir (test.test_pathlib.PathSubclassTest.test_rmdir) ... ok
test_samefile (test.test_pathlib.PathSubclassTest.test_samefile) ... ok
test_stat (test.test_pathlib.PathSubclassTest.test_stat) ... ok
test_stat_no_follow_symlinks (test.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks) ... ok
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink) ... ok
test_symlink_to (test.test_pathlib.PathSubclassTest.test_symlink_to) ... ok
test_touch_common (test.test_pathlib.PathSubclassTest.test_touch_common) ... ok
test_touch_nochange (test.test_pathlib.PathSubclassTest.test_touch_nochange) ... ok
test_unlink (test.test_pathlib.PathSubclassTest.test_unlink) ... ok
test_unlink_missing_ok (test.test_pathlib.PathSubclassTest.test_unlink_missing_ok) ... ok
test_with (test.test_pathlib.PathSubclassTest.test_with) ... ok
test_with_segments (test.test_pathlib.PathSubclassTest.test_with_segments) ... ok
test_write_text_with_newlines (test.test_pathlib.PathSubclassTest.test_write_text_with_newlines) ... ok
test_absolute_common (test.test_pathlib.PathTest.test_absolute_common) ... ok
test_chmod (test.test_pathlib.PathTest.test_chmod) ... ok
test_chmod_follow_symlinks_true (test.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... ok
test_complex_symlinks_absolute (test.test_pathlib.PathTest.test_complex_symlinks_absolute) ... ok
test_complex_symlinks_relative (test.test_pathlib.PathTest.test_complex_symlinks_relative) ... ok
test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot) ... ok
test_concrete_class (test.test_pathlib.PathTest.test_concrete_class) ... ok
test_cwd (test.test_pathlib.PathTest.test_cwd) ... ok
test_empty_path (test.test_pathlib.PathTest.test_empty_path) ... ok
test_exists (test.test_pathlib.PathTest.test_exists) ... ok
test_expanduser_common (test.test_pathlib.PathTest.test_expanduser_common) ... ok
test_glob_above_recursion_limit (test.test_pathlib.PathTest.test_glob_above_recursion_limit) ... ok
test_glob_case_sensitive (test.test_pathlib.PathTest.test_glob_case_sensitive) ... ok
test_glob_common (test.test_pathlib.PathTest.test_glob_common) ... ok
test_glob_dotdot (test.test_pathlib.PathTest.test_glob_dotdot) ... ok
test_glob_empty_pattern (test.test_pathlib.PathTest.test_glob_empty_pattern) ... ok
test_glob_long_symlink (test.test_pathlib.PathTest.test_glob_long_symlink) ... ok
test_glob_many_open_files (test.test_pathlib.PathTest.test_glob_many_open_files) ... ok
test_glob_permissions (test.test_pathlib.PathTest.test_glob_permissions) ... ok
test_group (test.test_pathlib.PathTest.test_group) ... ok
test_hardlink_to (test.test_pathlib.PathTest.test_hardlink_to) ... ok
test_home (test.test_pathlib.PathTest.test_home) ... ok
test_is_block_device_false (test.test_pathlib.PathTest.test_is_block_device_false) ... ok
test_is_char_device_false (test.test_pathlib.PathTest.test_is_char_device_false) ... ok
test_is_char_device_true (test.test_pathlib.PathTest.test_is_char_device_true) ... ok
test_is_dir (test.test_pathlib.PathTest.test_is_dir) ... ok
test_is_fifo_false (test.test_pathlib.PathTest.test_is_fifo_false) ... ok
test_is_fifo_true (test.test_pathlib.PathTest.test_is_fifo_true) ... ok
test_is_file (test.test_pathlib.PathTest.test_is_file) ... ok
test_is_junction (test.test_pathlib.PathTest.test_is_junction) ... ok
test_is_mount (test.test_pathlib.PathTest.test_is_mount) ... ok
test_is_socket_false (test.test_pathlib.PathTest.test_is_socket_false) ... ok
test_is_socket_true (test.test_pathlib.PathTest.test_is_socket_true) ... ok
test_is_symlink (test.test_pathlib.PathTest.test_is_symlink) ... ok
test_iterdir (test.test_pathlib.PathTest.test_iterdir) ... ok
test_iterdir_nodir (test.test_pathlib.PathTest.test_iterdir_nodir) ... ok
test_iterdir_symlink (test.test_pathlib.PathTest.test_iterdir_symlink) ... ok
test_link_to_not_implemented (test.test_pathlib.PathTest.test_link_to_not_implemented) ... skipped 'os.link() is present'
test_lstat (test.test_pathlib.PathTest.test_lstat) ... ok
test_lstat_nosymlink (test.test_pathlib.PathTest.test_lstat_nosymlink) ... ok
test_mkdir (test.test_pathlib.PathTest.test_mkdir) ... ok
test_mkdir_concurrent_parent_creation (test.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation) ... ok
test_mkdir_exist_ok (test.test_pathlib.PathTest.test_mkdir_exist_ok) ... ok
test_mkdir_exist_ok_root (test.test_pathlib.PathTest.test_mkdir_exist_ok_root) ... ok
test_mkdir_exist_ok_with_parent (test.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent) ... ok
test_mkdir_no_parents_file (test.test_pathlib.PathTest.test_mkdir_no_parents_file) ... ok
test_mkdir_parents (test.test_pathlib.PathTest.test_mkdir_parents) ... ok
test_mkdir_with_child_file (test.test_pathlib.PathTest.test_mkdir_with_child_file) ... ok
test_mkdir_with_unknown_drive (test.test_pathlib.PathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system'
test_open_common (test.test_pathlib.PathTest.test_open_common) ... ok
test_owner (test.test_pathlib.PathTest.test_owner) ... ok
test_parts_interning (test.test_pathlib.PathTest.test_parts_interning) ... FAIL
test_passing_kwargs_deprecated (test.test_pathlib.PathTest.test_passing_kwargs_deprecated) ... ok
test_pickling_common (test.test_pathlib.PathTest.test_pickling_common) ... ok
test_read_write_bytes (test.test_pathlib.PathTest.test_read_write_bytes) ... ok
test_read_write_text (test.test_pathlib.PathTest.test_read_write_text) ... ok
test_readlink (test.test_pathlib.PathTest.test_readlink) ... ok
test_rename (test.test_pathlib.PathTest.test_rename) ... ok
test_replace (test.test_pathlib.PathTest.test_replace) ... ok
test_resolve_common (test.test_pathlib.PathTest.test_resolve_common) ... ok
test_resolve_dot (test.test_pathlib.PathTest.test_resolve_dot) ... ok
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671) ... ok
test_rglob_common (test.test_pathlib.PathTest.test_rglob_common) ... ok
test_rglob_symlink_loop (test.test_pathlib.PathTest.test_rglob_symlink_loop) ... ok
test_rmdir (test.test_pathlib.PathTest.test_rmdir) ... ok
test_samefile (test.test_pathlib.PathTest.test_samefile) ... ok
test_stat (test.test_pathlib.PathTest.test_stat) ... ok
test_stat_no_follow_symlinks (test.test_pathlib.PathTest.test_stat_no_follow_symlinks) ... ok
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink) ... ok
test_symlink_to (test.test_pathlib.PathTest.test_symlink_to) ... ok
test_touch_common (test.test_pathlib.PathTest.test_touch_common) ... ok
test_touch_nochange (test.test_pathlib.PathTest.test_touch_nochange) ... ok
test_unlink (test.test_pathlib.PathTest.test_unlink) ... ok
test_unlink_missing_ok (test.test_pathlib.PathTest.test_unlink_missing_ok) ... ok
test_unsupported_flavour (test.test_pathlib.PathTest.test_unsupported_flavour) ... ok
test_with (test.test_pathlib.PathTest.test_with) ... ok
test_with_segments (test.test_pathlib.PathTest.test_with_segments) ... ok
test_write_text_with_newlines (test.test_pathlib.PathTest.test_write_text_with_newlines) ... ok
test_anchor_common (test.test_pathlib.PosixPathAsPureTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.PosixPathAsPureTest.test_as_posix_common) ... ok
test_as_uri (test.test_pathlib.PosixPathAsPureTest.test_as_uri) ... ok
test_as_uri_common (test.test_pathlib.PosixPathAsPureTest.test_as_uri_common) ... ok
test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest.test_as_uri_non_ascii) ... ok
test_bytes (test.test_pathlib.PosixPathAsPureTest.test_bytes) ... ok
test_constructor_common (test.test_pathlib.PosixPathAsPureTest.test_constructor_common) ... ok
test_div (test.test_pathlib.PosixPathAsPureTest.test_div) ... ok
test_div_common (test.test_pathlib.PosixPathAsPureTest.test_div_common) ... ok
test_drive_common (test.test_pathlib.PosixPathAsPureTest.test_drive_common) ... ok
test_drive_root_parts (test.test_pathlib.PosixPathAsPureTest.test_drive_root_parts) ... ok
test_drive_root_parts_common (test.test_pathlib.PosixPathAsPureTest.test_drive_root_parts_common) ... ok
test_eq (test.test_pathlib.PosixPathAsPureTest.test_eq) ... ok
test_eq_common (test.test_pathlib.PosixPathAsPureTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.PosixPathAsPureTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.PosixPathAsPureTest.test_fspath_common) ... ok
test_is_absolute (test.test_pathlib.PosixPathAsPureTest.test_is_absolute) ... ok
test_is_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_is_relative_to_common) ... ok
test_is_reserved (test.test_pathlib.PosixPathAsPureTest.test_is_reserved) ... ok
test_join (test.test_pathlib.PosixPathAsPureTest.test_join) ... ok
test_join_common (test.test_pathlib.PosixPathAsPureTest.test_join_common) ... ok
test_match (test.test_pathlib.PosixPathAsPureTest.test_match) ... ok
test_match_common (test.test_pathlib.PosixPathAsPureTest.test_match_common) ... ok
test_name_common (test.test_pathlib.PosixPathAsPureTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.PosixPathAsPureTest.test_ordering_common) ... ok
test_parent_common (test.test_pathlib.PosixPathAsPureTest.test_parent_common) ... ok
test_parents_common (test.test_pathlib.PosixPathAsPureTest.test_parents_common) ... ok
test_parse_windows_path (test.test_pathlib.PosixPathAsPureTest.test_parse_windows_path) ... ok
test_parts_common (test.test_pathlib.PosixPathAsPureTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.PosixPathAsPureTest.test_pickling_common) ... ok
test_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.PosixPathAsPureTest.test_repr_common) ... ok
test_repr_roundtrips (test.test_pathlib.PosixPathAsPureTest.test_repr_roundtrips) ... ok
test_root (test.test_pathlib.PosixPathAsPureTest.test_root) ... ok
test_root_common (test.test_pathlib.PosixPathAsPureTest.test_root_common) ... ok
test_stem_common (test.test_pathlib.PosixPathAsPureTest.test_stem_common) ... ok
test_str_common (test.test_pathlib.PosixPathAsPureTest.test_str_common) ... ok
test_str_subclass_common (test.test_pathlib.PosixPathAsPureTest.test_str_subclass_common) ... ok
test_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_suffix_common) ... ok
test_suffixes_common (test.test_pathlib.PosixPathAsPureTest.test_suffixes_common) ... ok
test_with_name_common (test.test_pathlib.PosixPathAsPureTest.test_with_name_common) ... ok
test_with_segments_common (test.test_pathlib.PosixPathAsPureTest.test_with_segments_common) ... ok
test_with_stem_common (test.test_pathlib.PosixPathAsPureTest.test_with_stem_common) ... ok
test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_with_suffix_common) ... ok
test_absolute (test.test_pathlib.PosixPathTest.test_absolute) ... ok
test_absolute_common (test.test_pathlib.PosixPathTest.test_absolute_common) ... ok
test_chmod (test.test_pathlib.PosixPathTest.test_chmod) ... ok
test_chmod_follow_symlinks_true (test.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... ok
test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... ok
test_complex_symlinks_relative (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... ok
test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... ok
test_cwd (test.test_pathlib.PosixPathTest.test_cwd) ... ok
test_empty_path (test.test_pathlib.PosixPathTest.test_empty_path) ... ok
test_exists (test.test_pathlib.PosixPathTest.test_exists) ... ok
test_expanduser (test.test_pathlib.PosixPathTest.test_expanduser) ... ok
test_expanduser_common (test.test_pathlib.PosixPathTest.test_expanduser_common) ... ok
test_glob (test.test_pathlib.PosixPathTest.test_glob) ... ok
test_glob_above_recursion_limit (test.test_pathlib.PosixPathTest.test_glob_above_recursion_limit) ... ok
test_glob_case_sensitive (test.test_pathlib.PosixPathTest.test_glob_case_sensitive) ... ok
test_glob_common (test.test_pathlib.PosixPathTest.test_glob_common) ... ok
test_glob_dotdot (test.test_pathlib.PosixPathTest.test_glob_dotdot) ... ok
test_glob_long_symlink (test.test_pathlib.PosixPathTest.test_glob_long_symlink) ... ok
test_glob_many_open_files (test.test_pathlib.PosixPathTest.test_glob_many_open_files) ... ok
test_glob_permissions (test.test_pathlib.PosixPathTest.test_glob_permissions) ... ok
test_group (test.test_pathlib.PosixPathTest.test_group) ... ok
test_handling_bad_descriptor (test.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS'
test_hardlink_to (test.test_pathlib.PosixPathTest.test_hardlink_to) ... ok
test_home (test.test_pathlib.PosixPathTest.test_home) ... ok
test_is_block_device_false (test.test_pathlib.PosixPathTest.test_is_block_device_false) ... ok
test_is_char_device_false (test.test_pathlib.PosixPathTest.test_is_char_device_false) ... ok
test_is_char_device_true (test.test_pathlib.PosixPathTest.test_is_char_device_true) ... ok
test_is_dir (test.test_pathlib.PosixPathTest.test_is_dir) ... ok
test_is_fifo_false (test.test_pathlib.PosixPathTest.test_is_fifo_false) ... ok
test_is_fifo_true (test.test_pathlib.PosixPathTest.test_is_fifo_true) ... ok
test_is_file (test.test_pathlib.PosixPathTest.test_is_file) ... ok
test_is_junction (test.test_pathlib.PosixPathTest.test_is_junction) ... ok
test_is_mount (test.test_pathlib.PosixPathTest.test_is_mount) ... ok
test_is_socket_false (test.test_pathlib.PosixPathTest.test_is_socket_false) ... ok
test_is_socket_true (test.test_pathlib.PosixPathTest.test_is_socket_true) ... ok
test_is_symlink (test.test_pathlib.PosixPathTest.test_is_symlink) ... ok
test_iterdir (test.test_pathlib.PosixPathTest.test_iterdir) ... ok
test_iterdir_nodir (test.test_pathlib.PosixPathTest.test_iterdir_nodir) ... ok
test_iterdir_symlink (test.test_pathlib.PosixPathTest.test_iterdir_symlink) ... ok
test_link_to_not_implemented (test.test_pathlib.PosixPathTest.test_link_to_not_implemented) ... skipped 'os.link() is present'
test_lstat (test.test_pathlib.PosixPathTest.test_lstat) ... ok
test_lstat_nosymlink (test.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... ok
test_mkdir (test.test_pathlib.PosixPathTest.test_mkdir) ... ok
test_mkdir_concurrent_parent_creation (test.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... ok
test_mkdir_exist_ok (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... ok
test_mkdir_exist_ok_root (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... ok
test_mkdir_exist_ok_with_parent (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... ok
test_mkdir_no_parents_file (test.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... ok
test_mkdir_parents (test.test_pathlib.PosixPathTest.test_mkdir_parents) ... ok
test_mkdir_with_child_file (test.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... ok
test_mkdir_with_unknown_drive (test.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system'
test_open_common (test.test_pathlib.PosixPathTest.test_open_common) ... ok
test_open_mode (test.test_pathlib.PosixPathTest.test_open_mode) ... ok
test_owner (test.test_pathlib.PosixPathTest.test_owner) ... ok
test_parts_interning (test.test_pathlib.PosixPathTest.test_parts_interning) ... ok
test_passing_kwargs_deprecated (test.test_pathlib.PosixPathTest.test_passing_kwargs_deprecated) ... ok
test_pickling_common (test.test_pathlib.PosixPathTest.test_pickling_common) ... ok
test_read_write_bytes (test.test_pathlib.PosixPathTest.test_read_write_bytes) ... ok
test_read_write_text (test.test_pathlib.PosixPathTest.test_read_write_text) ... ok
test_readlink (test.test_pathlib.PosixPathTest.test_readlink) ... ok
test_rename (test.test_pathlib.PosixPathTest.test_rename) ... ok
test_replace (test.test_pathlib.PosixPathTest.test_replace) ... ok
test_resolve_common (test.test_pathlib.PosixPathTest.test_resolve_common) ... ok
test_resolve_dot (test.test_pathlib.PosixPathTest.test_resolve_dot) ... ok
test_resolve_loop (test.test_pathlib.PosixPathTest.test_resolve_loop) ... ok
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... ok
test_resolve_root (test.test_pathlib.PosixPathTest.test_resolve_root) ... ok
test_rglob (test.test_pathlib.PosixPathTest.test_rglob) ... ok
test_rglob_common (test.test_pathlib.PosixPathTest.test_rglob_common) ... ok
test_rglob_symlink_loop (test.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... ok
test_rmdir (test.test_pathlib.PosixPathTest.test_rmdir) ... ok
test_samefile (test.test_pathlib.PosixPathTest.test_samefile) ... ok
test_stat (test.test_pathlib.PosixPathTest.test_stat) ... ok
test_stat_no_follow_symlinks (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... ok
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok
test_symlink_to (test.test_pathlib.PosixPathTest.test_symlink_to) ... ok
test_touch_common (test.test_pathlib.PosixPathTest.test_touch_common) ... ok
test_touch_mode (test.test_pathlib.PosixPathTest.test_touch_mode) ... ok
test_touch_nochange (test.test_pathlib.PosixPathTest.test_touch_nochange) ... ok
test_unlink (test.test_pathlib.PosixPathTest.test_unlink) ... ok
test_unlink_missing_ok (test.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... ok
test_with (test.test_pathlib.PosixPathTest.test_with) ... ok
test_with_segments (test.test_pathlib.PosixPathTest.test_with_segments) ... ok
test_write_text_with_newlines (test.test_pathlib.PosixPathTest.test_write_text_with_newlines) ... ok
test_anchor_common (test.test_pathlib.PurePathSubclassTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.PurePathSubclassTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.PurePathSubclassTest.test_as_posix_common) ... ok
test_as_uri_common (test.test_pathlib.PurePathSubclassTest.test_as_uri_common) ... ok
test_bytes (test.test_pathlib.PurePathSubclassTest.test_bytes) ... ok
test_constructor_common (test.test_pathlib.PurePathSubclassTest.test_constructor_common) ... ok
test_div_common (test.test_pathlib.PurePathSubclassTest.test_div_common) ... ok
test_drive_common (test.test_pathlib.PurePathSubclassTest.test_drive_common) ... ok
test_drive_root_parts_common (test.test_pathlib.PurePathSubclassTest.test_drive_root_parts_common) ... ok
test_eq_common (test.test_pathlib.PurePathSubclassTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.PurePathSubclassTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.PurePathSubclassTest.test_fspath_common) ... ok
test_is_relative_to_common (test.test_pathlib.PurePathSubclassTest.test_is_relative_to_common) ... ok
test_join_common (test.test_pathlib.PurePathSubclassTest.test_join_common) ... ok
test_match_common (test.test_pathlib.PurePathSubclassTest.test_match_common) ... ok
test_name_common (test.test_pathlib.PurePathSubclassTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.PurePathSubclassTest.test_ordering_common) ... ok
test_parent_common (test.test_pathlib.PurePathSubclassTest.test_parent_common) ... ok
test_parents_common (test.test_pathlib.PurePathSubclassTest.test_parents_common) ... ok
test_parts_common (test.test_pathlib.PurePathSubclassTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.PurePathSubclassTest.test_pickling_common) ... ok
test_relative_to_common (test.test_pathlib.PurePathSubclassTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.PurePathSubclassTest.test_repr_common) ... ok
test_root_common (test.test_pathlib.PurePathSubclassTest.test_root_common) ... ok
test_stem_common (test.test_pathlib.PurePathSubclassTest.test_stem_common) ... ok
test_str_common (test.test_pathlib.PurePathSubclassTest.test_str_common) ... ok
test_str_subclass_common (test.test_pathlib.PurePathSubclassTest.test_str_subclass_common) ... ok
test_suffix_common (test.test_pathlib.PurePathSubclassTest.test_suffix_common) ... ok
test_suffixes_common (test.test_pathlib.PurePathSubclassTest.test_suffixes_common) ... ok
test_with_name_common (test.test_pathlib.PurePathSubclassTest.test_with_name_common) ... ok
test_with_segments_common (test.test_pathlib.PurePathSubclassTest.test_with_segments_common) ... ok
test_with_stem_common (test.test_pathlib.PurePathSubclassTest.test_with_stem_common) ... ok
test_with_suffix_common (test.test_pathlib.PurePathSubclassTest.test_with_suffix_common) ... ok
test_anchor_common (test.test_pathlib.PurePathTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.PurePathTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.PurePathTest.test_as_posix_common) ... ok
test_as_uri_common (test.test_pathlib.PurePathTest.test_as_uri_common) ... ok
test_bytes (test.test_pathlib.PurePathTest.test_bytes) ... ok
test_concrete_class (test.test_pathlib.PurePathTest.test_concrete_class) ... ok
test_constructor_common (test.test_pathlib.PurePathTest.test_constructor_common) ... ok
test_different_flavours_unequal (test.test_pathlib.PurePathTest.test_different_flavours_unequal) ... ok
test_different_flavours_unordered (test.test_pathlib.PurePathTest.test_different_flavours_unordered) ... ok
test_div_common (test.test_pathlib.PurePathTest.test_div_common) ... ok
test_drive_common (test.test_pathlib.PurePathTest.test_drive_common) ... ok
test_drive_root_parts_common (test.test_pathlib.PurePathTest.test_drive_root_parts_common) ... ok
test_eq_common (test.test_pathlib.PurePathTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.PurePathTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.PurePathTest.test_fspath_common) ... ok
test_is_relative_to_common (test.test_pathlib.PurePathTest.test_is_relative_to_common) ... ok
test_join_common (test.test_pathlib.PurePathTest.test_join_common) ... ok
test_match_common (test.test_pathlib.PurePathTest.test_match_common) ... ok
test_name_common (test.test_pathlib.PurePathTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.PurePathTest.test_ordering_common) ... ok
test_parent_common (test.test_pathlib.PurePathTest.test_parent_common) ... ok
test_parents_common (test.test_pathlib.PurePathTest.test_parents_common) ... ok
test_parts_common (test.test_pathlib.PurePathTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.PurePathTest.test_pickling_common) ... ok
test_relative_to_common (test.test_pathlib.PurePathTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.PurePathTest.test_repr_common) ... ok
test_repr_roundtrips (test.test_pathlib.PurePathTest.test_repr_roundtrips) ... ok
test_root_common (test.test_pathlib.PurePathTest.test_root_common) ... ok
test_stem_common (test.test_pathlib.PurePathTest.test_stem_common) ... ok
test_str_common (test.test_pathlib.PurePathTest.test_str_common) ... ok
test_str_subclass_common (test.test_pathlib.PurePathTest.test_str_subclass_common) ... ok
test_suffix_common (test.test_pathlib.PurePathTest.test_suffix_common) ... ok
test_suffixes_common (test.test_pathlib.PurePathTest.test_suffixes_common) ... ok
test_with_name_common (test.test_pathlib.PurePathTest.test_with_name_common) ... ok
test_with_segments_common (test.test_pathlib.PurePathTest.test_with_segments_common) ... ok
test_with_stem_common (test.test_pathlib.PurePathTest.test_with_stem_common) ... ok
test_with_suffix_common (test.test_pathlib.PurePathTest.test_with_suffix_common) ... ok
test_anchor_common (test.test_pathlib.PurePosixPathTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.PurePosixPathTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.PurePosixPathTest.test_as_posix_common) ... ok
test_as_uri (test.test_pathlib.PurePosixPathTest.test_as_uri) ... ok
test_as_uri_common (test.test_pathlib.PurePosixPathTest.test_as_uri_common) ... ok
test_as_uri_non_ascii (test.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii) ... ok
test_bytes (test.test_pathlib.PurePosixPathTest.test_bytes) ... ok
test_constructor_common (test.test_pathlib.PurePosixPathTest.test_constructor_common) ... ok
test_div (test.test_pathlib.PurePosixPathTest.test_div) ... ok
test_div_common (test.test_pathlib.PurePosixPathTest.test_div_common) ... ok
test_drive_common (test.test_pathlib.PurePosixPathTest.test_drive_common) ... ok
test_drive_root_parts (test.test_pathlib.PurePosixPathTest.test_drive_root_parts) ... ok
test_drive_root_parts_common (test.test_pathlib.PurePosixPathTest.test_drive_root_parts_common) ... ok
test_eq (test.test_pathlib.PurePosixPathTest.test_eq) ... ok
test_eq_common (test.test_pathlib.PurePosixPathTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.PurePosixPathTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.PurePosixPathTest.test_fspath_common) ... ok
test_is_absolute (test.test_pathlib.PurePosixPathTest.test_is_absolute) ... ok
test_is_relative_to_common (test.test_pathlib.PurePosixPathTest.test_is_relative_to_common) ... ok
test_is_reserved (test.test_pathlib.PurePosixPathTest.test_is_reserved) ... ok
test_join (test.test_pathlib.PurePosixPathTest.test_join) ... ok
test_join_common (test.test_pathlib.PurePosixPathTest.test_join_common) ... ok
test_match (test.test_pathlib.PurePosixPathTest.test_match) ... ok
test_match_common (test.test_pathlib.PurePosixPathTest.test_match_common) ... ok
test_name_common (test.test_pathlib.PurePosixPathTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.PurePosixPathTest.test_ordering_common) ... ok
test_parent_common (test.test_pathlib.PurePosixPathTest.test_parent_common) ... ok
test_parents_common (test.test_pathlib.PurePosixPathTest.test_parents_common) ... ok
test_parse_windows_path (test.test_pathlib.PurePosixPathTest.test_parse_windows_path) ... ok
test_parts_common (test.test_pathlib.PurePosixPathTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.PurePosixPathTest.test_pickling_common) ... ok
test_relative_to_common (test.test_pathlib.PurePosixPathTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.PurePosixPathTest.test_repr_common) ... ok
test_repr_roundtrips (test.test_pathlib.PurePosixPathTest.test_repr_roundtrips) ... ok
test_root (test.test_pathlib.PurePosixPathTest.test_root) ... ok
test_root_common (test.test_pathlib.PurePosixPathTest.test_root_common) ... ok
test_stem_common (test.test_pathlib.PurePosixPathTest.test_stem_common) ... ok
test_str_common (test.test_pathlib.PurePosixPathTest.test_str_common) ... ok
test_str_subclass_common (test.test_pathlib.PurePosixPathTest.test_str_subclass_common) ... ok
test_suffix_common (test.test_pathlib.PurePosixPathTest.test_suffix_common) ... ok
test_suffixes_common (test.test_pathlib.PurePosixPathTest.test_suffixes_common) ... ok
test_with_name_common (test.test_pathlib.PurePosixPathTest.test_with_name_common) ... ok
test_with_segments_common (test.test_pathlib.PurePosixPathTest.test_with_segments_common) ... ok
test_with_stem_common (test.test_pathlib.PurePosixPathTest.test_with_stem_common) ... ok
test_with_suffix_common (test.test_pathlib.PurePosixPathTest.test_with_suffix_common) ... ok
test_anchor (test.test_pathlib.PureWindowsPathTest.test_anchor) ... ok
test_anchor_common (test.test_pathlib.PureWindowsPathTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.PureWindowsPathTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.PureWindowsPathTest.test_as_posix_common) ... ok
test_as_uri (test.test_pathlib.PureWindowsPathTest.test_as_uri) ... ok
test_as_uri_common (test.test_pathlib.PureWindowsPathTest.test_as_uri_common) ... ok
test_bytes (test.test_pathlib.PureWindowsPathTest.test_bytes) ... ok
test_constructor_common (test.test_pathlib.PureWindowsPathTest.test_constructor_common) ... ok
test_constructor_nested_foreign_flavour (test.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour) ... ok
test_div (test.test_pathlib.PureWindowsPathTest.test_div) ... ok
test_div_common (test.test_pathlib.PureWindowsPathTest.test_div_common) ... ok
test_drive (test.test_pathlib.PureWindowsPathTest.test_drive) ... ok
test_drive_common (test.test_pathlib.PureWindowsPathTest.test_drive_common) ... ok
test_drive_root_parts (test.test_pathlib.PureWindowsPathTest.test_drive_root_parts) ... ok
test_drive_root_parts_common (test.test_pathlib.PureWindowsPathTest.test_drive_root_parts_common) ... ok
test_eq (test.test_pathlib.PureWindowsPathTest.test_eq) ... ok
test_eq_common (test.test_pathlib.PureWindowsPathTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.PureWindowsPathTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.PureWindowsPathTest.test_fspath_common) ... ok
test_is_absolute (test.test_pathlib.PureWindowsPathTest.test_is_absolute) ... ok
test_is_relative_to (test.test_pathlib.PureWindowsPathTest.test_is_relative_to) ... ok
test_is_relative_to_common (test.test_pathlib.PureWindowsPathTest.test_is_relative_to_common) ... ok
test_is_reserved (test.test_pathlib.PureWindowsPathTest.test_is_reserved) ... ok
test_join (test.test_pathlib.PureWindowsPathTest.test_join) ... ok
test_join_common (test.test_pathlib.PureWindowsPathTest.test_join_common) ... ok
test_match (test.test_pathlib.PureWindowsPathTest.test_match) ... ok
test_match_common (test.test_pathlib.PureWindowsPathTest.test_match_common) ... ok
test_name (test.test_pathlib.PureWindowsPathTest.test_name) ... ok
test_name_common (test.test_pathlib.PureWindowsPathTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.PureWindowsPathTest.test_ordering_common) ... ok
test_parent (test.test_pathlib.PureWindowsPathTest.test_parent) ... ok
test_parent_common (test.test_pathlib.PureWindowsPathTest.test_parent_common) ... ok
test_parents (test.test_pathlib.PureWindowsPathTest.test_parents) ... ok
test_parents_common (test.test_pathlib.PureWindowsPathTest.test_parents_common) ... ok
test_parts (test.test_pathlib.PureWindowsPathTest.test_parts) ... ok
test_parts_common (test.test_pathlib.PureWindowsPathTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.PureWindowsPathTest.test_pickling_common) ... ok
test_relative_to (test.test_pathlib.PureWindowsPathTest.test_relative_to) ... ok
test_relative_to_common (test.test_pathlib.PureWindowsPathTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.PureWindowsPathTest.test_repr_common) ... ok
test_repr_roundtrips (test.test_pathlib.PureWindowsPathTest.test_repr_roundtrips) ... ok
test_root (test.test_pathlib.PureWindowsPathTest.test_root) ... ok
test_root_common (test.test_pathlib.PureWindowsPathTest.test_root_common) ... ok
test_stem (test.test_pathlib.PureWindowsPathTest.test_stem) ... ok
test_stem_common (test.test_pathlib.PureWindowsPathTest.test_stem_common) ... ok
test_str (test.test_pathlib.PureWindowsPathTest.test_str) ... ok
test_str_common (test.test_pathlib.PureWindowsPathTest.test_str_common) ... ok
test_str_subclass (test.test_pathlib.PureWindowsPathTest.test_str_subclass) ... ok
test_str_subclass_common (test.test_pathlib.PureWindowsPathTest.test_str_subclass_common) ... ok
test_suffix (test.test_pathlib.PureWindowsPathTest.test_suffix) ... ok
test_suffix_common (test.test_pathlib.PureWindowsPathTest.test_suffix_common) ... ok
test_suffixes (test.test_pathlib.PureWindowsPathTest.test_suffixes) ... ok
test_suffixes_common (test.test_pathlib.PureWindowsPathTest.test_suffixes_common) ... ok
test_with_name (test.test_pathlib.PureWindowsPathTest.test_with_name) ... ok
test_with_name_common (test.test_pathlib.PureWindowsPathTest.test_with_name_common) ... ok
test_with_segments_common (test.test_pathlib.PureWindowsPathTest.test_with_segments_common) ... ok
test_with_stem (test.test_pathlib.PureWindowsPathTest.test_with_stem) ... ok
test_with_stem_common (test.test_pathlib.PureWindowsPathTest.test_with_stem_common) ... ok
test_with_suffix (test.test_pathlib.PureWindowsPathTest.test_with_suffix) ... ok
test_with_suffix_common (test.test_pathlib.PureWindowsPathTest.test_with_suffix_common) ... ok
test_file_like_path (test.test_pathlib.WalkTests.test_file_like_path) ... ok
test_walk_above_recursion_limit (test.test_pathlib.WalkTests.test_walk_above_recursion_limit) ... ok
test_walk_bad_dir (test.test_pathlib.WalkTests.test_walk_bad_dir) ... ok
test_walk_bottom_up (test.test_pathlib.WalkTests.test_walk_bottom_up) ... ok
test_walk_follow_symlinks (test.test_pathlib.WalkTests.test_walk_follow_symlinks) ... ok
test_walk_many_open_files (test.test_pathlib.WalkTests.test_walk_many_open_files) ... ok
test_walk_prune (test.test_pathlib.WalkTests.test_walk_prune) ... ok
test_walk_symlink_location (test.test_pathlib.WalkTests.test_walk_symlink_location) ... ok
test_walk_topdown (test.test_pathlib.WalkTests.test_walk_topdown) ... ok
test_anchor (test.test_pathlib.WindowsPathAsPureTest.test_anchor) ... skipped 'test requires a Windows-compatible system'
test_anchor_common (test.test_pathlib.WindowsPathAsPureTest.test_anchor_common) ... skipped 'test requires a Windows-compatible system'
test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest.test_as_bytes_common) ... skipped 'test requires a Windows-compatible system'
test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest.test_as_posix_common) ... skipped 'test requires a Windows-compatible system'
test_as_uri (test.test_pathlib.WindowsPathAsPureTest.test_as_uri) ... skipped 'test requires a Windows-compatible system'
test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest.test_as_uri_common) ... skipped 'test requires a Windows-compatible system'
test_bytes (test.test_pathlib.WindowsPathAsPureTest.test_bytes) ... skipped 'test requires a Windows-compatible system'
test_constructor_common (test.test_pathlib.WindowsPathAsPureTest.test_constructor_common) ... skipped 'test requires a Windows-compatible system'
test_constructor_nested_foreign_flavour (test.test_pathlib.WindowsPathAsPureTest.test_constructor_nested_foreign_flavour) ... skipped 'test requires a Windows-compatible system'
test_div (test.test_pathlib.WindowsPathAsPureTest.test_div) ... skipped 'test requires a Windows-compatible system'
test_div_common (test.test_pathlib.WindowsPathAsPureTest.test_div_common) ... skipped 'test requires a Windows-compatible system'
test_drive (test.test_pathlib.WindowsPathAsPureTest.test_drive) ... skipped 'test requires a Windows-compatible system'
test_drive_common (test.test_pathlib.WindowsPathAsPureTest.test_drive_common) ... skipped 'test requires a Windows-compatible system'
test_drive_root_parts (test.test_pathlib.WindowsPathAsPureTest.test_drive_root_parts) ... skipped 'test requires a Windows-compatible system'
test_drive_root_parts_common (test.test_pathlib.WindowsPathAsPureTest.test_drive_root_parts_common) ... skipped 'test requires a Windows-compatible system'
test_eq (test.test_pathlib.WindowsPathAsPureTest.test_eq) ... skipped 'test requires a Windows-compatible system'
test_eq_common (test.test_pathlib.WindowsPathAsPureTest.test_eq_common) ... skipped 'test requires a Windows-compatible system'
test_equivalences (test.test_pathlib.WindowsPathAsPureTest.test_equivalences) ... skipped 'test requires a Windows-compatible system'
test_fspath_common (test.test_pathlib.WindowsPathAsPureTest.test_fspath_common) ... skipped 'test requires a Windows-compatible system'
test_group (test.test_pathlib.WindowsPathAsPureTest.test_group) ... skipped 'test requires a Windows-compatible system'
test_is_absolute (test.test_pathlib.WindowsPathAsPureTest.test_is_absolute) ... skipped 'test requires a Windows-compatible system'
test_is_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to) ... skipped 'test requires a Windows-compatible system'
test_is_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to_common) ... skipped 'test requires a Windows-compatible system'
test_is_reserved (test.test_pathlib.WindowsPathAsPureTest.test_is_reserved) ... skipped 'test requires a Windows-compatible system'
test_join (test.test_pathlib.WindowsPathAsPureTest.test_join) ... skipped 'test requires a Windows-compatible system'
test_join_common (test.test_pathlib.WindowsPathAsPureTest.test_join_common) ... skipped 'test requires a Windows-compatible system'
test_match (test.test_pathlib.WindowsPathAsPureTest.test_match) ... skipped 'test requires a Windows-compatible system'
test_match_common (test.test_pathlib.WindowsPathAsPureTest.test_match_common) ... skipped 'test requires a Windows-compatible system'
test_name (test.test_pathlib.WindowsPathAsPureTest.test_name) ... skipped 'test requires a Windows-compatible system'
test_name_common (test.test_pathlib.WindowsPathAsPureTest.test_name_common) ... skipped 'test requires a Windows-compatible system'
test_ordering_common (test.test_pathlib.WindowsPathAsPureTest.test_ordering_common) ... skipped 'test requires a Windows-compatible system'
test_owner (test.test_pathlib.WindowsPathAsPureTest.test_owner) ... skipped 'test requires a Windows-compatible system'
test_parent (test.test_pathlib.WindowsPathAsPureTest.test_parent) ... skipped 'test requires a Windows-compatible system'
test_parent_common (test.test_pathlib.WindowsPathAsPureTest.test_parent_common) ... skipped 'test requires a Windows-compatible system'
test_parents (test.test_pathlib.WindowsPathAsPureTest.test_parents) ... skipped 'test requires a Windows-compatible system'
test_parents_common (test.test_pathlib.WindowsPathAsPureTest.test_parents_common) ... skipped 'test requires a Windows-compatible system'
test_parts (test.test_pathlib.WindowsPathAsPureTest.test_parts) ... skipped 'test requires a Windows-compatible system'
test_parts_common (test.test_pathlib.WindowsPathAsPureTest.test_parts_common) ... skipped 'test requires a Windows-compatible system'
test_pickling_common (test.test_pathlib.WindowsPathAsPureTest.test_pickling_common) ... skipped 'test requires a Windows-compatible system'
test_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_relative_to) ... skipped 'test requires a Windows-compatible system'
test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_relative_to_common) ... skipped 'test requires a Windows-compatible system'
test_repr_common (test.test_pathlib.WindowsPathAsPureTest.test_repr_common) ... skipped 'test requires a Windows-compatible system'
test_repr_roundtrips (test.test_pathlib.WindowsPathAsPureTest.test_repr_roundtrips) ... skipped 'test requires a Windows-compatible system'
test_root (test.test_pathlib.WindowsPathAsPureTest.test_root) ... skipped 'test requires a Windows-compatible system'
test_root_common (test.test_pathlib.WindowsPathAsPureTest.test_root_common) ... skipped 'test requires a Windows-compatible system'
test_stem (test.test_pathlib.WindowsPathAsPureTest.test_stem) ... skipped 'test requires a Windows-compatible system'
test_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_stem_common) ... skipped 'test requires a Windows-compatible system'
test_str (test.test_pathlib.WindowsPathAsPureTest.test_str) ... skipped 'test requires a Windows-compatible system'
test_str_common (test.test_pathlib.WindowsPathAsPureTest.test_str_common) ... skipped 'test requires a Windows-compatible system'
test_str_subclass (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass) ... skipped 'test requires a Windows-compatible system'
test_str_subclass_common (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass_common) ... skipped 'test requires a Windows-compatible system'
test_suffix (test.test_pathlib.WindowsPathAsPureTest.test_suffix) ... skipped 'test requires a Windows-compatible system'
test_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_suffix_common) ... skipped 'test requires a Windows-compatible system'
test_suffixes (test.test_pathlib.WindowsPathAsPureTest.test_suffixes) ... skipped 'test requires a Windows-compatible system'
test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest.test_suffixes_common) ... skipped 'test requires a Windows-compatible system'
test_with_name (test.test_pathlib.WindowsPathAsPureTest.test_with_name) ... skipped 'test requires a Windows-compatible system'
test_with_name_common (test.test_pathlib.WindowsPathAsPureTest.test_with_name_common) ... skipped 'test requires a Windows-compatible system'
test_with_segments_common (test.test_pathlib.WindowsPathAsPureTest.test_with_segments_common) ... skipped 'test requires a Windows-compatible system'
test_with_stem (test.test_pathlib.WindowsPathAsPureTest.test_with_stem) ... skipped 'test requires a Windows-compatible system'
test_with_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_with_stem_common) ... skipped 'test requires a Windows-compatible system'
test_with_suffix (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix) ... skipped 'test requires a Windows-compatible system'
test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix_common) ... skipped 'test requires a Windows-compatible system'
test_absolute (test.test_pathlib.WindowsPathTest.test_absolute) ... skipped 'test requires a Windows-compatible system'
test_absolute_common (test.test_pathlib.WindowsPathTest.test_absolute_common) ... skipped 'test requires a Windows-compatible system'
test_chmod (test.test_pathlib.WindowsPathTest.test_chmod) ... skipped 'test requires a Windows-compatible system'
test_chmod_follow_symlinks_true (test.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a Windows-compatible system'
test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a Windows-compatible system'
test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... skipped 'test requires a Windows-compatible system'
test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a Windows-compatible system'
test_cwd (test.test_pathlib.WindowsPathTest.test_cwd) ... skipped 'test requires a Windows-compatible system'
test_empty_path (test.test_pathlib.WindowsPathTest.test_empty_path) ... skipped 'test requires a Windows-compatible system'
test_exists (test.test_pathlib.WindowsPathTest.test_exists) ... skipped 'test requires a Windows-compatible system'
test_expanduser (test.test_pathlib.WindowsPathTest.test_expanduser) ... skipped 'test requires a Windows-compatible system'
test_expanduser_common (test.test_pathlib.WindowsPathTest.test_expanduser_common) ... skipped 'test requires a Windows-compatible system'
test_glob (test.test_pathlib.WindowsPathTest.test_glob) ... skipped 'test requires a Windows-compatible system'
test_glob_above_recursion_limit (test.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) ... skipped 'test requires a Windows-compatible system'
test_glob_case_sensitive (test.test_pathlib.WindowsPathTest.test_glob_case_sensitive) ... skipped 'test requires a Windows-compatible system'
test_glob_common (test.test_pathlib.WindowsPathTest.test_glob_common) ... skipped 'test requires a Windows-compatible system'
test_glob_dotdot (test.test_pathlib.WindowsPathTest.test_glob_dotdot) ... skipped 'test requires a Windows-compatible system'
test_glob_long_symlink (test.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... skipped 'test requires a Windows-compatible system'
test_glob_many_open_files (test.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... skipped 'test requires a Windows-compatible system'
test_glob_permissions (test.test_pathlib.WindowsPathTest.test_glob_permissions) ... skipped 'test requires a Windows-compatible system'
test_group (test.test_pathlib.WindowsPathTest.test_group) ... skipped 'test requires a Windows-compatible system'
test_hardlink_to (test.test_pathlib.WindowsPathTest.test_hardlink_to) ... skipped 'test requires a Windows-compatible system'
test_home (test.test_pathlib.WindowsPathTest.test_home) ... skipped 'test requires a Windows-compatible system'
test_is_block_device_false (test.test_pathlib.WindowsPathTest.test_is_block_device_false) ... skipped 'test requires a Windows-compatible system'
test_is_char_device_false (test.test_pathlib.WindowsPathTest.test_is_char_device_false) ... skipped 'test requires a Windows-compatible system'
test_is_char_device_true (test.test_pathlib.WindowsPathTest.test_is_char_device_true) ... skipped 'test requires a Windows-compatible system'
test_is_dir (test.test_pathlib.WindowsPathTest.test_is_dir) ... skipped 'test requires a Windows-compatible system'
test_is_fifo_false (test.test_pathlib.WindowsPathTest.test_is_fifo_false) ... skipped 'test requires a Windows-compatible system'
test_is_fifo_true (test.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'test requires a Windows-compatible system'
test_is_file (test.test_pathlib.WindowsPathTest.test_is_file) ... skipped 'test requires a Windows-compatible system'
test_is_junction (test.test_pathlib.WindowsPathTest.test_is_junction) ... skipped 'test requires a Windows-compatible system'
test_is_mount (test.test_pathlib.WindowsPathTest.test_is_mount) ... skipped 'test requires a Windows-compatible system'
test_is_socket_false (test.test_pathlib.WindowsPathTest.test_is_socket_false) ... skipped 'test requires a Windows-compatible system'
test_is_socket_true (test.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'test requires a Windows-compatible system'
test_is_symlink (test.test_pathlib.WindowsPathTest.test_is_symlink) ... skipped 'test requires a Windows-compatible system'
test_iterdir (test.test_pathlib.WindowsPathTest.test_iterdir) ... skipped 'test requires a Windows-compatible system'
test_iterdir_nodir (test.test_pathlib.WindowsPathTest.test_iterdir_nodir) ... skipped 'test requires a Windows-compatible system'
test_iterdir_symlink (test.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... skipped 'test requires a Windows-compatible system'
test_link_to_not_implemented (test.test_pathlib.WindowsPathTest.test_link_to_not_implemented) ... skipped 'test requires a Windows-compatible system'
test_lstat (test.test_pathlib.WindowsPathTest.test_lstat) ... skipped 'test requires a Windows-compatible system'
test_lstat_nosymlink (test.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... skipped 'test requires a Windows-compatible system'
test_mkdir (test.test_pathlib.WindowsPathTest.test_mkdir) ... skipped 'test requires a Windows-compatible system'
test_mkdir_concurrent_parent_creation (test.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a Windows-compatible system'
test_mkdir_exist_ok (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... skipped 'test requires a Windows-compatible system'
test_mkdir_exist_ok_root (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a Windows-compatible system'
test_mkdir_exist_ok_with_parent (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a Windows-compatible system'
test_mkdir_no_parents_file (test.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a Windows-compatible system'
test_mkdir_parents (test.test_pathlib.WindowsPathTest.test_mkdir_parents) ... skipped 'test requires a Windows-compatible system'
test_mkdir_with_child_file (test.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... skipped 'test requires a Windows-compatible system'
test_mkdir_with_unknown_drive (test.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system'
test_open_common (test.test_pathlib.WindowsPathTest.test_open_common) ... skipped 'test requires a Windows-compatible system'
test_owner (test.test_pathlib.WindowsPathTest.test_owner) ... skipped 'test requires a Windows-compatible system'
test_parts_interning (test.test_pathlib.WindowsPathTest.test_parts_interning) ... skipped 'test requires a Windows-compatible system'
test_passing_kwargs_deprecated (test.test_pathlib.WindowsPathTest.test_passing_kwargs_deprecated) ... skipped 'test requires a Windows-compatible system'
test_pickling_common (test.test_pathlib.WindowsPathTest.test_pickling_common) ... skipped 'test requires a Windows-compatible system'
test_read_write_bytes (test.test_pathlib.WindowsPathTest.test_read_write_bytes) ... skipped 'test requires a Windows-compatible system'
test_read_write_text (test.test_pathlib.WindowsPathTest.test_read_write_text) ... skipped 'test requires a Windows-compatible system'
test_readlink (test.test_pathlib.WindowsPathTest.test_readlink) ... skipped 'test requires a Windows-compatible system'
test_rename (test.test_pathlib.WindowsPathTest.test_rename) ... skipped 'test requires a Windows-compatible system'
test_replace (test.test_pathlib.WindowsPathTest.test_replace) ... skipped 'test requires a Windows-compatible system'
test_resolve_common (test.test_pathlib.WindowsPathTest.test_resolve_common) ... skipped 'test requires a Windows-compatible system'
test_resolve_dot (test.test_pathlib.WindowsPathTest.test_resolve_dot) ... skipped 'test requires a Windows-compatible system'
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a Windows-compatible system'
test_rglob (test.test_pathlib.WindowsPathTest.test_rglob) ... skipped 'test requires a Windows-compatible system'
test_rglob_common (test.test_pathlib.WindowsPathTest.test_rglob_common) ... skipped 'test requires a Windows-compatible system'
test_rglob_symlink_loop (test.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... skipped 'test requires a Windows-compatible system'
test_rmdir (test.test_pathlib.WindowsPathTest.test_rmdir) ... skipped 'test requires a Windows-compatible system'
test_samefile (test.test_pathlib.WindowsPathTest.test_samefile) ... skipped 'test requires a Windows-compatible system'
test_stat (test.test_pathlib.WindowsPathTest.test_stat) ... skipped 'test requires a Windows-compatible system'
test_stat_no_follow_symlinks (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system'
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a Windows-compatible system'
test_symlink_to (test.test_pathlib.WindowsPathTest.test_symlink_to) ... skipped 'test requires a Windows-compatible system'
test_touch_common (test.test_pathlib.WindowsPathTest.test_touch_common) ... skipped 'test requires a Windows-compatible system'
test_touch_nochange (test.test_pathlib.WindowsPathTest.test_touch_nochange) ... skipped 'test requires a Windows-compatible system'
test_unlink (test.test_pathlib.WindowsPathTest.test_unlink) ... skipped 'test requires a Windows-compatible system'
test_unlink_missing_ok (test.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... skipped 'test requires a Windows-compatible system'
test_with (test.test_pathlib.WindowsPathTest.test_with) ... skipped 'test requires a Windows-compatible system'
test_with_segments (test.test_pathlib.WindowsPathTest.test_with_segments) ... skipped 'test requires a Windows-compatible system'
test_write_text_with_newlines (test.test_pathlib.WindowsPathTest.test_write_text_with_newlines) ... skipped 'test requires a Windows-compatible system'

======================================================================
FAIL: test_parts_interning (test.test_pathlib.PathTest.test_parts_interning)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/slave/pypy-c-jit-linux-x86-64/build/lib-python/3/test/test_pathlib.py", line 2667, in test_parts_interning
    self.assertIs(p.parts[1], q.parts[1])
         ^^^^^^^^
AssertionError: 'usr' is not 'usr'

----------------------------------------------------------------------
Ran 609 tests in 1.806s

FAILED (failures=1, skipped=148)
0:00:02 load avg: 2.11 [1/1/1] test_pathlib failed (1 failure)

== Tests result: FAILURE ==

1 test failed:
    test_pathlib

Total duration: 2.1 sec
Total tests: run=609 failures=1 skipped=148
Total test files: run=1/1 failed=1
Result: FAILURE
test test_pathlib failed
builder: pypy-c-jit-linux-x86-64 build #11928+
test: lib-python/3/test/test_pathlib.py::unmodified