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

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

== PyPy 3.11.15 (f0ba547da91c, Jul 01 2026, 03:54:35) [PyPy 7.3.24-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_7100æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 4022009971
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_pathlib
test_rtruediv (test.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok
test_truediv (test.test_pathlib.CompatiblePathTest.test_truediv) ... ok
test_parse_parts (test.test_pathlib.NTFlavourTest.test_parse_parts) ... ok
test_parse_parts_common (test.test_pathlib.NTFlavourTest.test_parse_parts_common) ... ok
test_splitroot (test.test_pathlib.NTFlavourTest.test_splitroot) ... 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) ... skipped 'test requires a POSIX-compatible system'
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_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) ... skipped 'the grp module is needed for this test'
test_hardlink_to (test.test_pathlib.PathTest.test_hardlink_to) ... ok
test_home (test.test_pathlib.PathTest.test_home) ... skipped 'Test requires pwd module to get homedir.'
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) ... skipped 'os.mkfifo() required'
test_is_file (test.test_pathlib.PathTest.test_is_file) ... ok
test_is_mount (test.test_pathlib.PathTest.test_is_mount) ... skipped 'test requires a POSIX-compatible system'
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) ... skipped 'Unix sockets required'
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 (test.test_pathlib.PathTest.test_link_to) ... 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) ... ok
test_open_common (test.test_pathlib.PathTest.test_open_common) ... ok
test_owner (test.test_pathlib.PathTest.test_owner) ... skipped 'the pwd module is needed for this test'
test_parts_interning (test.test_pathlib.PathTest.test_parts_interning) ... 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) ... FAIL
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_write_text_with_newlines (test.test_pathlib.PathTest.test_write_text_with_newlines) ... ok
test_parse_parts (test.test_pathlib.PosixFlavourTest.test_parse_parts) ... ok
test_parse_parts_common (test.test_pathlib.PosixFlavourTest.test_parse_parts_common) ... ok
test_splitroot (test.test_pathlib.PosixFlavourTest.test_splitroot) ... ok
test_anchor_common (test.test_pathlib.PosixPathAsPureTest.test_anchor_common) ... skipped 'test requires a POSIX-compatible system'
test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest.test_as_bytes_common) ... skipped 'test requires a POSIX-compatible system'
test_as_posix_common (test.test_pathlib.PosixPathAsPureTest.test_as_posix_common) ... skipped 'test requires a POSIX-compatible system'
test_as_uri (test.test_pathlib.PosixPathAsPureTest.test_as_uri) ... skipped 'test requires a POSIX-compatible system'
test_as_uri_common (test.test_pathlib.PosixPathAsPureTest.test_as_uri_common) ... skipped 'test requires a POSIX-compatible system'
test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest.test_as_uri_non_ascii) ... skipped 'test requires a POSIX-compatible system'
test_constructor_common (test.test_pathlib.PosixPathAsPureTest.test_constructor_common) ... skipped 'test requires a POSIX-compatible system'
test_div (test.test_pathlib.PosixPathAsPureTest.test_div) ... skipped 'test requires a POSIX-compatible system'
test_div_common (test.test_pathlib.PosixPathAsPureTest.test_div_common) ... skipped 'test requires a POSIX-compatible system'
test_drive_common (test.test_pathlib.PosixPathAsPureTest.test_drive_common) ... skipped 'test requires a POSIX-compatible system'
test_eq (test.test_pathlib.PosixPathAsPureTest.test_eq) ... skipped 'test requires a POSIX-compatible system'
test_eq_common (test.test_pathlib.PosixPathAsPureTest.test_eq_common) ... skipped 'test requires a POSIX-compatible system'
test_equivalences (test.test_pathlib.PosixPathAsPureTest.test_equivalences) ... skipped 'test requires a POSIX-compatible system'
test_fspath_common (test.test_pathlib.PosixPathAsPureTest.test_fspath_common) ... skipped 'test requires a POSIX-compatible system'
test_is_absolute (test.test_pathlib.PosixPathAsPureTest.test_is_absolute) ... skipped 'test requires a POSIX-compatible system'
test_is_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_is_relative_to_common) ... skipped 'test requires a POSIX-compatible system'
test_is_reserved (test.test_pathlib.PosixPathAsPureTest.test_is_reserved) ... skipped 'test requires a POSIX-compatible system'
test_join (test.test_pathlib.PosixPathAsPureTest.test_join) ... skipped 'test requires a POSIX-compatible system'
test_join_common (test.test_pathlib.PosixPathAsPureTest.test_join_common) ... skipped 'test requires a POSIX-compatible system'
test_match (test.test_pathlib.PosixPathAsPureTest.test_match) ... skipped 'test requires a POSIX-compatible system'
test_match_common (test.test_pathlib.PosixPathAsPureTest.test_match_common) ... skipped 'test requires a POSIX-compatible system'
test_name_common (test.test_pathlib.PosixPathAsPureTest.test_name_common) ... skipped 'test requires a POSIX-compatible system'
test_ordering_common (test.test_pathlib.PosixPathAsPureTest.test_ordering_common) ... skipped 'test requires a POSIX-compatible system'
test_parent_common (test.test_pathlib.PosixPathAsPureTest.test_parent_common) ... skipped 'test requires a POSIX-compatible system'
test_parents_common (test.test_pathlib.PosixPathAsPureTest.test_parents_common) ... skipped 'test requires a POSIX-compatible system'
test_parts_common (test.test_pathlib.PosixPathAsPureTest.test_parts_common) ... skipped 'test requires a POSIX-compatible system'
test_pickling_common (test.test_pathlib.PosixPathAsPureTest.test_pickling_common) ... skipped 'test requires a POSIX-compatible system'
test_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_relative_to_common) ... skipped 'test requires a POSIX-compatible system'
test_repr_common (test.test_pathlib.PosixPathAsPureTest.test_repr_common) ... skipped 'test requires a POSIX-compatible system'
test_root (test.test_pathlib.PosixPathAsPureTest.test_root) ... skipped 'test requires a POSIX-compatible system'
test_root_common (test.test_pathlib.PosixPathAsPureTest.test_root_common) ... skipped 'test requires a POSIX-compatible system'
test_stem_common (test.test_pathlib.PosixPathAsPureTest.test_stem_common) ... skipped 'test requires a POSIX-compatible system'
test_str_common (test.test_pathlib.PosixPathAsPureTest.test_str_common) ... skipped 'test requires a POSIX-compatible system'
test_str_subclass_common (test.test_pathlib.PosixPathAsPureTest.test_str_subclass_common) ... skipped 'test requires a POSIX-compatible system'
test_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_suffix_common) ... skipped 'test requires a POSIX-compatible system'
test_suffixes_common (test.test_pathlib.PosixPathAsPureTest.test_suffixes_common) ... skipped 'test requires a POSIX-compatible system'
test_with_name_common (test.test_pathlib.PosixPathAsPureTest.test_with_name_common) ... skipped 'test requires a POSIX-compatible system'
test_with_stem_common (test.test_pathlib.PosixPathAsPureTest.test_with_stem_common) ... skipped 'test requires a POSIX-compatible system'
test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_with_suffix_common) ... skipped 'test requires a POSIX-compatible system'
test_absolute (test.test_pathlib.PosixPathTest.test_absolute) ... skipped 'test requires a POSIX-compatible system'
test_absolute_common (test.test_pathlib.PosixPathTest.test_absolute_common) ... skipped 'test requires a POSIX-compatible system'
test_chmod (test.test_pathlib.PosixPathTest.test_chmod) ... skipped 'test requires a POSIX-compatible system'
test_chmod_follow_symlinks_true (test.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system'
test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a POSIX-compatible system'
test_complex_symlinks_relative (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... skipped 'test requires a POSIX-compatible system'
test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a POSIX-compatible system'
test_cwd (test.test_pathlib.PosixPathTest.test_cwd) ... skipped 'test requires a POSIX-compatible system'
test_empty_path (test.test_pathlib.PosixPathTest.test_empty_path) ... skipped 'test requires a POSIX-compatible system'
test_exists (test.test_pathlib.PosixPathTest.test_exists) ... skipped 'test requires a POSIX-compatible system'
test_expanduser (test.test_pathlib.PosixPathTest.test_expanduser) ... skipped 'test requires a POSIX-compatible system'
test_expanduser_common (test.test_pathlib.PosixPathTest.test_expanduser_common) ... skipped 'test requires a POSIX-compatible system'
test_glob (test.test_pathlib.PosixPathTest.test_glob) ... skipped 'test requires a POSIX-compatible system'
test_glob_common (test.test_pathlib.PosixPathTest.test_glob_common) ... skipped 'test requires a POSIX-compatible system'
test_glob_dotdot (test.test_pathlib.PosixPathTest.test_glob_dotdot) ... skipped 'test requires a POSIX-compatible system'
test_glob_long_symlink (test.test_pathlib.PosixPathTest.test_glob_long_symlink) ... skipped 'test requires a POSIX-compatible system'
test_glob_many_open_files (test.test_pathlib.PosixPathTest.test_glob_many_open_files) ... skipped 'test requires a POSIX-compatible system'
test_glob_permissions (test.test_pathlib.PosixPathTest.test_glob_permissions) ... skipped 'test requires a POSIX-compatible system'
test_group (test.test_pathlib.PosixPathTest.test_group) ... skipped 'test requires a POSIX-compatible system'
test_handling_bad_descriptor (test.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'test requires a POSIX-compatible system'
test_hardlink_to (test.test_pathlib.PosixPathTest.test_hardlink_to) ... skipped 'test requires a POSIX-compatible system'
test_home (test.test_pathlib.PosixPathTest.test_home) ... skipped 'test requires a POSIX-compatible system'
test_is_block_device_false (test.test_pathlib.PosixPathTest.test_is_block_device_false) ... skipped 'test requires a POSIX-compatible system'
test_is_char_device_false (test.test_pathlib.PosixPathTest.test_is_char_device_false) ... skipped 'test requires a POSIX-compatible system'
test_is_char_device_true (test.test_pathlib.PosixPathTest.test_is_char_device_true) ... skipped 'test requires a POSIX-compatible system'
test_is_dir (test.test_pathlib.PosixPathTest.test_is_dir) ... skipped 'test requires a POSIX-compatible system'
test_is_fifo_false (test.test_pathlib.PosixPathTest.test_is_fifo_false) ... skipped 'test requires a POSIX-compatible system'
test_is_fifo_true (test.test_pathlib.PosixPathTest.test_is_fifo_true) ... skipped 'test requires a POSIX-compatible system'
test_is_file (test.test_pathlib.PosixPathTest.test_is_file) ... skipped 'test requires a POSIX-compatible system'
test_is_mount (test.test_pathlib.PosixPathTest.test_is_mount) ... skipped 'test requires a POSIX-compatible system'
test_is_socket_false (test.test_pathlib.PosixPathTest.test_is_socket_false) ... skipped 'test requires a POSIX-compatible system'
test_is_socket_true (test.test_pathlib.PosixPathTest.test_is_socket_true) ... skipped 'test requires a POSIX-compatible system'
test_is_symlink (test.test_pathlib.PosixPathTest.test_is_symlink) ... skipped 'test requires a POSIX-compatible system'
test_iterdir (test.test_pathlib.PosixPathTest.test_iterdir) ... skipped 'test requires a POSIX-compatible system'
test_iterdir_nodir (test.test_pathlib.PosixPathTest.test_iterdir_nodir) ... skipped 'test requires a POSIX-compatible system'
test_iterdir_symlink (test.test_pathlib.PosixPathTest.test_iterdir_symlink) ... skipped 'test requires a POSIX-compatible system'
test_link_to (test.test_pathlib.PosixPathTest.test_link_to) ... skipped 'test requires a POSIX-compatible system'
test_link_to_not_implemented (test.test_pathlib.PosixPathTest.test_link_to_not_implemented) ... skipped 'test requires a POSIX-compatible system'
test_lstat (test.test_pathlib.PosixPathTest.test_lstat) ... skipped 'test requires a POSIX-compatible system'
test_lstat_nosymlink (test.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... skipped 'test requires a POSIX-compatible system'
test_mkdir (test.test_pathlib.PosixPathTest.test_mkdir) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_concurrent_parent_creation (test.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_exist_ok (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_exist_ok_root (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_exist_ok_with_parent (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_no_parents_file (test.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_parents (test.test_pathlib.PosixPathTest.test_mkdir_parents) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_with_child_file (test.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... skipped 'test requires a POSIX-compatible system'
test_mkdir_with_unknown_drive (test.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a POSIX-compatible system'
test_open_common (test.test_pathlib.PosixPathTest.test_open_common) ... skipped 'test requires a POSIX-compatible system'
test_open_mode (test.test_pathlib.PosixPathTest.test_open_mode) ... skipped 'test requires a POSIX-compatible system'
test_owner (test.test_pathlib.PosixPathTest.test_owner) ... skipped 'test requires a POSIX-compatible system'
test_parts_interning (test.test_pathlib.PosixPathTest.test_parts_interning) ... skipped 'test requires a POSIX-compatible system'
test_pickling_common (test.test_pathlib.PosixPathTest.test_pickling_common) ... skipped 'test requires a POSIX-compatible system'
test_read_write_bytes (test.test_pathlib.PosixPathTest.test_read_write_bytes) ... skipped 'test requires a POSIX-compatible system'
test_read_write_text (test.test_pathlib.PosixPathTest.test_read_write_text) ... skipped 'test requires a POSIX-compatible system'
test_readlink (test.test_pathlib.PosixPathTest.test_readlink) ... skipped 'test requires a POSIX-compatible system'
test_rename (test.test_pathlib.PosixPathTest.test_rename) ... skipped 'test requires a POSIX-compatible system'
test_replace (test.test_pathlib.PosixPathTest.test_replace) ... skipped 'test requires a POSIX-compatible system'
test_resolve_common (test.test_pathlib.PosixPathTest.test_resolve_common) ... skipped 'test requires a POSIX-compatible system'
test_resolve_dot (test.test_pathlib.PosixPathTest.test_resolve_dot) ... skipped 'test requires a POSIX-compatible system'
test_resolve_loop (test.test_pathlib.PosixPathTest.test_resolve_loop) ... skipped 'test requires a POSIX-compatible system'
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a POSIX-compatible system'
test_resolve_root (test.test_pathlib.PosixPathTest.test_resolve_root) ... skipped 'test requires a POSIX-compatible system'
test_rglob (test.test_pathlib.PosixPathTest.test_rglob) ... skipped 'test requires a POSIX-compatible system'
test_rglob_common (test.test_pathlib.PosixPathTest.test_rglob_common) ... skipped 'test requires a POSIX-compatible system'
test_rglob_symlink_loop (test.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... skipped 'test requires a POSIX-compatible system'
test_rmdir (test.test_pathlib.PosixPathTest.test_rmdir) ... skipped 'test requires a POSIX-compatible system'
test_samefile (test.test_pathlib.PosixPathTest.test_samefile) ... skipped 'test requires a POSIX-compatible system'
test_stat (test.test_pathlib.PosixPathTest.test_stat) ... skipped 'test requires a POSIX-compatible system'
test_stat_no_follow_symlinks (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a POSIX-compatible system'
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a POSIX-compatible system'
test_symlink_to (test.test_pathlib.PosixPathTest.test_symlink_to) ... skipped 'test requires a POSIX-compatible system'
test_touch_common (test.test_pathlib.PosixPathTest.test_touch_common) ... skipped 'test requires a POSIX-compatible system'
test_touch_mode (test.test_pathlib.PosixPathTest.test_touch_mode) ... skipped 'test requires a POSIX-compatible system'
test_touch_nochange (test.test_pathlib.PosixPathTest.test_touch_nochange) ... skipped 'test requires a POSIX-compatible system'
test_unlink (test.test_pathlib.PosixPathTest.test_unlink) ... skipped 'test requires a POSIX-compatible system'
test_unlink_missing_ok (test.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... skipped 'test requires a POSIX-compatible system'
test_with (test.test_pathlib.PosixPathTest.test_with) ... skipped 'test requires a POSIX-compatible system'
test_write_text_with_newlines (test.test_pathlib.PosixPathTest.test_write_text_with_newlines) ... skipped 'test requires a POSIX-compatible system'
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_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_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_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_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_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_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_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_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_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_constructor_common (test.test_pathlib.PureWindowsPathTest.test_constructor_common) ... 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_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_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_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_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_anchor (test.test_pathlib.WindowsPathAsPureTest.test_anchor) ... ok
test_anchor_common (test.test_pathlib.WindowsPathAsPureTest.test_anchor_common) ... ok
test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest.test_as_bytes_common) ... ok
test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest.test_as_posix_common) ... ok
test_as_uri (test.test_pathlib.WindowsPathAsPureTest.test_as_uri) ... ok
test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest.test_as_uri_common) ... ok
test_constructor_common (test.test_pathlib.WindowsPathAsPureTest.test_constructor_common) ... ok
test_div (test.test_pathlib.WindowsPathAsPureTest.test_div) ... ok
test_div_common (test.test_pathlib.WindowsPathAsPureTest.test_div_common) ... ok
test_drive (test.test_pathlib.WindowsPathAsPureTest.test_drive) ... ok
test_drive_common (test.test_pathlib.WindowsPathAsPureTest.test_drive_common) ... ok
test_eq (test.test_pathlib.WindowsPathAsPureTest.test_eq) ... ok
test_eq_common (test.test_pathlib.WindowsPathAsPureTest.test_eq_common) ... ok
test_equivalences (test.test_pathlib.WindowsPathAsPureTest.test_equivalences) ... ok
test_fspath_common (test.test_pathlib.WindowsPathAsPureTest.test_fspath_common) ... ok
test_group (test.test_pathlib.WindowsPathAsPureTest.test_group) ... ok
test_is_absolute (test.test_pathlib.WindowsPathAsPureTest.test_is_absolute) ... ok
test_is_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to) ... ok
test_is_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to_common) ... ok
test_is_reserved (test.test_pathlib.WindowsPathAsPureTest.test_is_reserved) ... ok
test_join (test.test_pathlib.WindowsPathAsPureTest.test_join) ... ok
test_join_common (test.test_pathlib.WindowsPathAsPureTest.test_join_common) ... ok
test_match_common (test.test_pathlib.WindowsPathAsPureTest.test_match_common) ... ok
test_name (test.test_pathlib.WindowsPathAsPureTest.test_name) ... ok
test_name_common (test.test_pathlib.WindowsPathAsPureTest.test_name_common) ... ok
test_ordering_common (test.test_pathlib.WindowsPathAsPureTest.test_ordering_common) ... ok
test_owner (test.test_pathlib.WindowsPathAsPureTest.test_owner) ... ok
test_parent (test.test_pathlib.WindowsPathAsPureTest.test_parent) ... ok
test_parent_common (test.test_pathlib.WindowsPathAsPureTest.test_parent_common) ... ok
test_parents (test.test_pathlib.WindowsPathAsPureTest.test_parents) ... ok
test_parents_common (test.test_pathlib.WindowsPathAsPureTest.test_parents_common) ... ok
test_parts (test.test_pathlib.WindowsPathAsPureTest.test_parts) ... ok
test_parts_common (test.test_pathlib.WindowsPathAsPureTest.test_parts_common) ... ok
test_pickling_common (test.test_pathlib.WindowsPathAsPureTest.test_pickling_common) ... ok
test_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_relative_to) ... ok
test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_relative_to_common) ... ok
test_repr_common (test.test_pathlib.WindowsPathAsPureTest.test_repr_common) ... ok
test_root (test.test_pathlib.WindowsPathAsPureTest.test_root) ... ok
test_root_common (test.test_pathlib.WindowsPathAsPureTest.test_root_common) ... ok
test_stem (test.test_pathlib.WindowsPathAsPureTest.test_stem) ... ok
test_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_stem_common) ... ok
test_str (test.test_pathlib.WindowsPathAsPureTest.test_str) ... ok
test_str_common (test.test_pathlib.WindowsPathAsPureTest.test_str_common) ... ok
test_str_subclass (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass) ... ok
test_str_subclass_common (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass_common) ... ok
test_suffix (test.test_pathlib.WindowsPathAsPureTest.test_suffix) ... ok
test_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_suffix_common) ... ok
test_suffixes (test.test_pathlib.WindowsPathAsPureTest.test_suffixes) ... ok
test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest.test_suffixes_common) ... ok
test_with_name (test.test_pathlib.WindowsPathAsPureTest.test_with_name) ... ok
test_with_name_common (test.test_pathlib.WindowsPathAsPureTest.test_with_name_common) ... ok
test_with_stem (test.test_pathlib.WindowsPathAsPureTest.test_with_stem) ... ok
test_with_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_with_stem_common) ... ok
test_with_suffix (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix) ... ok
test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix_common) ... ok
test_absolute (test.test_pathlib.WindowsPathTest.test_absolute) ... ok
test_absolute_common (test.test_pathlib.WindowsPathTest.test_absolute_common) ... ok
test_chmod (test.test_pathlib.WindowsPathTest.test_chmod) ... ok
test_chmod_follow_symlinks_true (test.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a POSIX-compatible system'
test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... ok
test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... ok
test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... ok
test_cwd (test.test_pathlib.WindowsPathTest.test_cwd) ... ok
test_empty_path (test.test_pathlib.WindowsPathTest.test_empty_path) ... ok
test_exists (test.test_pathlib.WindowsPathTest.test_exists) ... ok
test_expanduser (test.test_pathlib.WindowsPathTest.test_expanduser) ... ok
test_expanduser_common (test.test_pathlib.WindowsPathTest.test_expanduser_common) ... ok
test_glob (test.test_pathlib.WindowsPathTest.test_glob) ... ok
test_glob_common (test.test_pathlib.WindowsPathTest.test_glob_common) ... ok
test_glob_dotdot (test.test_pathlib.WindowsPathTest.test_glob_dotdot) ... ok
test_glob_long_symlink (test.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... ok
test_glob_many_open_files (test.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... ok
test_glob_permissions (test.test_pathlib.WindowsPathTest.test_glob_permissions) ... ok
test_group (test.test_pathlib.WindowsPathTest.test_group) ... skipped 'the grp module is needed for this test'
test_hardlink_to (test.test_pathlib.WindowsPathTest.test_hardlink_to) ... ok
test_home (test.test_pathlib.WindowsPathTest.test_home) ... skipped 'Test requires pwd module to get homedir.'
test_is_block_device_false (test.test_pathlib.WindowsPathTest.test_is_block_device_false) ... ok
test_is_char_device_false (test.test_pathlib.WindowsPathTest.test_is_char_device_false) ... ok
test_is_char_device_true (test.test_pathlib.WindowsPathTest.test_is_char_device_true) ... ok
test_is_dir (test.test_pathlib.WindowsPathTest.test_is_dir) ... ok
test_is_fifo_false (test.test_pathlib.WindowsPathTest.test_is_fifo_false) ... ok
test_is_fifo_true (test.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'os.mkfifo() required'
test_is_file (test.test_pathlib.WindowsPathTest.test_is_file) ... ok
test_is_mount (test.test_pathlib.WindowsPathTest.test_is_mount) ... skipped 'test requires a POSIX-compatible system'
test_is_socket_false (test.test_pathlib.WindowsPathTest.test_is_socket_false) ... ok
test_is_socket_true (test.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'Unix sockets required'
test_is_symlink (test.test_pathlib.WindowsPathTest.test_is_symlink) ... ok
test_iterdir (test.test_pathlib.WindowsPathTest.test_iterdir) ... ok
test_iterdir_nodir (test.test_pathlib.WindowsPathTest.test_iterdir_nodir) ... ok
test_iterdir_symlink (test.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... ok
test_link_to (test.test_pathlib.WindowsPathTest.test_link_to) ... ok
test_link_to_not_implemented (test.test_pathlib.WindowsPathTest.test_link_to_not_implemented) ... skipped 'os.link() is present'
test_lstat (test.test_pathlib.WindowsPathTest.test_lstat) ... ok
test_lstat_nosymlink (test.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... ok
test_mkdir (test.test_pathlib.WindowsPathTest.test_mkdir) ... ok
test_mkdir_concurrent_parent_creation (test.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... ok
test_mkdir_exist_ok (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... ok
test_mkdir_exist_ok_root (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... ok
test_mkdir_exist_ok_with_parent (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... ok
test_mkdir_no_parents_file (test.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... ok
test_mkdir_parents (test.test_pathlib.WindowsPathTest.test_mkdir_parents) ... ok
test_mkdir_with_child_file (test.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... ok
test_mkdir_with_unknown_drive (test.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... ok
test_open_common (test.test_pathlib.WindowsPathTest.test_open_common) ... ok
test_owner (test.test_pathlib.WindowsPathTest.test_owner) ... skipped 'the pwd module is needed for this test'
test_parts_interning (test.test_pathlib.WindowsPathTest.test_parts_interning) ... ok
test_pickling_common (test.test_pathlib.WindowsPathTest.test_pickling_common) ... ok
test_read_write_bytes (test.test_pathlib.WindowsPathTest.test_read_write_bytes) ... ok
test_read_write_text (test.test_pathlib.WindowsPathTest.test_read_write_text) ... ok
test_readlink (test.test_pathlib.WindowsPathTest.test_readlink) ... ok
test_rename (test.test_pathlib.WindowsPathTest.test_rename) ... ok
test_replace (test.test_pathlib.WindowsPathTest.test_replace) ... ok
test_resolve_common (test.test_pathlib.WindowsPathTest.test_resolve_common) ... ok
test_resolve_dot (test.test_pathlib.WindowsPathTest.test_resolve_dot) ... ok
test_resolve_nonexist_relative_issue38671 (test.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... ok
test_rglob (test.test_pathlib.WindowsPathTest.test_rglob) ... ok
test_rglob_common (test.test_pathlib.WindowsPathTest.test_rglob_common) ... ok
test_rglob_symlink_loop (test.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... ok
test_rmdir (test.test_pathlib.WindowsPathTest.test_rmdir) ... ok
test_samefile (test.test_pathlib.WindowsPathTest.test_samefile) ... ok
test_stat (test.test_pathlib.WindowsPathTest.test_stat) ... ok
test_stat_no_follow_symlinks (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... ok
test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok
test_symlink_to (test.test_pathlib.WindowsPathTest.test_symlink_to) ... ok
test_touch_common (test.test_pathlib.WindowsPathTest.test_touch_common) ... FAIL
test_touch_nochange (test.test_pathlib.WindowsPathTest.test_touch_nochange) ... ok
test_unlink (test.test_pathlib.WindowsPathTest.test_unlink) ... ok
test_unlink_missing_ok (test.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... ok
test_with (test.test_pathlib.WindowsPathTest.test_with) ... ok
test_write_text_with_newlines (test.test_pathlib.WindowsPathTest.test_write_text_with_newlines) ... ok

======================================================================
FAIL: test_touch_common (test.test_pathlib.PathTest.test_touch_common)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_pathlib.py", line 2126, in test_touch_common
    self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
         ^^^^^^^^^^^^^^^^^^
AssertionError: 1782880835526000000 not greater than or equal to 1782880835526236100

======================================================================
FAIL: test_touch_common (test.test_pathlib.WindowsPathTest.test_touch_common)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_pathlib.py", line 2126, in test_touch_common
    self.assertGreaterEqual(st.st_mtime_ns, old_mtime_ns)
         ^^^^^^^^^^^^^^^^^^
AssertionError: 1782880837385000000 not greater than or equal to 1782880837385614100

----------------------------------------------------------------------
Ran 456 tests in 3.485s

FAILED (failures=2, skipped=135)
test_pathlib failed (2 failures)

== Tests result: FAILURE ==

1 test failed:
    test_pathlib

Total duration: 4.2 sec
Total tests: run=456 failures=2 skipped=135
Total test files: run=1/1 failed=1
Result: FAILURE
test test_pathlib failed
builder: pypy-c-jit-win-x86-64 build #2423+
test: lib-python/3/test/test_pathlib.py::unmodified