. lib-python/3/test/test___all__.py::unmodified . lib-python/3/test/test__locale.py::unmodified . lib-python/3/test/test__opcode.py::unmodified . lib-python/3/test/test__osx_support.py::unmodified . lib-python/3/test/test__xxsubinterpreters.py::unmodified . lib-python/3/test/test_abc.py::unmodified . lib-python/3/test/test_abstract_numbers.py::unmodified . lib-python/3/test/test_aifc.py::unmodified . lib-python/3/test/test_argparse.py::unmodified F lib-python/3/test/test_array.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6900æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3244029215 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_array test_error (test.test_array.ArrayReconstructorTest.test_error) ... ok test_numbers (test.test_array.ArrayReconstructorTest.test_numbers) ... ok test_unicode (test.test_array.ArrayReconstructorTest.test_unicode) ... FAIL test_add (test.test_array.ByteTest.test_add) ... ok test_assignment (test.test_array.ByteTest.test_assignment) ... ok test_buffer (test.test_array.ByteTest.test_buffer) ... ok test_buffer_info (test.test_array.ByteTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.ByteTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.ByteTest.test_byteswap) ... ok test_cmp (test.test_array.ByteTest.test_cmp) ... ok test_constructor (test.test_array.ByteTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.ByteTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.ByteTest.test_copy) ... ok test_count (test.test_array.ByteTest.test_count) ... ok test_coveritertraverse (test.test_array.ByteTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.ByteTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.ByteTest.test_deepcopy) ... ok test_delitem (test.test_array.ByteTest.test_delitem) ... ok test_delslice (test.test_array.ByteTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.ByteTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.ByteTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.ByteTest.test_extend) ... ok test_extended_getslice (test.test_array.ByteTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.ByteTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.ByteTest.test_extslice) ... ok test_filewrite (test.test_array.ByteTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.ByteTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.ByteTest.test_fromarray) ... ok test_frombytearray (test.test_array.ByteTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.ByteTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.ByteTest.test_getitem) ... ok test_getslice (test.test_array.ByteTest.test_getslice) ... ok test_iadd (test.test_array.ByteTest.test_iadd) ... ok test_imul (test.test_array.ByteTest.test_imul) ... ok test_index (test.test_array.ByteTest.test_index) ... ok test_initialize_with_unicode (test.test_array.ByteTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.ByteTest.test_insert) ... ok test_iterationcontains (test.test_array.ByteTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.ByteTest.test_iterator_pickle) ... ok test_len (test.test_array.ByteTest.test_len) ... ok test_mul (test.test_array.ByteTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.ByteTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.ByteTest.test_overflow) ... ok test_pickle (test.test_array.ByteTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.ByteTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.ByteTest.test_pop) ... ok test_reduce_ex (test.test_array.ByteTest.test_reduce_ex) ... ok test_remove (test.test_array.ByteTest.test_remove) ... ok test_repr (test.test_array.ByteTest.test_repr) ... ok test_reverse (test.test_array.ByteTest.test_reverse) ... ok test_reverse_iterator (test.test_array.ByteTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.ByteTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.ByteTest.test_setitem) ... ok test_setslice (test.test_array.ByteTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.ByteTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.ByteTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.ByteTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.ByteTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.ByteTest.test_subclassing) ... ok test_tofrombytes (test.test_array.ByteTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.ByteTest.test_tofromfile) ... ok test_tofromlist (test.test_array.ByteTest.test_tofromlist) ... ok test_type_error (test.test_array.ByteTest.test_type_error) ... ok test_weakref (test.test_array.ByteTest.test_weakref) ... ok test_add (test.test_array.DoubleTest.test_add) ... ok test_alloc_overflow (test.test_array.DoubleTest.test_alloc_overflow) ... ok test_assignment (test.test_array.DoubleTest.test_assignment) ... ok test_buffer (test.test_array.DoubleTest.test_buffer) ... ok test_buffer_info (test.test_array.DoubleTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.DoubleTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.DoubleTest.test_byteswap) ... ok test_cmp (test.test_array.DoubleTest.test_cmp) ... ok test_constructor (test.test_array.DoubleTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.DoubleTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.DoubleTest.test_copy) ... ok test_count (test.test_array.DoubleTest.test_count) ... ok test_coveritertraverse (test.test_array.DoubleTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.DoubleTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.DoubleTest.test_deepcopy) ... ok test_delitem (test.test_array.DoubleTest.test_delitem) ... ok test_delslice (test.test_array.DoubleTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.DoubleTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.DoubleTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.DoubleTest.test_extend) ... ok test_extended_getslice (test.test_array.DoubleTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.DoubleTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.DoubleTest.test_extslice) ... ok test_filewrite (test.test_array.DoubleTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.DoubleTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.DoubleTest.test_fromarray) ... ok test_frombytearray (test.test_array.DoubleTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.DoubleTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.DoubleTest.test_getitem) ... ok test_getslice (test.test_array.DoubleTest.test_getslice) ... ok test_iadd (test.test_array.DoubleTest.test_iadd) ... ok test_imul (test.test_array.DoubleTest.test_imul) ... ok test_index (test.test_array.DoubleTest.test_index) ... ok test_initialize_with_unicode (test.test_array.DoubleTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.DoubleTest.test_insert) ... ok test_iterationcontains (test.test_array.DoubleTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.DoubleTest.test_iterator_pickle) ... ok test_len (test.test_array.DoubleTest.test_len) ... ok test_mul (test.test_array.DoubleTest.test_mul) ... ok test_nan (test.test_array.DoubleTest.test_nan) ... ok test_obsolete_write_lock (test.test_array.DoubleTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_pickle (test.test_array.DoubleTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.DoubleTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.DoubleTest.test_pop) ... ok test_reduce_ex (test.test_array.DoubleTest.test_reduce_ex) ... ok test_remove (test.test_array.DoubleTest.test_remove) ... ok test_repr (test.test_array.DoubleTest.test_repr) ... ok test_reverse (test.test_array.DoubleTest.test_reverse) ... ok test_reverse_iterator (test.test_array.DoubleTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.DoubleTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.DoubleTest.test_setitem) ... ok test_setslice (test.test_array.DoubleTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.DoubleTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.DoubleTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.DoubleTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.DoubleTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.DoubleTest.test_subclassing) ... ok test_tofrombytes (test.test_array.DoubleTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.DoubleTest.test_tofromfile) ... ok test_tofromlist (test.test_array.DoubleTest.test_tofromlist) ... ok test_weakref (test.test_array.DoubleTest.test_weakref) ... ok test_add (test.test_array.FloatTest.test_add) ... ok test_assignment (test.test_array.FloatTest.test_assignment) ... ok test_buffer (test.test_array.FloatTest.test_buffer) ... ok test_buffer_info (test.test_array.FloatTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.FloatTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.FloatTest.test_byteswap) ... ok test_cmp (test.test_array.FloatTest.test_cmp) ... ok test_constructor (test.test_array.FloatTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.FloatTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.FloatTest.test_copy) ... ok test_count (test.test_array.FloatTest.test_count) ... ok test_coveritertraverse (test.test_array.FloatTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.FloatTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.FloatTest.test_deepcopy) ... ok test_delitem (test.test_array.FloatTest.test_delitem) ... ok test_delslice (test.test_array.FloatTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.FloatTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.FloatTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.FloatTest.test_extend) ... ok test_extended_getslice (test.test_array.FloatTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.FloatTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.FloatTest.test_extslice) ... ok test_filewrite (test.test_array.FloatTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.FloatTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.FloatTest.test_fromarray) ... ok test_frombytearray (test.test_array.FloatTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.FloatTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.FloatTest.test_getitem) ... ok test_getslice (test.test_array.FloatTest.test_getslice) ... ok test_iadd (test.test_array.FloatTest.test_iadd) ... ok test_imul (test.test_array.FloatTest.test_imul) ... ok test_index (test.test_array.FloatTest.test_index) ... ok test_initialize_with_unicode (test.test_array.FloatTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.FloatTest.test_insert) ... ok test_iterationcontains (test.test_array.FloatTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.FloatTest.test_iterator_pickle) ... ok test_len (test.test_array.FloatTest.test_len) ... ok test_mul (test.test_array.FloatTest.test_mul) ... ok test_nan (test.test_array.FloatTest.test_nan) ... ok test_obsolete_write_lock (test.test_array.FloatTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_pickle (test.test_array.FloatTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.FloatTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.FloatTest.test_pop) ... ok test_reduce_ex (test.test_array.FloatTest.test_reduce_ex) ... ok test_remove (test.test_array.FloatTest.test_remove) ... ok test_repr (test.test_array.FloatTest.test_repr) ... ok test_reverse (test.test_array.FloatTest.test_reverse) ... ok test_reverse_iterator (test.test_array.FloatTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.FloatTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.FloatTest.test_setitem) ... ok test_setslice (test.test_array.FloatTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.FloatTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.FloatTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.FloatTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.FloatTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.FloatTest.test_subclassing) ... ok test_tofrombytes (test.test_array.FloatTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.FloatTest.test_tofromfile) ... ok test_tofromlist (test.test_array.FloatTest.test_tofromlist) ... ok test_weakref (test.test_array.FloatTest.test_weakref) ... ok test_add (test.test_array.IntTest.test_add) ... ok test_assignment (test.test_array.IntTest.test_assignment) ... ok test_buffer (test.test_array.IntTest.test_buffer) ... ok test_buffer_info (test.test_array.IntTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.IntTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.IntTest.test_byteswap) ... ok test_cmp (test.test_array.IntTest.test_cmp) ... ok test_constructor (test.test_array.IntTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.IntTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.IntTest.test_copy) ... ok test_count (test.test_array.IntTest.test_count) ... ok test_coveritertraverse (test.test_array.IntTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.IntTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.IntTest.test_deepcopy) ... ok test_delitem (test.test_array.IntTest.test_delitem) ... ok test_delslice (test.test_array.IntTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.IntTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.IntTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.IntTest.test_extend) ... ok test_extended_getslice (test.test_array.IntTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.IntTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.IntTest.test_extslice) ... ok test_filewrite (test.test_array.IntTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.IntTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.IntTest.test_fromarray) ... ok test_frombytearray (test.test_array.IntTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.IntTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.IntTest.test_getitem) ... ok test_getslice (test.test_array.IntTest.test_getslice) ... ok test_iadd (test.test_array.IntTest.test_iadd) ... ok test_imul (test.test_array.IntTest.test_imul) ... ok test_index (test.test_array.IntTest.test_index) ... ok test_initialize_with_unicode (test.test_array.IntTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.IntTest.test_insert) ... ok test_iterationcontains (test.test_array.IntTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.IntTest.test_iterator_pickle) ... ok test_len (test.test_array.IntTest.test_len) ... ok test_mul (test.test_array.IntTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.IntTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.IntTest.test_overflow) ... ok test_pickle (test.test_array.IntTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.IntTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.IntTest.test_pop) ... ok test_reduce_ex (test.test_array.IntTest.test_reduce_ex) ... ok test_remove (test.test_array.IntTest.test_remove) ... ok test_repr (test.test_array.IntTest.test_repr) ... ok test_reverse (test.test_array.IntTest.test_reverse) ... ok test_reverse_iterator (test.test_array.IntTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.IntTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.IntTest.test_setitem) ... ok test_setslice (test.test_array.IntTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.IntTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.IntTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.IntTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.IntTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.IntTest.test_subclassing) ... ok test_tofrombytes (test.test_array.IntTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.IntTest.test_tofromfile) ... ok test_tofromlist (test.test_array.IntTest.test_tofromlist) ... ok test_type_error (test.test_array.IntTest.test_type_error) ... ok test_weakref (test.test_array.IntTest.test_weakref) ... ok test_access (test.test_array.LargeArrayTest.test_access) ... ok test_append (test.test_array.LargeArrayTest.test_append) ... ok test_count (test.test_array.LargeArrayTest.test_count) ... ok test_example_data (test.test_array.LargeArrayTest.test_example_data) ... ok test_extend (test.test_array.LargeArrayTest.test_extend) ... ok test_frombytes (test.test_array.LargeArrayTest.test_frombytes) ... ok test_fromlist (test.test_array.LargeArrayTest.test_fromlist) ... ok test_index (test.test_array.LargeArrayTest.test_index) ... ok test_insert (test.test_array.LargeArrayTest.test_insert) ... ok test_pop (test.test_array.LargeArrayTest.test_pop) ... ok test_remove (test.test_array.LargeArrayTest.test_remove) ... ok test_reverse (test.test_array.LargeArrayTest.test_reverse) ... ok test_slice (test.test_array.LargeArrayTest.test_slice) ... ok test_tolist (test.test_array.LargeArrayTest.test_tolist) ... ok test_add (test.test_array.LongLongTest.test_add) ... ok test_assignment (test.test_array.LongLongTest.test_assignment) ... ok test_buffer (test.test_array.LongLongTest.test_buffer) ... ok test_buffer_info (test.test_array.LongLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.LongLongTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.LongLongTest.test_byteswap) ... ok test_cmp (test.test_array.LongLongTest.test_cmp) ... ok test_constructor (test.test_array.LongLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.LongLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.LongLongTest.test_copy) ... ok test_count (test.test_array.LongLongTest.test_count) ... ok test_coveritertraverse (test.test_array.LongLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.LongLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.LongLongTest.test_deepcopy) ... ok test_delitem (test.test_array.LongLongTest.test_delitem) ... ok test_delslice (test.test_array.LongLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.LongLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.LongLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.LongLongTest.test_extend) ... ok test_extended_getslice (test.test_array.LongLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.LongLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.LongLongTest.test_extslice) ... ok test_filewrite (test.test_array.LongLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.LongLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.LongLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.LongLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.LongLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.LongLongTest.test_getitem) ... ok test_getslice (test.test_array.LongLongTest.test_getslice) ... ok test_iadd (test.test_array.LongLongTest.test_iadd) ... ok test_imul (test.test_array.LongLongTest.test_imul) ... ok test_index (test.test_array.LongLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.LongLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.LongLongTest.test_insert) ... ok test_iterationcontains (test.test_array.LongLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.LongLongTest.test_iterator_pickle) ... ok test_len (test.test_array.LongLongTest.test_len) ... ok test_mul (test.test_array.LongLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.LongLongTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.LongLongTest.test_overflow) ... ok test_pickle (test.test_array.LongLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.LongLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.LongLongTest.test_pop) ... ok test_reduce_ex (test.test_array.LongLongTest.test_reduce_ex) ... ok test_remove (test.test_array.LongLongTest.test_remove) ... ok test_repr (test.test_array.LongLongTest.test_repr) ... ok test_reverse (test.test_array.LongLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.LongLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.LongLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.LongLongTest.test_setitem) ... ok test_setslice (test.test_array.LongLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.LongLongTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.LongLongTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.LongLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.LongLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.LongLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.LongLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.LongLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.LongLongTest.test_tofromlist) ... ok test_type_error (test.test_array.LongLongTest.test_type_error) ... ok test_weakref (test.test_array.LongLongTest.test_weakref) ... ok test_add (test.test_array.LongTest.test_add) ... ok test_assignment (test.test_array.LongTest.test_assignment) ... ok test_buffer (test.test_array.LongTest.test_buffer) ... ok test_buffer_info (test.test_array.LongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.LongTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.LongTest.test_byteswap) ... ok test_cmp (test.test_array.LongTest.test_cmp) ... ok test_constructor (test.test_array.LongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.LongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.LongTest.test_copy) ... ok test_count (test.test_array.LongTest.test_count) ... ok test_coveritertraverse (test.test_array.LongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.LongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.LongTest.test_deepcopy) ... ok test_delitem (test.test_array.LongTest.test_delitem) ... ok test_delslice (test.test_array.LongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.LongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.LongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.LongTest.test_extend) ... ok test_extended_getslice (test.test_array.LongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.LongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.LongTest.test_extslice) ... ok test_filewrite (test.test_array.LongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.LongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.LongTest.test_fromarray) ... ok test_frombytearray (test.test_array.LongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.LongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.LongTest.test_getitem) ... ok test_getslice (test.test_array.LongTest.test_getslice) ... ok test_iadd (test.test_array.LongTest.test_iadd) ... ok test_imul (test.test_array.LongTest.test_imul) ... ok test_index (test.test_array.LongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.LongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.LongTest.test_insert) ... ok test_iterationcontains (test.test_array.LongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.LongTest.test_iterator_pickle) ... ok test_len (test.test_array.LongTest.test_len) ... ok test_mul (test.test_array.LongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.LongTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.LongTest.test_overflow) ... ok test_pickle (test.test_array.LongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.LongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.LongTest.test_pop) ... ok test_reduce_ex (test.test_array.LongTest.test_reduce_ex) ... ok test_remove (test.test_array.LongTest.test_remove) ... ok test_repr (test.test_array.LongTest.test_repr) ... ok test_reverse (test.test_array.LongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.LongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.LongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.LongTest.test_setitem) ... ok test_setslice (test.test_array.LongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.LongTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.LongTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.LongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.LongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.LongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.LongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.LongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.LongTest.test_tofromlist) ... ok test_type_error (test.test_array.LongTest.test_type_error) ... ok test_weakref (test.test_array.LongTest.test_weakref) ... ok test_array_is_sequence (test.test_array.MiscTest.test_array_is_sequence) ... ok test_bad_constructor (test.test_array.MiscTest.test_bad_constructor) ... ok test_disallow_instantiation (test.test_array.MiscTest.test_disallow_instantiation) ... skipped 'implementation detail specific to cpython' test_empty (test.test_array.MiscTest.test_empty) ... ok test_immutable (test.test_array.MiscTest.test_immutable) ... skipped 'implementation detail specific to cpython' test_add (test.test_array.ShortTest.test_add) ... ok test_assignment (test.test_array.ShortTest.test_assignment) ... ok test_buffer (test.test_array.ShortTest.test_buffer) ... ok test_buffer_info (test.test_array.ShortTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.ShortTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.ShortTest.test_byteswap) ... ok test_cmp (test.test_array.ShortTest.test_cmp) ... ok test_constructor (test.test_array.ShortTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.ShortTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.ShortTest.test_copy) ... ok test_count (test.test_array.ShortTest.test_count) ... ok test_coveritertraverse (test.test_array.ShortTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.ShortTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.ShortTest.test_deepcopy) ... ok test_delitem (test.test_array.ShortTest.test_delitem) ... ok test_delslice (test.test_array.ShortTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.ShortTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.ShortTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.ShortTest.test_extend) ... ok test_extended_getslice (test.test_array.ShortTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.ShortTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.ShortTest.test_extslice) ... ok test_filewrite (test.test_array.ShortTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.ShortTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.ShortTest.test_fromarray) ... ok test_frombytearray (test.test_array.ShortTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.ShortTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.ShortTest.test_getitem) ... ok test_getslice (test.test_array.ShortTest.test_getslice) ... ok test_iadd (test.test_array.ShortTest.test_iadd) ... ok test_imul (test.test_array.ShortTest.test_imul) ... ok test_index (test.test_array.ShortTest.test_index) ... ok test_initialize_with_unicode (test.test_array.ShortTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.ShortTest.test_insert) ... ok test_iterationcontains (test.test_array.ShortTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.ShortTest.test_iterator_pickle) ... ok test_len (test.test_array.ShortTest.test_len) ... ok test_mul (test.test_array.ShortTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.ShortTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.ShortTest.test_overflow) ... ok test_pickle (test.test_array.ShortTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.ShortTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.ShortTest.test_pop) ... ok test_reduce_ex (test.test_array.ShortTest.test_reduce_ex) ... ok test_remove (test.test_array.ShortTest.test_remove) ... ok test_repr (test.test_array.ShortTest.test_repr) ... ok test_reverse (test.test_array.ShortTest.test_reverse) ... ok test_reverse_iterator (test.test_array.ShortTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.ShortTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.ShortTest.test_setitem) ... ok test_setslice (test.test_array.ShortTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.ShortTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.ShortTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.ShortTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.ShortTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.ShortTest.test_subclassing) ... ok test_tofrombytes (test.test_array.ShortTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.ShortTest.test_tofromfile) ... ok test_tofromlist (test.test_array.ShortTest.test_tofromlist) ... ok test_type_error (test.test_array.ShortTest.test_type_error) ... ok test_weakref (test.test_array.ShortTest.test_weakref) ... ok test_add (test.test_array.UnicodeTest.test_add) ... ok test_buffer (test.test_array.UnicodeTest.test_buffer) ... ok test_buffer_info (test.test_array.UnicodeTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnicodeTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_byteswap (test.test_array.UnicodeTest.test_byteswap) ... ok test_cmp (test.test_array.UnicodeTest.test_cmp) ... ok test_constructor (test.test_array.UnicodeTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnicodeTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnicodeTest.test_copy) ... ok test_count (test.test_array.UnicodeTest.test_count) ... ok test_coveritertraverse (test.test_array.UnicodeTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnicodeTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnicodeTest.test_deepcopy) ... ok test_delitem (test.test_array.UnicodeTest.test_delitem) ... ok test_exhausted_iterator (test.test_array.UnicodeTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnicodeTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnicodeTest.test_extend) ... ok test_extended_getslice (test.test_array.UnicodeTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnicodeTest.test_extended_set_del_slice) ... ok test_filewrite (test.test_array.UnicodeTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnicodeTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnicodeTest.test_fromarray) ... ok test_fromfile_ioerror (test.test_array.UnicodeTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnicodeTest.test_getitem) ... ok test_getslice (test.test_array.UnicodeTest.test_getslice) ... ok test_iadd (test.test_array.UnicodeTest.test_iadd) ... ok test_imul (test.test_array.UnicodeTest.test_imul) ... ok test_index (test.test_array.UnicodeTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnicodeTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnicodeTest.test_insert) ... ok test_issue17223 (test.test_array.UnicodeTest.test_issue17223) ... skipped 'specific to flexible string representation' test_iterator_pickle (test.test_array.UnicodeTest.test_iterator_pickle) ... ok test_len (test.test_array.UnicodeTest.test_len) ... ok test_mul (test.test_array.UnicodeTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnicodeTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_pickle (test.test_array.UnicodeTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnicodeTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnicodeTest.test_pop) ... ok test_reduce_ex (test.test_array.UnicodeTest.test_reduce_ex) ... ok test_remove (test.test_array.UnicodeTest.test_remove) ... ok test_repr (test.test_array.UnicodeTest.test_repr) ... ok test_reverse (test.test_array.UnicodeTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnicodeTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnicodeTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnicodeTest.test_setitem) ... ok test_setslice (test.test_array.UnicodeTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnicodeTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnicodeTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnicodeTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnicodeTest.test_subclass_with_kwargs) ... ok test_tofrombytes (test.test_array.UnicodeTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnicodeTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnicodeTest.test_tofromlist) ... ok test_unicode (test.test_array.UnicodeTest.test_unicode) ... ok test_weakref (test.test_array.UnicodeTest.test_weakref) ... ok test_add (test.test_array.UnsignedByteTest.test_add) ... ok test_assignment (test.test_array.UnsignedByteTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedByteTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedByteTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedByteTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_bytes_extend (test.test_array.UnsignedByteTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedByteTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedByteTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedByteTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedByteTest.test_copy) ... ok test_count (test.test_array.UnsignedByteTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedByteTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedByteTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedByteTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedByteTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedByteTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedByteTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedByteTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedByteTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedByteTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedByteTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedByteTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedByteTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedByteTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedByteTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedByteTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedByteTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedByteTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedByteTest.test_iadd) ... ok test_imul (test.test_array.UnsignedByteTest.test_imul) ... ok test_index (test.test_array.UnsignedByteTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedByteTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedByteTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedByteTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedByteTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedByteTest.test_len) ... ok test_mul (test.test_array.UnsignedByteTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedByteTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.UnsignedByteTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedByteTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedByteTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedByteTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedByteTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedByteTest.test_remove) ... ok test_repr (test.test_array.UnsignedByteTest.test_repr) ... ok test_reverse (test.test_array.UnsignedByteTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedByteTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedByteTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedByteTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedByteTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedByteTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnsignedByteTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnsignedByteTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedByteTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedByteTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedByteTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedByteTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedByteTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedByteTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedByteTest.test_weakref) ... ok test_add (test.test_array.UnsignedIntTest.test_add) ... ok test_assignment (test.test_array.UnsignedIntTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedIntTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedIntTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedIntTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_bytes_extend (test.test_array.UnsignedIntTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedIntTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedIntTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedIntTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedIntTest.test_copy) ... ok test_count (test.test_array.UnsignedIntTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedIntTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedIntTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedIntTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedIntTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedIntTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedIntTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedIntTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedIntTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedIntTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedIntTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedIntTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedIntTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedIntTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedIntTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedIntTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedIntTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedIntTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedIntTest.test_iadd) ... ok test_imul (test.test_array.UnsignedIntTest.test_imul) ... ok test_index (test.test_array.UnsignedIntTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedIntTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedIntTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedIntTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedIntTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedIntTest.test_len) ... ok test_mul (test.test_array.UnsignedIntTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedIntTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.UnsignedIntTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedIntTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedIntTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedIntTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedIntTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedIntTest.test_remove) ... ok test_repr (test.test_array.UnsignedIntTest.test_repr) ... ok test_reverse (test.test_array.UnsignedIntTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedIntTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedIntTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedIntTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedIntTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedIntTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnsignedIntTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnsignedIntTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedIntTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedIntTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedIntTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedIntTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedIntTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedIntTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedIntTest.test_weakref) ... ok test_add (test.test_array.UnsignedLongLongTest.test_add) ... ok test_assignment (test.test_array.UnsignedLongLongTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedLongLongTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedLongLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedLongLongTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_bytes_extend (test.test_array.UnsignedLongLongTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedLongLongTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedLongLongTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedLongLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedLongLongTest.test_copy) ... ok test_count (test.test_array.UnsignedLongLongTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedLongLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedLongLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedLongLongTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedLongLongTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedLongLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedLongLongTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedLongLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedLongLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedLongLongTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedLongLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedLongLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedLongLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedLongLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedLongLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedLongLongTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedLongLongTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedLongLongTest.test_iadd) ... ok test_imul (test.test_array.UnsignedLongLongTest.test_imul) ... ok test_index (test.test_array.UnsignedLongLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedLongLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedLongLongTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedLongLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedLongLongTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedLongLongTest.test_len) ... ok test_mul (test.test_array.UnsignedLongLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedLongLongTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.UnsignedLongLongTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedLongLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedLongLongTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedLongLongTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedLongLongTest.test_remove) ... ok test_repr (test.test_array.UnsignedLongLongTest.test_repr) ... ok test_reverse (test.test_array.UnsignedLongLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedLongLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedLongLongTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedLongLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnsignedLongLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedLongLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedLongLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedLongLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedLongLongTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedLongLongTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedLongLongTest.test_weakref) ... ok test_add (test.test_array.UnsignedLongTest.test_add) ... ok test_assignment (test.test_array.UnsignedLongTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedLongTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedLongTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_bytes_extend (test.test_array.UnsignedLongTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedLongTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedLongTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedLongTest.test_copy) ... ok test_count (test.test_array.UnsignedLongTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedLongTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedLongTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedLongTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedLongTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedLongTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedLongTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedLongTest.test_iadd) ... ok test_imul (test.test_array.UnsignedLongTest.test_imul) ... ok test_index (test.test_array.UnsignedLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedLongTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedLongTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedLongTest.test_len) ... ok test_mul (test.test_array.UnsignedLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedLongTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.UnsignedLongTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedLongTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedLongTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedLongTest.test_remove) ... ok test_repr (test.test_array.UnsignedLongTest.test_repr) ... ok test_reverse (test.test_array.UnsignedLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedLongTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedLongTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnsignedLongTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnsignedLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedLongTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedLongTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedLongTest.test_weakref) ... ok test_add (test.test_array.UnsignedShortTest.test_add) ... ok test_assignment (test.test_array.UnsignedShortTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedShortTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedShortTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedShortTest.test_bug_782369) ... skipped 'test needs sys.getrefcount()' test_bytes_extend (test.test_array.UnsignedShortTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedShortTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedShortTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedShortTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedShortTest.test_copy) ... ok test_count (test.test_array.UnsignedShortTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedShortTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedShortTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedShortTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedShortTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedShortTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedShortTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedShortTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedShortTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedShortTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedShortTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedShortTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedShortTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedShortTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedShortTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedShortTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedShortTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedShortTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedShortTest.test_iadd) ... ok test_imul (test.test_array.UnsignedShortTest.test_imul) ... ok test_index (test.test_array.UnsignedShortTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedShortTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedShortTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedShortTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedShortTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedShortTest.test_len) ... ok test_mul (test.test_array.UnsignedShortTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedShortTest.test_obsolete_write_lock) ... skipped 'implementation detail specific to cpython' test_overflow (test.test_array.UnsignedShortTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedShortTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedShortTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedShortTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedShortTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedShortTest.test_remove) ... ok test_repr (test.test_array.UnsignedShortTest.test_repr) ... ok test_reverse (test.test_array.UnsignedShortTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedShortTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedShortTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedShortTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedShortTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedShortTest.test_sizeof_with_buffer) ... skipped 'implementation detail specific to cpython' test_sizeof_without_buffer (test.test_array.UnsignedShortTest.test_sizeof_without_buffer) ... skipped 'implementation detail specific to cpython' test_str (test.test_array.UnsignedShortTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedShortTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedShortTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedShortTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedShortTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedShortTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedShortTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedShortTest.test_weakref) ... ok ====================================================================== FAIL: test_unicode (test.test_array.ArrayReconstructorTest.test_unicode) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_array.py", line 192, in test_unicode self.assertEqual(a, b, ^^^^^^^^^^^ AssertionError: array('u', 'Bonne Journée ͇̊') != array('u', 'B\x00o\x00n\x00n\x00e\x00 \x00J\x00o\x00u\[35 chars]x02') : array('u', 'Bonne Journée ͇̊') != array('u', 'B\x00o\x00n\x00n\x00e\x00 \x00J\x00o\x00u\x00r\x00n\x00é\x00e\x00 \x00̊\x02͇\x02'); testcase=(20, 'UTF-32-LE') ---------------------------------------------------------------------- Ran 813 tests in 3.345s FAILED (failures=1, skipped=55) test_array failed (1 failure) == Tests result: FAILURE == 1 test failed: test_array Total duration: 3.9 sec Total tests: run=813 failures=1 skipped=55 Total test files: run=1/1 failed=1 Result: FAILURE test test_array failed . lib-python/3/test/test_asdl_parser.py::unmodified . lib-python/3/test/test_ast.py::unmodified . lib-python/3/test/test_asyncgen.py::unmodified . lib-python/3/test/test_asynchat.py::unmodified . lib-python/3/test/test_asyncore.py::unmodified . lib-python/3/test/test_atexit.py::unmodified . lib-python/3/test/test_audioop.py::unmodified . lib-python/3/test/test_audit.py::unmodified . lib-python/3/test/test_augassign.py::unmodified . lib-python/3/test/test_base64.py::unmodified . lib-python/3/test/test_baseexception.py::unmodified . lib-python/3/test/test_bdb.py::unmodified . lib-python/3/test/test_bigaddrspace.py::unmodified . lib-python/3/test/test_bigmem.py::unmodified . lib-python/3/test/test_binascii.py::unmodified . lib-python/3/test/test_binop.py::unmodified . lib-python/3/test/test_bisect.py::unmodified . lib-python/3/test/test_bool.py::unmodified . lib-python/3/test/test_buffer.py::unmodified . lib-python/3/test/test_bufio.py::unmodified . lib-python/3/test/test_builtin.py::unmodified . lib-python/3/test/test_bytes.py::unmodified . lib-python/3/test/test_bz2.py::unmodified . lib-python/3/test/test_c_locale_coercion.py::unmodified . lib-python/3/test/test_calendar.py::unmodified . lib-python/3/test/test_call.py::unmodified . lib-python/3/test/test_cgi.py::unmodified . lib-python/3/test/test_cgitb.py::unmodified . lib-python/3/test/test_charmapcodec.py::unmodified . lib-python/3/test/test_check_c_globals.py::unmodified . lib-python/3/test/test_class.py::unmodified . lib-python/3/test/test_clinic.py::unmodified . lib-python/3/test/test_cmath.py::unmodified . lib-python/3/test/test_cmd.py::unmodified F lib-python/3/test/test_cmd_line.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4996æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1233562236 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_cmd_line test_argv0_normalization (test.test_cmd_line.CmdLineTest.test_argv0_normalization) ... ok test_builtin_input (test.test_cmd_line.CmdLineTest.test_builtin_input) ... ok test_closed_stdout (test.test_cmd_line.CmdLineTest.test_closed_stdout) ... ok test_coding (test.test_cmd_line.CmdLineTest.test_coding) ... ok test_del___main__ (test.test_cmd_line.CmdLineTest.test_del___main__) ... ok test_directories (test.test_cmd_line.CmdLineTest.test_directories) ... ok test_displayhook_unencodable (test.test_cmd_line.CmdLineTest.test_displayhook_unencodable) ... ok test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309) ... ok test_hash_randomization (test.test_cmd_line.CmdLineTest.test_hash_randomization) ... skipped 'no hash randomization on PyPy' test_help (test.test_cmd_line.CmdLineTest.test_help) ... skipped 'implementation detail specific to cpython' test_help_all (test.test_cmd_line.CmdLineTest.test_help_all) ... skipped 'implementation detail specific to cpython' test_help_env (test.test_cmd_line.CmdLineTest.test_help_env) ... skipped 'implementation detail specific to cpython' test_help_xoptions (test.test_cmd_line.CmdLineTest.test_help_xoptions) ... skipped 'implementation detail specific to cpython' test_int_max_str_digits (test.test_cmd_line.CmdLineTest.test_int_max_str_digits) ... ok test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg) ... skipped 'Windows has a native unicode API' test_isolatedmode (test.test_cmd_line.CmdLineTest.test_isolatedmode) ... ok test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH) ... ok test_no_std_streams (test.test_cmd_line.CmdLineTest.test_no_std_streams) ... skipped 'test needs POSIX semantics' test_no_stderr (test.test_cmd_line.CmdLineTest.test_no_stderr) ... skipped 'test needs POSIX semantics' test_no_stdin (test.test_cmd_line.CmdLineTest.test_no_stdin) ... skipped 'test needs POSIX semantics' test_no_stdout (test.test_cmd_line.CmdLineTest.test_no_stdout) ... skipped 'test needs POSIX semantics' test_non_ascii (test.test_cmd_line.CmdLineTest.test_non_ascii) ... ok test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering) ... ok test_optimize (test.test_cmd_line.CmdLineTest.test_optimize) ... ok test_osx_android_utf8 (test.test_cmd_line.CmdLineTest.test_osx_android_utf8) ... skipped 'test specific to Mac OS X and Android' test_output_newline (test.test_cmd_line.CmdLineTest.test_output_newline) ... ok test_parsing_error (test.test_cmd_line.CmdLineTest.test_parsing_error) ... skipped 'implementation detail specific to cpython' test_pythondevmode_env (test.test_cmd_line.CmdLineTest.test_pythondevmode_env) ... ok test_pythonmalloc (test.test_cmd_line.CmdLineTest.test_pythonmalloc) ... skipped 'no malloc options on PyPy' test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest.test_relativedir_bug46421) ... ok test_run_code (test.test_cmd_line.CmdLineTest.test_run_code) ... ok test_run_module (test.test_cmd_line.CmdLineTest.test_run_module) ... ok test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest.test_run_module_bug1764407) ... ok test_set_pycache_prefix (test.test_cmd_line.CmdLineTest.test_set_pycache_prefix) ... ok test_showrefcount (test.test_cmd_line.CmdLineTest.test_showrefcount) ... ok test_site_flag (test.test_cmd_line.CmdLineTest.test_site_flag) ... ok test_stdin_readline (test.test_cmd_line.CmdLineTest.test_stdin_readline) ... ok test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown) ... FAIL test_sys_flags_set (test.test_cmd_line.CmdLineTest.test_sys_flags_set) ... ok test_unbuffered_input (test.test_cmd_line.CmdLineTest.test_unbuffered_input) ... ok test_unbuffered_output (test.test_cmd_line.CmdLineTest.test_unbuffered_output) ... ok test_undecodable_code (test.test_cmd_line.CmdLineTest.test_undecodable_code) ... skipped 'Windows has a native unicode API' test_unknown_options (test.test_cmd_line.CmdLineTest.test_unknown_options) ... skipped 'implementation detail specific to cpython' test_unmached_quote (test.test_cmd_line.CmdLineTest.test_unmached_quote) ... ok test_verbose (test.test_cmd_line.CmdLineTest.test_verbose) ... ok test_version (test.test_cmd_line.CmdLineTest.test_version) ... skipped 'implementation detail specific to cpython' test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence) ... ok test_xdev (test.test_cmd_line.CmdLineTest.test_xdev) ... skipped 'implementation detail specific to cpython' test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules) ... skipped 'implementation detail specific to cpython' test_xoptions (test.test_cmd_line.CmdLineTest.test_xoptions) ... ok test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED) ... skipped 'no hash randomization on PyPy' test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH) ... ok test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set) ... ok test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line) ... ok test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin) ... ok ====================================================================== FAIL: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_cmd_line.py", line 479, in test_stdout_flush_at_shutdown self.assertEqual(120, rc) ^^^^^^^^^^^ AssertionError: 120 != 1 ---------------------------------------------------------------------- Ran 55 tests in 10.496s FAILED (failures=1, skipped=19) test_cmd_line failed (1 failure) == Tests result: FAILURE == 1 test failed: test_cmd_line Total duration: 11.1 sec Total tests: run=55 failures=1 skipped=19 Total test files: run=1/1 failed=1 Result: FAILURE test test_cmd_line failed . lib-python/3/test/test_cmd_line_script.py::unmodified . lib-python/3/test/test_code.py::unmodified . lib-python/3/test/test_code_module.py::unmodified F lib-python/3/test/test_codeccallbacks.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4064æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 4289531000 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_codeccallbacks test_backslashescape (test.test_codeccallbacks.CodecCallbackTest.test_backslashescape) ... ok test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions) ... ok test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions) ... ok test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions) ... ok test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions) ... ok test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions) ... ok test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions) ... ok test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions) ... ok test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions) ... ok test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults) ... ok test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall) ... ok test_badregistercall (test.test_codeccallbacks.CodecCallbackTest.test_badregistercall) ... ok test_bug828737 (test.test_codeccallbacks.CodecCallbackTest.test_bug828737) ... ok test_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_callbacks) ... ok test_charmapencode (test.test_codeccallbacks.CodecCallbackTest.test_charmapencode) ... ok test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler) ... ok test_decodehelper (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper) ... ok test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819) ... ok test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks) ... ok test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement) ... ok test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement) ... ok test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement) ... ok test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement) ... ok test_encodehelper (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper) ... ok test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) ... test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) (encoding='mbcs') ... FAIL test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) (encoding='oem') ... FAIL test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) ... FAIL test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class) ... ok test_longstrings (test.test_codeccallbacks.CodecCallbackTest.test_longstrings) ... ok test_lookup (test.test_codeccallbacks.CodecCallbackTest.test_lookup) ... ok test_mutating_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler) ... skipped 'PyPy does not have this restriction' test_mutating_decode_handler_unicode_escape (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_unicode_escape) ... ok test_nameescape (test.test_codeccallbacks.CodecCallbackTest.test_nameescape) ... ok test_translatehelper (test.test_codeccallbacks.CodecCallbackTest.test_translatehelper) ... ok test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror) ... ok test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror) ... ok test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror) ... ok test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace) ... ok test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler) ... ok test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace) ... ok test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace) ... ok test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues) ... ok ====================================================================== FAIL: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) (encoding='mbcs') ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codeccallbacks.py", line 1073, in test_encodehelper_bug36819 with self.assertRaises(UnicodeEncodeError) as cm: AssertionError: UnicodeEncodeError not raised ====================================================================== FAIL: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) (encoding='oem') ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codeccallbacks.py", line 1073, in test_encodehelper_bug36819 with self.assertRaises(UnicodeEncodeError) as cm: AssertionError: UnicodeEncodeError not raised ====================================================================== FAIL: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codeccallbacks.py", line 1081, in test_encodehelper_bug36819 with self.assertRaises(UnicodeEncodeError) as cm: AssertionError: UnicodeEncodeError not raised ---------------------------------------------------------------------- Ran 40 tests in 0.168s FAILED (failures=3, skipped=1) test_codeccallbacks failed (3 failures) == Tests result: FAILURE == 1 test failed: test_codeccallbacks Total duration: 677 ms Total tests: run=40 failures=3 skipped=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_codeccallbacks failed . lib-python/3/test/test_codecencodings_cn.py::unmodified F lib-python/3/test/test_codecencodings_hk.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_5076æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 115610809 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_codecencodings_hk test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding) ... FAIL test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder) ... ERROR test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder) ... ERROR test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader) ... ERROR test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter) ... ERROR test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace) ... ok ====================================================================== ERROR: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 206, in test_incrementaldecoder ostream.write(u) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 0-1: surrogates not allowed ====================================================================== ERROR: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 188, in test_incrementalencoder e = encoder.encode(data) ^^^^^^ UnicodeEncodeError: 'big5hkscs' codec can't encode character '\U0002010c' in position 0: illegal multibyte sequence ====================================================================== ERROR: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 245, in test_streamreader ostream.write(data) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 0-1: surrogates not allowed ====================================================================== ERROR: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 269, in test_streamwriter ostream.write(data) ^^^^^ UnicodeEncodeError: 'big5hkscs' codec can't encode character '\U0002010c' in position 0: illegal multibyte sequence ====================================================================== FAIL: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 46, in test_chunkcoding self.assertEqual(u, utf8.decode('utf-8')) ^^^^^^^^^^^ AssertionError: '\ud840\udd0cĚ鵮罓洆\n' != '𠄌Ě鵮罓洆\n' - \ud840\udd0cĚ鵮罓洆 ? ^^ + 𠄌Ě鵮罓洆 ? ^ ---------------------------------------------------------------------- Ran 18 tests in 0.045s FAILED (failures=1, errors=4) test_codecencodings_hk failed (4 errors, 1 failure) == Tests result: FAILURE == 1 test failed: test_codecencodings_hk Total duration: 681 ms Total tests: run=18 failures=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_codecencodings_hk failed F lib-python/3/test/test_codecencodings_iso2022.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9264æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 4070451173 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_codecencodings_iso2022 test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle) ... FAIL test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle) ... FAIL test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding) ... skipped 'iso2022_kr.txt cannot be used to test "chunk coding"' test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace) ... ok ====================================================================== FAIL: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 60, in test_errorhandle self.assertEqual(result, expected, ^^^^^^^^^^^ AssertionError: '\ud840\udc0b' != '𠀋' - \ud840\udc0b + 𠀋 : b'\x1b$(Q."\x1b(B'.decode('iso2022_jp_2004', 'strict')='\ud840\udc0b' != '\U0002000b' ====================================================================== FAIL: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 60, in test_errorhandle self.assertEqual(result, expected, ^^^^^^^^^^^ AssertionError: '\ud840\udc0b' != '𠀋' - \ud840\udc0b + 𠀋 : b'\x1b$(O."\x1b(B'.decode('iso2022_jp_3', 'strict')='\ud840\udc0b' != '\U0002000b' ---------------------------------------------------------------------- Ran 90 tests in 1.047s FAILED (failures=2, skipped=1) test_codecencodings_iso2022 failed (2 failures) == Tests result: FAILURE == 1 test failed: test_codecencodings_iso2022 Total duration: 1.7 sec Total tests: run=90 failures=2 skipped=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_codecencodings_iso2022 failed F lib-python/3/test/test_codecencodings_jp.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6364æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1532075703 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_codecencodings_jp test_callback_None_index (test.test_codecencodings_jp.Test_CP932.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_CP932.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_CP932.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_CP932.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_CP932.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_CP932.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_CP932.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_CP932.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_CP932.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding) ... FAIL test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder) ... ERROR test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder) ... ERROR test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader) ... ERROR test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter) ... ERROR test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding) ... FAIL test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder) ... ERROR test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder) ... ERROR test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader) ... ERROR test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter) ... ERROR test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding) ... FAIL test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder) ... ERROR test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder) ... ERROR test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader) ... ERROR test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter) ... ERROR test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace) ... ok ====================================================================== ERROR: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 206, in test_incrementaldecoder ostream.write(u) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 188, in test_incrementalencoder e = encoder.encode(data) ^^^^^^ UnicodeEncodeError: 'euc_jisx0213' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== ERROR: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 245, in test_streamreader ostream.write(data) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 269, in test_streamwriter ostream.write(data) ^^^^^ UnicodeEncodeError: 'euc_jisx0213' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== ERROR: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 206, in test_incrementaldecoder ostream.write(u) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 188, in test_incrementalencoder e = encoder.encode(data) ^^^^^^ UnicodeEncodeError: 'euc_jis_2004' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== ERROR: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 245, in test_streamreader ostream.write(data) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 269, in test_streamwriter ostream.write(data) ^^^^^ UnicodeEncodeError: 'euc_jis_2004' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== ERROR: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 206, in test_incrementaldecoder ostream.write(u) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 188, in test_incrementalencoder e = encoder.encode(data) ^^^^^^ UnicodeEncodeError: 'shift_jisx0213' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== ERROR: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 245, in test_streamreader ostream.write(data) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\codecs.py", line 377, in write data, consumed = self.encode(object, self.errors) ^^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode characters in position 438-439: surrogates not allowed ====================================================================== ERROR: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 269, in test_streamwriter ostream.write(data) ^^^^^ UnicodeEncodeError: 'shift_jisx0213' codec can't encode character '\U000216b4' in position 438: illegal multibyte sequence ====================================================================== FAIL: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 46, in test_chunkcoding self.assertEqual(u, utf8.decode('utf-8')) ^^^^^^^^^^^ AssertionError: 'ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0\n' != 'ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰\n' - ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0 ? ^^^^ ^^ + ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰 ? ^^ ^ ====================================================================== FAIL: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 46, in test_chunkcoding self.assertEqual(u, utf8.decode('utf-8')) ^^^^^^^^^^^ AssertionError: 'ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0\n' != 'ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰\n' - ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0 ? ^^^^ ^^ + ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰 ? ^^ ^ ====================================================================== FAIL: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\multibytecodec_support.py", line 46, in test_chunkcoding self.assertEqual(u, utf8.decode('utf-8')) ^^^^^^^^^^^ AssertionError: 'ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0\n' != 'ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰\n' - ノか゚ ト゚ トキ喝塀 \ud845\udeb4\ud868\udf8c 麀齁\ud865\udef0 ? ^^^^ ^^ + ノか゚ ト゚ トキ喝塀 𡚴𪎌 麀齁𩛰 ? ^^ ^ ---------------------------------------------------------------------- Ran 126 tests in 0.899s FAILED (failures=3, errors=12) test_codecencodings_jp failed (12 errors, 3 failures) == Tests result: FAILURE == 1 test failed: test_codecencodings_jp Total duration: 1.6 sec Total tests: run=126 failures=3 Total test files: run=1/1 failed=1 Result: FAILURE test test_codecencodings_jp failed . lib-python/3/test/test_codecencodings_kr.py::unmodified . lib-python/3/test/test_codecencodings_tw.py::unmodified . lib-python/3/test/test_codecmaps_cn.py::unmodified . lib-python/3/test/test_codecmaps_hk.py::unmodified . lib-python/3/test/test_codecmaps_jp.py::unmodified . lib-python/3/test/test_codecmaps_kr.py::unmodified . lib-python/3/test/test_codecmaps_tw.py::unmodified F lib-python/3/test/test_codecs.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_824æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1332831471 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_codecs test_decode (test.test_codecs.ASCIITest.test_decode) ... ok test_decode_error (test.test_codecs.ASCIITest.test_decode_error) ... ok test_encode (test.test_codecs.ASCIITest.test_encode) ... ok test_encode_error (test.test_codecs.ASCIITest.test_encode_error) ... ok test_encode_surrogateescape_error (test.test_codecs.ASCIITest.test_encode_surrogateescape_error) ... ok test_bad_decode_args (test.test_codecs.BasicUnicodeTest.test_bad_decode_args) ... ok test_bad_encode_args (test.test_codecs.BasicUnicodeTest.test_bad_encode_args) ... ok test_basics (test.test_codecs.BasicUnicodeTest.test_basics) ... ok test_basics_capi (test.test_codecs.BasicUnicodeTest.test_basics_capi) ... skipped 'implementation detail specific to cpython' test_decoder_state (test.test_codecs.BasicUnicodeTest.test_decoder_state) ... ok test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized) ... ok test_seek (test.test_codecs.BasicUnicodeTest.test_seek) ... ok test_seek0 (test.test_codecs.BomTest.test_seek0) ... ok test_decode_with_int2int_map (test.test_codecs.CharmapTest.test_decode_with_int2int_map) ... ok test_decode_with_int2str_map (test.test_codecs.CharmapTest.test_decode_with_int2str_map) ... ok test_decode_with_string_map (test.test_codecs.CharmapTest.test_decode_with_string_map) ... ok test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) ... ERROR test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) ... FAIL test_cp1252 (test.test_codecs.CodePageTest.test_cp1252) ... ok test_cp932 (test.test_codecs.CodePageTest.test_cp932) ... ok test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) ... ERROR test_incremental (test.test_codecs.CodePageTest.test_incremental) ... ERROR test_invalid_code_page (test.test_codecs.CodePageTest.test_invalid_code_page) ... ok test_large_input (test.test_codecs.CodePageTest.test_large_input) ... skipped 'not enough memory: 14.0G minimum needed' test_large_utf8_input (test.test_codecs.CodePageTest.test_large_utf8_input) ... skipped 'not enough memory: 12.0G minimum needed' test_mbcs_alias (test.test_codecs.CodePageTest.test_mbcs_alias) ... ok test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) ... FAIL test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup) ... ok test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding) ... ok test_all (test.test_codecs.CodecsModuleTest.test_all) ... ok test_decode (test.test_codecs.CodecsModuleTest.test_decode) ... ok test_encode (test.test_codecs.CodecsModuleTest.test_encode) ... ok test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised) ... ok test_getdecoder (test.test_codecs.CodecsModuleTest.test_getdecoder) ... ok test_getencoder (test.test_codecs.CodecsModuleTest.test_getencoder) ... ok test_getreader (test.test_codecs.CodecsModuleTest.test_getreader) ... ok test_getwriter (test.test_codecs.CodecsModuleTest.test_getwriter) ... ok test_lookup (test.test_codecs.CodecsModuleTest.test_lookup) ... ok test_lookup_issue1813 (test.test_codecs.CodecsModuleTest.test_lookup_issue1813) ... ok test_open (test.test_codecs.CodecsModuleTest.test_open) ... ok test_register (test.test_codecs.CodecsModuleTest.test_register) ... ok test_undefined (test.test_codecs.CodecsModuleTest.test_undefined) ... ok test_unregister (test.test_codecs.CodecsModuleTest.test_unregister) ... ok test_basic (test.test_codecs.EncodedFileTest.test_basic) ... ok test_empty (test.test_codecs.EscapeDecodeTest.test_empty) ... ok test_errors (test.test_codecs.EscapeDecodeTest.test_errors) ... ok test_escape (test.test_codecs.EscapeDecodeTest.test_escape) ... ok test_raw (test.test_codecs.EscapeDecodeTest.test_raw) ... ok test_warnings (test.test_codecs.EscapeDecodeTest.test_warnings) ... ok test_escape_encode (test.test_codecs.EscapeEncodeTest.test_escape_encode) ... ok test_codec_lookup_failure_not_wrapped (test.test_codecs.ExceptionChainingTest.test_codec_lookup_failure_not_wrapped) ... ok test_init_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_init_override_is_not_wrapped) ... ok test_instance_attribute_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_instance_attribute_is_not_wrapped) ... ok test_multiple_args_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_multiple_args_is_not_wrapped) ... ok test_new_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_new_override_is_not_wrapped) ... ok test_non_str_arg_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_non_str_arg_is_not_wrapped) ... ok test_raise_by_type (test.test_codecs.ExceptionChainingTest.test_raise_by_type) ... ok test_raise_by_value (test.test_codecs.ExceptionChainingTest.test_raise_by_value) ... ok test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionChainingTest.test_raise_grandchild_subclass_exact_size) ... ok test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionChainingTest.test_raise_subclass_with_weakref_support) ... ok test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionChainingTest.test_unflagged_non_text_codec_handling) ... ok test_builtin_decode (test.test_codecs.IDNACodecTest.test_builtin_decode) ... ok test_builtin_decode_length_limit (test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit) ... ok test_builtin_encode (test.test_codecs.IDNACodecTest.test_builtin_encode) ... ok test_errors (test.test_codecs.IDNACodecTest.test_errors) Only supports "strict" error handler ... ok test_incremental_decode (test.test_codecs.IDNACodecTest.test_incremental_decode) ... ok test_incremental_encode (test.test_codecs.IDNACodecTest.test_incremental_encode) ... ok test_stream (test.test_codecs.IDNACodecTest.test_stream) ... ok test_decode (test.test_codecs.Latin1Test.test_decode) ... ok test_encode (test.test_codecs.Latin1Test.test_encode) ... ok test_encode_errors (test.test_codecs.Latin1Test.test_encode_errors) ... ok test_encode_surrogateescape_error (test.test_codecs.Latin1Test.test_encode_surrogateescape_error) ... ok test_decode_strict (test.test_codecs.LocaleCodecTest.test_decode_strict) ... skipped 'need _testinternalcapi module' test_decode_surrogateescape (test.test_codecs.LocaleCodecTest.test_decode_surrogateescape) ... skipped 'need _testinternalcapi module' test_decode_surrogatepass (test.test_codecs.LocaleCodecTest.test_decode_surrogatepass) ... skipped 'need _testinternalcapi module' test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler) ... skipped 'need _testinternalcapi module' test_encode_strict (test.test_codecs.LocaleCodecTest.test_encode_strict) ... skipped 'need _testinternalcapi module' test_encode_surrogateescape (test.test_codecs.LocaleCodecTest.test_encode_surrogateescape) ... skipped 'need _testinternalcapi module' test_encode_surrogatepass (test.test_codecs.LocaleCodecTest.test_encode_surrogatepass) ... skipped 'need _testinternalcapi module' test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler) ... skipped 'need _testinternalcapi module' test_nameprep (test.test_codecs.NameprepTest.test_nameprep) ... ok test_decode (test.test_codecs.PunycodeTest.test_decode) ... ok test_decode_invalid (test.test_codecs.PunycodeTest.test_decode_invalid) ... ok test_encode (test.test_codecs.PunycodeTest.test_encode) ... ok test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest.test_bug1175396) ... ok test_decode_errors (test.test_codecs.RawUnicodeEscapeTest.test_decode_errors) ... ok test_empty (test.test_codecs.RawUnicodeEscapeTest.test_empty) ... ok test_escape_decode (test.test_codecs.RawUnicodeEscapeTest.test_escape_decode) ... ok test_escape_encode (test.test_codecs.RawUnicodeEscapeTest.test_escape_encode) ... ok test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass) ... ok test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.RawUnicodeEscapeTest.test_partial) ... ok test_raw_decode (test.test_codecs.RawUnicodeEscapeTest.test_raw_decode) ... ok test_raw_encode (test.test_codecs.RawUnicodeEscapeTest.test_raw_encode) ... ok test_readline (test.test_codecs.RawUnicodeEscapeTest.test_readline) ... ok test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue) ... ok test_array (test.test_codecs.ReadBufferTest.test_array) ... ok test_bad_args (test.test_codecs.ReadBufferTest.test_bad_args) ... ok test_empty (test.test_codecs.ReadBufferTest.test_empty) ... ok test_decode (test.test_codecs.Rot13Test.test_decode) ... ok test_encode (test.test_codecs.Rot13Test.test_encode) ... ok test_incremental_decode (test.test_codecs.Rot13Test.test_incremental_decode) ... ok test_incremental_encode (test.test_codecs.Rot13Test.test_incremental_encode) ... ok test_rot13_func (test.test_codecs.Rot13UtilTest.test_rot13_func) ... ok test_copy (test.test_codecs.StreamReaderTest.test_copy) ... ok test_pickle (test.test_codecs.StreamReaderTest.test_pickle) ... ok test_readlines (test.test_codecs.StreamReaderTest.test_readlines) ... ok test_copy (test.test_codecs.StreamReaderWriterTest.test_copy) ... ok test_pickle (test.test_codecs.StreamReaderWriterTest.test_pickle) ... ok test_copy (test.test_codecs.StreamRecoderTest.test_copy) ... ok test_pickle (test.test_codecs.StreamRecoderTest.test_pickle) ... ok test_seeking_read (test.test_codecs.StreamRecoderTest.test_seeking_read) ... ok test_seeking_write (test.test_codecs.StreamRecoderTest.test_seeking_write) ... ok test_write (test.test_codecs.StreamRecoderTest.test_write) ... ok test_writelines (test.test_codecs.StreamRecoderTest.test_writelines) ... ok test_copy (test.test_codecs.StreamWriterTest.test_copy) ... ok test_pickle (test.test_codecs.StreamWriterTest.test_pickle) ... ok test_ascii (test.test_codecs.SurrogateEscapeTest.test_ascii) ... ok test_charmap (test.test_codecs.SurrogateEscapeTest.test_charmap) ... ok test_latin1 (test.test_codecs.SurrogateEscapeTest.test_latin1) ... ok test_utf8 (test.test_codecs.SurrogateEscapeTest.test_utf8) ... ok test_aliases (test.test_codecs.TransformCodecTest.test_aliases) ... ok test_basics (test.test_codecs.TransformCodecTest.test_basics) ... ok test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms) ... ok test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms) ... ok test_buffer_api_usage (test.test_codecs.TransformCodecTest.test_buffer_api_usage) ... ok test_custom_hex_error_is_wrapped (test.test_codecs.TransformCodecTest.test_custom_hex_error_is_wrapped) ... ok test_custom_zlib_error_is_wrapped (test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_wrapped) ... ok test_quopri_stateless (test.test_codecs.TransformCodecTest.test_quopri_stateless) ... ok test_read (test.test_codecs.TransformCodecTest.test_read) ... ok test_readline (test.test_codecs.TransformCodecTest.test_readline) ... ok test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms) ... ok test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms) ... ok test_uu_invalid (test.test_codecs.TransformCodecTest.test_uu_invalid) ... ok test_decode_unicode (test.test_codecs.TypesTest.test_decode_unicode) ... ok test_unicode_escape (test.test_codecs.TypesTest.test_unicode_escape) ... ok test_bug1098990_a (test.test_codecs.UTF16BETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16BETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16BETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF16BETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16BETest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF16BETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16BETest.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF16BETest.test_nonbmp) ... ok test_partial (test.test_codecs.UTF16BETest.test_partial) ... ok test_readline (test.test_codecs.UTF16BETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16BETest.test_readlinequeue) ... ok test_bad_args (test.test_codecs.UTF16ExTest.test_bad_args) ... ok test_errors (test.test_codecs.UTF16ExTest.test_errors) ... ok test_bug1098990_a (test.test_codecs.UTF16LETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16LETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16LETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF16LETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16LETest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF16LETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16LETest.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF16LETest.test_nonbmp) ... ok test_partial (test.test_codecs.UTF16LETest.test_partial) ... ok test_readline (test.test_codecs.UTF16LETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16LETest.test_readlinequeue) ... ok test_badbom (test.test_codecs.UTF16Test.test_badbom) ... ok test_bug1098990_a (test.test_codecs.UTF16Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16Test.test_bug1175396) ... ok test_bug691291 (test.test_codecs.UTF16Test.test_bug691291) ... ok test_decoder_state (test.test_codecs.UTF16Test.test_decoder_state) ... ok test_errors (test.test_codecs.UTF16Test.test_errors) ... ok test_handlers (test.test_codecs.UTF16Test.test_handlers) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16Test.test_incremental_surrogatepass) ... ok test_invalid_modes (test.test_codecs.UTF16Test.test_invalid_modes) ... ok test_lone_surrogates (test.test_codecs.UTF16Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16Test.test_mixed_readline_and_read) ... ok test_only_one_bom (test.test_codecs.UTF16Test.test_only_one_bom) ... ok test_partial (test.test_codecs.UTF16Test.test_partial) ... ok test_readline (test.test_codecs.UTF16Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16Test.test_readlinequeue) ... ok test_bug1098990_a (test.test_codecs.UTF32BETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32BETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32BETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF32BETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32BETest.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32BETest.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32BETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32BETest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF32BETest.test_partial) ... ok test_readline (test.test_codecs.UTF32BETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32BETest.test_readlinequeue) ... ok test_simple (test.test_codecs.UTF32BETest.test_simple) ... ok test_bug1098990_a (test.test_codecs.UTF32LETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32LETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32LETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF32LETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32LETest.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32LETest.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32LETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32LETest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF32LETest.test_partial) ... ok test_readline (test.test_codecs.UTF32LETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32LETest.test_readlinequeue) ... ok test_simple (test.test_codecs.UTF32LETest.test_simple) ... ok test_badbom (test.test_codecs.UTF32Test.test_badbom) ... ok test_bug1098990_a (test.test_codecs.UTF32Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32Test.test_bug1175396) ... ok test_decoder_state (test.test_codecs.UTF32Test.test_decoder_state) ... ok test_errors (test.test_codecs.UTF32Test.test_errors) ... ok test_handlers (test.test_codecs.UTF32Test.test_handlers) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32Test.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32Test.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32Test.test_mixed_readline_and_read) ... ok test_only_one_bom (test.test_codecs.UTF32Test.test_only_one_bom) ... ok test_partial (test.test_codecs.UTF32Test.test_partial) ... ok test_readline (test.test_codecs.UTF32Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32Test.test_readlinequeue) ... ok test_ascii (test.test_codecs.UTF7Test.test_ascii) ... ok test_bug1098990_a (test.test_codecs.UTF7Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF7Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF7Test.test_bug1175396) ... ok test_errors (test.test_codecs.UTF7Test.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF7Test.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF7Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF7Test.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF7Test.test_nonbmp) ... ok test_partial (test.test_codecs.UTF7Test.test_partial) ... ok test_readline (test.test_codecs.UTF7Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF7Test.test_readlinequeue) ... ok test_bom (test.test_codecs.UTF8SigTest.test_bom) ... ok test_bug1098990_a (test.test_codecs.UTF8SigTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF8SigTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF8SigTest.test_bug1175396) ... ok test_bug1601501 (test.test_codecs.UTF8SigTest.test_bug1601501) ... ok test_decode_error (test.test_codecs.UTF8SigTest.test_decode_error) ... ok test_decoder_state (test.test_codecs.UTF8SigTest.test_decoder_state) ... ok test_incremental_errors (test.test_codecs.UTF8SigTest.test_incremental_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF8SigTest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF8SigTest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF8SigTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF8SigTest.test_partial) ... ok test_readline (test.test_codecs.UTF8SigTest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF8SigTest.test_readlinequeue) ... ok test_stream_bare (test.test_codecs.UTF8SigTest.test_stream_bare) ... ok test_stream_bom (test.test_codecs.UTF8SigTest.test_stream_bom) ... ok test_surrogatepass_handler (test.test_codecs.UTF8SigTest.test_surrogatepass_handler) ... ok test_bug1098990_a (test.test_codecs.UTF8Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF8Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF8Test.test_bug1175396) ... ok test_decode_error (test.test_codecs.UTF8Test.test_decode_error) ... ok test_decoder_state (test.test_codecs.UTF8Test.test_decoder_state) ... ok test_incremental_errors (test.test_codecs.UTF8Test.test_incremental_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF8Test.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF8Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF8Test.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF8Test.test_partial) ... ok test_readline (test.test_codecs.UTF8Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF8Test.test_readlinequeue) ... ok test_surrogatepass_handler (test.test_codecs.UTF8Test.test_surrogatepass_handler) ... ok test_bug1098990_a (test.test_codecs.UnicodeEscapeTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UnicodeEscapeTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UnicodeEscapeTest.test_bug1175396) ... ok test_decode_errors (test.test_codecs.UnicodeEscapeTest.test_decode_errors) ... ok test_decode_warnings (test.test_codecs.UnicodeEscapeTest.test_decode_warnings) ... ok test_empty (test.test_codecs.UnicodeEscapeTest.test_empty) ... ok test_escape_decode (test.test_codecs.UnicodeEscapeTest.test_escape_decode) ... ok test_escape_encode (test.test_codecs.UnicodeEscapeTest.test_escape_encode) ... ok test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass) ... ok test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UnicodeEscapeTest.test_partial) ... ok test_raw_decode (test.test_codecs.UnicodeEscapeTest.test_raw_decode) ... ok test_raw_encode (test.test_codecs.UnicodeEscapeTest.test_raw_encode) ... ok test_readline (test.test_codecs.UnicodeEscapeTest.test_readline) ... ok test_readlinequeue (test.test_codecs.UnicodeEscapeTest.test_readlinequeue) ... ok test_encodedfile (test.test_codecs.WithStmtTest.test_encodedfile) ... ok test_streamreaderwriter (test.test_codecs.WithStmtTest.test_streamreaderwriter) ... ok ====================================================================== ERROR: test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3272, in test_code_page_decode_flags self.assertEqual(codecs.code_page_decode(cp, b'abc'), ('abc', 3), f'cp{cp}') ^^^^^^^^^^^^^^^^ OSError: [WinError 1004] Invalid flags ====================================================================== ERROR: test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3228, in test_cp_utf7 self.check_encode(cp, ( ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3163, in check_encode encoded = codecs.code_page_encode(cp, text, errors) ^^^^^^^^^^^^^^^^ OSError: [WinError 122] The data area passed to a system call is too small ====================================================================== ERROR: test_incremental (test.test_codecs.CodePageTest.test_incremental) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3280, in test_incremental decoded = codecs.code_page_decode(932, b'\x82', 'strict', False) ^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 0: invalid start byte ====================================================================== FAIL: test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) ---------------------------------------------------------------------- UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 0: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3136, in test_code_page_name self.assertRaisesRegex(UnicodeDecodeError, 'cp932', ^^^^^^^^^^^^^^^^^ AssertionError: "cp932" does not match "'utf-8' codec can't decode byte 0x81 in position 0: invalid start byte" ====================================================================== FAIL: test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3247, in test_multibyte_encoding self.check_decode(932, ( ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_codecs.py", line 3149, in check_decode self.assertEqual(decoded[0], expected, ^^^^^^^^^^^ AssertionError: '\x80' != '騾' - € + 騾 : b'\x84\xe9\x80'.decode("cp932", 'ignore')='\x80' != '\u9a3e' ---------------------------------------------------------------------- Ran 276 tests in 5.273s FAILED (failures=2, errors=3, skipped=11) test_codecs failed (3 errors, 2 failures) == Tests result: FAILURE == 1 test failed: test_codecs Total duration: 6.1 sec Total tests: run=276 failures=2 skipped=11 Total test files: run=1/1 failed=1 Result: FAILURE test test_codecs failed . lib-python/3/test/test_codeop.py::unmodified . lib-python/3/test/test_collections.py::unmodified . lib-python/3/test/test_colorsys.py::unmodified . lib-python/3/test/test_compare.py::unmodified . lib-python/3/test/test_compile.py::unmodified . lib-python/3/test/test_compileall.py::unmodified . lib-python/3/test/test_complex.py::unmodified . lib-python/3/test/test_configparser.py::unmodified . lib-python/3/test/test_contains.py::unmodified . lib-python/3/test/test_context.py::unmodified . lib-python/3/test/test_contextlib.py::unmodified . lib-python/3/test/test_contextlib_async.py::unmodified . lib-python/3/test/test_copy.py::unmodified . lib-python/3/test/test_copyreg.py::unmodified . lib-python/3/test/test_coroutines.py::unmodified . lib-python/3/test/test_cprofile.py::unmodified . lib-python/3/test/test_crashers.py::unmodified . lib-python/3/test/test_crypt.py::unmodified . lib-python/3/test/test_csv.py::unmodified F lib-python/3/test/test_ctypes.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4340æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 518453707 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_ctypes test_anon (ctypes.test.test_anon.AnonTest.test_anon) ... ok test_anon_nonmember (ctypes.test.test_anon.AnonTest.test_anon_nonmember) ... ok test_anon_nonseq (ctypes.test.test_anon.AnonTest.test_anon_nonseq) ... ok test_issue31490 (ctypes.test.test_anon.AnonTest.test_issue31490) ... skipped 'implementation detail specific to cpython' test_nested (ctypes.test.test_anon.AnonTest.test_nested) ... ok test (ctypes.test.test_array_in_pointer.Test.test) ... ok test_2 (ctypes.test.test_array_in_pointer.Test.test_2) ... ok test_bad_length (ctypes.test.test_arrays.ArrayTestCase.test_bad_length) ... ok test_bad_subclass (ctypes.test.test_arrays.ArrayTestCase.test_bad_subclass) ... ok test_bpo36504_signed_int_overflow (ctypes.test.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow) ... ok test_cache (ctypes.test.test_arrays.ArrayTestCase.test_cache) ... ok test_classcache (ctypes.test.test_arrays.ArrayTestCase.test_classcache) ... ok test_empty_element_array (ctypes.test.test_arrays.ArrayTestCase.test_empty_element_array) ... ok test_empty_element_struct (ctypes.test.test_arrays.ArrayTestCase.test_empty_element_struct) ... ok test_from_address (ctypes.test.test_arrays.ArrayTestCase.test_from_address) ... ok test_from_addressW (ctypes.test.test_arrays.ArrayTestCase.test_from_addressW) ... ok test_large_array (ctypes.test.test_arrays.ArrayTestCase.test_large_array) ... skipped 'not enough memory: 2.0G minimum needed' test_longdouble (ctypes.test.test_arrays.ArrayTestCase.test_longdouble) This test is empty. It's just here to remind that we commented out ... skipped 'long double not supported by PyPy' test_numeric_arrays (ctypes.test.test_arrays.ArrayTestCase.test_numeric_arrays) ... ok test_simple (ctypes.test.test_arrays.ArrayTestCase.test_simple) ... ok test_step_overflow (ctypes.test.test_arrays.ArrayTestCase.test_step_overflow) ... ok test_subclass (ctypes.test.test_arrays.ArrayTestCase.test_subclass) ... ok test_zero_length (ctypes.test.test_arrays.ArrayTestCase.test_zero_length) ... ok test_byval (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.AsParamNestedWrapperTestCase.test_wchar_parm) ... ok test_byval (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm) ... ok test_byval (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm) ... ok test_byval (ctypes.test.test_as_parameter.BasicWrapTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.BasicWrapTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.BasicWrapTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.BasicWrapTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.BasicWrapTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.BasicWrapTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.BasicWrapTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.BasicWrapTestCase.test_wchar_parm) ... ok test_anon_bitfields (ctypes.test.test_bitfields.BitFieldTest.test_anon_bitfields) ... ok test_c_wchar (ctypes.test.test_bitfields.BitFieldTest.test_c_wchar) ... ok test_longlong (ctypes.test.test_bitfields.BitFieldTest.test_longlong) ... ok test_mixed_1 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_1) ... ok test_mixed_2 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_2) ... ok test_mixed_3 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_3) ... ok test_mixed_4 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_4) ... ok test_multi_bitfields_size (ctypes.test.test_bitfields.BitFieldTest.test_multi_bitfields_size) ... ok test_nonint_types (ctypes.test.test_bitfields.BitFieldTest.test_nonint_types) ... ok test_signed (ctypes.test.test_bitfields.BitFieldTest.test_signed) ... ok test_single_bitfield_size (ctypes.test.test_bitfields.BitFieldTest.test_single_bitfield_size) ... ok test_uint32 (ctypes.test.test_bitfields.BitFieldTest.test_uint32) ... ok test_uint32_swap_big_endian (ctypes.test.test_bitfields.BitFieldTest.test_uint32_swap_big_endian) ... ok test_uint32_swap_little_endian (ctypes.test.test_bitfields.BitFieldTest.test_uint32_swap_little_endian) ... ok test_uint64 (ctypes.test.test_bitfields.BitFieldTest.test_uint64) ... ok test_ulonglong (ctypes.test.test_bitfields.BitFieldTest.test_ulonglong) ... ok test_unsigned (ctypes.test.test_bitfields.BitFieldTest.test_unsigned) ... ok test_ints (ctypes.test.test_bitfields.C_Test.test_ints) ... ok test_shorts (ctypes.test.test_bitfields.C_Test.test_shorts) ... ok test_buffer (ctypes.test.test_buffers.StringBufferTestCase.test_buffer) ... ok test_buffer_interface (ctypes.test.test_buffers.StringBufferTestCase.test_buffer_interface) ... ok test_create_unicode_buffer_non_bmp (ctypes.test.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp) ... ok test_unicode_buffer (ctypes.test.test_buffers.StringBufferTestCase.test_unicode_buffer) ... ok test_unicode_conversion (ctypes.test.test_buffers.StringBufferTestCase.test_unicode_conversion) ... ok test_BSTR (ctypes.test.test_bytes.BytesTest.test_BSTR) ... ok test_c_char (ctypes.test.test_bytes.BytesTest.test_c_char) ... ok test_c_char_p (ctypes.test.test_bytes.BytesTest.test_c_char_p) ... ok test_c_wchar (ctypes.test.test_bytes.BytesTest.test_c_wchar) ... ok test_c_wchar_p (ctypes.test.test_bytes.BytesTest.test_c_wchar_p) ... ok test_struct (ctypes.test.test_bytes.BytesTest.test_struct) ... ok test_struct_W (ctypes.test.test_bytes.BytesTest.test_struct_W) ... ok test_build_struct_union_opposite_system_byteorder (ctypes.test.test_byteswap.Test.test_build_struct_union_opposite_system_byteorder) ... ok test_endian_double (ctypes.test.test_byteswap.Test.test_endian_double) ... ok test_endian_float (ctypes.test.test_byteswap.Test.test_endian_float) ... ok test_endian_int (ctypes.test.test_byteswap.Test.test_endian_int) ... ok test_endian_longlong (ctypes.test.test_byteswap.Test.test_endian_longlong) ... ok test_endian_other (ctypes.test.test_byteswap.Test.test_endian_other) ... ok test_endian_short (ctypes.test.test_byteswap.Test.test_endian_short) ... ok test_slots (ctypes.test.test_byteswap.Test.test_slots) ... skipped 'slots are irrelevant on PyPy' test_struct_field_alignment (ctypes.test.test_byteswap.Test.test_struct_field_alignment) ... ok test_struct_fields_unsupported_byte_order (ctypes.test.test_byteswap.Test.test_struct_fields_unsupported_byte_order) ... ok test_struct_struct (ctypes.test.test_byteswap.Test.test_struct_struct) ... ok test_unaligned_native_struct_fields (ctypes.test.test_byteswap.Test.test_unaligned_native_struct_fields) ... ok test_unaligned_nonnative_struct_fields (ctypes.test.test_byteswap.Test.test_unaligned_nonnative_struct_fields) ... ok test_union_fields_unsupported_byte_order (ctypes.test.test_byteswap.Test.test_union_fields_unsupported_byte_order) ... ok test_union_struct (ctypes.test.test_byteswap.Test.test_union_struct) ... ok test_byte (ctypes.test.test_callbacks.Callbacks.test_byte) ... ok test_char (ctypes.test.test_callbacks.Callbacks.test_char) ... ok test_double (ctypes.test.test_callbacks.Callbacks.test_double) ... ok test_float (ctypes.test.test_callbacks.Callbacks.test_float) ... ok test_int (ctypes.test.test_callbacks.Callbacks.test_int) ... ok test_issue12483 (ctypes.test.test_callbacks.Callbacks.test_issue12483) ... ok test_issue_7959 (ctypes.test.test_callbacks.Callbacks.test_issue_7959) ... ok test_long (ctypes.test.test_callbacks.Callbacks.test_long) ... ok test_longdouble (ctypes.test.test_callbacks.Callbacks.test_longdouble) ... ok test_longlong (ctypes.test.test_callbacks.Callbacks.test_longlong) ... ok test_pyobject (ctypes.test.test_callbacks.Callbacks.test_pyobject) ... ok test_short (ctypes.test.test_callbacks.Callbacks.test_short) ... ok test_ubyte (ctypes.test.test_callbacks.Callbacks.test_ubyte) ... ok test_uint (ctypes.test.test_callbacks.Callbacks.test_uint) ... ok test_ulong (ctypes.test.test_callbacks.Callbacks.test_ulong) ... ok test_ulonglong (ctypes.test.test_callbacks.Callbacks.test_ulonglong) ... ok test_unsupported_restype_1 (ctypes.test.test_callbacks.Callbacks.test_unsupported_restype_1) ... ok test_unsupported_restype_2 (ctypes.test.test_callbacks.Callbacks.test_unsupported_restype_2) ... ok test_ushort (ctypes.test.test_callbacks.Callbacks.test_ushort) ... ok test_callback_large_struct (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct) ... ok test_callback_register_double (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_register_double) ... ok test_callback_register_int (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_register_int) ... ok test_callback_too_many_args (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args) ... ok test_convert_result_error (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_convert_result_error) ... ok test_integrate (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_integrate) ... ok test_issue_8959_a (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a) ... skipped 'could not find libc' test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b) ... ok test_byte (ctypes.test.test_callbacks.StdcallCallbacks.test_byte) ... ok test_char (ctypes.test.test_callbacks.StdcallCallbacks.test_char) ... ok test_double (ctypes.test.test_callbacks.StdcallCallbacks.test_double) ... ok test_float (ctypes.test.test_callbacks.StdcallCallbacks.test_float) ... ok test_int (ctypes.test.test_callbacks.StdcallCallbacks.test_int) ... ok test_issue12483 (ctypes.test.test_callbacks.StdcallCallbacks.test_issue12483) ... ok test_issue_7959 (ctypes.test.test_callbacks.StdcallCallbacks.test_issue_7959) ... ok test_long (ctypes.test.test_callbacks.StdcallCallbacks.test_long) ... ok test_longdouble (ctypes.test.test_callbacks.StdcallCallbacks.test_longdouble) ... ok test_longlong (ctypes.test.test_callbacks.StdcallCallbacks.test_longlong) ... ok test_pyobject (ctypes.test.test_callbacks.StdcallCallbacks.test_pyobject) ... ok test_short (ctypes.test.test_callbacks.StdcallCallbacks.test_short) ... ok test_ubyte (ctypes.test.test_callbacks.StdcallCallbacks.test_ubyte) ... ok test_uint (ctypes.test.test_callbacks.StdcallCallbacks.test_uint) ... ok test_ulong (ctypes.test.test_callbacks.StdcallCallbacks.test_ulong) ... ok test_ulonglong (ctypes.test.test_callbacks.StdcallCallbacks.test_ulonglong) ... ok test_unsupported_restype_1 (ctypes.test.test_callbacks.StdcallCallbacks.test_unsupported_restype_1) ... ok test_unsupported_restype_2 (ctypes.test.test_callbacks.StdcallCallbacks.test_unsupported_restype_2) ... ok test_ushort (ctypes.test.test_callbacks.StdcallCallbacks.test_ushort) ... ok test_address2pointer (ctypes.test.test_cast.Test.test_address2pointer) ... ok test_array2pointer (ctypes.test.test_cast.Test.test_array2pointer) ... ok test_bad_type_arg (ctypes.test.test_cast.Test.test_bad_type_arg) ... ok test_char_p (ctypes.test.test_cast.Test.test_char_p) ... ok test_other (ctypes.test.test_cast.Test.test_other) ... ok test_p2a_objects (ctypes.test.test_cast.Test.test_p2a_objects) ... ok test_wchar_p (ctypes.test.test_cast.Test.test_wchar_p) ... ok test_byte (ctypes.test.test_cfuncs.CFunctions.test_byte) ... ok test_byte_plus (ctypes.test.test_cfuncs.CFunctions.test_byte_plus) ... ok test_callwithresult (ctypes.test.test_cfuncs.CFunctions.test_callwithresult) ... ok test_double (ctypes.test.test_cfuncs.CFunctions.test_double) ... ok test_double_plus (ctypes.test.test_cfuncs.CFunctions.test_double_plus) ... ok test_float (ctypes.test.test_cfuncs.CFunctions.test_float) ... ok test_float_plus (ctypes.test.test_cfuncs.CFunctions.test_float_plus) ... ok test_int (ctypes.test.test_cfuncs.CFunctions.test_int) ... ok test_int_plus (ctypes.test.test_cfuncs.CFunctions.test_int_plus) ... ok test_long (ctypes.test.test_cfuncs.CFunctions.test_long) ... ok test_long_plus (ctypes.test.test_cfuncs.CFunctions.test_long_plus) ... ok test_longdouble (ctypes.test.test_cfuncs.CFunctions.test_longdouble) ... skipped 'c_longdouble FFI calls not supported' test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions.test_longdouble_plus) ... skipped 'c_longdouble FFI calls not supported' test_longlong (ctypes.test.test_cfuncs.CFunctions.test_longlong) ... ok test_longlong_plus (ctypes.test.test_cfuncs.CFunctions.test_longlong_plus) ... ok test_short (ctypes.test.test_cfuncs.CFunctions.test_short) ... ok test_short_plus (ctypes.test.test_cfuncs.CFunctions.test_short_plus) ... ok test_ubyte (ctypes.test.test_cfuncs.CFunctions.test_ubyte) ... ok test_ubyte_plus (ctypes.test.test_cfuncs.CFunctions.test_ubyte_plus) ... ok test_uint (ctypes.test.test_cfuncs.CFunctions.test_uint) ... ok test_uint_plus (ctypes.test.test_cfuncs.CFunctions.test_uint_plus) ... ok test_ulong (ctypes.test.test_cfuncs.CFunctions.test_ulong) ... ok test_ulong_plus (ctypes.test.test_cfuncs.CFunctions.test_ulong_plus) ... ok test_ulonglong (ctypes.test.test_cfuncs.CFunctions.test_ulonglong) ... ok test_ulonglong_plus (ctypes.test.test_cfuncs.CFunctions.test_ulonglong_plus) ... ok test_ushort (ctypes.test.test_cfuncs.CFunctions.test_ushort) ... ok test_ushort_plus (ctypes.test.test_cfuncs.CFunctions.test_ushort_plus) ... ok test_void (ctypes.test.test_cfuncs.CFunctions.test_void) ... ok test_byte (ctypes.test.test_cfuncs.stdcallCFunctions.test_byte) ... ok test_byte_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_byte_plus) ... ok test_callwithresult (ctypes.test.test_cfuncs.stdcallCFunctions.test_callwithresult) ... ok test_double (ctypes.test.test_cfuncs.stdcallCFunctions.test_double) ... ok test_double_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_double_plus) ... ok test_float (ctypes.test.test_cfuncs.stdcallCFunctions.test_float) ... ok test_float_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_float_plus) ... ok test_int (ctypes.test.test_cfuncs.stdcallCFunctions.test_int) ... ok test_int_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_int_plus) ... ok test_long (ctypes.test.test_cfuncs.stdcallCFunctions.test_long) ... ok test_long_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_long_plus) ... ok test_longdouble (ctypes.test.test_cfuncs.stdcallCFunctions.test_longdouble) ... skipped 'c_longdouble FFI calls not supported' test_longdouble_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_longdouble_plus) ... skipped 'c_longdouble FFI calls not supported' test_longlong (ctypes.test.test_cfuncs.stdcallCFunctions.test_longlong) ... ok test_longlong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_longlong_plus) ... ok test_short (ctypes.test.test_cfuncs.stdcallCFunctions.test_short) ... ok test_short_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_short_plus) ... ok test_ubyte (ctypes.test.test_cfuncs.stdcallCFunctions.test_ubyte) ... ok test_ubyte_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ubyte_plus) ... ok test_uint (ctypes.test.test_cfuncs.stdcallCFunctions.test_uint) ... ok test_uint_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_uint_plus) ... ok test_ulong (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulong) ... ok test_ulong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulong_plus) ... ok test_ulonglong (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulonglong) ... ok test_ulonglong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulonglong_plus) ... ok test_ushort (ctypes.test.test_cfuncs.stdcallCFunctions.test_ushort) ... ok test_ushort_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ushort_plus) ... ok test_void (ctypes.test.test_cfuncs.stdcallCFunctions.test_void) ... ok test_checkretval (ctypes.test.test_checkretval.Test.test_checkretval) ... ok test_oledll (ctypes.test.test_checkretval.Test.test_oledll) ... ok test_chararray (ctypes.test.test_delattr.TestCase.test_chararray) ... ok test_simple (ctypes.test.test_delattr.TestCase.test_simple) ... ok test_struct (ctypes.test.test_delattr.TestCase.test_struct) ... ok test_GetLastError (ctypes.test.test_errno.Test.test_GetLastError) ... ok test_open (ctypes.test.test_errno.Test.test_open) ... skipped 'Unable to find C library' test_find_library_with_gcc (ctypes.test.test_find.FindLibraryLinux.test_find_library_with_gcc) ... skipped 'Test only valid for Linux' test_find_library_with_ld (ctypes.test.test_find.FindLibraryLinux.test_find_library_with_ld) ... skipped 'Test only valid for Linux' test_find_on_libpath (ctypes.test.test_find.FindLibraryLinux.test_find_on_libpath) ... skipped 'Test only valid for Linux' test_gh114257 (ctypes.test.test_find.FindLibraryLinux.test_gh114257) ... skipped 'Test only valid for Linux' OpenGL libraries: ('GL', 'C:\\Windows\\system32\\OpenGL32.dll') ('GLU', 'C:\\Windows\\system32\\Glu32.dll') ('gle', None) test_gl (ctypes.test.test_find.Test_OpenGL_libs.test_gl) ... ok test_gle (ctypes.test.test_find.Test_OpenGL_libs.test_gle) ... skipped 'lib_gle not available' test_glu (ctypes.test.test_find.Test_OpenGL_libs.test_glu) ... ok test_shell_injection (ctypes.test.test_find.Test_OpenGL_libs.test_shell_injection) ... ok test_abstract (ctypes.test.test_frombuffer.Test.test_abstract) ... ok test_fortran_contiguous (ctypes.test.test_frombuffer.Test.test_fortran_contiguous) ... skipped "No module named '_testbuffer'" test_from_buffer (ctypes.test.test_frombuffer.Test.test_from_buffer) ... ok test_from_buffer_copy (ctypes.test.test_frombuffer.Test.test_from_buffer_copy) ... ok test_from_buffer_copy_with_offset (ctypes.test.test_frombuffer.Test.test_from_buffer_copy_with_offset) ... ok test_from_buffer_memoryview (ctypes.test.test_frombuffer.Test.test_from_buffer_memoryview) ... ok test_from_buffer_with_offset (ctypes.test.test_frombuffer.Test.test_from_buffer_with_offset) ... ok test_abstract (ctypes.test.test_funcptr.CFuncPtrTestCase.test_abstract) ... FAIL test_basic (ctypes.test.test_funcptr.CFuncPtrTestCase.test_basic) ... ok test_dllfunctions (ctypes.test.test_funcptr.CFuncPtrTestCase.test_dllfunctions) ... ok test_first (ctypes.test.test_funcptr.CFuncPtrTestCase.test_first) ... ok test_structures (ctypes.test.test_funcptr.CFuncPtrTestCase.test_structures) ... ok test_byval (ctypes.test.test_functions.FunctionTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_functions.FunctionTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_functions.FunctionTestCase.test_callbacks_2) ... ok test_doubleresult (ctypes.test.test_functions.FunctionTestCase.test_doubleresult) ... ok test_errors (ctypes.test.test_functions.FunctionTestCase.test_errors) ... ok test_floatresult (ctypes.test.test_functions.FunctionTestCase.test_floatresult) ... ok test_intresult (ctypes.test.test_functions.FunctionTestCase.test_intresult) ... ok test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase.test_longdoubleresult) ... skipped 'c_longdouble FFI calls not supported' test_longlong_callbacks (ctypes.test.test_functions.FunctionTestCase.test_longlong_callbacks) ... ok test_longlongresult (ctypes.test.test_functions.FunctionTestCase.test_longlongresult) ... ok test_mro (ctypes.test.test_functions.FunctionTestCase.test_mro) ... ok test_pointers (ctypes.test.test_functions.FunctionTestCase.test_pointers) ... ok test_sf1651235 (ctypes.test.test_functions.FunctionTestCase.test_sf1651235) ... ok test_shorts (ctypes.test.test_functions.FunctionTestCase.test_shorts) ... ok test_stringresult (ctypes.test.test_functions.FunctionTestCase.test_stringresult) ... ok test_struct_return_2H (ctypes.test.test_functions.FunctionTestCase.test_struct_return_2H) ... ok test_struct_return_2H_stdcall (ctypes.test.test_functions.FunctionTestCase.test_struct_return_2H_stdcall) ... ok test_struct_return_8H (ctypes.test.test_functions.FunctionTestCase.test_struct_return_8H) ... ok test_struct_return_8H_stdcall (ctypes.test.test_functions.FunctionTestCase.test_struct_return_8H_stdcall) ... ok test_voidresult (ctypes.test.test_functions.FunctionTestCase.test_voidresult) ... ok test_wchar_parm (ctypes.test.test_functions.FunctionTestCase.test_wchar_parm) ... ok test_wchar_result (ctypes.test.test_functions.FunctionTestCase.test_wchar_result) ... ok test_incomplete_example (ctypes.test.test_incomplete.MyTestCase.test_incomplete_example) ... ok test_get (ctypes.test.test_init.InitTest.test_get) ... ok test_c_char_p (ctypes.test.test_internals.ObjectsTestCase.test_c_char_p) ... ok test_embedded_structs (ctypes.test.test_internals.ObjectsTestCase.test_embedded_structs) ... ok test_ints (ctypes.test.test_internals.ObjectsTestCase.test_ints) ... ok test_ptr_struct (ctypes.test.test_internals.ObjectsTestCase.test_ptr_struct) ... ok test_simple_struct (ctypes.test.test_internals.ObjectsTestCase.test_simple_struct) ... ok test_xxx (ctypes.test.test_internals.ObjectsTestCase.test_xxx) ... ok test_cint_array (ctypes.test.test_keeprefs.ArrayTestCase.test_cint_array) ... ok test_p_cint (ctypes.test.test_keeprefs.PointerTestCase.test_p_cint) ... ok test (ctypes.test.test_keeprefs.PointerToStructure.test) ... ok test_ccharp (ctypes.test.test_keeprefs.SimpleTestCase.test_ccharp) ... ok test_cint (ctypes.test.test_keeprefs.SimpleTestCase.test_cint) ... ok test_ccharp_struct (ctypes.test.test_keeprefs.StructureTestCase.test_ccharp_struct) ... ok test_cint_struct (ctypes.test.test_keeprefs.StructureTestCase.test_cint_struct) ... ok test_struct_struct (ctypes.test.test_keeprefs.StructureTestCase.test_struct_struct) ... ok test_qsort (ctypes.test.test_libc.LibTest.test_qsort) ... ok test_sqrt (ctypes.test.test_libc.LibTest.test_sqrt) ... ok libc_name is None test_1703286_A (ctypes.test.test_loading.LoaderTest.test_1703286_A) ... ERROR test_1703286_B (ctypes.test.test_loading.LoaderTest.test_1703286_B) ... ERROR test_find (ctypes.test.test_loading.LoaderTest.test_find) ... skipped 'Could not find c and m libraries' test_load (ctypes.test.test_loading.LoaderTest.test_load) ... skipped 'could not find libc' test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) ... test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) [WinDLL('./_sqlite3.dll')] ... ERROR test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) [windll.kernel32.SetDllDirectoryW(None); WinDLL('_sqlite3.dll', winmode=0)] ... ERROR test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) [WinDLL(nt._getfullpathname('_sqlite3.dll'), winmode=nt._LOAD_LIBRARY_SEARCH_SYSTEM32|nt._LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)] ... ERROR test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) [import os; p = os.add_dll_directory(os.getcwd());WinDLL('_sqlite3.dll'); p.close()] ... ERROR test_load_library (ctypes.test.test_loading.LoaderTest.test_load_library) ... C:\Windows\system32\kernel32.dll C:\Windows\system32\user32.dll ok test_load_ordinal_functions (ctypes.test.test_loading.LoaderTest.test_load_ordinal_functions) ... ok test_load_version (ctypes.test.test_loading.LoaderTest.test_load_version) ... skipped 'could not find libc' test_find (ctypes.test.test_macholib.MachOTest.test_find) ... skipped 'OSX-specific test' test_framework_info (ctypes.test.test_macholib.MachOTest.test_framework_info) ... skipped 'OSX-specific test' test_info (ctypes.test.test_macholib.MachOTest.test_info) ... skipped 'OSX-specific test' test_cast (ctypes.test.test_memfunctions.MemFunctionsTest.test_cast) ... ok test_memmove (ctypes.test.test_memfunctions.MemFunctionsTest.test_memmove) ... ok test_memset (ctypes.test.test_memfunctions.MemFunctionsTest.test_memset) ... ok test_overflow (ctypes.test.test_memfunctions.MemFunctionsTest.test_overflow) ... skipped 'test disabled' test_string_at (ctypes.test.test_memfunctions.MemFunctionsTest.test_string_at) ... skipped 'implementation detail specific to cpython' test_wstring_at (ctypes.test.test_memfunctions.MemFunctionsTest.test_wstring_at) ... ok test_alignments (ctypes.test.test_numbers.NumberTestCase.test_alignments) ... ok test_bool_values (ctypes.test.test_numbers.NumberTestCase.test_bool_values) ... ok test_byref (ctypes.test.test_numbers.NumberTestCase.test_byref) ... ok test_char_from_address (ctypes.test.test_numbers.NumberTestCase.test_char_from_address) ... ok test_default_init (ctypes.test.test_numbers.NumberTestCase.test_default_init) ... ok test_float_from_address (ctypes.test.test_numbers.NumberTestCase.test_float_from_address) ... ok test_float_overflow (ctypes.test.test_numbers.NumberTestCase.test_float_overflow) ... ok test_floats (ctypes.test.test_numbers.NumberTestCase.test_floats) ... ok test_from_param (ctypes.test.test_numbers.NumberTestCase.test_from_param) ... ok test_init (ctypes.test.test_numbers.NumberTestCase.test_init) ... ok test_int_from_address (ctypes.test.test_numbers.NumberTestCase.test_int_from_address) ... ok test_integers (ctypes.test.test_numbers.NumberTestCase.test_integers) ... ok test_signed_values (ctypes.test.test_numbers.NumberTestCase.test_signed_values) ... ok test_sizes (ctypes.test.test_numbers.NumberTestCase.test_sizes) ... ok test_typeerror (ctypes.test.test_numbers.NumberTestCase.test_typeerror) ... ok test_unsigned_values (ctypes.test.test_numbers.NumberTestCase.test_unsigned_values) ... ok test (ctypes.test.test_objects.TestCase.test) ... Trying: from ctypes import * Expecting nothing ok Trying: array = (c_char_p * 5)() Expecting nothing ok Trying: print(array._objects) Expecting: None ok Trying: array[4] = b'foo bar' Expecting nothing ok Trying: array._objects Expecting: {'4': b'foo bar'} ok Trying: array[4] Expecting: b'foo bar' ok Trying: class X(Structure): _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)] Expecting nothing ok Trying: x = X() Expecting nothing ok Trying: print(x._objects) Expecting: None ok Trying: print(x.array._b_base_) # doctest: +ELLIPSIS Expecting: ok Trying: x.array[0] = b'spam spam spam' Expecting nothing ok Trying: x._objects Expecting: {'0:2': b'spam spam spam'} ok Trying: x.array._b_base_._objects Expecting: {'0:2': b'spam spam spam'} ok 2 items had no tests: ctypes.test.test_objects.TestCase ctypes.test.test_objects.TestCase.test 1 items passed all tests: 13 tests in ctypes.test.test_objects 13 tests in 3 items. 13 passed and 0 failed. Test passed. ok test_abstract (ctypes.test.test_parameters.SimpleTypesTestCase.test_abstract) ... ok test_array_pointers (ctypes.test.test_parameters.SimpleTypesTestCase.test_array_pointers) ... ok test_byref_pointer (ctypes.test.test_parameters.SimpleTypesTestCase.test_byref_pointer) ... ok test_byref_pointerpointer (ctypes.test.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer) ... ok test_cstrings (ctypes.test.test_parameters.SimpleTypesTestCase.test_cstrings) ... ok test_cw_strings (ctypes.test.test_parameters.SimpleTypesTestCase.test_cw_strings) ... ok test_from_param_result_refcount (ctypes.test.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount) ... skipped 'implementation detail specific to cpython' test_int_pointers (ctypes.test.test_parameters.SimpleTypesTestCase.test_int_pointers) ... ok test_issue31311 (ctypes.test.test_parameters.SimpleTypesTestCase.test_issue31311) ... skipped 'implementation detail specific to cpython' test_noctypes_argtype (ctypes.test.test_parameters.SimpleTypesTestCase.test_noctypes_argtype) ... ok test_parameter_repr (ctypes.test.test_parameters.SimpleTypesTestCase.test_parameter_repr) ... skipped 'implementation detail specific to cpython' test_subclasses (ctypes.test.test_parameters.SimpleTypesTestCase.test_subclasses) ... ok test_subclasses_c_wchar_p (ctypes.test.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p) ... ok test_endian_types (ctypes.test.test_pep3118.Test.test_endian_types) ... ok test_native_types (ctypes.test.test_pep3118.Test.test_native_types) ... FAIL test_simple (ctypes.test.test_pickling.PickleTest_0.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_0.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_0.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_0.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_1.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_1.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_1.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_1.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_2.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_2.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_2.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_2.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_3.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_3.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_3.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_3.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_4.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_4.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_4.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_4.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_5.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_5.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_5.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_5.test_wchar) ... ok test_abstract (ctypes.test.test_pointers.PointersTestCase.test_abstract) ... ok test_basic (ctypes.test.test_pointers.PointersTestCase.test_basic) ... ok test_basics (ctypes.test.test_pointers.PointersTestCase.test_basics) ... ok test_bug_1467852 (ctypes.test.test_pointers.PointersTestCase.test_bug_1467852) ... ok test_c_void_p (ctypes.test.test_pointers.PointersTestCase.test_c_void_p) ... ok test_callbacks_with_pointers (ctypes.test.test_pointers.PointersTestCase.test_callbacks_with_pointers) ... ok test_change_pointers (ctypes.test.test_pointers.PointersTestCase.test_change_pointers) ... ok test_charpp (ctypes.test.test_pointers.PointersTestCase.test_charpp) Test that a character pointer-to-pointer is correctly passed ... ok test_from_address (ctypes.test.test_pointers.PointersTestCase.test_from_address) ... ok test_other (ctypes.test.test_pointers.PointersTestCase.test_other) ... ok test_pass_pointers (ctypes.test.test_pointers.PointersTestCase.test_pass_pointers) ... ok test_pointer_crash (ctypes.test.test_pointers.PointersTestCase.test_pointer_crash) ... ok test_pointer_type_name (ctypes.test.test_pointers.PointersTestCase.test_pointer_type_name) ... ok test_pointer_type_str_name (ctypes.test.test_pointers.PointersTestCase.test_pointer_type_str_name) ... ok test_pointers_bool (ctypes.test.test_pointers.PointersTestCase.test_pointers_bool) ... ok test (ctypes.test.test_prototypes.ArrayTest.test) ... ok test_POINTER_c_char_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg) ... ok test_c_char_p_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_c_char_p_arg) ... ok test_c_void_p_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_c_void_p_arg) ... ok test_c_void_p_arg_with_c_wchar_p (ctypes.test.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p) ... ok test_instance (ctypes.test.test_prototypes.CharPointersTestCase.test_instance) ... ok test_int_pointer_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_int_pointer_arg) ... ok test_paramflags (ctypes.test.test_prototypes.CharPointersTestCase.test_paramflags) ... ok test_POINTER_c_wchar_arg (ctypes.test.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg) ... ok test_c_wchar_p_arg (ctypes.test.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg) ... ok test_PyBytes_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize) ... skipped 'implementation detail specific to cpython' test_PyLong_Long (ctypes.test.test_python_api.PythonAPITestCase.test_PyLong_Long) ... skipped 'implementation detail specific to cpython' test_PyOS_snprintf (ctypes.test.test_python_api.PythonAPITestCase.test_PyOS_snprintf) ... skipped 'implementation detail specific to cpython' test_PyObj_FromPtr (ctypes.test.test_python_api.PythonAPITestCase.test_PyObj_FromPtr) ... skipped 'implementation detail specific to cpython' test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase.test_PyString_FromString) ... skipped 'implementation detail specific to cpython' test_pyobject_repr (ctypes.test.test_python_api.PythonAPITestCase.test_pyobject_repr) ... skipped 'implementation detail specific to cpython' test_FloatDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError) ... ok test_IntegerDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError) ... ok test_TypeErrorDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError) ... ok test_ValueError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_ValueError) ... ok test (ctypes.test.test_random_things.call_function_TestCase.test) ... ok test_callback (ctypes.test.test_refcounts.AnotherLeak.test_callback) ... skipped 'implementation detail specific to cpython' test_callback_py_object_none_return (ctypes.test.test_refcounts.AnotherLeak.test_callback_py_object_none_return) ... skipped 'implementation detail specific to cpython' test_1 (ctypes.test.test_refcounts.RefcountTestCase.test_1) ... skipped 'implementation detail specific to cpython' test_refcount (ctypes.test.test_refcounts.RefcountTestCase.test_refcount) ... skipped 'implementation detail specific to cpython' test_char (ctypes.test.test_repr.ReprTest.test_char) ... ok test_numbers (ctypes.test.test_repr.ReprTest.test_numbers) ... ok test_from_dll (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll) ... ok test_from_dll_refcount (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount) ... ok test_with_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype) ... ok test_without_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype) ... ok test_compare (ctypes.test.test_simplesubclasses.Test.test_compare) ... ok test_ignore_retval (ctypes.test.test_simplesubclasses.Test.test_ignore_retval) ... ok test_int_callback (ctypes.test.test_simplesubclasses.Test.test_int_callback) ... ok test_int_struct (ctypes.test.test_simplesubclasses.Test.test_int_struct) ... ok test_16 (ctypes.test.test_sizes.SizesTestCase.test_16) ... ok test_32 (ctypes.test.test_sizes.SizesTestCase.test_32) ... ok test_64 (ctypes.test.test_sizes.SizesTestCase.test_64) ... ok test_8 (ctypes.test.test_sizes.SizesTestCase.test_8) ... ok test_size_t (ctypes.test.test_sizes.SizesTestCase.test_size_t) ... ok test_ssize_t (ctypes.test.test_sizes.SizesTestCase.test_ssize_t) ... ok test_char_array (ctypes.test.test_slicing.SlicesTestCase.test_char_array) ... ok test_char_ptr (ctypes.test.test_slicing.SlicesTestCase.test_char_ptr) ... ok test_char_ptr_with_free (ctypes.test.test_slicing.SlicesTestCase.test_char_ptr_with_free) ... ok test_getslice_cint (ctypes.test.test_slicing.SlicesTestCase.test_getslice_cint) ... ok test_setslice_cint (ctypes.test.test_slicing.SlicesTestCase.test_setslice_cint) ... ok test_wchar_ptr (ctypes.test.test_slicing.SlicesTestCase.test_wchar_ptr) ... ok test__POINTER_c_char (ctypes.test.test_stringptr.StringPtrTestCase.test__POINTER_c_char) ... skipped 'implementation detail specific to cpython' test__c_char_p (ctypes.test.test_stringptr.StringPtrTestCase.test__c_char_p) ... ok test_functions (ctypes.test.test_stringptr.StringPtrTestCase.test_functions) ... ok test (ctypes.test.test_strings.StringArrayTestCase.test) ... ok test_c_buffer_raw (ctypes.test.test_strings.StringArrayTestCase.test_c_buffer_raw) ... ok test_c_buffer_value (ctypes.test.test_strings.StringArrayTestCase.test_c_buffer_value) ... ok test_del_segfault (ctypes.test.test_strings.StringArrayTestCase.test_del_segfault) ... ok test_param_1 (ctypes.test.test_strings.StringArrayTestCase.test_param_1) ... ok test_param_2 (ctypes.test.test_strings.StringArrayTestCase.test_param_2) ... ok test (ctypes.test.test_strings.WStringArrayTestCase.test) ... ok test_nonbmp (ctypes.test.test_strings.WStringArrayTestCase.test_nonbmp) ... skipped 'sizeof(wchar_t) is smaller than 4 bytes' test_basic_wstrings (ctypes.test.test_strings.WStringTestCase.test_basic_wstrings) ... skipped 'test disabled' test_toolong (ctypes.test.test_strings.WStringTestCase.test_toolong) ... skipped 'test disabled' test_wchar (ctypes.test.test_strings.WStringTestCase.test_wchar) ... ok test_1_A (ctypes.test.test_struct_fields.StructFieldsTestCase.test_1_A) ... ok test_1_B (ctypes.test.test_struct_fields.StructFieldsTestCase.test_1_B) ... ok test_2 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_2) ... ok test_3 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_3) ... ok test_4 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_4) ... ok test_5 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_5) ... skipped 'implementation detail specific to cpython' test_6 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_6) ... ok test___get__ (ctypes.test.test_struct_fields.StructFieldsTestCase.test___get__) ... ok test___set__ (ctypes.test.test_struct_fields.StructFieldsTestCase.test___set__) ... ok test_gh99275 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_gh99275) ... skipped 'implementation detail specific to cpython' test (ctypes.test.test_structures.PointerMemberTestCase.test) ... ok test_none_to_pointer_fields (ctypes.test.test_structures.PointerMemberTestCase.test_none_to_pointer_fields) ... ok test_38368 (ctypes.test.test_structures.StructureTestCase.test_38368) ... ok test_abstract_class (ctypes.test.test_structures.StructureTestCase.test_abstract_class) ... ok test_array_in_struct (ctypes.test.test_structures.StructureTestCase.test_array_in_struct) ... ok test_bitfield_by_value (ctypes.test.test_structures.StructureTestCase.test_bitfield_by_value) ... skipped 'Test disabled for now - see bpo-16575/bpo-16576' test_conflicting_initializers (ctypes.test.test_structures.StructureTestCase.test_conflicting_initializers) ... ok test_empty (ctypes.test.test_structures.StructureTestCase.test_empty) ... ok test_fields (ctypes.test.test_structures.StructureTestCase.test_fields) ... ok test_huge_field_name (ctypes.test.test_structures.StructureTestCase.test_huge_field_name) ... ok test_init_errors (ctypes.test.test_structures.StructureTestCase.test_init_errors) ... ok test_initializers (ctypes.test.test_structures.StructureTestCase.test_initializers) ... ok test_intarray_fields (ctypes.test.test_structures.StructureTestCase.test_intarray_fields) ... ok test_invalid_field_types (ctypes.test.test_structures.StructureTestCase.test_invalid_field_types) ... ok test_invalid_name (ctypes.test.test_structures.StructureTestCase.test_invalid_name) ... ok test_issue18060_a (ctypes.test.test_structures.StructureTestCase.test_issue18060_a) ... skipped "can't test Windows x64 build" test_issue18060_b (ctypes.test.test_structures.StructureTestCase.test_issue18060_b) ... skipped "can't test Windows x64 build" test_issue18060_c (ctypes.test.test_structures.StructureTestCase.test_issue18060_c) ... skipped "can't test Windows x64 build" test_keyword_initializers (ctypes.test.test_structures.StructureTestCase.test_keyword_initializers) ... ok test_methods (ctypes.test.test_structures.StructureTestCase.test_methods) ... ok test_nested_initializers (ctypes.test.test_structures.StructureTestCase.test_nested_initializers) ... ok test_packed (ctypes.test.test_structures.StructureTestCase.test_packed) ... ok test_packed_c_limits (ctypes.test.test_structures.StructureTestCase.test_packed_c_limits) ... skipped 'implementation detail specific to cpython' test_pass_by_value (ctypes.test.test_structures.StructureTestCase.test_pass_by_value) ... FAIL test_pass_by_value_finalizer (ctypes.test.test_structures.StructureTestCase.test_pass_by_value_finalizer) ... FAIL test_pass_by_value_in_register (ctypes.test.test_structures.StructureTestCase.test_pass_by_value_in_register) ... ok test_positional_args (ctypes.test.test_structures.StructureTestCase.test_positional_args) ... ok test_simple_structs (ctypes.test.test_structures.StructureTestCase.test_simple_structs) ... ok test_struct_alignment (ctypes.test.test_structures.StructureTestCase.test_struct_alignment) ... ok test_structures_with_wchar (ctypes.test.test_structures.StructureTestCase.test_structures_with_wchar) ... ok test_union_by_value (ctypes.test.test_structures.StructureTestCase.test_union_by_value) ... skipped 'Test disabled for now - see bpo-16575/bpo-16576' test_unions (ctypes.test.test_structures.StructureTestCase.test_unions) ... ok test_subclass (ctypes.test.test_structures.SubclassesTest.test_subclass) ... ok test_subclass_delayed (ctypes.test.test_structures.SubclassesTest.test_subclass_delayed) ... ok test_contains_itself (ctypes.test.test_structures.TestRecursiveStructure.test_contains_itself) ... ok test_vice_versa (ctypes.test.test_structures.TestRecursiveStructure.test_vice_versa) ... ok test_native (ctypes.test.test_unaligned_structures.TestStructures.test_native) ... ok test_swapped (ctypes.test.test_unaligned_structures.TestStructures.test_swapped) ... ok test_buffers (ctypes.test.test_unicode.StringTestCase.test_buffers) ... ok test_embedded_null (ctypes.test.test_unicode.StringTestCase.test_embedded_null) ... ok test_func (ctypes.test.test_unicode.StringTestCase.test_func) ... ok test_wcslen (ctypes.test.test_unicode.StringTestCase.test_wcslen) ... ok test_buffers (ctypes.test.test_unicode.UnicodeTestCase.test_buffers) ... ok test_embedded_null (ctypes.test.test_unicode.UnicodeTestCase.test_embedded_null) ... ok test_wcslen (ctypes.test.test_unicode.UnicodeTestCase.test_wcslen) ... ok test_frozentable (ctypes.test.test_values.PythonValuesTestCase.test_frozentable) ... skipped 'implementation detail specific to cpython' test_optimizeflag (ctypes.test.test_values.PythonValuesTestCase.test_optimizeflag) ... skipped 'implementation detail specific to cpython' test_undefined (ctypes.test.test_values.PythonValuesTestCase.test_undefined) ... skipped 'implementation detail specific to cpython' test_an_integer (ctypes.test.test_values.ValuesTestCase.test_an_integer) ... ok test_undefined (ctypes.test.test_values.ValuesTestCase.test_undefined) ... ok test_array_invalid_length (ctypes.test.test_varsize_struct.VarSizeTest.test_array_invalid_length) ... ok test_resize (ctypes.test.test_varsize_struct.VarSizeTest.test_resize) ... ok test_zerosized_array (ctypes.test.test_varsize_struct.VarSizeTest.test_zerosized_array) ... ok test_SEH (ctypes.test.test_win32.FunctionCallTestCase.test_SEH) ... Traceback (most recent call last): File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ctypes\__init__.py", line 382, in __init__ pypy_dll = _ffi.WinDLL(name, mode) ^^^^^^ OSError: Cannot load library ./_sqlite3.dll: %1 is not a valid Win32 application Traceback (most recent call last): File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ctypes\__init__.py", line 382, in __init__ pypy_dll = _ffi.WinDLL(name, mode) ^^^^^^ OSError: Cannot load library _sqlite3.dll: %1 is not a valid Win32 application Traceback (most recent call last): File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ctypes\__init__.py", line 382, in __init__ pypy_dll = _ffi.WinDLL(name, mode) ^^^^^^ OSError: Cannot load library D:\SystemTemp\pytest\tmp3jfzdnxw\_sqlite3.dll: %1 is not a valid Win32 application Traceback (most recent call last): File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ctypes\__init__.py", line 382, in __init__ pypy_dll = _ffi.WinDLL(name, mode) ^^^^^^ OSError: Cannot load library _sqlite3.dll: %1 is not a valid Win32 application . lib-python/3/test/test_curses.py::unmodified . lib-python/3/test/test_datetime.py::unmodified . lib-python/3/test/test_dbm.py::unmodified . lib-python/3/test/test_dbm_dumb.py::unmodified . lib-python/3/test/test_dbm_gnu.py::unmodified . lib-python/3/test/test_dbm_ndbm.py::unmodified . lib-python/3/test/test_decimal.py::unmodified . lib-python/3/test/test_decorators.py::unmodified . lib-python/3/test/test_defaultdict.py::unmodified . lib-python/3/test/test_deque.py::unmodified . lib-python/3/test/test_descr.py::unmodified . lib-python/3/test/test_descrtut.py::unmodified . lib-python/3/test/test_devpoll.py::unmodified . lib-python/3/test/test_dict.py::unmodified s lib-python/3/test/test_dict_version.py::unmodified Skipped: implementation detail . lib-python/3/test/test_dictcomps.py::unmodified . lib-python/3/test/test_dictviews.py::unmodified . lib-python/3/test/test_difflib.py::unmodified s lib-python/3/test/test_dis.py::unmodified Skipped: implementation detail . lib-python/3/test/test_distutils.py::unmodified . lib-python/3/test/test_docxmlrpc.py::unmodified . lib-python/3/test/test_dtrace.py::unmodified . lib-python/3/test/test_dynamic.py::unmodified . lib-python/3/test/test_dynamicclassattribute.py::unmodified . lib-python/3/test/test_eintr.py::unmodified . lib-python/3/test/test_embed.py::unmodified . lib-python/3/test/test_ensurepip.py::unmodified . lib-python/3/test/test_enum.py::unmodified . lib-python/3/test/test_enumerate.py::unmodified . lib-python/3/test/test_eof.py::unmodified . lib-python/3/test/test_epoll.py::unmodified . lib-python/3/test/test_errno.py::unmodified . lib-python/3/test/test_except_star.py::unmodified . lib-python/3/test/test_exception_group.py::unmodified . lib-python/3/test/test_exception_hierarchy.py::unmodified . lib-python/3/test/test_exception_variations.py::unmodified F lib-python/3/test/test_exceptions.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6748æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2629588330 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_exceptions test_attribute_error_inside_nested_getattr (test.test_exceptions.AttributeErrorTests.test_attribute_error_inside_nested_getattr) ... ok test_attribute_error_with_bad_name (test.test_exceptions.AttributeErrorTests.test_attribute_error_with_bad_name) ... ok test_attribute_error_with_failing_dict (test.test_exceptions.AttributeErrorTests.test_attribute_error_with_failing_dict) ... ok test_attributes (test.test_exceptions.AttributeErrorTests.test_attributes) ... ok test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.AttributeErrorTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names) ... ok test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj) ... ok test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method) ... ok test_getattr_suggestions (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions) ... ok test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_do_not_trigger_for_big_dicts) ... ok test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_do_not_trigger_for_long_attributes) ... ok test_getattr_suggestions_for_same_name (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_for_same_name) ... ok test_getattr_suggestions_invalid_args (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_invalid_args) ... ok test_getattr_suggestions_no_args (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_no_args) ... ok testAttributes (test.test_exceptions.ExceptionTests.testAttributes) ... ok testChainingAttrs (test.test_exceptions.ExceptionTests.testChainingAttrs) ... ok testChainingDescriptors (test.test_exceptions.ExceptionTests.testChainingDescriptors) ... ok testExceptionCleanupState (test.test_exceptions.ExceptionTests.testExceptionCleanupState) ... ok testInfiniteRecursion (test.test_exceptions.ExceptionTests.testInfiniteRecursion) ... ok testInvalidAttrs (test.test_exceptions.ExceptionTests.testInvalidAttrs) ... ok testInvalidTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok testKeywordArgs (test.test_exceptions.ExceptionTests.testKeywordArgs) ... ok testMemoryErrorBigSource (test.test_exceptions.ExceptionTests.testMemoryErrorBigSource) ... skipped "resource 'cpu' is not enabled" testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok testRaising (test.test_exceptions.ExceptionTests.testRaising) ... ok testSettingException (test.test_exceptions.ExceptionTests.testSettingException) ... skipped 'implementation detail specific to cpython' testSyntaxErrorMessage (test.test_exceptions.ExceptionTests.testSyntaxErrorMessage) ... ok testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens) ... ok testSyntaxErrorOffset (test.test_exceptions.ExceptionTests.testSyntaxErrorOffset) ... ok testWithTraceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok test_3114 (test.test_exceptions.ExceptionTests.test_3114) ... ok test_MemoryError (test.test_exceptions.ExceptionTests.test_MemoryError) ... skipped 'implementation detail specific to cpython' test_WindowsError (test.test_exceptions.ExceptionTests.test_WindowsError) ... ok test_assert_shadowing (test.test_exceptions.ExceptionTests.test_assert_shadowing) ... ok test_badisinstance (test.test_exceptions.ExceptionTests.test_badisinstance) ... ok test_context_of_exception_in_else_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally) ... ok test_context_of_exception_in_except_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally) ... ok test_context_of_exception_in_try_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally) ... ok test_errno_ENOTDIR (test.test_exceptions.ExceptionTests.test_errno_ENOTDIR) ... ok test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters) ... ok test_exception_cleanup_names (test.test_exceptions.ExceptionTests.test_exception_cleanup_names) ... ok test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests.test_exception_cleanup_names2) ... ok test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope) ... ok test_exception_with_doc (test.test_exceptions.ExceptionTests.test_exception_with_doc) ... skipped 'implementation detail specific to cpython' test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state) ... ok test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state) ... ok test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc) ... ok test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2) ... ok test_generator_finalizing_and_exc_info (test.test_exceptions.ExceptionTests.test_generator_finalizing_and_exc_info) ... ok test_generator_leaking (test.test_exceptions.ExceptionTests.test_generator_leaking) ... ok test_generator_leaking2 (test.test_exceptions.ExceptionTests.test_generator_leaking2) ... ok test_generator_leaking3 (test.test_exceptions.ExceptionTests.test_generator_leaking3) ... ok test_generator_leaking4 (test.test_exceptions.ExceptionTests.test_generator_leaking4) ... ok test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state) ... ok test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state) ... ok test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state) ... ok test_memory_error_cleanup (test.test_exceptions.ExceptionTests.test_memory_error_cleanup) ... skipped 'implementation detail specific to cpython' test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx) ... skipped 'implementation detail specific to cpython' test_memory_error_subclasses (test.test_exceptions.ExceptionTests.test_memory_error_subclasses) ... ok test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1) ... ok test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2) ... skipped 'See issue 44895' test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3) ... ok test_notes (test.test_exceptions.ExceptionTests.test_notes) ... ok test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle) ... ok test_raise_in_generator (test.test_exceptions.ExceptionTests.test_raise_in_generator) ... ok test_recursion_error_cleanup (test.test_exceptions.ExceptionTests.test_recursion_error_cleanup) ... ok test_recursion_in_except_handler (test.test_exceptions.ExceptionTests.test_recursion_in_except_handler) ... skipped 'implementation detail specific to cpython' test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception) ... skipped 'implementation detail specific to cpython' test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception) ... skipped 'implementation detail specific to cpython' test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory) ... skipped 'implementation detail specific to cpython' test_str (test.test_exceptions.ExceptionTests.test_str) ... ok test_trashcan_recursion (test.test_exceptions.ExceptionTests.test_trashcan_recursion) ... skipped 'implementation detail specific to cpython' test_unhandled (test.test_exceptions.ExceptionTests.test_unhandled) ... ok test_unicode_change_attributes (test.test_exceptions.ExceptionTests.test_unicode_change_attributes) ... ok test_unicode_errors_no_object (test.test_exceptions.ExceptionTests.test_unicode_errors_no_object) ... ok test_unraisable (test.test_exceptions.ExceptionTests.test_unraisable) ... ok test_windows_message (test.test_exceptions.ExceptionTests.test_windows_message) Should fill in unknown error code in Windows error message ... ERROR test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts) ... ok test_attributes (test.test_exceptions.ImportErrorTests.test_attributes) ... ok test_copy_pickle (test.test_exceptions.ImportErrorTests.test_copy_pickle) ... ok test_non_str_argument (test.test_exceptions.ImportErrorTests.test_non_str_argument) ... ok test_reset_attributes (test.test_exceptions.ImportErrorTests.test_reset_attributes) ... ok test_issue45826 (test.test_exceptions.NameErrorTests.test_issue45826) ... ok test_issue45826_focused (test.test_exceptions.NameErrorTests.test_issue45826_focused) ... ok test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.NameErrorTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok test_name_error_has_name (test.test_exceptions.NameErrorTests.test_name_error_has_name) ... ok test_name_error_suggestions (test.test_exceptions.NameErrorTests.test_name_error_suggestions) ... ok test_name_error_suggestions_do_not_trigger_for_long_names (test.test_exceptions.NameErrorTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_exceptions.NameErrorTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok test_name_error_suggestions_from_builtins (test.test_exceptions.NameErrorTests.test_name_error_suggestions_from_builtins) ... ok test_name_error_suggestions_from_globals (test.test_exceptions.NameErrorTests.test_name_error_suggestions_from_globals) ... ok test_name_error_with_custom_exceptions (test.test_exceptions.NameErrorTests.test_name_error_with_custom_exceptions) ... ok test_unbound_local_error_doesn_not_match (test.test_exceptions.NameErrorTests.test_unbound_local_error_doesn_not_match) ... ok test_lineno_after_other_except (test.test_exceptions.PEP626Tests.test_lineno_after_other_except) ... ok test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except) ... ok test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit) ... ok test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple) ... ok test_lineno_after_with (test.test_exceptions.PEP626Tests.test_lineno_after_with) ... ok test_lineno_in_finally_except (test.test_exceptions.PEP626Tests.test_lineno_in_finally_except) ... ok test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal) ... ok test_lineno_in_named_except (test.test_exceptions.PEP626Tests.test_lineno_in_named_except) ... ok test_lineno_in_try (test.test_exceptions.PEP626Tests.test_lineno_in_try) ... ok test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none) ... ok test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor) ... ok test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor) ... ok test_encodings (test.test_exceptions.SyntaxErrorTests.test_encodings) ... ok test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor) ... ok test_non_utf8 (test.test_exceptions.SyntaxErrorTests.test_non_utf8) ... ok test_range_of_offsets (test.test_exceptions.SyntaxErrorTests.test_range_of_offsets) ... ok test_except_star_invalid_exception_type (test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type) ... ok ====================================================================== ERROR: test_windows_message (test.test_exceptions.ExceptionTests.test_windows_message) Should fill in unknown error code in Windows error message ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_exceptions.py", line 447, in test_windows_message ctypes.pythonapi.PyErr_SetFromWindowsErr(code) ^^^^^^^^^ AttributeError: module 'ctypes' has no attribute 'pythonapi' ---------------------------------------------------------------------- Ran 109 tests in 2.018s FAILED (errors=1, skipped=12) test_exceptions failed (1 error) == Tests result: FAILURE == 1 test failed: test_exceptions Total duration: 2.6 sec Total tests: run=109 skipped=12 Total test files: run=1/1 failed=1 Result: FAILURE test test_exceptions failed . lib-python/3/test/test_extcall.py::unmodified . lib-python/3/test/test_faulthandler.py::unmodified . lib-python/3/test/test_fcntl.py::unmodified . lib-python/3/test/test_file.py::unmodified . lib-python/3/test/test_file_eintr.py::unmodified . lib-python/3/test/test_filecmp.py::unmodified . lib-python/3/test/test_fileinput.py::unmodified F lib-python/3/test/test_fileio.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6088æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3924371182 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_fileio testAttributes (test.test_fileio.CAutoFileTests.testAttributes) ... ok testBlksize (test.test_fileio.CAutoFileTests.testBlksize) ... ok testErrnoOnClose (test.test_fileio.CAutoFileTests.testErrnoOnClose) ... ok testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno) ... ok testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty) ... ok testErrnoOnClosedRead (test.test_fileio.CAutoFileTests.testErrnoOnClosedRead) ... ok testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable) ... ok testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall) ... ok testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto) ... ok testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek) ... ok testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable) ... ok testErrnoOnClosedTell (test.test_fileio.CAutoFileTests.testErrnoOnClosedTell) ... ok testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate) ... ok testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable) ... ok testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite) ... ok testErrors (test.test_fileio.CAutoFileTests.testErrors) ... ok testMethods (test.test_fileio.CAutoFileTests.testMethods) ... ok testOpenDirFD (test.test_fileio.CAutoFileTests.testOpenDirFD) ... skipped 'test only works on a POSIX-like system' testOpendir (test.test_fileio.CAutoFileTests.testOpendir) ... ok testReadintoByteArray (test.test_fileio.CAutoFileTests.testReadintoByteArray) ... ok testRecursiveRepr (test.test_fileio.CAutoFileTests.testRecursiveRepr) ... ok testRepr (test.test_fileio.CAutoFileTests.testRepr) ... ok testReprNoCloseFD (test.test_fileio.CAutoFileTests.testReprNoCloseFD) ... ok testSeekTell (test.test_fileio.CAutoFileTests.testSeekTell) ... ok testWeakRefs (test.test_fileio.CAutoFileTests.testWeakRefs) ... ok testWritelinesError (test.test_fileio.CAutoFileTests.testWritelinesError) ... ok testWritelinesList (test.test_fileio.CAutoFileTests.testWritelinesList) ... ok testWritelinesUserList (test.test_fileio.CAutoFileTests.testWritelinesUserList) ... ok test_none_args (test.test_fileio.CAutoFileTests.test_none_args) ... ok test_reject (test.test_fileio.CAutoFileTests.test_reject) ... ok testAbles (test.test_fileio.COtherFileTests.testAbles) ... ok testAppend (test.test_fileio.COtherFileTests.testAppend) ... ok testBadModeArgument (test.test_fileio.COtherFileTests.testBadModeArgument) ... ok testBytesOpen (test.test_fileio.COtherFileTests.testBytesOpen) ... ok testConstructorHandlesNULChars (test.test_fileio.COtherFileTests.testConstructorHandlesNULChars) ... ok testInvalidFd (test.test_fileio.COtherFileTests.testInvalidFd) ... ok testInvalidFd_overflow (test.test_fileio.COtherFileTests.testInvalidFd_overflow) ... skipped 'implementation detail specific to cpython' testInvalidInit (test.test_fileio.COtherFileTests.testInvalidInit) ... ok testInvalidModeStrings (test.test_fileio.COtherFileTests.testInvalidModeStrings) ... ok testModeStrings (test.test_fileio.COtherFileTests.testModeStrings) ... ok testTruncate (test.test_fileio.COtherFileTests.testTruncate) ... ok testTruncateOnWindows (test.test_fileio.COtherFileTests.testTruncateOnWindows) ... ok testUnclosedFDOnException (test.test_fileio.COtherFileTests.testUnclosedFDOnException) ... ok testUnicodeOpen (test.test_fileio.COtherFileTests.testUnicodeOpen) ... ok testUtf8BytesOpen (test.test_fileio.COtherFileTests.testUtf8BytesOpen) ... ok testWarnings (test.test_fileio.COtherFileTests.testWarnings) ... ok test_open_code (test.test_fileio.COtherFileTests.test_open_code) ... ok testAttributes (test.test_fileio.PyAutoFileTests.testAttributes) ... ok testBlksize (test.test_fileio.PyAutoFileTests.testBlksize) ... ok testErrnoOnClose (test.test_fileio.PyAutoFileTests.testErrnoOnClose) ... ok testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno) ... ok testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty) ... ok testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead) ... ok testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable) ... ok testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall) ... ok testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto) ... ok testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek) ... ok testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable) ... ok testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell) ... ok testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate) ... FAIL testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable) ... ok testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite) ... ok testErrors (test.test_fileio.PyAutoFileTests.testErrors) ... ok testMethods (test.test_fileio.PyAutoFileTests.testMethods) ... ok testOpenDirFD (test.test_fileio.PyAutoFileTests.testOpenDirFD) ... skipped 'test only works on a POSIX-like system' testOpendir (test.test_fileio.PyAutoFileTests.testOpendir) ... ok testReadintoByteArray (test.test_fileio.PyAutoFileTests.testReadintoByteArray) ... ok testRecursiveRepr (test.test_fileio.PyAutoFileTests.testRecursiveRepr) ... ok testRepr (test.test_fileio.PyAutoFileTests.testRepr) ... ok testReprNoCloseFD (test.test_fileio.PyAutoFileTests.testReprNoCloseFD) ... ok testSeekTell (test.test_fileio.PyAutoFileTests.testSeekTell) ... ok testWeakRefs (test.test_fileio.PyAutoFileTests.testWeakRefs) ... ok testWritelinesError (test.test_fileio.PyAutoFileTests.testWritelinesError) ... ok testWritelinesList (test.test_fileio.PyAutoFileTests.testWritelinesList) ... ok testWritelinesUserList (test.test_fileio.PyAutoFileTests.testWritelinesUserList) ... ok test_none_args (test.test_fileio.PyAutoFileTests.test_none_args) ... ok test_reject (test.test_fileio.PyAutoFileTests.test_reject) ... ok testAbles (test.test_fileio.PyOtherFileTests.testAbles) ... ok testAppend (test.test_fileio.PyOtherFileTests.testAppend) ... ok testBadModeArgument (test.test_fileio.PyOtherFileTests.testBadModeArgument) ... ok testBytesOpen (test.test_fileio.PyOtherFileTests.testBytesOpen) ... ok testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars) ... ok testInvalidFd (test.test_fileio.PyOtherFileTests.testInvalidFd) ... ok testInvalidInit (test.test_fileio.PyOtherFileTests.testInvalidInit) ... ok testInvalidModeStrings (test.test_fileio.PyOtherFileTests.testInvalidModeStrings) ... ok testModeStrings (test.test_fileio.PyOtherFileTests.testModeStrings) ... ok testTruncate (test.test_fileio.PyOtherFileTests.testTruncate) ... ok testTruncateOnWindows (test.test_fileio.PyOtherFileTests.testTruncateOnWindows) ... ok testUnclosedFDOnException (test.test_fileio.PyOtherFileTests.testUnclosedFDOnException) ... ok testUnicodeOpen (test.test_fileio.PyOtherFileTests.testUnicodeOpen) ... ok testUtf8BytesOpen (test.test_fileio.PyOtherFileTests.testUtf8BytesOpen) ... ok testWarnings (test.test_fileio.PyOtherFileTests.testWarnings) ... ok test_open_code (test.test_fileio.PyOtherFileTests.test_open_code) ... ok ====================================================================== FAIL: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_fileio.py", line 276, in wrapper self.fail("Should have raised OSError") ^^^^ AssertionError: Should have raised OSError ---------------------------------------------------------------------- Ran 93 tests in 0.193s FAILED (failures=1, skipped=3) test_fileio failed (1 failure) == Tests result: FAILURE == 1 test failed: test_fileio Total duration: 657 ms Total tests: run=93 failures=1 skipped=3 Total test files: run=1/1 failed=1 Result: FAILURE test test_fileio failed . lib-python/3/test/test_fileutils.py::unmodified . lib-python/3/test/test_finalization.py::unmodified . lib-python/3/test/test_float.py::unmodified . lib-python/3/test/test_flufl.py::unmodified F lib-python/3/test/test_fnmatch.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_7780æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3376528553 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_fnmatch test_case (test.test_fnmatch.FilterTestCase.test_case) ... ok test_filter (test.test_fnmatch.FilterTestCase.test_filter) ... ok test_mix_bytes_str (test.test_fnmatch.FilterTestCase.test_mix_bytes_str) ... ok test_sep (test.test_fnmatch.FilterTestCase.test_sep) ... ok test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes) ... ERROR test_case (test.test_fnmatch.FnmatchTestCase.test_case) ... ok test_char_set (test.test_fnmatch.FnmatchTestCase.test_char_set) ... ok test_fnmatch (test.test_fnmatch.FnmatchTestCase.test_fnmatch) ... ok test_fnmatchcase (test.test_fnmatch.FnmatchTestCase.test_fnmatchcase) ... ok test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str) ... ok test_range (test.test_fnmatch.FnmatchTestCase.test_range) ... ok test_sep (test.test_fnmatch.FnmatchTestCase.test_sep) ... ok test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set) ... ok test_sep_in_range (test.test_fnmatch.FnmatchTestCase.test_sep_in_range) ... ok test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch) ... ok test_warnings (test.test_fnmatch.FnmatchTestCase.test_warnings) ... ok test_translate (test.test_fnmatch.TranslateTestCase.test_translate) ... ok ====================================================================== ERROR: test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_fnmatch.py", line 76, in test_bytes self.check_match(b'test\xff', b'te*\xff') ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_fnmatch.py", line 14, in check_match self.assertTrue(fn(filename, pattern), ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\fnmatch.py", line 34, in fnmatch name = os.path.normcase(name) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 78, in normcase return os.fsencode(os.fsdecode(s).replace('/', '\\').lower()) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 826, in fsdecode return filename.decode(encoding, errors) ^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 4: invalid start byte ---------------------------------------------------------------------- Ran 17 tests in 0.168s FAILED (errors=1) test_fnmatch failed (1 error) == Tests result: FAILURE == 1 test failed: test_fnmatch Total duration: 643 ms Total tests: run=17 Total test files: run=1/1 failed=1 Result: FAILURE test test_fnmatch failed . lib-python/3/test/test_fork1.py::unmodified . lib-python/3/test/test_format.py::unmodified . lib-python/3/test/test_fractions.py::unmodified F lib-python/3/test/test_frame.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6816æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 290342837 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_frame test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials) ... ok test_clear_executing (test.test_frame.ClearTest.test_clear_executing) ... ok test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator) ... ok test_clear_generator (test.test_frame.ClearTest.test_clear_generator) ... ok test_clear_locals (test.test_frame.ClearTest.test_clear_locals) ... ok test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles) ... skipped 'implementation detail specific to cpython' test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing) ... ok test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals) ... ok test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault) ... ok test_locals (test.test_frame.FrameAttrsTest.test_locals) ... ok test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals) ... ok test_repr (test.test_frame.ReprTest.test_repr) ... FAIL test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818) ... skipped 'no gc.set_threshold on PyPy' test_sneaky_frame_object (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object) ... skipped 'implementation detail specific to cpython' test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown) ... skipped 'implementation detail specific to cpython' ====================================================================== FAIL: test_repr (test.test_frame.ReprTest.test_repr) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_frame.py", line 233, in test_repr self.assertRegex(repr(f_this), ^^^^^^^^^^^ AssertionError: Regex didn't match: "^$" not found in "" ---------------------------------------------------------------------- Ran 15 tests in 0.095s FAILED (failures=1, skipped=4) test_frame failed (1 failure) == Tests result: FAILURE == 1 test failed: test_frame Total duration: 584 ms Total tests: run=15 failures=1 skipped=4 Total test files: run=1/1 failed=1 Result: FAILURE test test_frame failed s lib-python/3/test/test_frozen.py::unmodified Skipped: implementation detail . lib-python/3/test/test_fstring.py::unmodified . lib-python/3/test/test_ftplib.py::unmodified . lib-python/3/test/test_funcattrs.py::unmodified . lib-python/3/test/test_functools.py::unmodified s lib-python/3/test/test_gc.py::unmodified Skipped: implementation detail . lib-python/3/test/test_generator_stop.py::unmodified . lib-python/3/test/test_generators.py::unmodified . lib-python/3/test/test_genericalias.py::unmodified . lib-python/3/test/test_genericclass.py::unmodified . lib-python/3/test/test_genericpath.py::unmodified . lib-python/3/test/test_genexps.py::unmodified . lib-python/3/test/test_getopt.py::unmodified . lib-python/3/test/test_getpass.py::unmodified s lib-python/3/test/test_getpath.py::unmodified Skipped: CPython internal details . lib-python/3/test/test_gettext.py::unmodified . lib-python/3/test/test_glob.py::unmodified . lib-python/3/test/test_global.py::unmodified . lib-python/3/test/test_grammar.py::unmodified . lib-python/3/test/test_graphlib.py::unmodified . lib-python/3/test/test_grp.py::unmodified . lib-python/3/test/test_gzip.py::unmodified . lib-python/3/test/test_hash.py::unmodified . lib-python/3/test/test_hashlib.py::unmodified . lib-python/3/test/test_heapq.py::unmodified . lib-python/3/test/test_hmac.py::unmodified . lib-python/3/test/test_html.py::unmodified . lib-python/3/test/test_htmlparser.py::unmodified . lib-python/3/test/test_http_cookiejar.py::unmodified . lib-python/3/test/test_http_cookies.py::unmodified . lib-python/3/test/test_httplib.py::unmodified . lib-python/3/test/test_httpservers.py::unmodified F lib-python/3/test/test_idle.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9692æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2507293239 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_idle test_idle failed (uncaught exception) == Tests result: FAILURE == 1 test failed: test_idle Total duration: 2.3 sec Total tests: run=0 Total test files: run=1/1 failed=1 Result: FAILURE Failed to import test module: idlelib.idle_test.test_browser Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_browser.py", line 3, in from idlelib import browser File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\browser.py", line 16, in from idlelib import pyshell File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pyshell.py", line 51, in from idlelib.run import idle_formatwarning, StdInputFile, StdOutputFile File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 94, in tcl = tkinter.Tcl() ^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2452, in Tcl return Tk(screenName, baseName, className, useTk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2350, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\__init__.py", line 32, in create return TkApp(screenName, className, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 164, in __new__ Tcl_AppInit(self) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 56, in Tcl_AppInit app.raiseTclError() ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 177, in raiseTclError raise TclError(tkffi.string( _tkinter.TclError: Can't find a usable init.tcl in the following directories: d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib_pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/tcl8.6.9/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/tcl8.6.9/library This probably means that Tcl wasn't installed properly. Failed to import test module: idlelib.idle_test.test_pathbrowser Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_pathbrowser.py", line 3, in from idlelib import pathbrowser File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pathbrowser.py", line 5, in from idlelib.browser import ModuleBrowser, ModuleBrowserTreeItem File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\browser.py", line 16, in from idlelib import pyshell File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pyshell.py", line 51, in from idlelib.run import idle_formatwarning, StdInputFile, StdOutputFile File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Failed to import test module: idlelib.idle_test.test_pyshell Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_pyshell.py", line 4, in from idlelib import pyshell File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pyshell.py", line 51, in from idlelib.run import idle_formatwarning, StdInputFile, StdOutputFile File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Failed to import test module: idlelib.idle_test.test_run Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_run.py", line 3, in from idlelib import run File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Failed to import test module: idlelib.idle_test.test_runscript Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_runscript.py", line 3, in from idlelib import runscript File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\runscript.py", line 21, in from idlelib import pyshell File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pyshell.py", line 51, in from idlelib.run import idle_formatwarning, StdInputFile, StdOutputFile File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Failed to import test module: idlelib.idle_test.test_sidebar Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_sidebar.py", line 16, in import idlelib.pyshell File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\pyshell.py", line 51, in from idlelib.run import idle_formatwarning, StdInputFile, StdOutputFile File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Failed to import test module: idlelib.idle_test.test_warning Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\loader.py", line 362, in _get_module_from_name __import__(name) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\idle_test\test_warning.py", line 8, in from idlelib import run File "", line 1232, in _handle_fromlist File "", line 241, in _call_with_frames_removed File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\idlelib\run.py", line 36, in delattr(tkinter, mod) AttributeError: 'module' object has no attribute 'simpledialog' Warning -- warnings.showwarning was modified by test_idle Warning -- Before: Warning -- After: test test_idle crashed -- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 178, in _runtest_env_changed_exc _load_run_test(result, runtests) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 135, in _load_run_test regrtest_runner(result, test_func, runtests) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 88, in regrtest_runner test_result = test_func() ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 132, in test_func return run_unittest(test_mod) ^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\libregrtest\single.py", line 35, in run_unittest raise Exception("errors while loading tests") Exception: errors while loading tests . lib-python/3/test/test_imaplib.py::unmodified . lib-python/3/test/test_imghdr.py::unmodified . lib-python/3/test/test_imp.py::unmodified . lib-python/3/test/test_index.py::unmodified . lib-python/3/test/test_int.py::unmodified . lib-python/3/test/test_int_literal.py::unmodified . lib-python/3/test/test_interpreters.py::unmodified . lib-python/3/test/test_io.py::unmodified . lib-python/3/test/test_ioctl.py::unmodified . lib-python/3/test/test_ipaddress.py::unmodified . lib-python/3/test/test_isinstance.py::unmodified . lib-python/3/test/test_iter.py::unmodified . lib-python/3/test/test_iterlen.py::unmodified . lib-python/3/test/test_itertools.py::unmodified . lib-python/3/test/test_keyword.py::unmodified . lib-python/3/test/test_keywordonlyarg.py::unmodified . lib-python/3/test/test_kqueue.py::unmodified . lib-python/3/test/test_largefile.py::unmodified F lib-python/3/test/test_launcher.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2888æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1703327248 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_launcher setUpClass (test.test_launcher.TestLauncher) ... ERROR ====================================================================== ERROR: setUpClass (test.test_launcher.TestLauncher) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 289, in setUpClass create_registry_data(key, TEST_DATA) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 106, in create_registry_data _create_registry_data(root, k, v) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data _create_registry_data(hkey, k, v) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data _create_registry_data(hkey, k, v) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data _create_registry_data(hkey, k, v) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 101, in _create_registry_data winreg.SetValueEx(root, key, None, winreg.REG_SZ, value) ^^^^^^^^^^ TypeError: expected str, got NoneType object ---------------------------------------------------------------------- Ran 0 tests in 0.009s FAILED (errors=1) test_launcher failed (1 error) == Tests result: FAILURE == 1 test failed: test_launcher Total duration: 497 ms Total tests: run=0 Total test files: run=1/1 failed=1 Result: FAILURE test test_launcher failed . lib-python/3/test/test_lib2to3.py::unmodified . lib-python/3/test/test_linecache.py::unmodified . lib-python/3/test/test_list.py::unmodified . lib-python/3/test/test_listcomps.py::unmodified . lib-python/3/test/test_lltrace.py::unmodified . lib-python/3/test/test_locale.py::unmodified . lib-python/3/test/test_logging.py::unmodified . lib-python/3/test/test_long.py::unmodified . lib-python/3/test/test_longexp.py::unmodified . lib-python/3/test/test_lzma.py::unmodified . lib-python/3/test/test_mailbox.py::unmodified . lib-python/3/test/test_mailcap.py::unmodified . lib-python/3/test/test_marshal.py::unmodified . lib-python/3/test/test_math.py::unmodified . lib-python/3/test/test_memoryio.py::unmodified . lib-python/3/test/test_memoryview.py::unmodified . lib-python/3/test/test_metaclass.py::unmodified . lib-python/3/test/test_mimetypes.py::unmodified . lib-python/3/test/test_minidom.py::unmodified F lib-python/3/test/test_mmap.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6364æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2024472179 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_mmap test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB) ... skipped 'test requires 6442450944 bytes and a long time to run' test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB) ... skipped 'test requires 6442450944 bytes and a long time to run' test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize) ... skipped 'test requires 6442450944 bytes and a long time to run' test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset) ... skipped 'test requires 6442450944 bytes and a long time to run' test_access_parameter (test.test_mmap.MmapTests.test_access_parameter) ... FAIL test_anonymous (test.test_mmap.MmapTests.test_anonymous) ... ok test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc) ... ok test_basic (test.test_mmap.MmapTests.test_basic) ... ok test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception) ... ok test_context_manager (test.test_mmap.MmapTests.test_context_manager) ... ok test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception) ... ok test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) ... ok test_double_close (test.test_mmap.MmapTests.test_double_close) ... ok test_empty_file (test.test_mmap.MmapTests.test_empty_file) ... ok test_entire_file (test.test_mmap.MmapTests.test_entire_file) ... ok test_error (test.test_mmap.MmapTests.test_error) ... ok test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice) ... ok test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer) ... skipped 'mmap flags unavailable' test_find_end (test.test_mmap.MmapTests.test_find_end) ... ok test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value) ... ok test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) ... ok test_io_methods (test.test_mmap.MmapTests.test_io_methods) ... ok test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset) ... ok test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset) ... ok test_madvise (test.test_mmap.MmapTests.test_madvise) ... skipped 'needs madvise' test_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios) gh-103987: Test that mmap objects raise ValueError ... ok test_move (test.test_mmap.MmapTests.test_move) ... ok test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte) ... ok test_offset (test.test_mmap.MmapTests.test_offset) ... ok test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly) ... skipped 'needs mmap.PROT_READ' test_read_all (test.test_mmap.MmapTests.test_read_all) ... ok test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg) ... ok test_repr (test.test_mmap.MmapTests.test_repr) ... ok test_resize_down_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_down_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize down up can happen ... FAIL test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere) If more than one mapping is held against a named file on Windows, neither ... FAIL test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos) ... ERROR test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping) If a more than one mapping exists of the same name, none of them can ... ERROR test_resize_up_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_up_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize up can happen ... ERROR test_rfind (test.test_mmap.MmapTests.test_rfind) ... ERROR test_sizeof (test.test_mmap.MmapTests.test_sizeof) ... skipped 'implementation detail specific to cpython' test_subclass (test.test_mmap.MmapTests.test_subclass) ... ERROR test_tagname (test.test_mmap.MmapTests.test_tagname) ... ERROR test_tougher_find (test.test_mmap.MmapTests.test_tougher_find) ... ERROR test_weakref (test.test_mmap.MmapTests.test_weakref) ... ok test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written) ... ok ====================================================================== ERROR: test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping) If a more than one mapping exists of the same name, none of them can ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_resize_up_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_up_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize up can happen ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_rfind (test.test_mmap.MmapTests.test_rfind) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_subclass (test.test_mmap.MmapTests.test_subclass) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_tagname (test.test_mmap.MmapTests.test_tagname) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== ERROR: test_tougher_find (test.test_mmap.MmapTests.test_tougher_find) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 36, in setUp os.unlink(TESTFN) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: '@test_6364_tmpæ' ====================================================================== FAIL: test_access_parameter (test.test_mmap.MmapTests.test_access_parameter) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 198, in test_access_parameter m = mmap.mmap(f.fileno(), mapsize+1) ^^^^ ValueError: mmap length is greater than file size During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 205, in test_access_parameter self.fail("Opening mmap with size+1 should work on Windows.") ^^^^ AssertionError: Opening mmap with size+1 should work on Windows. ====================================================================== FAIL: test_resize_down_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_down_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize down up can happen ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 877, in test_resize_down_when_mapped_to_pagefile self.assertEqual(m[:new_size], data[:new_size]) ^^^^^^^^^^^ AssertionError: b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\[8147 chars]\x00' != b'O\r)U`\xfa\x1d\x95\x96"\xe8=\x7f\x8dru\xa[5863 chars]\xcd' ====================================================================== FAIL: test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere) If more than one mapping is held against a named file on Windows, neither ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_mmap.py", line 893, in test_resize_fails_if_mapping_held_elsewhere with self.assertRaises(OSError): AssertionError: OSError not raised ---------------------------------------------------------------------- Ran 46 tests in 0.302s FAILED (failures=3, errors=7, skipped=8) test_mmap failed (7 errors, 3 failures) == Tests result: FAILURE == 1 test failed: test_mmap Total duration: 784 ms Total tests: run=46 failures=3 skipped=8 Total test files: run=1/1 failed=1 Result: FAILURE test test_mmap failed . lib-python/3/test/test_modulefinder.py::unmodified . lib-python/3/test/test_msilib.py::unmodified F lib-python/3/test/test_multibytecodec.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_1172æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2701343648 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_multibytecodec test_encode (test.test_multibytecodec.TestHZStateful.test_encode) ... ok test_incrementalencoder (test.test_multibytecodec.TestHZStateful.test_incrementalencoder) ... ok test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final) ... ok test_encode (test.test_multibytecodec.TestStateful.test_encode) ... ok test_incrementalencoder (test.test_multibytecodec.TestStateful.test_incrementalencoder) ... ok test_incrementalencoder_final (test.test_multibytecodec.TestStateful.test_incrementalencoder_final) ... ok test_bug1572832 (test.test_multibytecodec.Test_ISO2022.test_bug1572832) ... skipped "resource 'cpu' is not enabled" test_g2 (test.test_multibytecodec.Test_ISO2022.test_g2) ... ok test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0) ... ok test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs) ... ok test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer) ... ok test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode) ... ok test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022) ... ok test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input) ... ok test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods) ... ok test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value) ... ok test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640) ... ok test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes) ... ok test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size) ... ok test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state) ... ok test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state) ... ok test_stateful (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful) ... ok test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer) ... ok test_stateless (test.test_multibytecodec.Test_IncrementalEncoder.test_stateless) ... ok test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp) ... skipped 'implementation detail specific to cpython' test_codingspec (test.test_multibytecodec.Test_MultibyteCodec.test_codingspec) ... ok test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode) ... ok test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore) ... ok test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex) ... ok test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault) ... ok test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding) ... ok test_str_decode (test.test_multibytecodec.Test_MultibyteCodec.test_str_decode) ... ok test_bug1728403 (test.test_multibytecodec.Test_StreamReader.test_bug1728403) ... ok test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030) ... FAIL test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite) ... ok test_utf_8 (test.test_multibytecodec.Test_StreamWriter.test_utf_8) ... ok ====================================================================== FAIL: test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_multibytecodec.py", line 331, in test_gb18030 self.assertEqual(s.getvalue(), b'123\x907\x959') ^^^^^^^^^^^ AssertionError: b'123\x816\xee3' != b'123\x907\x959' ---------------------------------------------------------------------- Ran 36 tests in 0.080s FAILED (failures=1, skipped=2) test_multibytecodec failed (1 failure) == Tests result: FAILURE == 1 test failed: test_multibytecodec Total duration: 536 ms Total tests: run=36 failures=1 skipped=2 Total test files: run=1/1 failed=1 Result: FAILURE test test_multibytecodec failed . lib-python/3/test/test_multiprocessing_main_handling.py::unmodified . lib-python/3/test/test_named_expressions.py::unmodified . lib-python/3/test/test_netrc.py::unmodified . lib-python/3/test/test_nis.py::unmodified . lib-python/3/test/test_nntplib.py::unmodified F lib-python/3/test/test_ntpath.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2976æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2259075693 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_ntpath test_abspath (test.test_ntpath.NtCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix) ... ok test_exists (test.test_ntpath.NtCommonTest.test_exists) ... ok test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd) ... ok test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars) ... ok test_expandvars_large (test.test_ntpath.NtCommonTest.test_expandvars_large) ... skipped "resource 'cpu' is not enabled" test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_ntpath.NtCommonTest.test_filetime) ... ok test_getsize (test.test_ntpath.NtCommonTest.test_getsize) ... ok test_import (test.test_ntpath.NtCommonTest.test_import) ... ok test_isdir (test.test_ntpath.NtCommonTest.test_isdir) ... ok test_isfile (test.test_ntpath.NtCommonTest.test_isfile) ... ok test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors) ... ok test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ... ok test_normcase (test.test_ntpath.NtCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_ntpath.NtCommonTest.test_realpath) ... ERROR test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors) ... ok test_samefile (test.test_ntpath.NtCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile) ... ok test_samestat (test.test_ntpath.NtCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive) ... ok test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs) ... ok test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir) ... ok test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_ntpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase) ... FAIL test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_ntpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext) ... ok test_abspath (test.test_ntpath.TestNtpath.test_abspath) ... ERROR test_commonpath (test.test_ntpath.TestNtpath.test_commonpath) ... ok test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix) ... ok test_expanduser (test.test_ntpath.TestNtpath.test_expanduser) ... ok test_expandvars (test.test_ntpath.TestNtpath.test_expandvars) ... ok test_expandvars_large (test.test_ntpath.TestNtpath.test_expandvars_large) ... skipped "resource 'cpu' is not enabled" test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii) ... ok test_isabs (test.test_ntpath.TestNtpath.test_isabs) ... ok test_ismount (test.test_ntpath.TestNtpath.test_ismount) ... ok test_join (test.test_ntpath.TestNtpath.test_join) ... ok test_normpath (test.test_ntpath.TestNtpath.test_normpath) ... ok test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) ... ERROR test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) ... test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{}] ... ERROR test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{'strict': True}] ... ERROR test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{'strict': os.path.ALLOW_MISSING}] ... ERROR test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) ... ERROR test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir) ... ERROR test_realpath_curdir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok) ... ERROR test_realpath_curdir_strict (test.test_ntpath.TestNtpath.test_realpath_curdir_strict) ... ERROR test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) ... ok test_realpath_invalid_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_paths) ... ERROR test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) ... test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{}] ... ERROR test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{'strict': True}] ... ERROR test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{'strict': os.path.ALLOW_MISSING}] ... ERROR test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) ... ok test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir) ... ERROR test_realpath_pardir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok) ... ERROR test_realpath_pardir_strict (test.test_ntpath.TestNtpath.test_realpath_pardir_strict) ... ERROR test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) ... ok test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) ... ok test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) ... ok test_realpath_symlink_loops_raise (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_raise) ... ok test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) ... ok test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) ... ok test_relpath (test.test_ntpath.TestNtpath.test_relpath) ... ok test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile) ... ok test_split (test.test_ntpath.TestNtpath.test_split) ... ok test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive) ... ok test_splitext (test.test_ntpath.TestNtpath.test_splitext) ... ok ====================================================================== ERROR: test_realpath (test.test_ntpath.NtCommonTest.test_realpath) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 666, in realpath path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\foo' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 610, in _getfinalpathname_nonstrict path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\foo' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_genericpath.py", line 470, in test_realpath self.assertIn(b"foo", self.pathmodule.realpath(b"foo")) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 678, in realpath path = _getfinalpathname_nonstrict(path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 619, in _getfinalpathname_nonstrict new_path = _readlink_deep(path, ^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 561, in _readlink_deep while normcase(path) not in seen: ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 78, in normcase return os.fsencode(os.fsdecode(s).replace('/', '\\').lower()) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 826, in fsdecode return filename.decode(encoding, errors) ^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 44: invalid continuation byte ====================================================================== ERROR: test_abspath (test.test_ntpath.TestNtpath.test_abspath) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 901, in test_abspath tester('ntpath.abspath("//../../../..")', "\\\\..\\..\\") File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 60, in tester raise support.TestFailed("%s should return: %s but returned: %s" \ test.support.TestFailed: ntpath.abspath("//../../../..") should return: \\..\..\ but returned: \\..\ ====================================================================== ERROR: test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 1084, in test_nt_helpers volume_path = nt._getvolumepathname(path) ^^^^^^^^^^^^^^^^^^ AttributeError: module 'nt' has no attribute '_getvolumepathname' ====================================================================== ERROR: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 392, in test_realpath_basic self.assertPathEqual(ntpath.realpath(os.fsencode(ABSTFN + "1"), **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{'strict': True}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 392, in test_realpath_basic self.assertPathEqual(ntpath.realpath(os.fsencode(ABSTFN + "1"), **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) [{'strict': os.path.ALLOW_MISSING}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 392, in test_realpath_basic self.assertPathEqual(ntpath.realpath(os.fsencode(ABSTFN + "1"), **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 666, in realpath path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\@test_2976_tmp\xe6\\broken' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 610, in _getfinalpathname_nonstrict path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\@test_2976_tmp\xe6\\broken' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 536, in test_realpath_broken_symlinks self.assertPathEqual(ntpath.realpath(b"broken"), ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 678, in realpath path = _getfinalpathname_nonstrict(path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 619, in _getfinalpathname_nonstrict new_path = _readlink_deep(path, ^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 561, in _readlink_deep while normcase(path) not in seen: ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 78, in normcase return os.fsencode(os.fsdecode(s).replace('/', '\\').lower()) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 826, in fsdecode return filename.decode(encoding, errors) ^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 44: invalid continuation byte ====================================================================== ERROR: test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 666, in realpath path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 610, in _getfinalpathname_nonstrict path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 317, in test_realpath_curdir tester("ntpath.realpath('.')", expected) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 678, in realpath path = _getfinalpathname_nonstrict(path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 619, in _getfinalpathname_nonstrict new_path = _readlink_deep(path, ^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 561, in _readlink_deep while normcase(path) not in seen: ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 78, in normcase return os.fsencode(os.fsdecode(s).replace('/', '\\').lower()) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 826, in fsdecode return filename.decode(encoding, errors) ^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 44: invalid continuation byte ====================================================================== ERROR: test_realpath_curdir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 666, in realpath path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 610, in _getfinalpathname_nonstrict path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\.' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 333, in test_realpath_curdir_missing_ok tester("ntpath.realpath('.', strict=ALLOW_MISSING)", File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 678, in realpath path = _getfinalpathname_nonstrict(path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 619, in _getfinalpathname_nonstrict new_path = _readlink_deep(path, ^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 561, in _readlink_deep while normcase(path) not in seen: ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 78, in normcase return os.fsencode(os.fsdecode(s).replace('/', '\\').lower()) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\os.py", line 826, in fsdecode return filename.decode(encoding, errors) ^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 44: invalid continuation byte ====================================================================== ERROR: test_realpath_curdir_strict (test.test_ntpath.TestNtpath.test_realpath_curdir_strict) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 325, in test_realpath_curdir_strict tester("ntpath.realpath('.', strict=True)", expected) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 666, in realpath path = _getfinalpathname(path) ^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified: b'D:\\SystemTemp\\pytest\\test_python_worker_2976\xe6\\.' ====================================================================== ERROR: test_realpath_invalid_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_paths) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 453, in test_realpath_invalid_paths self.assertEqual(realpath(path, strict=False), os.getcwdb()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 478, in test_realpath_invalid_unicode_paths self.assertRaises(UnicodeDecodeError, ntpath.realpath, path, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 766, in assertRaises return context.handle('assertRaises', args, kwargs) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 237, in handle callable_obj(*args, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{'strict': True}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 478, in test_realpath_invalid_unicode_paths self.assertRaises(UnicodeDecodeError, ntpath.realpath, path, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 766, in assertRaises return context.handle('assertRaises', args, kwargs) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 237, in handle callable_obj(*args, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) [{'strict': os.path.ALLOW_MISSING}] ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 95, in _parameterized func(self, *args, parameter, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 478, in test_realpath_invalid_unicode_paths self.assertRaises(UnicodeDecodeError, ntpath.realpath, path, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 766, in assertRaises return context.handle('assertRaises', args, kwargs) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\unittest\case.py", line 237, in handle callable_obj(*args, **kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 346, in test_realpath_pardir tester("ntpath.realpath('..')", ntpath.dirname(expected)) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_pardir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 370, in test_realpath_pardir_missing_ok tester("ntpath.realpath('..', strict=ALLOW_MISSING)", File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_realpath_pardir_strict (test.test_ntpath.TestNtpath.test_realpath_pardir_strict) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 358, in test_realpath_pardir_strict tester("ntpath.realpath('..', strict=True)", ntpath.dirname(expected)) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 74, in tester gotResult = eval(fn) ^^^^^^^^ File "", line 1, in File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== FAIL: test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ntpath.py", line 1129, in test_path_normcase self.assertEqual(ntpath.normcase('\u03a9\u2126'), 'ωΩ') ^^^^^^^^^^^ AssertionError: 'ωω' != 'ωΩ' - ωω + ωΩ ---------------------------------------------------------------------- Ran 83 tests in 0.605s FAILED (failures=1, errors=17, skipped=2) test_ntpath failed (17 errors, 1 failure) == Tests result: FAILURE == 1 test failed: test_ntpath Total duration: 1.2 sec Total tests: run=83 failures=1 skipped=2 Total test files: run=1/1 failed=1 Result: FAILURE test test_ntpath failed . lib-python/3/test/test_numeric_tower.py::unmodified . lib-python/3/test/test_opcache.py::unmodified . lib-python/3/test/test_opcodes.py::unmodified . lib-python/3/test/test_openpty.py::unmodified . lib-python/3/test/test_operator.py::unmodified . lib-python/3/test/test_optparse.py::unmodified . lib-python/3/test/test_ordered_dict.py::unmodified F lib-python/3/test/test_os.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_5628æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1894613984 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_os test_blocking (test.test_os.BlockingTests.test_blocking) ... skipped 'needs os.get_blocking() and os.set_blocking()' test_compare_to_walk (test.test_os.BytesFwalkTests.test_compare_to_walk) ... skipped 'Test needs os.fwalk()' test_dir_fd (test.test_os.BytesFwalkTests.test_dir_fd) ... skipped 'Test needs os.fwalk()' test_fd_leak (test.test_os.BytesFwalkTests.test_fd_leak) ... skipped 'Test needs os.fwalk()' test_file_like_path (test.test_os.BytesFwalkTests.test_file_like_path) ... skipped 'Test needs os.fwalk()' test_walk_bad_dir (test.test_os.BytesFwalkTests.test_walk_bad_dir) ... skipped 'Test needs os.fwalk()' test_walk_bad_dir2 (test.test_os.BytesFwalkTests.test_walk_bad_dir2) ... skipped 'Test needs os.fwalk()' test_walk_bottom_up (test.test_os.BytesFwalkTests.test_walk_bottom_up) ... skipped 'Test needs os.fwalk()' test_walk_named_pipe (test.test_os.BytesFwalkTests.test_walk_named_pipe) ... skipped 'Test needs os.fwalk()' test_walk_named_pipe2 (test.test_os.BytesFwalkTests.test_walk_named_pipe2) ... skipped 'Test needs os.fwalk()' test_walk_prune (test.test_os.BytesFwalkTests.test_walk_prune) ... skipped 'Test needs os.fwalk()' test_walk_symlink (test.test_os.BytesFwalkTests.test_walk_symlink) ... skipped 'Test needs os.fwalk()' test_walk_topdown (test.test_os.BytesFwalkTests.test_walk_topdown) ... skipped 'Test needs os.fwalk()' test_yields_correct_dir_fd (test.test_os.BytesFwalkTests.test_yields_correct_dir_fd) ... skipped 'Test needs os.fwalk()' test_file_like_path (test.test_os.BytesWalkTests.test_file_like_path) ... ok test_walk_bad_dir (test.test_os.BytesWalkTests.test_walk_bad_dir) ... ok test_walk_bad_dir2 (test.test_os.BytesWalkTests.test_walk_bad_dir2) ... ok test_walk_bottom_up (test.test_os.BytesWalkTests.test_walk_bottom_up) ... ok test_walk_many_open_files (test.test_os.BytesWalkTests.test_walk_many_open_files) ... ok test_walk_named_pipe (test.test_os.BytesWalkTests.test_walk_named_pipe) ... skipped 'requires os.mkfifo()' test_walk_named_pipe2 (test.test_os.BytesWalkTests.test_walk_named_pipe2) ... skipped 'requires os.mkfifo()' test_walk_prune (test.test_os.BytesWalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.BytesWalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.BytesWalkTests.test_walk_topdown) ... ok test_cpu_count (test.test_os.CPUCountTests.test_cpu_count) ... ok test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ... skipped 'requires os.chown()' test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index) ... skipped 'requires os.chown()' test_chown_with_root (test.test_os.ChownFileTests.test_chown_with_root) ... skipped 'requires os.chown()' test_chown_without_permission (test.test_os.ChownFileTests.test_chown_without_permission) ... skipped 'requires os.chown()' test_devnull (test.test_os.DevNullTests.test_devnull) ... ok test_bad_fd (test.test_os.DeviceEncodingTests.test_bad_fd) ... ok test_device_encoding (test.test_os.DeviceEncodingTests.test_device_encoding) ... ok test___repr__ (test.test_os.EnvironTests.test___repr__) Check that the repr() of os.environ looks like environ({...}). ... ok test_bool (test.test_os.EnvironTests.test_bool) ... ok test_constructor (test.test_os.EnvironTests.test_constructor) ... ok test_environb (test.test_os.EnvironTests.test_environb) ... skipped 'os.environb required for this test.' test_get (test.test_os.EnvironTests.test_get) ... ok test_get_exec_path (test.test_os.EnvironTests.test_get_exec_path) ... ok test_getitem (test.test_os.EnvironTests.test_getitem) ... ok test_ior_operator (test.test_os.EnvironTests.test_ior_operator) ... ok test_ior_operator_invalid_dicts (test.test_os.EnvironTests.test_ior_operator_invalid_dicts) ... ok test_ior_operator_key_value_iterable (test.test_os.EnvironTests.test_ior_operator_key_value_iterable) ... ok test_items (test.test_os.EnvironTests.test_items) ... ok test_iter_error_when_changing_os_environ (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ) ... ok test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items) ... ok test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values) ... ok test_key_type (test.test_os.EnvironTests.test_key_type) ... ok test_keys (test.test_os.EnvironTests.test_keys) ... ok test_keyvalue_types (test.test_os.EnvironTests.test_keyvalue_types) ... ok test_len (test.test_os.EnvironTests.test_len) ... ok test_or_operator (test.test_os.EnvironTests.test_or_operator) ... ok test_os_popen_iter (test.test_os.EnvironTests.test_os_popen_iter) ... skipped 'requires a shell' test_pop (test.test_os.EnvironTests.test_pop) ... ok test_popitem (test.test_os.EnvironTests.test_popitem) ... ok test_putenv_unsetenv (test.test_os.EnvironTests.test_putenv_unsetenv) ... ok test_putenv_unsetenv_error (test.test_os.EnvironTests.test_putenv_unsetenv_error) ... FAIL test_read (test.test_os.EnvironTests.test_read) ... ok test_ror_operator (test.test_os.EnvironTests.test_ror_operator) ... ok test_setdefault (test.test_os.EnvironTests.test_setdefault) ... ok test_update (test.test_os.EnvironTests.test_update) ... ok test_update2 (test.test_os.EnvironTests.test_update2) ... skipped 'requires a shell' test_values (test.test_os.EnvironTests.test_values) ... ok test_write (test.test_os.EnvironTests.test_write) ... ok test_eventfd_initval (test.test_os.EventfdTests.test_eventfd_initval) ... skipped 'requires os.eventfd' test_eventfd_select (test.test_os.EventfdTests.test_eventfd_select) ... skipped 'requires os.eventfd' test_eventfd_semaphore (test.test_os.EventfdTests.test_eventfd_semaphore) ... skipped 'requires os.eventfd' test_execv_with_bad_arglist (test.test_os.ExecTests.test_execv_with_bad_arglist) ... ok test_execve_invalid_env (test.test_os.ExecTests.test_execve_invalid_env) ... ok test_execve_with_empty_path (test.test_os.ExecTests.test_execve_with_empty_path) ... s lib-python/3/test/test_ossaudiodev.py::unmodified Skipped: needs low level audio . lib-python/3/test/test_osx_env.py::unmodified F lib-python/3/test/test_pathlib.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_5936æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 634060397 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 2127, in test_touch_common self.assertGreaterEqual(st.st_mtime, old_mtime) ^^^^^^^^^^^^^^^^^^ AssertionError: 1779008490.611 not greater than or equal to 1779008490.6118174 ====================================================================== 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 2127, in test_touch_common self.assertGreaterEqual(st.st_mtime, old_mtime) ^^^^^^^^^^^^^^^^^^ AssertionError: 1779008493.94 not greater than or equal to 1779008493.9404037 ---------------------------------------------------------------------- Ran 456 tests in 6.369s FAILED (failures=2, skipped=135) test_pathlib failed (2 failures) == Tests result: FAILURE == 1 test failed: test_pathlib Total duration: 7.6 sec Total tests: run=456 failures=2 skipped=135 Total test files: run=1/1 failed=1 Result: FAILURE test test_pathlib failed . lib-python/3/test/test_patma.py::unmodified . lib-python/3/test/test_pdb.py::unmodified . lib-python/3/test/test_peepholer.py::unmodified . lib-python/3/test/test_pep646_syntax.py::unmodified . lib-python/3/test/test_pickle.py::unmodified . lib-python/3/test/test_picklebuffer.py::unmodified . lib-python/3/test/test_pickletools.py::unmodified . lib-python/3/test/test_pipes.py::unmodified . lib-python/3/test/test_pkg.py::unmodified . lib-python/3/test/test_pkgutil.py::unmodified F lib-python/3/test/test_platform.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2752æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3867920111 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_platform test__comparable_version (test.test_platform.PlatformTest.test__comparable_version) ... skipped 'implementation detail specific to cpython' test_architecture (test.test_platform.PlatformTest.test_architecture) ... ok test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink) ... b'' ERROR test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release) ... ok test_java_ver (test.test_platform.PlatformTest.test_java_ver) ... ok test_libc_ver (test.test_platform.PlatformTest.test_libc_ver) ... ok test_mac_ver (test.test_platform.PlatformTest.test_mac_ver) ... ok test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) ... skipped 'OSX only test' test_machine (test.test_platform.PlatformTest.test_machine) ... ok test_macos (test.test_platform.PlatformTest.test_macos) ... ok test_node (test.test_platform.PlatformTest.test_node) ... ok test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release) ... ok test_platform (test.test_platform.PlatformTest.test_platform) ... ok test_processor (test.test_platform.PlatformTest.test_processor) ... ok test_release (test.test_platform.PlatformTest.test_release) ... ok test_sys_version (test.test_platform.PlatformTest.test_sys_version) ... skipped 'implementation detail specific to cpython' test_system (test.test_platform.PlatformTest.test_system) ... ok test_system_alias (test.test_platform.PlatformTest.test_system_alias) ... ok test_uname (test.test_platform.PlatformTest.test_uname) ... ok test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict) ... ok test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple) ... ok test_uname_copy (test.test_platform.PlatformTest.test_uname_copy) ... ok test_uname_fields (test.test_platform.PlatformTest.test_uname_fields) ... ok test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle) ... ok test_uname_processor (test.test_platform.PlatformTest.test_uname_processor) On some systems, the processor must match the output ... skipped 'uname -p not used' test_uname_replace (test.test_platform.PlatformTest.test_uname_replace) ... ok test_uname_slices (test.test_platform.PlatformTest.test_uname_slices) ... ok test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) ... ok test_version (test.test_platform.PlatformTest.test_version) ... ok test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) ... ok test_win32_ver_on_non_windows (test.test_platform.PlatformTest.test_win32_ver_on_non_windows) ... skipped 'This test only makes sense on non Windows' ====================================================================== ERROR: test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_platform.py", line 86, in test_architecture_via_symlink self.assertEqual(py.call_real(*cmd), py.call_link(*cmd)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1436, in call_link return self._call(self.link, args, self._env, returncode) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1428, in _call raise RuntimeError( RuntimeError: unexpected return code: 1 (0x00000001) ---------------------------------------------------------------------- Ran 31 tests in 1.445s FAILED (errors=1, skipped=5) test_platform failed (1 error) == Tests result: FAILURE == 1 test failed: test_platform Total duration: 2.2 sec Total tests: run=31 skipped=5 Total test files: run=1/1 failed=1 Result: FAILURE b"debug: WARNING: Library path not found, using compiled-in sys.path, with\r\ndebug: WARNING: sys.prefix = 'd:\\\\pypy_stuff\\\\buildbot64\\\\slave\\\\pypy-c-jit-win-x86-64\\\\build'\r\ndebug: WARNING: Make sure the pypy3 binary is kept inside its tree of files.\r\ndebug: WARNING: It is ok to create a symlink to it from somewhere else.\r\ndebug: OperationError:\ndebug: operror-type: AttributeError\ndebug: operror-value: module 'sys' has no attribute 'base_prefix'\n" test test_platform failed . lib-python/3/test/test_plistlib.py::unmodified . lib-python/3/test/test_poll.py::unmodified . lib-python/3/test/test_popen.py::unmodified . lib-python/3/test/test_poplib.py::unmodified . lib-python/3/test/test_positional_only_arg.py::unmodified . lib-python/3/test/test_posix.py::unmodified F lib-python/3/test/test_posixpath.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_10100æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2807848924 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_posixpath test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs) ... ok test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_posixpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase) ... ok test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_posixpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext) ... ok test_abspath (test.test_posixpath.PosixCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix) ... ok test_exists (test.test_posixpath.PosixCommonTest.test_exists) ... ok test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd) ... ok test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars) ... ok test_expandvars_large (test.test_posixpath.PosixCommonTest.test_expandvars_large) ... skipped "resource 'cpu' is not enabled" test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_posixpath.PosixCommonTest.test_filetime) ... ok test_getsize (test.test_posixpath.PosixCommonTest.test_getsize) ... ok test_import (test.test_posixpath.PosixCommonTest.test_import) ... ok test_isdir (test.test_posixpath.PosixCommonTest.test_isdir) ... ok test_isfile (test.test_posixpath.PosixCommonTest.test_isfile) ... ok test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors) ... ok test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ... ok test_normcase (test.test_posixpath.PosixCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_posixpath.PosixCommonTest.test_realpath) ... ok test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors) ... ok test_samefile (test.test_posixpath.PosixCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile) ... ok test_samestat (test.test_posixpath.PosixCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive) ... ok test_basename (test.test_posixpath.PosixPathTest.test_basename) ... ok test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath) ... ok test_dirname (test.test_posixpath.PosixPathTest.test_dirname) ... ok test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser) ... ok test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar) ... ok test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd) ... skipped "No module named 'pwd'" test_isabs (test.test_posixpath.PosixPathTest.test_isabs) ... ok test_islink (test.test_posixpath.PosixPathTest.test_islink) ... ok test_ismount (test.test_posixpath.PosixPathTest.test_ismount) ... ok test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device) ... skipped 'Test requires posix module' test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable) ... skipped 'Test requires posix module' test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent) ... ok test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks) ... ok test_join (test.test_posixpath.PosixPathTest.test_join) ... ok test_normpath (test.test_posixpath.PosixPathTest.test_normpath) ... ok test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_invalid_paths (test.test_posixpath.PosixPathTest.test_realpath_invalid_paths) ... ERROR test_realpath_missing_pardir (test.test_posixpath.PosixPathTest.test_realpath_missing_pardir) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_unreadable_directory (test.test_posixpath.PosixPathTest.test_realpath_unreadable_directory) ... skipped 'ABSTFN is not a posix path - tests fail' test_realpath_unreadable_symlink_strict (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink_strict) ... skipped 'ABSTFN is not a posix path - tests fail' test_relpath (test.test_posixpath.PosixPathTest.test_relpath) ... ok test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes) ... ok test_split (test.test_posixpath.PosixPathTest.test_split) ... ok test_splitext (test.test_posixpath.PosixPathTest.test_splitext) ... ok ====================================================================== ERROR: test_realpath_invalid_paths (test.test_posixpath.PosixPathTest.test_realpath_invalid_paths) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_posixpath.py", line 475, in test_realpath_invalid_paths self.assertEqual(realpath(path, strict=False), path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\posixpath.py", line 413, in realpath path, ok = _joinrealpath(filename[:0], filename, strict, {}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\posixpath.py", line 457, in _joinrealpath st = os.lstat(newpath) ^^^^^ UnicodeEncodeError: 'utf-8' codec can't encode character '\udfff' in position 1: surrogates not allowed ---------------------------------------------------------------------- Ran 82 tests in 0.314s FAILED (errors=1, skipped=19) test_posixpath failed (1 error) == Tests result: FAILURE == 1 test failed: test_posixpath Total duration: 1.1 sec Total tests: run=82 skipped=19 Total test files: run=1/1 failed=1 Result: FAILURE test test_posixpath failed . lib-python/3/test/test_pow.py::unmodified . lib-python/3/test/test_pprint.py::unmodified . lib-python/3/test/test_print.py::unmodified . lib-python/3/test/test_profile.py::unmodified . lib-python/3/test/test_property.py::unmodified . lib-python/3/test/test_pstats.py::unmodified . lib-python/3/test/test_pty.py::unmodified . lib-python/3/test/test_pulldom.py::unmodified . lib-python/3/test/test_pwd.py::unmodified . lib-python/3/test/test_py_compile.py::unmodified . lib-python/3/test/test_pyclbr.py::unmodified . lib-python/3/test/test_pyexpat.py::unmodified . lib-python/3/test/test_queue.py::unmodified . lib-python/3/test/test_quopri.py::unmodified . lib-python/3/test/test_raise.py::unmodified . lib-python/3/test/test_random.py::unmodified . lib-python/3/test/test_range.py::unmodified F lib-python/3/test/test_re.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2812æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1412697258 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_re test_atomic_group (test.test_re.DebugTests.test_atomic_group) ... skipped 'implementation detail specific to cpython' test_debug_flag (test.test_re.DebugTests.test_debug_flag) ... skipped 'implementation detail specific to cpython' test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat) ... skipped 'implementation detail specific to cpython' test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one) ... skipped 'implementation detail specific to cpython' test_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks) re_tests benchmarks ... ok test_re_tests (test.test_re.ExternalTests.test_re_tests) re_tests test suite ... ok test_case_helpers (test.test_re.ImplementationTest.test_case_helpers) ... skipped 'implementation detail specific to cpython' test_dealloc (test.test_re.ImplementationTest.test_dealloc) ... skipped 'implementation detail specific to cpython' test_deprecated_modules (test.test_re.ImplementationTest.test_deprecated_modules) ... ok test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation) ... skipped 'implementation detail specific to cpython' test_immutable (test.test_re.ImplementationTest.test_immutable) ... skipped 'implementation detail specific to cpython' test_overlap_table (test.test_re.ImplementationTest.test_overlap_table) ... ok test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat) ... skipped 'implementation detail specific to cpython' test_signedness (test.test_re.ImplementationTest.test_signedness) ... ok test_bytes (test.test_re.PatternReprTests.test_bytes) ... ok test_flags_repr (test.test_re.PatternReprTests.test_flags_repr) ... ok test_inline_flags (test.test_re.PatternReprTests.test_inline_flags) ... ok test_locale (test.test_re.PatternReprTests.test_locale) ... ok test_long_pattern (test.test_re.PatternReprTests.test_long_pattern) ... ok test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags) ... ok test_quotes (test.test_re.PatternReprTests.test_quotes) ... ok test_single_flag (test.test_re.PatternReprTests.test_single_flag) ... ok test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag) ... ok test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags) ... ok test_without_flags (test.test_re.PatternReprTests.test_without_flags) ... ok test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug) ... ok test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug) ... ok test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug) ... ok test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug) ... ok test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug) ... ok test_anyall (test.test_re.ReTests.test_anyall) ... ok test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag) ... ok test_atomic_grouping (test.test_re.ReTests.test_atomic_grouping) Test Atomic Grouping ... ok test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception) ... ok test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub) ... ok test_big_codesize (test.test_re.ReTests.test_big_codesize) ... ok test_bigcharset (test.test_re.ReTests.test_bigcharset) ... ok test_branching (test.test_re.ReTests.test_branching) Test Branching ... ok test_bug_113254 (test.test_re.ReTests.test_bug_113254) ... ok test_bug_114660 (test.test_re.ReTests.test_bug_114660) ... ok test_bug_117612 (test.test_re.ReTests.test_bug_117612) ... ok test_bug_1661 (test.test_re.ReTests.test_bug_1661) ... ok test_bug_16688 (test.test_re.ReTests.test_bug_16688) ... ok test_bug_20998 (test.test_re.ReTests.test_bug_20998) ... ok test_bug_2537 (test.test_re.ReTests.test_bug_2537) ... ok test_bug_29444 (test.test_re.ReTests.test_bug_29444) ... ok test_bug_34294 (test.test_re.ReTests.test_bug_34294) ... ok test_bug_3629 (test.test_re.ReTests.test_bug_3629) ... ok test_bug_40736 (test.test_re.ReTests.test_bug_40736) ... ok test_bug_418626 (test.test_re.ReTests.test_bug_418626) ... ok test_bug_448951 (test.test_re.ReTests.test_bug_448951) ... ok test_bug_449000 (test.test_re.ReTests.test_bug_449000) ... ok test_bug_449964 (test.test_re.ReTests.test_bug_449964) ... ok test_bug_527371 (test.test_re.ReTests.test_bug_527371) ... ok test_bug_581080 (test.test_re.ReTests.test_bug_581080) ... ok test_bug_612074 (test.test_re.ReTests.test_bug_612074) ... ok test_bug_6509 (test.test_re.ReTests.test_bug_6509) ... ok test_bug_6561 (test.test_re.ReTests.test_bug_6561) ... ok test_bug_725106 (test.test_re.ReTests.test_bug_725106) ... ok test_bug_725149 (test.test_re.ReTests.test_bug_725149) ... ok test_bug_764548 (test.test_re.ReTests.test_bug_764548) ... ok test_bug_817234 (test.test_re.ReTests.test_bug_817234) ... ok test_bug_926075 (test.test_re.ReTests.test_bug_926075) ... ok test_bug_931848 (test.test_re.ReTests.test_bug_931848) ... ok test_bug_gh106052 (test.test_re.ReTests.test_bug_gh106052) ... ok test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616) ... ok test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing) ... ok test_category (test.test_re.ReTests.test_category) ... ok test_character_set_errors (test.test_re.ReTests.test_character_set_errors) ... ok test_comments (test.test_re.ReTests.test_comments) ... ok test_compile (test.test_re.ReTests.test_compile) ... ok test_constants (test.test_re.ReTests.test_constants) ... ok test_copying (test.test_re.ReTests.test_copying) ... ok test_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice) Test that $ does not include \n ... ok test_empty_array (test.test_re.ReTests.test_empty_array) ... ok test_enum (test.test_re.ReTests.test_enum) ... ok test_error (test.test_re.ReTests.test_error) ... ok test_expand (test.test_re.ReTests.test_expand) ... ok test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping) ... ok test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers) ... ok test_finditer (test.test_re.ReTests.test_finditer) ... ok test_flags (test.test_re.ReTests.test_flags) ... ok test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping) ... ok test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers) ... ok test_getattr (test.test_re.ReTests.test_getattr) ... ok test_group (test.test_re.ReTests.test_group) ... ok test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception) ... ok test_groupdict (test.test_re.ReTests.test_groupdict) ... ok test_ignore_case (test.test_re.ReTests.test_ignore_case) ... ok test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range) ... ok test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set) ... ok test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces) ... ok test_inline_flags (test.test_re.ReTests.test_inline_flags) ... ok test_issue17998 (test.test_re.ReTests.test_issue17998) ... ok test_keep_buffer (test.test_re.ReTests.test_keep_buffer) ... FAIL test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters) ... ok test_large_search (test.test_re.ReTests.test_large_search) ... ok test_large_subn (test.test_re.ReTests.test_large_subn) ... ok test_locale_caching (test.test_re.ReTests.test_locale_caching) ... skipped 'test needs en_US.iso88591 locale' test_locale_compiled (test.test_re.ReTests.test_locale_compiled) ... skipped 'test needs en_US.iso88591 locale' test_locale_flag (test.test_re.ReTests.test_locale_flag) ... ok test_look_behind_overflow (test.test_re.ReTests.test_look_behind_overflow) ... ok test_lookahead (test.test_re.ReTests.test_lookahead) ... ok test_lookbehind (test.test_re.ReTests.test_lookbehind) ... ok test_match_getitem (test.test_re.ReTests.test_match_getitem) ... ok test_match_repr (test.test_re.ReTests.test_match_repr) ... ok test_misc_errors (test.test_re.ReTests.test_misc_errors) ... ok test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat) ... ok test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes) ... ok test_not_literal (test.test_re.ReTests.test_not_literal) ... ok test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat) ... ok test_other_escapes (test.test_re.ReTests.test_other_escapes) ... ok test_pattern_compare (test.test_re.ReTests.test_pattern_compare) ... ok test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes) ... ok test_pickling (test.test_re.ReTests.test_pickling) ... ok test_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers) Test Possessive Quantifiers ... ok test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations) ... ok test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split) ... ok test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub) ... ok test_re_escape (test.test_re.ReTests.test_re_escape) ... ok test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes) ... ok test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii) ... ok test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes) ... ok test_re_findall (test.test_re.ReTests.test_re_findall) ... ok test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch) ... ok test_re_groupref (test.test_re.ReTests.test_re_groupref) ... ok test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists) ... ok test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors) ... ok test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug) ... ok test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow) ... ok test_re_match (test.test_re.ReTests.test_re_match) ... ok test_re_split (test.test_re.ReTests.test_re_split) ... ok test_re_subn (test.test_re.ReTests.test_re_subn) ... ok test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675) ... ok test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax) ... ok test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow) ... ok test_scanner (test.test_re.ReTests.test_scanner) ... ok test_scoped_flags (test.test_re.ReTests.test_scoped_flags) ... ok test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) ... ok test_search_coverage (test.test_re.ReTests.test_search_coverage) ... ok test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode) ... ok test_search_star_plus (test.test_re.ReTests.test_search_star_plus) ... ok test_special_escapes (test.test_re.ReTests.test_special_escapes) ... ok test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals) ... ok test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals) ... ok test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals) ... ok test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals) ... ok test_stack_overflow (test.test_re.ReTests.test_stack_overflow) ... ok test_string_boundaries (test.test_re.ReTests.test_string_boundaries) ... ok test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape) ... ok test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups) ... ok test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors) ... ok test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs) ... ok test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors) ... ok test_template_function_and_flag_is_deprecated (test.test_re.ReTests.test_template_function_and_flag_is_deprecated) ... ok test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat) ... ok test_weakref (test.test_re.ReTests.test_weakref) ... ok test_zerowidth (test.test_re.ReTests.test_zerowidth) ... ok ====================================================================== FAIL: test_keep_buffer (test.test_re.ReTests.test_keep_buffer) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_re.py", line 71, in test_keep_buffer with self.assertRaises(BufferError): AssertionError: BufferError not raised ---------------------------------------------------------------------- Ran 158 tests in 2.488s FAILED (failures=1, skipped=11) test_re failed (1 failure) == Tests result: FAILURE == 1 test failed: test_re Total duration: 3.1 sec Total tests: run=158 failures=1 skipped=11 Total test files: run=1/1 failed=1 Result: FAILURE test test_re failed F lib-python/3/test/test_readline.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_7664æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1737611548 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_readline readline version: 0x504 readline runtime version: 0x504 readline library version: 'pyrepl' use libedit emulation? False testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates) ... ok test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) ... FAIL test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) ... skipped 'append_history not available' test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) ... skipped "No module named 'termios'" test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ... skipped "No module named 'termios'" test_history_size (test.test_readline.TestReadline.test_history_size) ... skipped 'this readline version does not support history-size' test_init (test.test_readline.TestReadline.test_init) ... skipped 'not supported in this library version' test_nonascii (test.test_readline.TestReadline.test_nonascii) ... skipped "No module named 'termios'" test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims) ... skipped "No module named 'termios'" ====================================================================== FAIL: test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_readline.py", line 132, in test_nonascii_history self.assertEqual(readline.get_history_item(1), "entrée 1") ^^^^^^^^^^^ AssertionError: 'entrée 1\nentrée 22\n' != 'entrée 1' - entrée 1 ? - + entrée 1- entrée 22 ---------------------------------------------------------------------- Ran 9 tests in 0.057s FAILED (failures=1, skipped=7) test_readline failed (1 failure) == Tests result: FAILURE == 1 test failed: test_readline Total duration: 670 ms Total tests: run=9 failures=1 skipped=7 Total test files: run=1/1 failed=1 Result: FAILURE test test_readline failed . lib-python/3/test/test_regrtest.py::unmodified . lib-python/3/test/test_repl.py::unmodified . lib-python/3/test/test_reprlib.py::unmodified . lib-python/3/test/test_resource.py::unmodified . lib-python/3/test/test_richcmp.py::unmodified . lib-python/3/test/test_rlcompleter.py::unmodified . lib-python/3/test/test_robotparser.py::unmodified F lib-python/3/test/test_runpy.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_8236æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 937908221 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_runpy test_run_code (test.test_runpy.ExecutionLayerTestCase.test_run_code) ... ok test_run_module_code (test.test_runpy.ExecutionLayerTestCase.test_run_module_code) ... ok test_explicit_relative_import (test.test_runpy.RunModuleTestCase.test_explicit_relative_import) ... ok test_invalid_names (test.test_runpy.RunModuleTestCase.test_invalid_names) ... ok test_library_module (test.test_runpy.RunModuleTestCase.test_library_module) ... ok test_main_relative_import (test.test_runpy.RunModuleTestCase.test_main_relative_import) ... ok test_package_imported_no_warning (test.test_runpy.RunModuleTestCase.test_package_imported_no_warning) ... ok test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages) ... ok test_run_module (test.test_runpy.RunModuleTestCase.test_run_module) ... ok test_run_module_alter_sys (test.test_runpy.RunModuleTestCase.test_run_module_alter_sys) ... ok test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package) ... ok test_run_name (test.test_runpy.RunModuleTestCase.test_run_name) ... ok test_run_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package) ... ok test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package) ... ok test_run_package (test.test_runpy.RunModuleTestCase.test_run_package) ... ok test_run_package_alter_sys (test.test_runpy.RunModuleTestCase.test_run_package_alter_sys) ... ok test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package) ... ok test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions) ... ok test_submodule_imported_warning (test.test_runpy.RunModuleTestCase.test_submodule_imported_warning) ... ok test_basic_script (test.test_runpy.RunPathTestCase.test_basic_script) ... ok test_basic_script_no_suffix (test.test_runpy.RunPathTestCase.test_basic_script_no_suffix) ... ok test_basic_script_with_path_object (test.test_runpy.RunPathTestCase.test_basic_script_with_path_object) ... ok test_directory (test.test_runpy.RunPathTestCase.test_directory) ... ok test_directory_compiled (test.test_runpy.RunPathTestCase.test_directory_compiled) ... ok test_directory_error (test.test_runpy.RunPathTestCase.test_directory_error) ... ok test_encoding (test.test_runpy.RunPathTestCase.test_encoding) ... ERROR test_main_recursion_error (test.test_runpy.RunPathTestCase.test_main_recursion_error) ... skipped "resource 'cpu' is not enabled" test_script_compiled (test.test_runpy.RunPathTestCase.test_script_compiled) ... ok test_zipfile (test.test_runpy.RunPathTestCase.test_zipfile) ... ok test_zipfile_compiled (test.test_runpy.RunPathTestCase.test_zipfile_compiled) ... ok test_zipfile_error (test.test_runpy.RunPathTestCase.test_zipfile_error) ... ok test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command) ... FAIL test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module) ... FAIL test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file) ... FAIL test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module) ... FAIL test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main) ... FAIL test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module) ... FAIL test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin) ... FAIL ====================================================================== ERROR: test_encoding (test.test_runpy.RunPathTestCase.test_encoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 754, in test_encoding result = run_path(filename) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\runpy.py", line 293, in run_path code, fname = _get_code_from_file(run_name, path_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\runpy.py", line 262, in _get_code_from_file code = compile(f.read(), fname, 'exec') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\SystemTemp\pytest\tmpxe3ajyqa\script.py", line 3 s = "non-ASCII: h�" ^^^^^^^^^^^^^^^ SyntaxError: Non-UTF-8 code starting with '\xe9' ====================================================================== FAIL: test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 828, in test_pymain_run_command self.assertSigInt(["-c", "import ham"], cwd=self.ham.parent) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 822, in test_pymain_run_command_run_module self.assertSigInt( ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 793, in test_pymain_run_file self.assertSigInt([self.ham]) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 806, in test_pymain_run_file_runpy_run_module self.assertSigInt([run_module], cwd=tmp) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 819, in test_pymain_run_file_runpy_run_module_as_main self.assertSigInt([run_module_as_main], cwd=tmp) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 835, in test_pymain_run_module self.assertSigInt(["-m", ham.stem], cwd=ham.parent) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ====================================================================== FAIL: test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 831, in test_pymain_run_stdin self.assertSigInt([], input="import ham", cwd=self.ham.parent) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_runpy.py", line 790, in assertSigInt self.assertEqual(proc.returncode, self.EXPECTED_CODE) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ---------------------------------------------------------------------- Ran 38 tests in 2.926s FAILED (failures=7, errors=1, skipped=1) test_runpy failed (1 error, 7 failures) == Tests result: FAILURE == 1 test failed: test_runpy Total duration: 3.5 sec Total tests: run=38 failures=7 skipped=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_runpy failed . lib-python/3/test/test_sax.py::unmodified . lib-python/3/test/test_sched.py::unmodified . lib-python/3/test/test_scope.py::unmodified . lib-python/3/test/test_script_helper.py::unmodified . lib-python/3/test/test_secrets.py::unmodified . lib-python/3/test/test_select.py::unmodified . lib-python/3/test/test_selectors.py::unmodified . lib-python/3/test/test_set.py::unmodified . lib-python/3/test/test_setcomps.py::unmodified . lib-python/3/test/test_shelve.py::unmodified . lib-python/3/test/test_shlex.py::unmodified F lib-python/3/test/test_shutil.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4316æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3038233746 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_shutil test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute) ... ok test_make_archive (test.test_shutil.TestArchives.test_make_archive) ... ok test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd) ... ok test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group) ... ok test_make_tarball (test.test_shutil.TestArchives.test_make_tarball) ... ok test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir) ... ok test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir) ... ok test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile) ... ok test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir) ... ok test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir) ... ok test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format) ... ok test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner) ... skipped 'Requires grp and pwd support' test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar) ... ok test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar) ... ok test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar) ... ok test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar) ... ok test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar) ... ok test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip) ... ok test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry) ... ok test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile) ... ok test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) ... ok test_copy (test.test_shutil.TestCopy.test_copy) ... ok test_copy2 (test.test_shutil.TestCopy.test_copy2) ... ok test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir) ... ok test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks) ... ok test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr) ... skipped 'no non-broken extended attribute support' test_copy_dir (test.test_shutil.TestCopy.test_copy_dir) ... ok test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value) ... ok test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks) ... ok test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir) ... ok test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe) ... skipped 'requires os.mkfifo()' test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir) ... skipped 'On MACOS, Solaris and Windows the errors are not confusing (though different)' test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value) ... ok test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file) ... ok test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks) ... ok test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ... ok test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) ... ok test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod) ... ok test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) ... skipped 'requires os.chflags, EOPNOTSUPP & ENOTSUP' test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks) ... FAIL test_copyxattr (test.test_shutil.TestCopy.test_copyxattr) ... skipped 'no non-broken extended attribute support' test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks) ... skipped 'no non-broken extended attribute support' test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself) ... ok test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself) ... ok test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails) ... ok test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails) ... ok test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails) ... ok test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails) ... ok test_content (test.test_shutil.TestCopyFileObj.test_content) ... ok test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed) ... ok test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset) ... ok test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) ... ok test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore) ... ok test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function) ... ok test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks) ... ok test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok) ... ok test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe) ... skipped 'requires os.mkfifo()' test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions) ... ok test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value) ... ok test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple) ... ok test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func) ... ok test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory) ... ok test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir) ... ok test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks) ... ok test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror) ... ok test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude) ... ok test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ) ... ok test_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash) Check if get_terminal_size() returns a meaningful value. ... ok test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback) ... ok test_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first) Check if environment variables have precedence ... ok test_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match) Check if stty returns the same results ignoring env ... skipped 'not on tty' test_chown (test.test_shutil.TestMisc.test_chown) ... skipped 'Requires grp and pwd support' test_disk_usage (test.test_shutil.TestMisc.test_disk_usage) ... ERROR test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative) ... ok test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive) ... ok test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself) ... ok test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir) ... ok test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value) ... ok test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink) ... ok test_move_dir (test.test_shutil.TestMove.test_move_dir) ... ok test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) ... ok test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive) ... ok test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs) ... ok test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) ... skipped 'requires CAP_DAC_OVERRIDE' test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir) ... ok test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function) ... ok test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink) ... ok test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir) ... ok test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs) ... ok test_move_file (test.test_shutil.TestMove.test_move_file) ... ok test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs) ... ok test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function) ... ok test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink) ... ok test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir) ... ok test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir) ... ok test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs) ... ok test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst) ... ok test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src) ... ok test_move_return_value (test.test_shutil.TestMove.test_move_return_value) ... ok test_move_symlink_to_dir_into_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir) ... ok test_move_symlink_to_dir_into_symlink_to_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir) ... ok test_on_error (test.test_shutil.TestRmTree.test_on_error) ... ok test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat) ... ok test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file) ... ok test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors) ... FAIL test_rmtree_fails_on_close (test.test_shutil.TestRmTree.test_rmtree_fails_on_close) ... skipped 'requires safe rmtree' test_rmtree_fails_on_junctions (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions) ... ERROR test_rmtree_fails_on_symlink (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink) ... ok test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) ... ERROR test_rmtree_on_named_pipe (test.test_shutil.TestRmTree.test_rmtree_on_named_pipe) ... skipped 'requires os.mkfifo()' test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink) ... ok test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available) ... ok test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd) ... skipped 'dir_fd is not supported' test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) ... ok test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes) ... ok test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) ... ERROR test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks) ... ok test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhich.test_basic) ... ok test_cwd (test.test_shutil.TestWhich.test_cwd) ... ok test_empty_path (test.test_shutil.TestWhich.test_empty_path) ... ok test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhich.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd) ... ok test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty) ... ok test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) ... ok test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhich.test_pathext) ... ok test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) ... ok test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) ... ok test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd) ... ok test_relative_path (test.test_shutil.TestWhich.test_relative_path) ... ok test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhichBytes.test_basic) ... ok test_cwd (test.test_shutil.TestWhichBytes.test_cwd) ... ERROR test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path) ... ERROR test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd) ... ERROR test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty) ... ERROR test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) ... ok test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhichBytes.test_pathext) ... ok test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) ... ok test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) ... ok test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd) ... ERROR test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path) ... ERROR test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) ... skipped 'macOS only' test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) ... skipped 'macOS only' test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) ... skipped 'macOS only' test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) ... skipped 'macOS only' test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) ... skipped 'macOS only' test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) ... skipped 'macOS only' test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) ... skipped 'macOS only' test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk) ... skipped 'os.sendfile() not supported' test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg) ... skipped 'os.sendfile() not supported' test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size) ... skipped 'os.sendfile() not supported' test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file) ... skipped 'os.sendfile() not supported' test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call) ... skipped 'os.sendfile() not supported' test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call) ... skipped 'os.sendfile() not supported' test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported) ... skipped 'os.sendfile() not supported' test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full) ... skipped 'os.sendfile() not supported' test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src) ... skipped 'os.sendfile() not supported' test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst) ... skipped 'os.sendfile() not supported' test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src) ... skipped 'os.sendfile() not supported' test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy) ... skipped 'os.sendfile() not supported' test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file) ... skipped 'os.sendfile() not supported' test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks) ... skipped 'os.sendfile() not supported' test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception) ... skipped 'os.sendfile() not supported' ====================================================================== ERROR: test_disk_usage (test.test_shutil.TestMisc.test_disk_usage) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 1834, in test_disk_usage usage = shutil.disk_usage(os.path.dirname(__file__)) ^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\shutil.py", line 1389, in disk_usage total, free = nt._getdiskusage(path) ^^^^^^^^^^^^^ AttributeError: module 'nt' has no attribute '_getdiskusage' ====================================================================== ERROR: test_rmtree_fails_on_junctions (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 245, in test_rmtree_fails_on_junctions _winapi.CreateJunction(dir_, link) ^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'CreateJunction' ====================================================================== ERROR: test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 497, in test_rmtree_on_junction _winapi.CreateJunction(src, dst) ^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'CreateJunction' ====================================================================== ERROR: test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 270, in test_rmtree_works_on_junctions _winapi.CreateJunction(dir2, link1) ^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'CreateJunction' ====================================================================== ERROR: test_cwd (test.test_shutil.TestWhichBytes.test_cwd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 1952, in test_cwd with os_helper.change_cwd(path=self.dir): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 2048, in test_empty_path with os_helper.change_cwd(path=self.dir), \ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 2024, in test_environ_path_cwd with os_helper.change_cwd(self.dir): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 1999, in test_environ_path_empty with unittest.mock.patch('os.confstr', return_value=self.dir, \ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 1941, in test_relative_cmd with os_helper.change_cwd(path=base_dir): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== ERROR: test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 1972, in test_relative_path with os_helper.change_cwd(path=base_dir): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 505, in change_cwd os.chdir(os.path.realpath(path)) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ntpath.py", line 683, in realpath if not had_prefix and path.startswith(prefix): ^^^^^^^^^^ TypeError: startswith first arg must be str or a tuple of str, not bytes ====================================================================== FAIL: test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 998, in test_copystat_symlinks self.assertTrue(abs(os.stat(src).st_mtime - os.stat(dst).st_mtime) < ^^^^^^^^^^ AssertionError: False is not true ====================================================================== FAIL: test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_shutil.py", line 310, in test_rmtree_errors self.assertIsInstance(errors[1][2][1], NotADirectoryError) ^^^^^^^^^^^^^^^^ AssertionError: OSError(22, 'Invalid argument') is not an instance of ---------------------------------------------------------------------- Ran 171 tests in 4.353s FAILED (failures=2, errors=10, skipped=36) test_shutil failed (10 errors, 2 failures) == Tests result: FAILURE == 1 test failed: test_shutil Total duration: 5.2 sec Total tests: run=171 failures=2 skipped=36 Total test files: run=1/1 failed=1 Result: FAILURE test test_shutil failed F lib-python/3/test/test_signal.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6776æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1328048730 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_signal test_enums (test.test_signal.GenericTests.test_enums) ... ok test_functions_module_attr (test.test_signal.GenericTests.test_functions_module_attr) ... ok test_itimer_exc (test.test_signal.ItimerTest.test_itimer_exc) ... skipped 'Not valid on Windows' test_itimer_prof (test.test_signal.ItimerTest.test_itimer_prof) ... skipped 'Not valid on Windows' test_itimer_real (test.test_signal.ItimerTest.test_itimer_real) ... skipped 'Not valid on Windows' test_itimer_virtual (test.test_signal.ItimerTest.test_itimer_virtual) ... skipped 'Not valid on Windows' test_setitimer_tiny (test.test_signal.ItimerTest.test_setitimer_tiny) ... skipped 'Not valid on Windows' test_pthread_kill (test.test_signal.PendingSignalsTests.test_pthread_kill) ... skipped 'need signal.pthread_kill()' test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread) ... skipped 'need signal.pthread_kill()' test_pthread_sigmask (test.test_signal.PendingSignalsTests.test_pthread_sigmask) ... skipped 'need signal.pthread_sigmask()' test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments) ... skipped 'need signal.pthread_sigmask()' test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals) ... skipped 'need signal.pthread_sigmask()' test_sigpending (test.test_signal.PendingSignalsTests.test_sigpending) ... skipped 'need signal.pthread_sigmask()' test_sigpending_empty (test.test_signal.PendingSignalsTests.test_sigpending_empty) ... skipped 'need signal.sigpending()' test_sigtimedwait (test.test_signal.PendingSignalsTests.test_sigtimedwait) ... skipped 'need signal.sigtimedwait()' test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout) ... skipped 'need signal.sigtimedwait()' test_sigtimedwait_poll (test.test_signal.PendingSignalsTests.test_sigtimedwait_poll) ... skipped 'need signal.sigtimedwait()' test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout) ... skipped 'need signal.sigtimedwait()' test_sigwait (test.test_signal.PendingSignalsTests.test_sigwait) ... skipped 'need signal.sigwait()' test_sigwait_thread (test.test_signal.PendingSignalsTests.test_sigwait_thread) ... skipped 'need signal.sigwait()' test_sigwaitinfo (test.test_signal.PendingSignalsTests.test_sigwaitinfo) ... skipped 'need signal.sigwaitinfo()' test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal) ... skipped 'pidfd support not built in' test_getsignal (test.test_signal.PosixTests.test_getsignal) ... skipped 'Not valid on Windows' test_interprocess_signal (test.test_signal.PosixTests.test_interprocess_signal) ... skipped 'Not valid on Windows' test_keyboard_interrupt_exit_code (test.test_signal.PosixTests.test_keyboard_interrupt_exit_code) KeyboardInterrupt triggers exit via SIGINT. ... skipped 'Not valid on Windows' test_no_repr_is_called_on_signal_handler (test.test_signal.PosixTests.test_no_repr_is_called_on_signal_handler) ... skipped 'Not valid on Windows' test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error) ... skipped 'Not valid on Windows' test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error) ... skipped 'Not valid on Windows' test_strsignal (test.test_signal.PosixTests.test_strsignal) ... skipped 'Not valid on Windows' test_valid_signals (test.test_signal.PosixTests.test_valid_signals) ... skipped 'Not valid on Windows' test__thread_interrupt_main (test.test_signal.RaiseSignalTest.test__thread_interrupt_main) ... skipped 'implementation detail specific to cpython' test_handler (test.test_signal.RaiseSignalTest.test_handler) ... ok test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) ... ERROR test_sigint (test.test_signal.RaiseSignalTest.test_sigint) ... ok test_siginterrupt_off (test.test_signal.SiginterruptTest.test_siginterrupt_off) ... skipped 'Not valid on Windows' test_siginterrupt_on (test.test_signal.SiginterruptTest.test_siginterrupt_on) ... skipped 'Not valid on Windows' test_without_siginterrupt (test.test_signal.SiginterruptTest.test_without_siginterrupt) ... skipped 'Not valid on Windows' test_stress_delivery_dependent (test.test_signal.StressTest.test_stress_delivery_dependent) This test uses dependent signal handlers. ... skipped 'test needs setitimer()' test_stress_delivery_simultaneous (test.test_signal.StressTest.test_stress_delivery_simultaneous) This test uses simultaneous signal handlers. ... skipped 'test needs setitimer()' test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers) ... skipped 'test needs SIGUSR1' test_invalid_call (test.test_signal.WakeupFDTests.test_invalid_call) ... ok test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd) ... FAIL test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket) ... FAIL test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking) ... skipped 'tests specific to POSIX' test_set_wakeup_fd_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_result) ... ok test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result) ... ok test_pending (test.test_signal.WakeupSignalTests.test_pending) ... skipped 'Not valid on Windows' test_signum (test.test_signal.WakeupSignalTests.test_signum) ... skipped 'Not valid on Windows' test_wakeup_fd_during (test.test_signal.WakeupSignalTests.test_wakeup_fd_during) ... skipped 'Not valid on Windows' test_wakeup_fd_early (test.test_signal.WakeupSignalTests.test_wakeup_fd_early) ... skipped 'Not valid on Windows' test_wakeup_write_error (test.test_signal.WakeupSignalTests.test_wakeup_write_error) ... skipped 'Not valid on Windows' test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error) ... FAIL test_socket (test.test_signal.WakeupSocketSignalTests.test_socket) ... ok test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer) ... FAIL test_issue9324 (test.test_signal.WindowsSignalTests.test_issue9324) ... ok test_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code) KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. ... FAIL test_valid_signals (test.test_signal.WindowsSignalTests.test_valid_signals) ... ok ====================================================================== ERROR: test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 1426, in test_invalid_argument signal.raise_signal(SIGHUP) ^^^^^^^^^^^^ OSError: [Errno 0] No error ====================================================================== FAIL: test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 242, in test_invalid_fd self.assertRaises((ValueError, OSError), ^^^^^^^^^^^^ AssertionError: (, ) not raised by set_wakeup_fd ====================================================================== FAIL: test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 250, in test_invalid_socket self.assertRaises((ValueError, OSError), ^^^^^^^^^^^^ AssertionError: (, ) not raised by set_wakeup_fd ====================================================================== FAIL: test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 578, in test_send_error assert_python_ok('-c', code) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 151, in _assert_python res.fail(cmd_line) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy3.11-c.exe', '-X', 'faulthandler', '-I', '-c', "if 1:\n import errno\n import signal\n import socket\n import sys\n import time\n import _testcapi\n from test.support import captured_stderr\n\n signum = signal.SIGINT\n\n def handler(signum, frame):\n pass\n\n signal.signal(signum, handler)\n\n read, write = socket.socketpair()\n read.setblocking(False)\n write.setblocking(False)\n\n signal.set_wakeup_fd(write.fileno())\n\n # Close sockets: send() will fail\n read.close()\n write.close()\n\n with captured_stderr() as err:\n signal.raise_signal(signum)\n\n err = err.getvalue()\n if ('Exception ignored when trying to send to the signal wakeup fd'\n not in err):\n raise AssertionError(err)\n "] stdout: --- --- stderr: --- Traceback (most recent call last): File "", line 33, in AssertionError --- ====================================================================== FAIL: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 691, in test_warn_on_full_buffer assert_python_ok('-c', code) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 151, in _assert_python res.fail(cmd_line) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy3.11-c.exe', '-X', 'faulthandler', '-I', '-c', 'if 1:\n import errno\n import signal\n import socket\n import sys\n import time\n import _testcapi\n from test.support import captured_stderr\n\n signum = signal.SIGINT\n\n # This handler will be called, but we intentionally won\'t read from\n # the wakeup fd.\n def handler(signum, frame):\n pass\n\n signal.signal(signum, handler)\n\n read, write = socket.socketpair()\n\n # Fill the socketpair buffer\n if sys.platform == \'win32\':\n # bpo-34130: On Windows, sometimes non-blocking send fails to fill\n # the full socketpair buffer, so use a timeout of 50 ms instead.\n write.settimeout(0.050)\n else:\n write.setblocking(False)\n\n written = 0\n if sys.platform == "vxworks":\n CHUNK_SIZES = (1,)\n else:\n # Start with large chunk size to reduce the\n # number of send needed to fill the buffer.\n CHUNK_SIZES = (2 ** 16, 2 ** 8, 1)\n for chunk_size in CHUNK_SIZES:\n chunk = b"x" * chunk_size\n try:\n while True:\n write.send(chunk)\n written += chunk_size\n except (BlockingIOError, TimeoutError):\n pass\n\n print(f"%s bytes written into the socketpair" % written, flush=True)\n\n write.setblocking(False)\n try:\n write.send(b"x")\n except BlockingIOError:\n # The socketpair buffer seems full\n pass\n else:\n raise AssertionError("%s bytes failed to fill the socketpair "\n "buffer" % written)\n\n # By default, we get a warning when a signal arrives\n msg = (\'Exception ignored when trying to send \'\n \'to the signal wakeup fd\')\n signal.set_wakeup_fd(write.fileno())\n\n with captured_stderr() as err:\n signal.raise_signal(signum)\n\n err = err.getvalue()\n if msg not in err:\n raise AssertionError("first set_wakeup_fd() test failed, "\n "stderr: %r" % err)\n\n # And also if warn_on_full_buffer=True\n signal.set_wakeup_fd(write.fileno(), warn_on_full_buffer=True)\n\n with captured_stderr() as err:\n signal.raise_signal(signum)\n\n err = err.getvalue()\n if msg not in err:\n raise AssertionError("set_wakeup_fd(warn_on_full_buffer=True) "\n "test failed, stderr: %r" % err)\n\n # But not if warn_on_full_buffer=False\n signal.set_wakeup_fd(write.fileno(), warn_on_full_buffer=False)\n\n with captured_stderr() as err:\n signal.raise_signal(signum)\n\n err = err.getvalue()\n if err != "":\n raise AssertionError("set_wakeup_fd(warn_on_full_buffer=False) "\n "test failed, stderr: %r" % err)\n\n # And then check the default again, to make sure warn_on_full_buffer\n # settings don\'t leak across calls.\n signal.set_wakeup_fd(write.fileno())\n\n with captured_stderr() as err:\n signal.raise_signal(signum)\n\n err = err.getvalue()\n if msg not in err:\n raise AssertionError("second set_wakeup_fd() test failed, "\n "stderr: %r" % err)\n\n '] stdout: --- 2818048 bytes written into the socketpair --- stderr: --- Traceback (most recent call last): File "", line 67, in AssertionError: first set_wakeup_fd() test failed, stderr: '' --- ====================================================================== FAIL: test_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code) KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_signal.py", line 226, in test_keyboard_interrupt_exit_code self.assertEqual(process.returncode, STATUS_CONTROL_C_EXIT) ^^^^^^^^^^^ AssertionError: 2 != 3221225786 ---------------------------------------------------------------------- Ran 57 tests in 1.259s FAILED (failures=5, errors=1, skipped=41) test_signal failed (1 error, 5 failures) == Tests result: FAILURE == 1 test failed: test_signal Total duration: 1.8 sec Total tests: run=57 failures=5 skipped=41 Total test files: run=1/1 failed=1 Result: FAILURE test test_signal failed . lib-python/3/test/test_site.py::unmodified . lib-python/3/test/test_slice.py::unmodified . lib-python/3/test/test_smtpd.py::unmodified . lib-python/3/test/test_smtplib.py::unmodified . lib-python/3/test/test_smtpnet.py::unmodified . lib-python/3/test/test_sndhdr.py::unmodified F lib-python/3/test/test_socket.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6708æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 699662579 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_socket testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) ... skipped 'Bluetooth sockets required for this test.' testCreateHciSocket (test.test_socket.BasicBluetoothTest.testCreateHciSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateL2capSocket (test.test_socket.BasicBluetoothTest.testCreateL2capSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateRfcommSocket (test.test_socket.BasicBluetoothTest.testCreateRfcommSocket) ... skipped 'Bluetooth sockets required for this test.' testCreateScoSocket (test.test_socket.BasicBluetoothTest.testCreateScoSocket) ... skipped 'Bluetooth sockets required for this test.' testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) ... skipped 'SocketCan required for this test.' testBindAny (test.test_socket.BasicCANTest.testBindAny) ... skipped 'SocketCan required for this test.' testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) ... skipped 'SocketCan required for this test.' testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) ... skipped 'SocketCan required for this test.' testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) ... skipped 'SocketCan required for this test.' testFilter (test.test_socket.BasicCANTest.testFilter) ... skipped 'SocketCan required for this test.' testLoopback (test.test_socket.BasicCANTest.testLoopback) ... skipped 'SocketCan required for this test.' testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) ... skipped 'SocketCan required for this test.' testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) ... skipped 'QIPCRTR sockets required for this test.' testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) ... skipped 'QIPCRTR sockets required for this test.' testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) ... skipped 'QIPCRTR sockets required for this test.' testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) ... skipped 'QIPCRTR sockets required for this test.' testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) ... skipped 'QIPCRTR sockets required for this test.' testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) ... skipped 'QIPCRTR sockets required for this test.' testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) ... skipped 'RDS sockets required for this test.' testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) ... skipped 'RDS sockets required for this test.' testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) ... skipped 'RDS sockets required for this test.' testDefaults (test.test_socket.BasicSocketPairTest.testDefaults) ... ok testRecv (test.test_socket.BasicSocketPairTest.testRecv) ... ok testSend (test.test_socket.BasicSocketPairTest.testSend) ... ok testDetach (test.test_socket.BasicTCPTest.testDetach) ... ok testDup (test.test_socket.BasicTCPTest.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow) ... skipped 'implementation detail specific to cpython' testDetach (test.test_socket.BasicTCPTest2.testDetach) ... ok testDup (test.test_socket.BasicTCPTest2.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest2.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest2.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest2.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest2.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow) ... skipped 'implementation detail specific to cpython' testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom) ... skipped 'UDPLITE sockets required for this test.' testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative) ... skipped 'UDPLITE sockets required for this test.' testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv) ... skipped 'UDPLITE sockets required for this test.' testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom) ... ok testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative) ... ok testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv) ... ok testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket) ... skipped 'need fcntl' testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants) ... skipped 'need fcntl' testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize) ... skipped 'need fcntl' testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants) ... skipped 'need fcntl' testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray) ... ok testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray) ... ok testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer) ... ok testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview) ... ok testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer) ... ok testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray) ... ok testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray) ... ok testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview) ... ok testBCM (test.test_socket.CANTest.testBCM) ... skipped 'SocketCan required for this test.' testSendFrame (test.test_socket.CANTest.testSendFrame) ... skipped 'SocketCan required for this test.' testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) ... skipped 'SocketCan required for this test.' testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) ... skipped 'SocketCan required for this test.' testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN) ... skipped "don't have CMSG_LEN" testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE) ... skipped "don't have CMSG_SPACE" testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase) ... ok testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose) ... ok test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4) ... ok test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6) ... ok test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4) ... ok test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6) ... ok test_address (test.test_socket.CreateServerTest.test_address) ... ok test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family) ... ok test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type) ... ok test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default) ... ok test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port) ... ok testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.FileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead) ... ok test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) ... skipped 'macOS specific test' testCloseException (test.test_socket.GeneralModuleTests.testCloseException) ... ok testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants) ... ok testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants) ... ok testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout) ... ok testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy) ... ok testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt) ... ok testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo) ... ok testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... ok testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes) ... ok testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString) ... ok testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString) ... ok testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex) ... ok testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash) ... ok testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName) ... ok testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex) ... ok testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes) ... ok testNtoH (test.test_socket.GeneralModuleTests.testNtoH) ... ok testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors) ... skipped 'implementation detail specific to cpython' testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo) ... skipped 'test needs sys.getrefcount()' testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose) ... ok testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors) ... ok testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt) ... ok testSockName (test.test_socket.GeneralModuleTests.testSockName) ... ok testSocketError (test.test_socket.GeneralModuleTests.testSocketError) ... ok testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4) ... ok testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6) ... ok testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ... ERROR test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject) ... ok test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile) ... skipped 'test needs os.sendfile()' test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum) ... ok test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum) ... ok test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr) ... ok test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn) ... ok test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo) ... ok test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic) ... ok test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) ... ok test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost) ... ok test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo) ... ok test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) ... ok test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic) ... skipped 'does not work on Windows' test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg) ... ok test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution) ... ok test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address) ... ok test_idna (test.test_socket.GeneralModuleTests.test_idna) ... ok test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog) ... ok test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow) ... skipped 'implementation detail specific to cpython' test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode) ... ok test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode) ... ok test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum) ... ok test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio) ... ok test_pickle (test.test_socket.GeneralModuleTests.test_pickle) ... ok test_repr (test.test_socket.GeneralModuleTests.test_repr) ... ok test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted) ... skipped 'signal.alarm and socket.socketpair required for this test' test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout) ... skipped 'signal.alarm and socket.socketpair required for this test' test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname) ... skipped 'test needs socket.sethostname()' test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) ... skipped 'Loopback fast path support required for this test' test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) ... ok test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close) ... ok test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type) ... ok test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ... ERROR test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float) ... ok test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket) ... ok test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative) ... skipped 'Windows disallows -1 only' test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types) ... ok test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd) ... ok test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd) ... ok test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods) ... ok test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum) ... ok test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums) ... ok test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr) ... ok test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio) ... ok test_weakref (test.test_socket.GeneralModuleTests.test_weakref) ... ok testBind (test.test_socket.ISOTPTest.testBind) ... skipped 'CAN ISOTP required for this test.' testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) ... skipped 'CAN ISOTP required for this test.' testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) ... skipped 'CAN ISOTP required for this test.' testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) ... skipped 'CAN ISOTP required for this test.' testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) ... skipped 'CAN ISOTP required for this test.' test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC) ... skipped 'SOCK_CLOEXEC not defined' test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable) ... ok test_dup (test.test_socket.InheritanceTest.test_dup) ... FAIL test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec) ... skipped 'need fcntl' test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable) ... ok test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec) ... skipped 'need fcntl' test_socketpair (test.test_socket.InheritanceTest.test_socketpair) ... ok testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout) ... skipped "don't have siginterrupt" testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout) ... skipped "don't have siginterrupt" testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout) ... skipped "don't have siginterrupt" testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout) ... skipped "don't have siginterrupt" testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout) ... skipped "don't have siginterrupt" testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout) ... skipped "don't have siginterrupt" testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout) ... skipped "don't have siginterrupt" testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout) ... skipped "don't have siginterrupt" testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout) ... skipped "don't have siginterrupt" testBind (test.test_socket.J1939Test.testBind) ... skipped 'CAN J1939 required for this test.' testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) ... skipped 'CAN J1939 required for this test.' testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) ... skipped 'CAN J1939 required for this test.' testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) ... skipped 'AF_ALG required' test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) ... skipped 'AF_ALG required' test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) ... skipped 'AF_ALG required' test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) ... skipped 'AF_ALG required' test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) ... skipped 'AF_ALG required' test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) ... skipped 'AF_ALG required' test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) ... skipped 'AF_ALG required' testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily) ... ok testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress) ... ok testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault) ... ok testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone) ... ok testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed) ... ok testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed) ... ok testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout) ... ok testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout) ... ok test_connect (test.test_socket.NetworkConnectionNoServer.test_connect) ... ok test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection) ... ok test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors) ... ok test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout) ... ok testAccept (test.test_socket.NonBlockingTCPTests.testAccept) ... ok testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking) ... ok testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout) ... ok testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking) ... skipped 'test needs socket.SOCK_NONBLOCK' testRecv (test.test_socket.NonBlockingTCPTests.testRecv) ... ok testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking) ... ok testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow) ... skipped 'implementation detail specific to cpython' test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK) ... skipped 'SOCK_NONBLOCK not defined' test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure) ... ok test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4) ... ok test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6) ... ok test_recv (test.test_socket.PurePythonSocketPairTest.test_recv) ... ok test_send (test.test_socket.PurePythonSocketPairTest.test_send) ... ok testPeek (test.test_socket.RDSTest.testPeek) ... skipped 'RDS sockets required for this test.' testSelect (test.test_socket.RDSTest.testSelect) ... skipped 'RDS sockets required for this test.' testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) ... skipped 'RDS sockets required for this test.' testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) ... skipped 'RDS sockets required for this test.' testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) ... skipped 'RDS sockets required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg_into" testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg_into" testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg_into" testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg_into" testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg_into" testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg_into" testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg_into" testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg_into" testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg_into" testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg_into" testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg_into" testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg_into" testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg_into" testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg_into" testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg_into" testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg_into" testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg_into" testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg_into" testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg_into" testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg_into" testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg_into" testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg_into" testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg_into" testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg_into" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg_into" testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg_into" testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray) ... skipped "don't have recvmsg_into" testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs) ... skipped "don't have recvmsg_into" testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator) ... skipped "don't have recvmsg_into" testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter) ... skipped "don't have recvmsg_into" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg_into" testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg_into" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg_into" testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg_into" testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg_into" testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg_into" testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize) ... skipped "don't have recvmsg" testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit) ... skipped "don't have recvmsg" testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit) ... skipped "don't have recvmsg" testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... skipped "don't have recvmsg" testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... skipped "don't have recvmsg" testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... skipped "don't have recvmsg" testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... skipped "don't have recvmsg" testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... skipped "don't have recvmsg" testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... skipped "don't have recvmsg" testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... skipped "don't have recvmsg" testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... skipped "don't have recvmsg" testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... skipped "don't have recvmsg" testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... skipped "don't have recvmsg" testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... skipped "don't have recvmsg" testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... skipped "don't have recvmsg" testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... skipped "don't have recvmsg" testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... skipped "don't have recvmsg" testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... skipped "don't have recvmsg" testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... skipped "don't have recvmsg" testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0) ... skipped "don't have sendmsg, recvmsg" testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1) ... skipped "don't have sendmsg, recvmsg" testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... skipped "don't have sendmsg, recvmsg" testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize) ... skipped "don't have sendmsg, recvmsg" testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN) ... skipped "don't have sendmsg, recvmsg" testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE) ... skipped "don't have sendmsg, recvmsg" testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty) ... skipped "don't have sendmsg, recvmsg" testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt) ... skipped "don't have sendmsg, recvmsg" testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... skipped "don't have sendmsg, recvmsg" testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate) ... skipped "don't have sendmsg, recvmsg" testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace) ... skipped "don't have sendmsg, recvmsg" testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple) ... skipped "don't have sendmsg, recvmsg" testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass) ... skipped "don't have sendmsg, recvmsg" testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc) ... skipped "don't have recvmsg" testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout) ... skipped 'UDPLITE sockets required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc) ... skipped 'UDPLITE sockets required for this test.' testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg) ... skipped "don't have recvmsg" testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose) ... skipped "don't have recvmsg" testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs) ... skipped "don't have recvmsg" testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF) ... skipped "don't have recvmsg" testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults) ... skipped "don't have recvmsg" testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg) ... skipped "don't have recvmsg" testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow) ... skipped "don't have recvmsg" testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek) ... skipped "don't have recvmsg" testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf) ... skipped "don't have recvmsg" testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter) ... skipped "don't have recvmsg" testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout) ... skipped "don't have recvmsg" testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc) ... skipped "don't have recvmsg" testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds) ... skipped "don't have send_fds" testCount (test.test_socket.SendfileUsingSendTest.testCount) ... ok testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend) ... ok testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile) ... ok testOffset (test.test_socket.SendfileUsingSendTest.testOffset) ... ok testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile) ... ok testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend) ... ok test_errors (test.test_socket.SendfileUsingSendTest.test_errors) ... ok testCount (test.test_socket.SendfileUsingSendfileTest.testCount) ... skipped 'os.sendfile() required for this test.' testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall) ... skipped 'os.sendfile() required for this test.' testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset) ... skipped 'os.sendfile() required for this test.' testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend) ... skipped 'os.sendfile() required for this test.' testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking) ... skipped 'os.sendfile() required for this test.' testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile) ... skipped 'os.sendfile() required for this test.' testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset) ... skipped 'os.sendfile() required for this test.' testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile) ... skipped 'os.sendfile() required for this test.' testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout) ... skipped 'os.sendfile() required for this test.' testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend) ... skipped 'os.sendfile() required for this test.' test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors) ... skipped 'os.sendfile() required for this test.' testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout) ... skipped "don't have sendmsg" testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg) ... skipped 'UDPLITE sockets required for this test.' testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose) ... skipped 'UDPLITE sockets required for this test.' testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator) ... skipped 'UDPLITE sockets required for this test.' testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray) ... skipped 'UDPLITE sockets required for this test.' testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs) ... skipped 'UDPLITE sockets required for this test.' testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg) ... skipped 'UDPLITE sockets required for this test.' testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg) ... skipped 'UDPLITE sockets required for this test.' testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator) ... skipped 'UDPLITE sockets required for this test.' testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject) ... skipped 'UDPLITE sockets required for this test.' testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather) ... skipped 'UDPLITE sockets required for this test.' testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr) ... skipped 'UDPLITE sockets required for this test.' testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr) ... skipped "don't have sendmsg" testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg) ... skipped "don't have sendmsg" testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose) ... skipped "don't have sendmsg" testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator) ... skipped "don't have sendmsg" testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray) ... skipped "don't have sendmsg" testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs) ... skipped "don't have sendmsg" testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg) ... skipped "don't have sendmsg" testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg) ... skipped "don't have sendmsg" testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator) ... skipped "don't have sendmsg" testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait) ... skipped "don't have sendmsg" testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject) ... skipped "don't have sendmsg" testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr) ... skipped "don't have sendmsg" testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather) ... skipped "don't have sendmsg" testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout) ... skipped "don't have sendmsg" testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testClose (test.test_socket.TCPCloserTest.testClose) ... ok testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout) ... skipped 'test needs signal.alarm()' testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout) ... ok testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero) ... ok testRDM (test.test_socket.TIPCTest.testRDM) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testStream (test.test_socket.TIPCThreadableTest.testStream) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testExceptionTree (test.test_socket.TestExceptions.testExceptionTree) ... ok test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd) ... ok testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind) ... skipped 'Linux specific test' testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName) ... skipped 'Linux specific test' testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace) ... skipped 'Linux specific test' testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName) ... skipped 'Linux specific test' testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow) ... skipped 'Linux specific test' testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName) ... skipped 'Linux specific test' test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) ... ok test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) ... skipped 'macOS specific test' testShare (test.test_socket.TestSocketSharing.testShare) ... ok testShareLength (test.test_socket.TestSocketSharing.testShareLength) ... ok testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) ... ok testTypes (test.test_socket.TestSocketSharing.testTypes) ... ok testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr) ... skipped 'test needs socket.AF_UNIX' testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) ... skipped 'test needs socket.AF_UNIX' testStrAddr (test.test_socket.TestUnixDomain.testStrAddr) ... skipped 'test needs socket.AF_UNIX' testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind) ... skipped 'test needs socket.AF_UNIX' testUnbound (test.test_socket.TestUnixDomain.testUnbound) ... skipped 'test needs socket.AF_UNIX' testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... skipped 'test needs socket.AF_UNIX' testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream) ... skipped 'need fcntl' testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero) ... skipped 'UDPLITE sockets required for this test.' testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout) ... skipped 'UDPLITE sockets required for this test.' testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero) ... ok testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout) ... ok testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose) ... ok testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy) ... skipped 'test needs sys.getrefcount()' testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead) ... ok testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking) ... ok testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline) ... ok testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking) ... ok testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead) ... ok ====================================================================== ERROR: testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_socket.py", line 963, in testWindowsSpecificConstants socket.IPPROTO_ICLFXBM ^^^^^^^^^^^^^^^ AttributeError: module 'socket' has no attribute 'IPPROTO_ICLFXBM' ====================================================================== ERROR: test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_socket.py", line 1945, in test_socket_fileno self._test_socket_fileno(s, socket.AF_INET6, socket.SOCK_STREAM) ^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_socket.py", line 1921, in _test_socket_fileno s2 = socket.socket(fileno=fd) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\socket.py", line 232, in __init__ _socket.socket.__init__(self, family, type, proto, fileno) ^^^^^^^^ OSError: [Errno 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call ====================================================================== FAIL: test_dup (test.test_socket.InheritanceTest.test_dup) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_socket.py", line 5974, in test_dup self.assertEqual(newsock.get_inheritable(), False) ^^^^^^^^^^^ AssertionError: True != False ---------------------------------------------------------------------- Ran 722 tests in 121.127s FAILED (failures=1, errors=2, skipped=494) test_socket failed (2 errors, 1 failure) in 2 min 1 sec == Tests result: FAILURE == 1 test failed: test_socket Total duration: 2 min 1 sec Total tests: run=722 failures=1 skipped=494 Total test files: run=1/1 failed=1 Result: FAILURE test test_socket failed . lib-python/3/test/test_socketserver.py::unmodified . lib-python/3/test/test_sort.py::unmodified . lib-python/3/test/test_source_encoding.py::unmodified . lib-python/3/test/test_spwd.py::unmodified F lib-python/3/test/test_ssl.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9304æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 427719901 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_ssl test_ssl: testing with 'OpenSSL 1.1.1t 7 Feb 2023' (1, 1, 1, 20, 15) under Windows ('10', '10.0.19045', 'SP0', 'Multiprocessor Free') HAS_SNI = True OP_ALL = 0x80000054 OP_NO_TLSv1_1 = 0x10000000 test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM) ... ok test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object) ... ok test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds) ... ok test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) ... skipped 'locale-specific month name needs to be different from C locale' test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) ... ok test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error) ... ok test_constants (test.test_ssl.BasicSocketTests.test_constants) ... ok test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn) ... ok test_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert) Wrapping with an empty cert file ... ok test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) ... ok test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) ... ok test_errors_sslwrap (test.test_ssl.BasicSocketTests.test_errors_sslwrap) ... ok test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths) ... ok test_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert) Wrapping with a badly formatted certificate (syntax error) ... ok test_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key) Wrapping with a badly formatted key (syntax error) ... ok test_match_hostname (test.test_ssl.BasicSocketTests.test_match_hostname) ... ok test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations) ... ok test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version) ... ok test_options (test.test_ssl.BasicSocketTests.test_options) ... ok test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans) ... ok test_parse_cert (test.test_ssl.BasicSocketTests.test_parse_cert) ... {'OCSP': ('http://ocsp.verisign.com',), 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',), 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',), 'issuer': ((('countryName', 'US'),), (('organizationName', 'VeriSign, Inc.'),), (('organizationalUnitName', 'VeriSign Trust Network'),), (('organizationalUnitName', 'Terms of use at https://www.verisign.com/rpa (c)10'),), (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), 'notAfter': 'Sep 20 23:59:59 2012 GMT', 'notBefore': 'Sep 21 00:00:00 2011 GMT', 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', 'subject': ((('countryName', 'FI'),), (('stateOrProvinceName', 'Espoo'),), (('localityName', 'Espoo'),), (('organizationName', 'Nokia'),), (('organizationalUnitName', 'BI'),), (('commonName', 'projects.developer.nokia.com'),)), 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), ('DNS', 'projects.forum.nokia.com')), 'version': 3} ok test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2013_4238) ... {'issuer': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'notAfter': 'Aug 7 13:12:52 2013 GMT', 'notBefore': 'Aug 7 13:11:52 2013 GMT', 'serialNumber': '00', 'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), ('email', 'null@python.org\x00user@example.org'), ('URI', 'http://null.python.org\x00http://example.org'), ('IP Address', '192.0.2.1'), ('IP Address', '2001:DB8:0:0:0:0:0:1')), 'version': 3} ok test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2019_5010) ... {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), 'notAfter': 'Jun 14 18:00:58 2028 GMT', 'notBefore': 'Jun 18 18:00:58 2018 GMT', 'serialNumber': '02', 'subject': ((('countryName', 'UK'),), (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), 'version': 3} ok test_private_init (test.test_ssl.BasicSocketTests.test_private_init) ... ok test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum) ... ok test_random (test.test_ssl.BasicSocketTests.test_random) ... RAND_status is 1 (sufficient randomness) ok test_read_write_zero (test.test_ssl.BasicSocketTests.test_read_write_zero) ... server: new connection from ('127.0.0.1', 56115) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle) ... skipped 'implementation detail specific to cpython' test_server_side (test.test_ssl.BasicSocketTests.test_server_side) ... ok test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types) ... skipped 'implementation detail specific to cpython' test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums) ... skipped 'pypy repr(IntEnum) is wrong' test_timeout (test.test_ssl.BasicSocketTests.test_timeout) ... ok test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding) ... ok test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding) ... ok test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls) ... ok test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected) ... ok test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context) ... ok test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats) ... ok test_check_hostname (test.test_ssl.ContextTests.test_check_hostname) ... ok test_ciphers (test.test_ssl.ContextTests.test_ciphers) ... ok test_constructor (test.test_ssl.ContextTests.test_constructor) ... ok test_context_client_server (test.test_ssl.ContextTests.test_context_client_server) ... ok test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class) ... ok test_create_default_context (test.test_ssl.ContextTests.test_create_default_context) ... ok test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs) ... ok test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers) ... ok test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name) ... ok test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain) ... ok test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs) ... ok test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env) ... skipped 'not-Windows specific' test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) ... FAIL test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params) ... ok test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata) ... ok test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations) ... ok test_min_max_version (test.test_ssl.ContextTests.test_min_max_version) ... ok test_num_tickest (test.test_ssl.ContextTests.test_num_tickest) ... ok test_options (test.test_ssl.ContextTests.test_options) ... ok test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers) ... skipped 'Test applies only to Python default ciphers' test_security_level (test.test_ssl.ContextTests.test_security_level) ... skipped 'requires OpenSSL >= 1.1.0' test_session_stats (test.test_ssl.ContextTests.test_session_stats) ... ok test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths) ... ok test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve) ... ok test_sni_callback (test.test_ssl.ContextTests.test_sni_callback) ... ok test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle) ... ok test_verify_flags (test.test_ssl.ContextTests.test_verify_flags) ... ok test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol) ... ok test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types) ... ok test_eof (test.test_ssl.MemoryBIOTests.test_eof) ... ok test_error_types (test.test_ssl.MemoryBIOTests.test_error_types) ... ok test_pending (test.test_ssl.MemoryBIOTests.test_pending) ... ok test_read_write (test.test_ssl.MemoryBIOTests.test_read_write) ... ok test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) ... skipped "resource 'walltime' is not enabled" test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) ... ok test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname) ... ok test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason) ... ok test_str (test.test_ssl.SSLErrorTests.test_str) ... ok test_subclass (test.test_ssl.SSLErrorTests.test_subclass) ... ok test_private_init (test.test_ssl.SSLObjectTests.test_private_init) ... ok test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap) ... ok test_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ... server: new connection from ('127.0.0.1', 56122) Needed 2 calls to complete do_handshake(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Needed 3 calls to complete unwrap(). connection timeout TimeoutError('timed out') ok test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests.test_bio_read_write_data) ... server: new connection from ('127.0.0.1', 56124) Needed 2 calls to complete do_handshake(). Needed 1 calls to complete write(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Needed 3 calls to complete read(). Needed 2 calls to complete unwrap(). connection timeout TimeoutError('timed out') ok test_ciphers1 (test.test_ssl.SimpleBackgroundTests.test_ciphers1) ... server: new connection from ('127.0.0.1', 56126) server: bad connection attempt from ('127.0.0.1', 56126): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_ciphers2 (test.test_ssl.SimpleBackgroundTests.test_ciphers2) ... server: new connection from ('127.0.0.1', 56128) server: bad connection attempt from ('127.0.0.1', 56128): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_ciphers3 (test.test_ssl.SimpleBackgroundTests.test_ciphers3) ... connection timeout TimeoutError('timed out') ok test_connect1 (test.test_ssl.SimpleBackgroundTests.test_connect1) ... server: new connection from ('127.0.0.1', 56131) server: bad connection attempt from ('127.0.0.1', 56131): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_connect2 (test.test_ssl.SimpleBackgroundTests.test_connect2) ... server: new connection from ('127.0.0.1', 56133) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_cadata1 (test.test_ssl.SimpleBackgroundTests.test_connect_cadata1) ... server: new connection from ('127.0.0.1', 56135) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_cadata2 (test.test_ssl.SimpleBackgroundTests.test_connect_cadata2) ... server: new connection from ('127.0.0.1', 56137) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_capath1 (test.test_ssl.SimpleBackgroundTests.test_connect_capath1) ... server: new connection from ('127.0.0.1', 56139) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_capath2 (test.test_ssl.SimpleBackgroundTests.test_connect_capath2) ... server: new connection from ('127.0.0.1', 56141) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ... server: new connection from ('127.0.0.1', 56143) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ... server: new connection from ('127.0.0.1', 56145) server: bad connection attempt from ('127.0.0.1', 56145): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca ok test_connect_with_context_0 (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_0) ... server: new connection from ('127.0.0.1', 56147) server: bad connection attempt from ('127.0.0.1', 56147): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_connect_with_context_1 (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_1) ... server: new connection from ('127.0.0.1', 56149) server: bad connection attempt from ('127.0.0.1', 56149): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_connect_with_context_2 (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_2) ... server: new connection from ('127.0.0.1', 56151) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ... server: new connection from ('127.0.0.1', 56153) server: bad connection attempt from ('127.0.0.1', 56153): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca ok test_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ... server: new connection from ('127.0.0.1', 56155) server: bad connection attempt from ('127.0.0.1', 56155): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ... server: new connection from ('127.0.0.1', 56157) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ... connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56160) server: bad connection attempt from ('127.0.0.1', 56160): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56162) Verified certificate for localhost:56158 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAMW0s615CVCi M3vO2S7HubSGYYqQ/WGHSFsqpNwPzuOQsCoDBlZ6eNkyMJttne8/4A5sIiRggrM9 djtiL4fkzc7aZcgPGgcaMv8Za2gTIM1e+b1QL4xG5I6rYxoscdAbRHHZPFxisxVQ ztv3euk3UsZGsK/WAhJczgS8QmigBHsBp2PSkb+jR+oMB0WMfpBluGfWJmV754Zu Nx92Af8fQXx2fU88ahWIdeJxuxDiQHrTTY9/5pc/hvZAoBt+XI0cQoc8cQ45NesW Mx1z5uopbbh6kSwxkjn2rH2FT/hG+nf+/68TBMvs2buKWm3NmfZy8YJbf0sLSc1g s7OQ7cfzHADvmHq7KR0H5Y7+/YIogr0z9k771A2uZqiR8oNqYKTf1vyGULA0voux Wm93ddNLlafhhaf3YSqKW1Qkmg+julztVN1YKDjNUWfhDxmHg0U2f+pMHyUQyCuw 1NXlzJnvOGgGJQxI7jluajY2ycTtx78lSGWp7m6HQ9PUwgGBNX6gMwIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUhXUQJdAsgFAkGltXcN61y3GpO3swfQYDVR0jBHYwdIAUs4qgorpx8agkedSk WyU2FR5JyM2hUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAJXzVrvVjHC90d7a Y7Ap19tgJ9ZZ/WEbMMbQXXN9NOFo4yimieZgvYnTDvRyrXJ2+IYh/XU8+G2+nATh ggNpbK7QVbpe8sr1D47W2Y3IVkb0+Kx0Khl7jkdwH/v7vWkCoaVKbiEcBBQVVb+/ JEPIFwO+Pizq28ivHf1S39YVSZ7CRGnv8UVDg7IezxQcEz/+nHHL5xsYVjanr0Tx C6F5REb5Q0Yp2LDKSU1lYNP2jnS8Yp4ejUspmrQN8KJ3WzTkES+nJcXlB3YSrr51 cxXkCn1TOFY/eW1uyu2Aq1btfosc5+PUYjAicOcpsgM8/vo98DbATRGimdMpMSe4 xbgVozxPm3NeK7L7y/11R7gXvSHY5sG5/3OB2CUIbQheHKWDUN5n5trQjlrT8iqx P7iAIQdqcRVtBetRs1mN1BVGfgKoEwEWmb0DzHBxKiMWeK/R1QGdBLRjk5oEOpIu 5n5zk6X+UJu9DupUhm985RR3/sIoWkoO1y2M6e1hKbJT/2wEvA== -----END CERTIFICATE----- server: bad connection attempt from ('127.0.0.1', 56162): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ... connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56167) [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate server: bad connection attempt from ('127.0.0.1', 56167): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca connection timeout TimeoutError('timed out') ok test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ... connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56170) server: bad connection attempt from ('127.0.0.1', 56170): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56172) Verified certificate for localhost:56168 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAMW0s615CVCi M3vO2S7HubSGYYqQ/WGHSFsqpNwPzuOQsCoDBlZ6eNkyMJttne8/4A5sIiRggrM9 djtiL4fkzc7aZcgPGgcaMv8Za2gTIM1e+b1QL4xG5I6rYxoscdAbRHHZPFxisxVQ ztv3euk3UsZGsK/WAhJczgS8QmigBHsBp2PSkb+jR+oMB0WMfpBluGfWJmV754Zu Nx92Af8fQXx2fU88ahWIdeJxuxDiQHrTTY9/5pc/hvZAoBt+XI0cQoc8cQ45NesW Mx1z5uopbbh6kSwxkjn2rH2FT/hG+nf+/68TBMvs2buKWm3NmfZy8YJbf0sLSc1g s7OQ7cfzHADvmHq7KR0H5Y7+/YIogr0z9k771A2uZqiR8oNqYKTf1vyGULA0voux Wm93ddNLlafhhaf3YSqKW1Qkmg+julztVN1YKDjNUWfhDxmHg0U2f+pMHyUQyCuw 1NXlzJnvOGgGJQxI7jluajY2ycTtx78lSGWp7m6HQ9PUwgGBNX6gMwIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUhXUQJdAsgFAkGltXcN61y3GpO3swfQYDVR0jBHYwdIAUs4qgorpx8agkedSk WyU2FR5JyM2hUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAJXzVrvVjHC90d7a Y7Ap19tgJ9ZZ/WEbMMbQXXN9NOFo4yimieZgvYnTDvRyrXJ2+IYh/XU8+G2+nATh ggNpbK7QVbpe8sr1D47W2Y3IVkb0+Kx0Khl7jkdwH/v7vWkCoaVKbiEcBBQVVb+/ JEPIFwO+Pizq28ivHf1S39YVSZ7CRGnv8UVDg7IezxQcEz/+nHHL5xsYVjanr0Tx C6F5REb5Q0Yp2LDKSU1lYNP2jnS8Yp4ejUspmrQN8KJ3WzTkES+nJcXlB3YSrr51 cxXkCn1TOFY/eW1uyu2Aq1btfosc5+PUYjAicOcpsgM8/vo98DbATRGimdMpMSe4 xbgVozxPm3NeK7L7y/11R7gXvSHY5sG5/3OB2CUIbQheHKWDUN5n5trQjlrT8iqx P7iAIQdqcRVtBetRs1mN1BVGfgKoEwEWmb0DzHBxKiMWeK/R1QGdBLRjk5oEOpIu 5n5zk6X+UJu9DupUhm985RR3/sIoWkoO1y2M6e1hKbJT/2wEvA== -----END CERTIFICATE----- server: bad connection attempt from ('127.0.0.1', 56172): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ... server: new connection from ('127.0.0.1', 56175) server: bad connection attempt from ('127.0.0.1', 56175): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ... skipped "Can't use a socket as a file under Windows" test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ... server: new connection from ('127.0.0.1', 56177) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ... server: new connection from ('127.0.0.1', 56179) Needed 2 calls to do_handshake() to establish session. server: bad connection attempt from ('127.0.0.1', 56179): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ... server: new connection from ('127.0.0.1', 56181) Needed 2 calls to complete do_handshake(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription) ... ok test_options (test.test_ssl.TestEnumerations.test_options) ... ok test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber) ... ok test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod) ... ok test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype) ... ok test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype) ... ok test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype) ... ok test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion) ... ok test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags) ... ok test_verifymode (test.test_ssl.TestEnumerations.test_verifymode) ... ok test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none) ... ok test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client) ... ok test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server) ... ok test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client) ... ok test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server) ... ok test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13) ... ok test_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... ok test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... ok test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required) ... ok test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ... server: new connection from ('127.0.0.1', 56201) client cert is None client did not provide a cert server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) TLS: (, 'write', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') TLS: (, 'read', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') Test server failure: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2587, in run msg = self.read() ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2564, in read return self.sslconn.read() ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1168, in read return self._sslobj.read(len) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 660, in read return self._read_no_buf(length) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 717, in _read_no_buf raise pyssl_error(self, retval) ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate ok test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter) ... ok test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored) ... ok test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client) ... skipped "Could not recreate conditions on win32: err=ConnectionResetError(10054, 'Unknown error')" test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server) ... skipped "Could not recreate conditions on win32: err=ConnectionResetError(10054, 'Unknown error')" test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults) ... ok test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env) ... ok test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename) ... ok test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback) ... ok test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577) ... ok test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12) ... ok test_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS) Connecting to an SSLv23 server with various client options ... PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLS CERT_NONE ERROR test_alpn_protocols (test.test_ssl.ThreadedTests.test_alpn_protocols) ... server: new connection from ('127.0.0.1', 56225) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56227) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56230) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56232) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') ok test_asyncore_server (test.test_ssl.ThreadedTests.test_asyncore_server) Check the example asyncore integration. ... server: new connection from 127.0.0.1:56234 client: sending b'FOO\n'... server: read b'FOO\n' from client client: read b'foo\n' client: closing connection. client: connection closed. cleanup: stopping server. cleanup: joining server thread. server: read b'over\n' from client server: closed connection server: read b'' from client cleanup: successfully joined. ok test_check_hostname (test.test_ssl.ThreadedTests.test_check_hostname) ... server: new connection from ('127.0.0.1', 56236) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56238) server: bad connection attempt from ('127.0.0.1', 56238): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate connection timeout TimeoutError('timed out') ok test_check_hostname_idn (test.test_ssl.ThreadedTests.test_check_hostname_idn) ... server: new connection from ('127.0.0.1', 56241) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56243) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56245) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56247) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56249) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56251) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56253) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56255) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56257) server: bad connection attempt from ('127.0.0.1', 56257): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') ok test_compression (test.test_ssl.ThreadedTests.test_compression) ... server: new connection from ('127.0.0.1', 56262) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') got compression: None ok test_compression_disabled (test.test_ssl.ThreadedTests.test_compression_disabled) ... server: new connection from ('127.0.0.1', 56264) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') ok test_crl_check (test.test_ssl.ThreadedTests.test_crl_check) ... server: new connection from ('127.0.0.1', 56266) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56268) server: bad connection attempt from ('127.0.0.1', 56268): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca server: new connection from ('127.0.0.1', 56270) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ... server: new connection from ('127.0.0.1', 56272) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) ... server: new connection from ('127.0.0.1', 56274) client: sending b'FOO\n'... server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') ok test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn) ... ok test_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ... server: new connection from ('127.0.0.1', 56276) server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_ecc_cert (test.test_ssl.ThreadedTests.test_ecc_cert) ... server: new connection from ('127.0.0.1', 56278) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ... server: new connection from ('127.0.0.1', 56280) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56282) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56285) server: bad connection attempt from ('127.0.0.1', 56285): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share ok test_echo (test.test_ssl.ThreadedTests.test_echo) Basic test of an SSL client connecting to a server ... skipped "resource 'walltime' is not enabled" test_getpeercert (test.test_ssl.ThreadedTests.test_getpeercert) ... {'OCSP': ('http://testca.pythontest.net/testca/ocsp/',), 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',), 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',), 'issuer': ((('countryName', 'XY'),), (('organizationName', 'Python Software Foundation CA'),), (('commonName', 'our-ca-server'),)), 'notAfter': 'Oct 28 14:23:16 2037 GMT', 'notBefore': 'Aug 29 14:23:16 2018 GMT', 'serialNumber': 'CB2D80995A69525C', 'subject': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'subjectAltName': (('DNS', 'localhost'),), 'version': 3} Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256). ok test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn) ... ok test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout) ... ok test_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ... server: new connection from ('127.0.0.1', 56292) server: bad connection attempt from ('127.0.0.1', 56292): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error server: new connection from ('127.0.0.1', 56294) server: bad connection attempt from ('127.0.0.1', 56294): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate ok test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) ... server: new connection from ('127.0.0.1', 56296) server: bad connection attempt from ('127.0.0.1', 56296): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: UNEXPECTED_MESSAGE] unexpected message FAIL test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) ... skipped 'SSLv3 is not available.' test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) ... server: new connection from ('127.0.0.1', 56298) server: bad connection attempt from ('127.0.0.1', 56298): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available ERROR test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) ... server: new connection from ('127.0.0.1', 56300) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ... server: new connection from ('127.0.0.1', 56302) server: bad connection attempt from ('127.0.0.1', 56302): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher ok test_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ... server: new connection from ('127.0.0.1', 56304) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Test server failure: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2657, in run self.write(msg.lower()) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2570, in write return self.sslconn.write(bytes) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1185, in write return self._sslobj.write(data) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 599, in write return self._write_with_length(_str_to_ffi_buffer(bytestring), len(bytestring)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 652, in _write_with_length raise pyssl_error(self, retval) _cffi_ssl._stdssl.error.SSLEOFError: EOF occurred in violation of protocol ok test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols) ... ok test_protocol_sslv2 (test.test_ssl.ThreadedTests.test_protocol_sslv2) Connecting to an SSLv2 server with various client options ... skipped 'SSLv2 is not available.' test_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3) Connecting to an SSLv3 server with various client options ... skipped 'SSLv3 is not available.' test_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1) Connecting to a TLSv1 server with various client options ... PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_NONE ERROR test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1) Connecting to a TLSv1.1 server with various client options. ... PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_1 CERT_NONE ERROR test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_2) Connecting to a TLSv1.2 server with various client options. ... PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE connection timeout TimeoutError('timed out') {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE connection timeout TimeoutError('timed out') {PROTOCOL_TLSv1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE connection timeout TimeoutError('timed out') ok test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror) ... ok test_recv_into_buffer_protocol_len (test.test_ssl.ThreadedTests.test_recv_into_buffer_protocol_len) ... connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56328) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_recv_send (test.test_ssl.ThreadedTests.test_recv_send) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 56330) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_recv_zero (test.test_ssl.ThreadedTests.test_recv_zero) ... connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56333) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown) A brutal shutdown of an SSL server should raise an OSError ... ok test_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ... server: new connection from ('127.0.0.1', 56337) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') ok test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests.test_selected_alpn_protocol_if_server_uses_alpn) ... server: new connection from ('127.0.0.1', 56339) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. connection timeout TimeoutError('timed out') ok test_sendfile (test.test_ssl.ThreadedTests.test_sendfile) ... ok test_server_accept (test.test_ssl.ThreadedTests.test_server_accept) ... ok test_session (test.test_ssl.ThreadedTests.test_session) ... server: new connection from ('127.0.0.1', 56347) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56349) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56351) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56353) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) connection timeout TimeoutError('timed out') ok test_session_handling (test.test_ssl.ThreadedTests.test_session_handling) ... ok test_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ... server: new connection from ('127.0.0.1', 56359) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) connection timeout TimeoutError('timed out') ok test_sni_callback (test.test_ssl.ThreadedTests.test_sni_callback) ... server: new connection from ('127.0.0.1', 56361) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56363) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) connection timeout TimeoutError('timed out') server: new connection from ('127.0.0.1', 56366) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) connection timeout TimeoutError('timed out') ok test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert) ... connection timeout TimeoutError('timed out') ok test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising) ... ok test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type) ... ok test_socketserver (test.test_ssl.ThreadedTests.test_socketserver) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 56374):56374 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [17/May/2026 12:13:25] "GET /test_ssl.py HTTP/1.1" 200 - client: read 231438 bytes from remote server '>' stopping HTTPS server joining HTTPS thread ok test_ssl_cert_verify_error (test.test_ssl.ThreadedTests.test_ssl_cert_verify_error) ... server: new connection from ('127.0.0.1', 56378) server: bad connection attempt from ('127.0.0.1', 56378): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca ok test_starttls (test.test_ssl.ThreadedTests.test_starttls) Switching from clear text to encrypted and back again. ... client: sending b'msg 1'... server: new connection from ('127.0.0.1', 56380) server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)... client: read b'msg 1' from server client: sending b'MSG 2'... server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)... client: read b'msg 2' from server client: sending b'STARTTLS'... server: read STARTTLS from client, sending OK... client: read b'ok' from server, starting TLS... client: sending b'MSG 3'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)... client: read b'msg 3' from server client: sending b'msg 4'... server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)... client: read b'msg 4' from server client: sending b'ENDTLS'... server: read ENDTLS from client, sending OK... client: read b'ok' from server, ending TLS... server: connection is now unencrypted... client: sending b'msg 5'... server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)... client: read b'msg 5' from server client: sending b'msg 6'... server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)... client: read b'msg 6' from server client: closing connection. server: client closed connection ok test_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ... server: new connection from ('127.0.0.1', 56382) server: bad connection attempt from ('127.0.0.1', 56382): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ConnectionAbortedError: [Errno 10053] Unknown error ok test_tls_unique_channel_binding (test.test_ssl.ThreadedTests.test_tls_unique_channel_binding) Test tls-unique channel binding. ... server: new connection from ('127.0.0.1', 56384) got channel binding data: b'\x04\\\xd7\xa5p\xb9(c(\x9b\xd4\xf4\xf6\xd3\x89\x88\xcdR\xca$\xecs\x10\xdeN\xe6\x8bsu\xf4\xc8\x7fh\xf2?)\xe0)\xd6Z7\xa7\xbb\xcd\xd78\xf8\xa7' server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56385) got another channel binding data: b"\x9f\xd0r\xf8Q\x80 D\xf9\xcd\x16\xc0\x88!Ar\xe7Glr\xe4\x04Y'\xc2U\xff\xf8\x060,\xfd\xc5\xfe\xe0\xb6\x11\xabb\xe9\x95<\xeb\x87\x97\x00\xecZ" server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_version_basic (test.test_ssl.ThreadedTests.test_version_basic) Basic tests for SSLSocket.version(). ... ok test_wrong_cert_tls12 (test.test_ssl.ThreadedTests.test_wrong_cert_tls12) Connecting when the server rejects the client's certificate ... server: new connection from ('127.0.0.1', 56389) SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca') server: bad connection attempt from ('127.0.0.1', 56389): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) _cffi_ssl._stdssl.error.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate ok test_wrong_cert_tls13 (test.test_ssl.ThreadedTests.test_wrong_cert_tls13) ... server: new connection from ('127.0.0.1', 56391) server: bad connection attempt from ('127.0.0.1', 56391): Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2503, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1104, in _create self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) _cffi_ssl._stdssl.error.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate ok ====================================================================== ERROR: test_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS) Connecting to an SSLv23 server with various client options ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 3472, in test_PROTOCOL_TLS try_protocol_combo(ssl.PROTOCOL_TLS, ssl.PROTOCOL_TLSv1, 'TLSv1') File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2994, in try_protocol_combo stats = server_params_test(client_context, server_context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2904, in server_params_test s.connect((HOST, server.port)) ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1437, in connect self._real_connect(addr, False) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1428, in _real_connect self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available ====================================================================== ERROR: test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 262, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\warnings_helper.py", line 57, in wrapper return test(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 4074, in test_min_max_version_tlsv1_1 s.connect((HOST, server.port)) ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1437, in connect self._real_connect(addr, False) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1428, in _real_connect self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure ====================================================================== ERROR: test_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1) Connecting to a TLSv1 server with various client options ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 262, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 3516, in test_protocol_tlsv1 try_protocol_combo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, 'TLSv1') File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2994, in try_protocol_combo stats = server_params_test(client_context, server_context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2904, in server_params_test s.connect((HOST, server.port)) ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1437, in connect self._real_connect(addr, False) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1428, in _real_connect self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available ====================================================================== ERROR: test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1) Connecting to a TLSv1.1 server with various client options. ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 262, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 3532, in test_protocol_tlsv1_1 try_protocol_combo(ssl.PROTOCOL_TLSv1_1, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1') File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2994, in try_protocol_combo stats = server_params_test(client_context, server_context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 2904, in server_params_test s.connect((HOST, server.port)) ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1437, in connect self._real_connect(addr, False) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1428, in _real_connect self.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\ssl.py", line 1404, in do_handshake self._sslobj.do_handshake() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_cffi_ssl\_stdssl\__init__.py", line 550, in do_handshake raise pyssl_error(self, ret) ssl.SSLError: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available ====================================================================== FAIL: test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 1718, in test_load_default_certs_env_windows self.assertEqual(ctx.cert_store_stats(), stats) ^^^^^^^^^^^ AssertionError: {'x509': 44, 'x509_ca': 40, 'crl': 0} != {'x509': 45, 'x509_ca': 40, 'crl': 0} - {'crl': 0, 'x509': 44, 'x509_ca': 40} ? ^ + {'crl': 0, 'x509': 45, 'x509_ca': 40} ? ^ ====================================================================== FAIL: test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 262, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 262, in wrapper return func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\warnings_helper.py", line 57, in wrapper return test(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_ssl.py", line 4094, in test_min_max_version_mismatch self.assertIn("alert", str(e.exception)) ^^^^^^^^ AssertionError: 'alert' not found in '[SSL: NO_CIPHERS_AVAILABLE] no ciphers available' ---------------------------------------------------------------------- Ran 191 tests in 53.543s FAILED (failures=2, errors=4, skipped=15) test_ssl failed (4 errors, 2 failures) in 54.3 sec == Tests result: FAILURE == 1 test failed: test_ssl Total duration: 54.7 sec Total tests: run=191 failures=2 skipped=15 Total test files: run=1/1 failed=1 Result: FAILURE test test_ssl failed s lib-python/3/test/test_stable_abi_ctypes.py::unmodified Skipped: needs ctypes.pythonapi F lib-python/3/test/test_startfile.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9248æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 850361731 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_startfile test_empty (test.test_startfile.TestCase.test_empty) ... ERROR test_nonexisting (test.test_startfile.TestCase.test_nonexisting) ... ok test_python (test.test_startfile.TestCase.test_python) ... ERROR ====================================================================== ERROR: test_empty (test.test_startfile.TestCase.test_empty) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_startfile.py", line 35, in test_empty startfile(empty, cwd=path.dirname(sys.executable)) TypeError: startfile() got an unexpected keyword argument 'cwd' ====================================================================== ERROR: test_python (test.test_startfile.TestCase.test_python) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_startfile.py", line 41, in test_python startfile(name, arguments="-V", cwd=cwd) TypeError: startfile() got 2 unexpected keyword arguments ---------------------------------------------------------------------- Ran 3 tests in 0.588s FAILED (errors=2) test_startfile failed (2 errors) == Tests result: FAILURE == 1 test failed: test_startfile Total duration: 1.1 sec Total tests: run=3 Total test files: run=1/1 failed=1 Result: FAILURE test test_startfile failed . lib-python/3/test/test_stat.py::unmodified . lib-python/3/test/test_statistics.py::unmodified F lib-python/3/test/test_strftime.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9916æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3372933526 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_strftime test_strftime (test.test_strftime.StrftimeTest.test_strftime) ... strftime test for Sun May 17 12:13:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string Strftime test, platform: win32, Python version: 3.11.15 strftime test for Wed Jan 22 21:38:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jan 23 20:39:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jan 24 19:40:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jan 25 18:42:00 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jan 26 17:43:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jan 27 16:44:18 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jan 28 15:45:27 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Jan 29 14:46:36 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jan 30 13:47:45 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jan 31 12:48:54 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Feb 1 11:50:03 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Feb 01 11:50:03 2025, but got Sat Feb 1 11:50:03 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Feb 2 10:51:12 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Feb 02 10:51:12 2025, but got Sun Feb 2 10:51:12 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Feb 3 09:52:21 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Feb 03 09:52:21 2025, but got Mon Feb 3 09:52:21 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Feb 4 08:53:30 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Feb 04 08:53:30 2025, but got Tue Feb 4 08:53:30 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Feb 5 07:54:39 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Feb 05 07:54:39 2025, but got Wed Feb 5 07:54:39 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 6 06:55:48 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Feb 06 06:55:48 2025, but got Thu Feb 6 06:55:48 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Feb 7 05:56:57 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Feb 07 05:56:57 2025, but got Fri Feb 7 05:56:57 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Feb 8 04:58:06 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Feb 08 04:58:06 2025, but got Sat Feb 8 04:58:06 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Feb 9 03:59:15 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Feb 09 03:59:15 2025, but got Sun Feb 9 03:59:15 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Feb 10 03:00:24 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Feb 11 02:01:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Feb 12 01:02:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 13 00:03:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 13 23:05:00 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Feb 14 22:06:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Apr 28 20:33:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Apr 29 19:34:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Apr 30 18:35:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu May 1 17:37:00 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu May 01 17:37:00 2025, but got Thu May 1 17:37:00 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 2 16:38:09 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri May 02 16:38:09 2025, but got Fri May 2 16:38:09 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat May 3 15:39:18 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat May 03 15:39:18 2025, but got Sat May 3 15:39:18 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 4 14:40:27 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun May 04 14:40:27 2025, but got Sun May 4 14:40:27 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon May 5 13:41:36 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon May 05 13:41:36 2025, but got Mon May 5 13:41:36 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue May 6 12:42:45 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue May 06 12:42:45 2025, but got Tue May 6 12:42:45 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed May 7 11:43:54 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed May 07 11:43:54 2025, but got Wed May 7 11:43:54 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu May 8 10:45:03 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu May 08 10:45:03 2025, but got Thu May 8 10:45:03 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 9 09:46:12 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri May 09 09:46:12 2025, but got Fri May 9 09:46:12 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat May 10 08:47:21 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 11 07:48:30 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon May 12 06:49:39 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue May 13 05:50:48 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed May 14 04:51:57 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu May 15 03:53:06 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 16 02:54:15 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat May 17 01:55:24 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 18 00:56:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 18 23:57:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon May 19 22:58:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue May 20 22:00:00 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed May 21 21:01:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 2 18:28:33 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Aug 02 18:28:33 2025, but got Sat Aug 2 18:28:33 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 3 17:29:42 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Aug 03 17:29:42 2025, but got Sun Aug 3 17:29:42 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 4 16:30:51 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Aug 04 16:30:51 2025, but got Mon Aug 4 16:30:51 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Aug 5 15:32:00 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Aug 05 15:32:00 2025, but got Tue Aug 5 15:32:00 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Aug 6 14:33:09 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Aug 06 14:33:09 2025, but got Wed Aug 6 14:33:09 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Aug 7 13:34:18 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Aug 07 13:34:18 2025, but got Thu Aug 7 13:34:18 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Aug 8 12:35:27 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Aug 08 12:35:27 2025, but got Fri Aug 8 12:35:27 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 9 11:36:36 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Aug 09 11:36:36 2025, but got Sat Aug 9 11:36:36 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 10 10:37:45 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 11 09:38:54 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Aug 12 08:40:03 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Aug 13 07:41:12 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Aug 14 06:42:21 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Aug 15 05:43:30 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 16 04:44:39 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 17 03:45:48 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 18 02:46:57 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Aug 19 01:48:06 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Aug 20 00:49:15 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Aug 20 23:50:24 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Aug 21 22:51:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Aug 22 21:52:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 23 20:53:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 24 19:55:00 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 25 18:56:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Nov 6 15:23:33 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Nov 06 15:23:33 2025, but got Thu Nov 6 15:23:33 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 7 14:24:42 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Nov 07 14:24:42 2025, but got Fri Nov 7 14:24:42 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Nov 8 13:25:51 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Nov 08 13:25:51 2025, but got Sat Nov 8 13:25:51 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Nov 9 12:27:00 2025 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Nov 09 12:27:00 2025, but got Sun Nov 9 12:27:00 2025 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Nov 10 11:28:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Nov 11 10:29:18 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Nov 12 09:30:27 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Nov 13 08:31:36 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 14 07:32:45 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Nov 15 06:33:54 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Nov 16 05:35:03 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Nov 17 04:36:12 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Nov 18 03:37:21 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Nov 19 02:38:30 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Nov 20 01:39:39 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 21 00:40:48 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 21 23:41:57 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Nov 22 22:43:06 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Nov 23 21:44:15 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Nov 24 20:45:24 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Nov 25 19:46:33 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Nov 26 18:47:42 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Nov 27 17:48:51 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 28 16:50:00 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Nov 29 15:51:09 2025 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Feb 10 13:18:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Feb 11 12:19:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 12 11:20:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Feb 13 10:22:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Feb 14 09:23:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Feb 15 08:24:18 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Feb 16 07:25:27 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Feb 17 06:26:36 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Feb 18 05:27:45 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 19 04:28:54 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Feb 20 03:30:03 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Feb 21 02:31:12 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Feb 22 01:32:21 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Feb 23 00:33:30 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Feb 23 23:34:39 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Feb 24 22:35:48 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Feb 25 21:36:57 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Feb 26 20:38:06 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Feb 27 19:39:15 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Feb 28 18:40:24 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Mar 1 17:41:33 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 01 17:41:33 2026, but got Sun Mar 1 17:41:33 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Mar 2 16:42:42 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 02 16:42:42 2026, but got Mon Mar 2 16:42:42 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Mar 3 15:43:51 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Mar 03 15:43:51 2026, but got Tue Mar 3 15:43:51 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Mar 4 14:45:00 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 04 14:45:00 2026, but got Wed Mar 4 14:45:00 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Mar 5 13:46:09 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 05 13:46:09 2026, but got Thu Mar 5 13:46:09 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 17 12:13:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon May 18 11:14:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue May 19 10:15:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed May 20 09:17:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu May 21 08:18:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 22 07:19:18 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat May 23 06:20:27 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 24 05:21:36 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon May 25 04:22:45 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue May 26 03:23:54 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed May 27 02:25:03 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu May 28 01:26:12 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 29 00:27:21 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri May 29 23:28:30 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat May 30 22:29:39 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun May 31 21:30:48 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 1 20:31:57 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 01 20:31:57 2026, but got Mon Jun 1 20:31:57 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 2 19:33:06 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 02 19:33:06 2026, but got Tue Jun 2 19:33:06 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Jun 3 18:34:15 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jun 03 18:34:15 2026, but got Wed Jun 3 18:34:15 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jun 4 17:35:24 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jun 04 17:35:24 2026, but got Thu Jun 4 17:35:24 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jun 5 16:36:33 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jun 05 16:36:33 2026, but got Fri Jun 5 16:36:33 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jun 6 15:37:42 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jun 06 15:37:42 2026, but got Sat Jun 6 15:37:42 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jun 7 14:38:51 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jun 07 14:38:51 2026, but got Sun Jun 7 14:38:51 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 8 13:40:00 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 08 13:40:00 2026, but got Mon Jun 8 13:40:00 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 9 12:41:09 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 09 12:41:09 2026, but got Tue Jun 9 12:41:09 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Aug 21 10:08:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 22 09:09:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 23 08:10:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 24 07:12:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Aug 25 06:13:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Aug 26 05:14:18 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Aug 27 04:15:27 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Aug 28 03:16:36 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Aug 29 02:17:45 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Aug 30 01:18:54 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 31 00:20:03 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Aug 31 23:21:12 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Sep 1 22:22:21 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Sep 01 22:22:21 2026, but got Tue Sep 1 22:22:21 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Sep 2 21:23:30 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Sep 02 21:23:30 2026, but got Wed Sep 2 21:23:30 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Sep 3 20:24:39 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Sep 03 20:24:39 2026, but got Thu Sep 3 20:24:39 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Sep 4 19:25:48 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 04 19:25:48 2026, but got Fri Sep 4 19:25:48 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Sep 5 18:26:57 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Sep 05 18:26:57 2026, but got Sat Sep 5 18:26:57 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Sep 6 17:28:06 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Sep 06 17:28:06 2026, but got Sun Sep 6 17:28:06 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Sep 7 16:29:15 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Sep 07 16:29:15 2026, but got Mon Sep 7 16:29:15 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Sep 8 15:30:24 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Sep 08 15:30:24 2026, but got Tue Sep 8 15:30:24 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Sep 9 14:31:33 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Sep 09 14:31:33 2026, but got Wed Sep 9 14:31:33 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Sep 10 13:32:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Sep 11 12:33:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Sep 12 11:35:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Sep 13 10:36:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Nov 25 07:03:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Nov 26 06:04:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Nov 27 05:05:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Nov 28 04:07:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Nov 29 03:08:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Nov 30 02:09:18 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Dec 1 01:10:27 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Dec 01 01:10:27 2026, but got Tue Dec 1 01:10:27 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Dec 2 00:11:36 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Dec 02 00:11:36 2026, but got Wed Dec 2 00:11:36 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Dec 2 23:12:45 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Dec 02 23:12:45 2026, but got Wed Dec 2 23:12:45 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Dec 3 22:13:54 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Dec 03 22:13:54 2026, but got Thu Dec 3 22:13:54 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Dec 4 21:15:03 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Dec 04 21:15:03 2026, but got Fri Dec 4 21:15:03 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Dec 5 20:16:12 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Dec 05 20:16:12 2026, but got Sat Dec 5 20:16:12 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Dec 6 19:17:21 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 06 19:17:21 2026, but got Sun Dec 6 19:17:21 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Dec 7 18:18:30 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 07 18:18:30 2026, but got Mon Dec 7 18:18:30 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Dec 8 17:19:39 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Dec 08 17:19:39 2026, but got Tue Dec 8 17:19:39 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Dec 9 16:20:48 2026 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Dec 09 16:20:48 2026, but got Wed Dec 9 16:20:48 2026 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Dec 10 15:21:57 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Dec 11 14:23:06 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Dec 12 13:24:15 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Dec 13 12:25:24 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Dec 14 11:26:33 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Dec 15 10:27:42 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Dec 16 09:28:51 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Dec 17 08:30:00 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Dec 18 07:31:09 2026 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Mar 1 04:58:33 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 01 04:58:33 2027, but got Mon Mar 1 04:58:33 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Mar 2 03:59:42 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Mar 02 03:59:42 2027, but got Tue Mar 2 03:59:42 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Mar 3 03:00:51 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 03 03:00:51 2027, but got Wed Mar 3 03:00:51 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Mar 4 02:02:00 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 04 02:02:00 2027, but got Thu Mar 4 02:02:00 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Mar 5 01:03:09 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Mar 05 01:03:09 2027, but got Fri Mar 5 01:03:09 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Mar 6 00:04:18 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Mar 06 00:04:18 2027, but got Sat Mar 6 00:04:18 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Mar 6 23:05:27 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Mar 06 23:05:27 2027, but got Sat Mar 6 23:05:27 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Mar 7 22:06:36 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 07 22:06:36 2027, but got Sun Mar 7 22:06:36 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Mar 8 21:07:45 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 08 21:07:45 2027, but got Mon Mar 8 21:07:45 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Mar 9 20:08:54 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Mar 09 20:08:54 2027, but got Tue Mar 9 20:08:54 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Mar 10 19:10:03 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Mar 11 18:11:12 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Mar 12 17:12:21 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Mar 13 16:13:30 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Mar 14 15:14:39 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Mar 15 14:15:48 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Mar 16 13:16:57 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Mar 17 12:18:06 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Mar 18 11:19:15 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Mar 19 10:20:24 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Mar 20 09:21:33 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Mar 21 08:22:42 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Mar 22 07:23:51 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Mar 23 06:25:00 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Mar 24 05:26:09 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jun 5 03:53:33 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jun 05 03:53:33 2027, but got Sat Jun 5 03:53:33 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jun 6 02:54:42 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jun 06 02:54:42 2027, but got Sun Jun 6 02:54:42 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 7 01:55:51 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 07 01:55:51 2027, but got Mon Jun 7 01:55:51 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 8 00:57:00 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 08 00:57:00 2027, but got Tue Jun 8 00:57:00 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 8 23:58:09 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 08 23:58:09 2027, but got Tue Jun 8 23:58:09 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Jun 9 22:59:18 2027 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jun 09 22:59:18 2027, but got Wed Jun 9 22:59:18 2027 Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jun 10 22:00:27 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jun 11 21:01:36 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jun 12 20:02:45 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jun 13 19:03:54 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 14 18:05:03 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 15 17:06:12 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Jun 16 16:07:21 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jun 17 15:08:30 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jun 18 14:09:39 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jun 19 13:10:48 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jun 20 12:11:57 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 21 11:13:06 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Tue Jun 22 10:14:15 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Wed Jun 23 09:15:24 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Thu Jun 24 08:16:33 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Fri Jun 25 07:17:42 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sat Jun 26 06:18:51 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Sun Jun 27 05:20:00 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string strftime test for Mon Jun 28 04:21:09 2027 Supports nonstandard '%c' format (near-asctime() format) Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S) Supports nonstandard '%Z' format (time zone name) Supports nonstandard '%D' format (mm/dd/yy) Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31)) Supports nonstandard '%h' format (abbreviated month name) Error for nonstandard '%k' format (hour, blank padded ( 0-23)): invalid format string Supports nonstandard '%n' format (newline character) Supports nonstandard '%r' format (%I:%M:%S %p) Supports nonstandard '%R' format (%H:%M) Error for nonstandard '%s' format (seconds since the Epoch in UCT): invalid format string Supports nonstandard '%t' format (tab character) Supports nonstandard '%T' format (%H:%M:%S) Error for nonstandard '%3y' format (year without century rendered using fieldwidth): invalid format string ok test_y_1900 (test.test_strftime.Y1900Tests.test_y_1900) ... ok test_y_after_1900 (test.test_strftime.Y1900Tests.test_y_after_1900) ... ok test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900) ... FAIL ====================================================================== FAIL: test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_strftime.py", line 192, in test_y_before_1900 with self.assertRaises(ValueError): AssertionError: ValueError not raised ---------------------------------------------------------------------- Ran 4 tests in 0.759s FAILED (failures=1) test_strftime failed (1 failure) == Tests result: FAILURE == 1 test failed: test_strftime Total duration: 1.3 sec Total tests: run=4 failures=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_strftime failed . lib-python/3/test/test_string.py::unmodified . lib-python/3/test/test_string_literals.py::unmodified . lib-python/3/test/test_stringprep.py::unmodified . lib-python/3/test/test_strptime.py::unmodified . lib-python/3/test/test_strtod.py::unmodified . lib-python/3/test/test_struct.py::unmodified F lib-python/3/test/test_structseq.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4684æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 825422050 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_structseq test_cmp (test.test_structseq.StructSeqTest.test_cmp) ... ok test_concat (test.test_structseq.StructSeqTest.test_concat) ... ok test_constructor (test.test_structseq.StructSeqTest.test_constructor) ... ok test_contains (test.test_structseq.StructSeqTest.test_contains) ... ok test_copying (test.test_structseq.StructSeqTest.test_copying) ... ok test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields) ... ok test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple) ... ok test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice) ... ok test_fields (test.test_structseq.StructSeqTest.test_fields) ... FAIL test_hash (test.test_structseq.StructSeqTest.test_hash) ... ok test_match_args (test.test_structseq.StructSeqTest.test_match_args) ... ok test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields) ... ok test_pickling (test.test_structseq.StructSeqTest.test_pickling) ... ok test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields) ... ok test_repeat (test.test_structseq.StructSeqTest.test_repeat) ... ok test_repr (test.test_structseq.StructSeqTest.test_repr) ... ok test_tuple (test.test_structseq.StructSeqTest.test_tuple) ... ok ====================================================================== FAIL: test_fields (test.test_structseq.StructSeqTest.test_fields) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_structseq.py", line 84, in test_fields self.assertEqual(t.n_fields, time._STRUCT_TM_ITEMS) ^^^^^^^^^^^ AssertionError: 11 != 9 ---------------------------------------------------------------------- Ran 17 tests in 0.046s FAILED (failures=1) test_structseq failed (1 failure) == Tests result: FAILURE == 1 test failed: test_structseq Total duration: 538 ms Total tests: run=17 failures=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_structseq failed . lib-python/3/test/test_subclassinit.py::unmodified F lib-python/3/test/test_subprocess.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_3980æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1578463957 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_subprocess test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces) ... ok test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces) ... ok test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces) ... ok test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces) ... ok test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests.test_broken_pipe_cleanup) Broken pipe error should not prevent wait() (Issue 21619) ... ok test_communicate_stdin (test.test_subprocess.ContextManagerTests.test_communicate_stdin) ... ok test_invalid_args (test.test_subprocess.ContextManagerTests.test_invalid_args) ... ok test_pipe (test.test_subprocess.ContextManagerTests.test_pipe) ... ok test_returncode (test.test_subprocess.ContextManagerTests.test_returncode) ... ok test__all__ (test.test_subprocess.MiscTests.test__all__) Ensure that __all__ is populated properly. ... ok test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill) ... ok test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill) ... ok test_getoutput (test.test_subprocess.MiscTests.test_getoutput) ... ok test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill) ... ok test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero) ... skipped 'POSIX specific tests' test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal) ... skipped 'POSIX specific tests' test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal) ... skipped 'POSIX specific tests' test_args_string (test.test_subprocess.POSIXProcessTestCase.test_args_string) ... skipped 'POSIX specific tests' test_bytes_program (test.test_subprocess.POSIXProcessTestCase.test_bytes_program) ... skipped 'POSIX specific tests' test_call_string (test.test_subprocess.POSIXProcessTestCase.test_call_string) ... skipped 'POSIX specific tests' test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_0) ... skipped 'POSIX specific tests' test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_1) ... skipped 'POSIX specific tests' test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_2) ... skipped 'POSIX specific tests' test_close_fds (test.test_subprocess.POSIXProcessTestCase.test_close_fds) ... skipped 'POSIX specific tests' test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1) ... skipped 'POSIX specific tests' test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2) ... skipped 'POSIX specific tests' test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2) ... skipped 'POSIX specific tests' test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2) ... skipped 'POSIX specific tests' test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec) ... skipped 'POSIX specific tests' test_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase.test_close_fds_when_max_fd_is_lowered) Confirm that issue21618 is fixed (may fail under valgrind). ... skipped 'POSIX specific tests' test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close) ... skipped 'POSIX specific tests' test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout) ... skipped 'POSIX specific tests' test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush) ... skipped 'POSIX specific tests' test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write) ... skipped 'POSIX specific tests' test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close) ... skipped 'POSIX specific tests' test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_args_0) Test error in the child raised in the parent for a bad args[0]. ... skipped 'POSIX specific tests' test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_executable) Test error in the child raised in the parent for a bad executable. ... skipped 'POSIX specific tests' test_exception_cwd (test.test_subprocess.POSIXProcessTestCase.test_exception_cwd) Test error in the child raised in the parent for a bad cwd. ... skipped 'POSIX specific tests' test_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_bad_data) Test error passing done through errpipe_write where its not ... skipped 'POSIX specific tests' test_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_normal) Test error passing done through errpipe_write in the good case ... skipped 'POSIX specific tests' test_extra_groups (test.test_subprocess.POSIXProcessTestCase.test_extra_groups) ... skipped 'POSIX specific tests' test_extra_groups_error (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_error) ... skipped 'POSIX specific tests' test_fork_exec (test.test_subprocess.POSIXProcessTestCase.test_fork_exec) ... skipped 'POSIX specific tests' test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check) ... skipped 'POSIX specific tests' test_group (test.test_subprocess.POSIXProcessTestCase.test_group) ... skipped 'POSIX specific tests' test_group_error (test.test_subprocess.POSIXProcessTestCase.test_group_error) ... skipped 'POSIX specific tests' test_invalid_args (test.test_subprocess.POSIXProcessTestCase.test_invalid_args) ... skipped 'POSIX specific tests' test_kill (test.test_subprocess.POSIXProcessTestCase.test_kill) ... skipped 'POSIX specific tests' test_kill_dead (test.test_subprocess.POSIXProcessTestCase.test_kill_dead) ... skipped 'POSIX specific tests' test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed) ... skipped 'POSIX specific tests' test_pass_fds (test.test_subprocess.POSIXProcessTestCase.test_pass_fds) ... skipped 'POSIX specific tests' test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable) ... skipped 'POSIX specific tests' test_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_redirected) Regression test for https://bugs.python.org/issue32270. ... skipped 'POSIX specific tests' test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec) ... skipped 'POSIX specific tests' test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools) ... skipped 'POSIX specific tests' test_preexec (test.test_subprocess.POSIXProcessTestCase.test_preexec) ... skipped 'POSIX specific tests' test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes) Issue16140: Don't double close pipes on preexec error. ... skipped 'POSIX specific tests' test_preexec_exception (test.test_subprocess.POSIXProcessTestCase.test_preexec_exception) ... skipped 'POSIX specific tests' test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure) ... skipped 'POSIX specific tests' test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure) ... skipped 'POSIX specific tests' test_process_group_0 (test.test_subprocess.POSIXProcessTestCase.test_process_group_0) ... skipped 'POSIX specific tests' test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds) ... skipped 'POSIX specific tests' test_restore_signals (test.test_subprocess.POSIXProcessTestCase.test_restore_signals) ... skipped 'POSIX specific tests' test_run_abort (test.test_subprocess.POSIXProcessTestCase.test_run_abort) ... skipped 'POSIX specific tests' test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered) ... skipped 'POSIX specific tests' test_send_signal (test.test_subprocess.POSIXProcessTestCase.test_send_signal) ... skipped 'POSIX specific tests' test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead) ... skipped 'POSIX specific tests' test_send_signal_race (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race) ... skipped 'POSIX specific tests' test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2) ... skipped 'POSIX specific tests' test_shell_sequence (test.test_subprocess.POSIXProcessTestCase.test_shell_sequence) ... skipped 'POSIX specific tests' test_shell_string (test.test_subprocess.POSIXProcessTestCase.test_shell_string) ... skipped 'POSIX specific tests' test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase.test_small_errpipe_write_fd) Issue #15798: Popen should work when stdio fds are available. ... skipped 'POSIX specific tests' test_specific_shell (test.test_subprocess.POSIXProcessTestCase.test_specific_shell) ... skipped 'POSIX specific tests' test_start_new_session (test.test_subprocess.POSIXProcessTestCase.test_start_new_session) ... skipped 'POSIX specific tests' test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd) ... skipped 'POSIX specific tests' test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd) ... skipped 'POSIX specific tests' test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd) ... skipped 'POSIX specific tests' test_stopped (test.test_subprocess.POSIXProcessTestCase.test_stopped) Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. ... skipped 'POSIX specific tests' test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message) ... skipped 'POSIX specific tests' test_swap_fds (test.test_subprocess.POSIXProcessTestCase.test_swap_fds) ... skipped 'POSIX specific tests' test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed) ... skipped 'POSIX specific tests' test_terminate (test.test_subprocess.POSIXProcessTestCase.test_terminate) ... skipped 'POSIX specific tests' test_terminate_dead (test.test_subprocess.POSIXProcessTestCase.test_terminate_dead) ... skipped 'POSIX specific tests' test_umask (test.test_subprocess.POSIXProcessTestCase.test_umask) ... skipped 'POSIX specific tests' test_undecodable_env (test.test_subprocess.POSIXProcessTestCase.test_undecodable_env) ... skipped 'POSIX specific tests' test_user (test.test_subprocess.POSIXProcessTestCase.test_user) ... skipped 'POSIX specific tests' test_user_error (test.test_subprocess.POSIXProcessTestCase.test_user_error) ... skipped 'POSIX specific tests' test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored) ... skipped 'POSIX specific tests' test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del) ... skipped 'POSIX specific tests' test__use_vfork (test.test_subprocess.ProcessTestCase.test__use_vfork) ... skipped 'vfork() not enabled by configure.' test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode) ... ERROR test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode) ... ERROR test_bufsize_is_none (test.test_subprocess.ProcessTestCase.test_bufsize_is_none) ... ok test_bytes_executable (test.test_subprocess.ProcessTestCase.test_bytes_executable) ... ok test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell) ... skipped 'executable argument replaces shell' test_call_kwargs (test.test_subprocess.ProcessTestCase.test_call_kwargs) ... ok test_call_seq (test.test_subprocess.ProcessTestCase.test_call_seq) ... ok test_call_timeout (test.test_subprocess.ProcessTestCase.test_call_timeout) ... ok test_check_call_nonzero (test.test_subprocess.ProcessTestCase.test_check_call_nonzero) ... ok test_check_call_zero (test.test_subprocess.ProcessTestCase.test_check_call_zero) ... ok test_check_output (test.test_subprocess.ProcessTestCase.test_check_output) ... ok test_check_output_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_input_arg) ... ok test_check_output_input_none (test.test_subprocess.ProcessTestCase.test_check_output_input_none) input=None has a legacy meaning of input='' on check_output. ... ok test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors) ... ok test_check_output_input_none_text (test.test_subprocess.ProcessTestCase.test_check_output_input_none_text) ... ok test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines) ... ok test_check_output_nonzero (test.test_subprocess.ProcessTestCase.test_check_output_nonzero) ... ok test_check_output_stderr (test.test_subprocess.ProcessTestCase.test_check_output_stderr) ... ok test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg) ... ok test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg) ... ok test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg) ... ok test_check_output_timeout (test.test_subprocess.ProcessTestCase.test_check_output_timeout) ... skipped "resource 'walltime' is not enabled" test_class_getitems (test.test_subprocess.ProcessTestCase.test_class_getitems) ... ok test_communicate (test.test_subprocess.ProcessTestCase.test_communicate) ... ok test_communicate_eintr (test.test_subprocess.ProcessTestCase.test_communicate_eintr) ... skipped 'Requires signal.SIGUSR1' test_communicate_epipe (test.test_subprocess.ProcessTestCase.test_communicate_epipe) ... ok test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin) ... ok test_communicate_errors (test.test_subprocess.ProcessTestCase.test_communicate_errors) ... ok test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf) ... ok test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak) ... ok test_communicate_returns (test.test_subprocess.ProcessTestCase.test_communicate_returns) ... ok test_communicate_stderr (test.test_subprocess.ProcessTestCase.test_communicate_stderr) ... ok test_communicate_stdin (test.test_subprocess.ProcessTestCase.test_communicate_stdin) ... ok test_communicate_stdout (test.test_subprocess.ProcessTestCase.test_communicate_stdout) ... ok test_communicate_timeout (test.test_subprocess.ProcessTestCase.test_communicate_timeout) ... ok test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output) ... ok test_cwd (test.test_subprocess.ProcessTestCase.test_cwd) ... ok test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg) ... ok test_cwd_with_bytes (test.test_subprocess.ProcessTestCase.test_cwd_with_bytes) ... ok test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike) ... ok test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg) ... skipped 'pending resolution of issue #15533' test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable) ... skipped 'pending resolution of issue #15533' test_double_close_on_error (test.test_subprocess.ProcessTestCase.test_double_close_on_error) ... ok test_empty_env (test.test_subprocess.ProcessTestCase.test_empty_env) Verify that env={} is as empty as possible. ... skipped 'cannot test an empty env on Windows' test_env (test.test_subprocess.ProcessTestCase.test_env) ... ok test_executable (test.test_subprocess.ProcessTestCase.test_executable) ... ok test_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_executable_replaces_shell) ... skipped 'executable argument replaces shell' test_executable_takes_precedence (test.test_subprocess.ProcessTestCase.test_executable_takes_precedence) ... ok test_executable_with_cwd (test.test_subprocess.ProcessTestCase.test_executable_with_cwd) ... ok test_executable_without_cwd (test.test_subprocess.ProcessTestCase.test_executable_without_cwd) ... ok test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase.test_failed_child_execute_fd_leak) Test for the fork() failure fd leak reported in issue16327. ... skipped 'Linux specific' test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename) ... skipped 'behavior currently not supported on Windows' test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd) ... skipped 'behavior currently not supported on Windows' test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception) ... ok test_invalid_args (test.test_subprocess.ProcessTestCase.test_invalid_args) ... ok test_invalid_bufsize (test.test_subprocess.ProcessTestCase.test_invalid_bufsize) ... ok test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd) ... FAIL test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env) ... ERROR test_io_buffered_by_default (test.test_subprocess.ProcessTestCase.test_io_buffered_by_default) ... ok test_io_unbuffered_works (test.test_subprocess.ProcessTestCase.test_io_unbuffered_works) ... ok test_issue8780 (test.test_subprocess.ProcessTestCase.test_issue8780) ... And now for something completely different: ``snow! snow! (ter)'' ok test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error) ... skipped "resource 'cpu' is not enabled" test_list2cmdline (test.test_subprocess.ProcessTestCase.test_list2cmdline) ... ok test_no_leaking (test.test_subprocess.ProcessTestCase.test_no_leaking) ... skipped 'failed to reach the file descriptor limit (tried 2050)' test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes) ... skipped 'need msvcrt.CrtSetReportMode' test_one_environment_variable (test.test_subprocess.ProcessTestCase.test_one_environment_variable) ... ok test_pathlike_executable (test.test_subprocess.ProcessTestCase.test_pathlike_executable) ... ok test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell) ... skipped 'executable argument replaces shell' test_pipesize_default (test.test_subprocess.ProcessTestCase.test_pipesize_default) ... skipped 'fcntl.F_GETPIPE_SZ required for test.' test_pipesizes (test.test_subprocess.ProcessTestCase.test_pipesizes) ... skipped 'fcntl.F_GETPIPE_SZ required for test.' test_poll (test.test_subprocess.ProcessTestCase.test_poll) ... ok test_repr (test.test_subprocess.ProcessTestCase.test_repr) ... ok test_stderr_devnull (test.test_subprocess.ProcessTestCase.test_stderr_devnull) ... ok test_stderr_filedes (test.test_subprocess.ProcessTestCase.test_stderr_filedes) ... ok test_stderr_fileobj (test.test_subprocess.ProcessTestCase.test_stderr_fileobj) ... ok test_stderr_none (test.test_subprocess.ProcessTestCase.test_stderr_none) ... ok test_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stderr_pipe) ... ok test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect) ... ok test_stdin_devnull (test.test_subprocess.ProcessTestCase.test_stdin_devnull) ... ok test_stdin_filedes (test.test_subprocess.ProcessTestCase.test_stdin_filedes) ... ok test_stdin_fileobj (test.test_subprocess.ProcessTestCase.test_stdin_fileobj) ... ok test_stdin_none (test.test_subprocess.ProcessTestCase.test_stdin_none) ... ok test_stdin_pipe (test.test_subprocess.ProcessTestCase.test_stdin_pipe) ... ok test_stdout_devnull (test.test_subprocess.ProcessTestCase.test_stdout_devnull) ... ok test_stdout_filedes (test.test_subprocess.ProcessTestCase.test_stdout_filedes) ... ok test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout) ... ok test_stdout_fileobj (test.test_subprocess.ProcessTestCase.test_stdout_fileobj) ... ok test_stdout_none (test.test_subprocess.ProcessTestCase.test_stdout_none) ... ok test_stdout_pipe (test.test_subprocess.ProcessTestCase.test_stdout_pipe) ... ok test_stdout_stderr_file (test.test_subprocess.ProcessTestCase.test_stdout_stderr_file) ... ok test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe) ... ok test_threadsafe_wait (test.test_subprocess.ProcessTestCase.test_threadsafe_wait) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text) ... ok test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate) ... ok test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings) ... ok test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none) ... ok test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr) ... ok test_wait (test.test_subprocess.ProcessTestCase.test_wait) ... ok test_wait_negative_timeout (test.test_subprocess.ProcessTestCase.test_wait_negative_timeout) ... ok test_wait_timeout (test.test_subprocess.ProcessTestCase.test_wait_timeout) ... ok test_win32_duplicate_envs (test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs) ... FAIL test_win32_invalid_env (test.test_subprocess.ProcessTestCase.test_win32_invalid_env) ... FAIL test_writes_before_communicate (test.test_subprocess.ProcessTestCase.test_writes_before_communicate) ... ok test__use_vfork (test.test_subprocess.ProcessTestCaseNoPoll.test__use_vfork) ... skipped 'Test needs selectors.PollSelector' test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode) ... skipped 'Test needs selectors.PollSelector' test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode) ... skipped 'Test needs selectors.PollSelector' test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none) ... skipped 'Test needs selectors.PollSelector' test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable) ... skipped 'Test needs selectors.PollSelector' test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell) ... skipped 'Test needs selectors.PollSelector' test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs) ... skipped 'Test needs selectors.PollSelector' test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq) ... skipped 'Test needs selectors.PollSelector' test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout) ... skipped 'Test needs selectors.PollSelector' test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero) ... skipped 'Test needs selectors.PollSelector' test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero) ... skipped 'Test needs selectors.PollSelector' test_check_output (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output) ... skipped 'Test needs selectors.PollSelector' test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg) ... skipped 'Test needs selectors.PollSelector' test_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none) input=None has a legacy meaning of input='' on check_output. ... skipped 'Test needs selectors.PollSelector' test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors) ... skipped 'Test needs selectors.PollSelector' test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text) ... skipped 'Test needs selectors.PollSelector' test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines) ... skipped 'Test needs selectors.PollSelector' test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero) ... skipped 'Test needs selectors.PollSelector' test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr) ... skipped 'Test needs selectors.PollSelector' test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg) ... skipped 'Test needs selectors.PollSelector' test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg) ... skipped 'Test needs selectors.PollSelector' test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg) ... skipped 'Test needs selectors.PollSelector' test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout) ... skipped 'Test needs selectors.PollSelector' test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems) ... skipped 'Test needs selectors.PollSelector' test_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate) ... skipped 'Test needs selectors.PollSelector' test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr) ... skipped 'Test needs selectors.PollSelector' test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe) ... skipped 'Test needs selectors.PollSelector' test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin) ... skipped 'Test needs selectors.PollSelector' test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors) ... skipped 'Test needs selectors.PollSelector' test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf) ... skipped 'Test needs selectors.PollSelector' test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak) ... skipped 'Test needs selectors.PollSelector' test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns) ... skipped 'Test needs selectors.PollSelector' test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr) ... skipped 'Test needs selectors.PollSelector' test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin) ... skipped 'Test needs selectors.PollSelector' test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout) ... skipped 'Test needs selectors.PollSelector' test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout) ... skipped 'Test needs selectors.PollSelector' test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output) ... skipped 'Test needs selectors.PollSelector' test_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd) ... skipped 'Test needs selectors.PollSelector' test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg) ... skipped 'Test needs selectors.PollSelector' test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes) ... skipped 'Test needs selectors.PollSelector' test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike) ... skipped 'Test needs selectors.PollSelector' test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg) ... skipped 'Test needs selectors.PollSelector' test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable) ... skipped 'Test needs selectors.PollSelector' test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error) ... skipped 'Test needs selectors.PollSelector' test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env) Verify that env={} is as empty as possible. ... skipped 'Test needs selectors.PollSelector' test_env (test.test_subprocess.ProcessTestCaseNoPoll.test_env) ... skipped 'Test needs selectors.PollSelector' test_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_executable) ... skipped 'Test needs selectors.PollSelector' test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell) ... skipped 'Test needs selectors.PollSelector' test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence) ... skipped 'Test needs selectors.PollSelector' test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd) ... skipped 'Test needs selectors.PollSelector' test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd) ... skipped 'Test needs selectors.PollSelector' test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_failed_child_execute_fd_leak) Test for the fork() failure fd leak reported in issue16327. ... skipped 'Test needs selectors.PollSelector' test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename) ... skipped 'Test needs selectors.PollSelector' test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd) ... skipped 'Test needs selectors.PollSelector' test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception) ... skipped 'Test needs selectors.PollSelector' test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args) ... skipped 'Test needs selectors.PollSelector' test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize) ... skipped 'Test needs selectors.PollSelector' test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd) ... skipped 'Test needs selectors.PollSelector' test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env) ... skipped 'Test needs selectors.PollSelector' test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default) ... skipped 'Test needs selectors.PollSelector' test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works) ... skipped 'Test needs selectors.PollSelector' test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780) ... skipped 'Test needs selectors.PollSelector' test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error) ... skipped 'Test needs selectors.PollSelector' test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline) ... skipped 'Test needs selectors.PollSelector' test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking) ... skipped 'Test needs selectors.PollSelector' test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes) ... skipped 'Test needs selectors.PollSelector' test_one_environment_variable (test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable) ... skipped 'Test needs selectors.PollSelector' test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable) ... skipped 'Test needs selectors.PollSelector' test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell) ... skipped 'Test needs selectors.PollSelector' test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default) ... skipped 'Test needs selectors.PollSelector' test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes) ... skipped 'Test needs selectors.PollSelector' test_poll (test.test_subprocess.ProcessTestCaseNoPoll.test_poll) ... skipped 'Test needs selectors.PollSelector' test_repr (test.test_subprocess.ProcessTestCaseNoPoll.test_repr) ... skipped 'Test needs selectors.PollSelector' test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull) ... skipped 'Test needs selectors.PollSelector' test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes) ... skipped 'Test needs selectors.PollSelector' test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj) ... skipped 'Test needs selectors.PollSelector' test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none) ... skipped 'Test needs selectors.PollSelector' test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe) ... skipped 'Test needs selectors.PollSelector' test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect) ... skipped 'Test needs selectors.PollSelector' test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull) ... skipped 'Test needs selectors.PollSelector' test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes) ... skipped 'Test needs selectors.PollSelector' test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj) ... skipped 'Test needs selectors.PollSelector' test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none) ... skipped 'Test needs selectors.PollSelector' test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe) ... skipped 'Test needs selectors.PollSelector' test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull) ... skipped 'Test needs selectors.PollSelector' test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes) ... skipped 'Test needs selectors.PollSelector' test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout) ... skipped 'Test needs selectors.PollSelector' test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj) ... skipped 'Test needs selectors.PollSelector' test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none) ... skipped 'Test needs selectors.PollSelector' test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe) ... skipped 'Test needs selectors.PollSelector' test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file) ... skipped 'Test needs selectors.PollSelector' test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe) ... skipped 'Test needs selectors.PollSelector' test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_threadsafe_wait) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text) ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate) ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings) ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none) ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin) ... skipped 'Test needs selectors.PollSelector' test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr) ... skipped 'Test needs selectors.PollSelector' test_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_wait) ... skipped 'Test needs selectors.PollSelector' test_wait_negative_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_negative_timeout) ... skipped 'Test needs selectors.PollSelector' test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout) ... skipped 'Test needs selectors.PollSelector' test_win32_duplicate_envs (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_duplicate_envs) ... skipped 'Test needs selectors.PollSelector' test_win32_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_invalid_env) ... skipped 'Test needs selectors.PollSelector' test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate) ... skipped 'Test needs selectors.PollSelector' test_capture_output (test.test_subprocess.RunFuncTestCase.test_capture_output) ... ok test_capture_stderr (test.test_subprocess.RunFuncTestCase.test_capture_stderr) ... ok test_capture_stdout (test.test_subprocess.RunFuncTestCase.test_capture_stdout) ... ok test_check (test.test_subprocess.RunFuncTestCase.test_check) ... ok test_check_output_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_input_arg) ... ok test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg) ... ok test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg) ... ok test_check_output_timeout (test.test_subprocess.RunFuncTestCase.test_check_output_timeout) ... skipped "resource 'walltime' is not enabled" test_check_zero (test.test_subprocess.RunFuncTestCase.test_check_zero) ... ok test_encoding_warning (test.test_subprocess.RunFuncTestCase.test_encoding_warning) ... ok test_returncode (test.test_subprocess.RunFuncTestCase.test_returncode) ... ok test_run_kwargs (test.test_subprocess.RunFuncTestCase.test_run_kwargs) ... ok test_run_with_an_empty_env (test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env) ... ok test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments) ... ok test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path) ... ok test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments) ... ok test_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output) Output capturing after a timeout mustn't hang forever on open filehandles. ... skipped "requires posix like 'sleep' shell command" test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg) ... ok test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg) ... ok test_timeout (test.test_subprocess.RunFuncTestCase.test_timeout) ... ok test_call_string (test.test_subprocess.Win32ProcessTestCase.test_call_string) ... ok test_close_fds (test.test_subprocess.Win32ProcessTestCase.test_close_fds) ... ok test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) ... FAIL test_creationflags (test.test_subprocess.Win32ProcessTestCase.test_creationflags) ... ok test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list) ... ok test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list) ... ok test_invalid_args (test.test_subprocess.Win32ProcessTestCase.test_invalid_args) ... ok test_issue31471 (test.test_subprocess.Win32ProcessTestCase.test_issue31471) ... skipped 'implementation detail specific to cpython' test_kill (test.test_subprocess.Win32ProcessTestCase.test_kill) ... ok test_kill_dead (test.test_subprocess.Win32ProcessTestCase.test_kill_dead) ... ok test_send_signal (test.test_subprocess.Win32ProcessTestCase.test_send_signal) ... ok test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead) ... ok test_shell_encodings (test.test_subprocess.Win32ProcessTestCase.test_shell_encodings) ... ok test_shell_sequence (test.test_subprocess.Win32ProcessTestCase.test_shell_sequence) ... ok test_shell_string (test.test_subprocess.Win32ProcessTestCase.test_shell_string) ... ok test_startupinfo (test.test_subprocess.Win32ProcessTestCase.test_startupinfo) ... ok test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy) ... ok test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords) ... ok test_terminate (test.test_subprocess.Win32ProcessTestCase.test_terminate) ... ok test_terminate_dead (test.test_subprocess.Win32ProcessTestCase.test_terminate_dead) ... ok ====================================================================== ERROR: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode) ---------------------------------------------------------------------- OSError: [Errno 9] Bad file descriptor During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 1343, in test_bufsize_equal_one_binary_mode self._test_bufsize_equal_one(line, b'', universal_newlines=False) ^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 1312, in _test_bufsize_equal_one with subprocess.Popen([sys.executable, "-c", "import sys;" File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\subprocess.py", line 1099, in __exit__ self.stdin.close() ^^^^^ OSError: [Errno 9] Bad file descriptor ====================================================================== ERROR: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 1323, in _test_bufsize_equal_one with support.SuppressCrashReport(): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1564, in __enter__ self.old_value = msvcrt.GetErrorMode() ^^^^^^^^^^^^ TypeError: 'unsigned int(*)(unsigned int)' expects 1 arguments, got 0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 1336, in test_bufsize_equal_one_text_mode self._test_bufsize_equal_one(line, line, universal_newlines=True) ^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 1312, in _test_bufsize_equal_one with subprocess.Popen([sys.executable, "-c", "import sys;" File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\subprocess.py", line 1099, in __exit__ self.stdin.close() ^^^^^ OSError: [Errno 9] Bad file descriptor ====================================================================== ERROR: test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 871, in test_invalid_env subprocess.Popen(ZERO_RETURN_CMD, env=newenv) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\subprocess.py", line 1551, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 307, in CreateProcess raise_WinError() File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 36, in raise_WinError raise excep OSError: [WinError 87] The parameter is incorrect ====================================================================== FAIL: test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 859, in test_invalid_cmd with self.assertRaises(ValueError): AssertionError: ValueError not raised ====================================================================== FAIL: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 803, in test_win32_duplicate_envs self.assertEqual(stdout.strip(), b"frUit=banana") ^^^^^^^^^^^ AssertionError: b'fRUit=banana' != b'frUit=banana' ====================================================================== FAIL: test_win32_invalid_env (test.test_subprocess.ProcessTestCase.test_win32_invalid_env) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 901, in test_win32_invalid_env with self.assertRaises(ValueError): AssertionError: ValueError not raised ====================================================================== FAIL: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_subprocess.py", line 3528, in test_close_fds_with_stdio self.assertEqual(p.returncode, 1) ^^^^^^^^^^^ AssertionError: 0 != 1 ---------------------------------------------------------------------- Ran 339 tests in 19.817s FAILED (failures=4, errors=3, skipped=200) test_subprocess failed (3 errors, 4 failures) == Tests result: FAILURE == 1 test failed: test_subprocess Total duration: 20.7 sec Total tests: run=339 failures=4 skipped=200 Total test files: run=1/1 failed=1 Result: FAILURE Python 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-alpha0 with MSC v.1941 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_pypy_interact.py", line 46, in interactive_console run_interactive(mainmodule) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\main.py", line 60, in interactive_console run_multiline_interactive_console(console) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\simple_interact.py", line 155, in run_multiline_interactive_console statement = multiline_input(more_lines, ps1, ps2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\readline.py", line 487, in multiline_input return reader.readline() ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\reader.py", line 780, in readline self.prepare() ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\historical_reader.py", line 286, in prepare super().prepare() ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\reader.py", line 634, in prepare self.console.prepare() ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\windows_console.py", line 314, in prepare self.height, self.width = self.getheightwidth() ^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\pyrepl\windows_console.py", line 358, in getheightwidth raise WinError(GetLastError()) OSError: [WinError 0] The operation completed successfully a DOS box should flash briefly ... test test_subprocess failed . lib-python/3/test/test_sunau.py::unmodified . lib-python/3/test/test_sundry.py::unmodified . lib-python/3/test/test_super.py::unmodified F lib-python/3/test/test_support.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_7236æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2064174987 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_support test_CleanImport (test.test_support.TestSupport.test_CleanImport) ... ok test_DirsOnSysPath (test.test_support.TestSupport.test_DirsOnSysPath) ... ok test_HOST (test.test_support.TestSupport.test_HOST) ... ok test_args_from_interpreter_flags (test.test_support.TestSupport.test_args_from_interpreter_flags) ... skipped "resource 'cpu' is not enabled" test_bind_port (test.test_support.TestSupport.test_bind_port) ... ok test_captured_stderr (test.test_support.TestSupport.test_captured_stderr) ... ok test_captured_stdin (test.test_support.TestSupport.test_captured_stdin) ... ok test_captured_stdout (test.test_support.TestSupport.test_captured_stdout) ... ok test_change_cwd (test.test_support.TestSupport.test_change_cwd) ... ok test_change_cwd__chdir_warning (test.test_support.TestSupport.test_change_cwd__chdir_warning) Check the warning message when os.chdir() fails. ... ok test_change_cwd__non_existent_dir (test.test_support.TestSupport.test_change_cwd__non_existent_dir) Test passing a non-existent directory. ... ok test_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport.test_change_cwd__non_existent_dir__quiet_true) Test passing a non-existent directory with quiet=True. ... ok test_check__all__ (test.test_support.TestSupport.test_check__all__) ... ok test_check_syntax_error (test.test_support.TestSupport.test_check_syntax_error) ... ok test_copy_python_src_ignore (test.test_support.TestSupport.test_copy_python_src_ignore) ... skipped "cannot access Python source code directory: 'D:\\\\pypy_stuff\\\\buildbot64\\\\slave\\\\pypy-c-jit-win-x86-64\\\\build\\\\pypy\\\\goal\\\\Modules' landmark is missing" test_detect_api_mismatch (test.test_support.TestSupport.test_detect_api_mismatch) ... ok test_detect_api_mismatch__ignore (test.test_support.TestSupport.test_detect_api_mismatch__ignore) ... ok test_fd_count (test.test_support.TestSupport.test_fd_count) ... ok test_find_unused_port (test.test_support.TestSupport.test_find_unused_port) ... ok test_forget (test.test_support.TestSupport.test_forget) ... ok test_gc_collect (test.test_support.TestSupport.test_gc_collect) ... ok test_get_attribute (test.test_support.TestSupport.test_get_attribute) ... ok test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout) ... skipped 'failing buildbots' test_get_recursion_depth (test.test_support.TestSupport.test_get_recursion_depth) ... FAIL test_has_strftime_extensions (test.test_support.TestSupport.test_has_strftime_extensions) ... ok test_ignored_deprecations_are_silent (test.test_support.TestSupport.test_ignored_deprecations_are_silent) Test support.ignore_deprecations_from() silences warnings ... ok test_import_fresh_module (test.test_support.TestSupport.test_import_fresh_module) ... ok test_import_module (test.test_support.TestSupport.test_import_module) ... ok test_make_bad_fd (test.test_support.TestSupport.test_make_bad_fd) ... ok test_optim_args_from_interpreter_flags (test.test_support.TestSupport.test_optim_args_from_interpreter_flags) ... ok test_parse_memlimit (test.test_support.TestSupport.test_parse_memlimit) ... ok test_print_warning (test.test_support.TestSupport.test_print_warning) ... ok test_python_is_optimized (test.test_support.TestSupport.test_python_is_optimized) ... ok test_reap_children (test.test_support.TestSupport.test_reap_children) ... skipped 'need os.waitpid() and os.WNOHANG' test_recursion (test.test_support.TestSupport.test_recursion) ... skipped 'not supported on PyPy' test_rmtree (test.test_support.TestSupport.test_rmtree) ... ok test_set_memlimit (test.test_support.TestSupport.test_set_memlimit) ... ok test_sortdict (test.test_support.TestSupport.test_sortdict) ... ok test_swap_attr (test.test_support.TestSupport.test_swap_attr) ... ok test_swap_item (test.test_support.TestSupport.test_swap_item) ... ok test_temp_cwd (test.test_support.TestSupport.test_temp_cwd) ... ok test_temp_cwd__name_none (test.test_support.TestSupport.test_temp_cwd__name_none) Test passing None to temp_cwd(). ... ok test_temp_dir (test.test_support.TestSupport.test_temp_dir) Test that temp_dir() creates and destroys its directory. ... ok test_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_default) Test passing a directory that already exists. ... ok test_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_true) Test passing a directory that already exists with quiet=True. ... ok test_temp_dir__forked_child (test.test_support.TestSupport.test_temp_dir__forked_child) Test that a forked child process does not remove the directory. ... skipped 'requires working os.fork()' test_temp_dir__path_none (test.test_support.TestSupport.test_temp_dir__path_none) Test passing no path. ... ok test_unlink (test.test_support.TestSupport.test_unlink) ... ok test_unload (test.test_support.TestSupport.test_unload) ... ok ====================================================================== FAIL: test_get_recursion_depth (test.test_support.TestSupport.test_get_recursion_depth) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_support.py", line 639, in test_get_recursion_depth script_helper.assert_python_ok("-c", code) ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 151, in _assert_python res.fail(cmd_line) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy3.11-c.exe', '-X', 'faulthandler', '-I', '-c', '\nfrom test import support\nimport sys\ntry:\n from _testcapi import USE_STACKCHECK\nexcept ImportError:\n USE_STACKCHECK = False\n\ndef check(cond):\n if not cond:\n raise AssertionError("test failed")\n\n# depth 1\ncheck(support.get_recursion_depth() == 1)\n\n# depth 2\ndef test_func():\n check(support.get_recursion_depth() == 2)\ntest_func()\n\ndef test_recursive(depth, limit):\n if depth >= limit:\n # cannot call get_recursion_depth() at this depth,\n # it can raise RecursionError\n return\n get_depth = support.get_recursion_depth()\n print(f"test_recursive: {depth}/{limit}: "\n f"get_recursion_depth() says {get_depth}")\n check(get_depth == depth)\n test_recursive(depth + 1, limit)\n\nif USE_STACKCHECK:\n # f-string consumes 2 frames and -1 for USE_STACKCHECK\n IGNORE = 3\nelse:\n # f-string consumes 2 frames\n IGNORE = 2\n\n# depth up to 25\nwith support.infinite_recursion(max_depth=25):\n limit = sys.getrecursionlimit()\n print(f"test with sys.getrecursionlimit()={limit}")\n test_recursive(2, limit - IGNORE)\n\n# depth up to 500\nwith support.infinite_recursion(max_depth=500):\n limit = sys.getrecursionlimit()\n print(f"test with sys.getrecursionlimit()={limit}")\n test_recursive(2, limit - IGNORE)\n'] stdout: --- test with sys.getrecursionlimit()=26 test_recursive: 2/24: get_recursion_depth() says 2 test_recursive: 3/24: get_recursion_depth() says 3 test_recursive: 4/24: get_recursion_depth() says 4 test_recursive: 5/24: get_recursion_depth() says 5 test_recursive: 6/24: get_recursion_depth() says 6 test_recursive: 7/24: get_recursion_depth() says 7 test_recursive: 8/24: get_recursion_depth() says 8 test_recursive: 9/24: get_recursion_depth() says 9 test_recursive: 10/24: get_recursion_depth() says 10 test_recursive: 11/24: get_recursion_depth() says 11 test_recursive: 12/24: get_recursion_depth() says 12 test_recursive: 13/24: get_recursion_depth() says 13 test_recursive: 14/24: get_recursion_depth() says 14 test_recursive: 15/24: get_recursion_depth() says 15 test_recursive: 16/24: get_recursion_depth() says 16 test_recursive: 17/24: get_recursion_depth() says 17 test_recursive: 18/24: get_recursion_depth() says 18 --- stderr: --- Traceback (most recent call last): File "", line 43, in File "", line 30, in test_recursive File "", line 30, in test_recursive File "", line 30, in test_recursive [Previous line repeated 14 more times] File "", line 27, in test_recursive File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\encodings\utf_8.py", line 20, in encode return codecs.utf_8_encode(input, self.errors)[0] ^^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded --- ---------------------------------------------------------------------- Ran 49 tests in 3.753s FAILED (failures=1, skipped=6) test_support failed (1 failure) == Tests result: FAILURE == 1 test failed: test_support Total duration: 4.3 sec Total tests: run=49 failures=1 skipped=6 Total test files: run=1/1 failed=1 Result: FAILURE test test_support failed s lib-python/3/test/test_symtable.py::unmodified Skipped: implementation detail . lib-python/3/test/test_syntax.py::unmodified F lib-python/3/test/test_sys.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_8980æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 281861967 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_sys test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception) ... ok test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance) ... ok test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type) ... ok test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception) ... ok test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance) ... ok test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type) ... ok test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook) ... ok test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook) ... ok test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook) ... ok test_excepthook (test.test_sys.ExceptHookTest.test_excepthook) ... ok test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename) ... ok test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook) ... ok test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks) ... skipped 'implementation detail specific to cpython' test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference) ... skipped 'implementation detail specific to cpython' test_default (test.test_sys.SizeofTest.test_default) ... skipped 'implementation detail specific to cpython' test_errors (test.test_sys.SizeofTest.test_errors) ... skipped 'implementation detail specific to cpython' test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size) ... skipped 'implementation detail specific to cpython' test_objecttypes (test.test_sys.SizeofTest.test_objecttypes) ... skipped 'implementation detail specific to cpython' test_pythontypes (test.test_sys.SizeofTest.test_pythontypes) ... skipped 'implementation detail specific to cpython' test_slots (test.test_sys.SizeofTest.test_slots) ... skipped 'implementation detail specific to cpython' test_43581 (test.test_sys.SysModuleTest.test_43581) ... ok test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) ... skipped 'needs sys._enablelegacywindowsfsencoding()' test_attributes (test.test_sys.SysModuleTest.test_attributes) ... ok test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape) ... FAIL test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing) ... ok test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache) ... skipped 'implementation detail specific to cpython' test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions) ... ok test_current_frames (test.test_sys.SysModuleTest.test_current_frames) ... ok test_current_frames_exceptions_deadlock (test.test_sys.SysModuleTest.test_current_frames_exceptions_deadlock) Reproduce the bug raised in GH-106883 and GH-116969. ... skipped 'requires working os.fork()' test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats) ... skipped 'implementation detail specific to cpython' test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags) ... skipped 'test needs sys.setdlopenflags()' test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) ... skipped 'only available on Emscripten' test_executable (test.test_sys.SysModuleTest.test_executable) ... ok test_exit (test.test_sys.SysModuleTest.test_exit) ... ok test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks) ... skipped 'sys.getallocatedblocks unavailable on this build' test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) ... skipped 'need sys.getandroidapilevel()' test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding) ... ok test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding) ... ok test_getframe (test.test_sys.SysModuleTest.test_getframe) ... ok test_getrecursionlimit (test.test_sys.SysModuleTest.test_getrecursionlimit) ... ok test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) ... ok test_implementation (test.test_sys.SysModuleTest.test_implementation) ... ok test_intern (test.test_sys.SysModuleTest.test_intern) ... ok test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding) ... ok test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii) ... ok test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing) ... skipped 'implementation detail specific to cpython' test_issue20602 (test.test_sys.SysModuleTest.test_issue20602) ... skipped 'implementation detail specific to cpython' test_module_names (test.test_sys.SysModuleTest.test_module_names) ... ok test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path) ... ok test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv) ... ok test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape) ... FAIL test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery) ... ok test_refcount (test.test_sys.SysModuleTest.test_refcount) ... skipped 'implementation detail specific to cpython' test_setrecursionlimit (test.test_sys.SysModuleTest.test_setrecursionlimit) ... ok test_setrecursionlimit_to_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth) ... skipped 'implementation detail specific to cpython' test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir) ... ok test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval) ... ok test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags) ... ok test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation) ... ok test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) ... FAIL test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data) ... ok test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit) ... ok test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation) ... ok test_thread_info (test.test_sys.SysModuleTest.test_thread_info) ... FAIL test_custom_unraisablehook (test.test_sys.UnraisableHookTest.test_custom_unraisablehook) ... skipped 'implementation detail specific to cpython' test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail) ... skipped 'implementation detail specific to cpython' test_original_unraisablehook (test.test_sys.UnraisableHookTest.test_original_unraisablehook) ... skipped 'implementation detail specific to cpython' test_original_unraisablehook_err (test.test_sys.UnraisableHookTest.test_original_unraisablehook_err) ... skipped 'implementation detail specific to cpython' test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname) ... skipped 'implementation detail specific to cpython' test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type) ... skipped 'implementation detail specific to cpython' ====================================================================== FAIL: test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 964, in test_c_locale_surrogateescape self.check_locale_surrogateescape('C') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 926, in check_locale_surrogateescape self.assertEqual(out, ^^^^^^^^^^^ AssertionError: 'stdin: strict\nstdout: strict\nstderr: backslashreplace\n' != 'stdin: surrogateescape\nstdout: surrogateescape\nstderr: backslashreplace\n' - stdin: strict - stdout: strict + stdin: surrogateescape + stdout: surrogateescape stderr: backslashreplace ====================================================================== FAIL: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 968, in test_posix_locale_surrogateescape self.check_locale_surrogateescape('POSIX') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 926, in check_locale_surrogateescape self.assertEqual(out, ^^^^^^^^^^^ AssertionError: 'stdin: strict\nstdout: strict\nstderr: backslashreplace\n' != 'stdin: surrogateescape\nstdout: surrogateescape\nstderr: backslashreplace\n' - stdin: strict - stdout: strict + stdin: surrogateescape + stdout: surrogateescape stderr: backslashreplace ====================================================================== FAIL: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 793, in test_sys_getwindowsversion_no_instantiation self.assert_raise_on_new_sys_type(sys.getwindowsversion()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 779, in assert_raise_on_new_sys_type with self.assertRaises(TypeError): AssertionError: TypeError not raised ====================================================================== FAIL: test_thread_info (test.test_sys.SysModuleTest.test_thread_info) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sys.py", line 713, in test_thread_info self.assertIn(info.name, ('nt', 'pthread', 'pthread-stubs', 'solaris', None)) ^^^^^^^^ AssertionError: 'win7' not found in ('nt', 'pthread', 'pthread-stubs', 'solaris', None) ---------------------------------------------------------------------- Ran 70 tests in 3.516s FAILED (failures=4, skipped=26) test_sys failed (4 failures) == Tests result: FAILURE == 1 test failed: test_sys Total duration: 4.1 sec Total tests: run=70 failures=4 skipped=26 Total test files: run=1/1 failed=1 Result: FAILURE test test_sys failed . lib-python/3/test/test_sys_setprofile.py::unmodified . lib-python/3/test/test_sys_settrace.py::unmodified F lib-python/3/test/test_sysconfig.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6004æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2282641293 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_sysconfig test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename) ... skipped 'Incompatible with PyPy' test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile) ... ok test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars) ... ok test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename) ... skipped 'Incompatible with PyPy' test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars) ... ok test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme) ... ok test_get_path (test.test_sysconfig.TestSysConfig.test_get_path) ... ok test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names) ... ok test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths) ... ok test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform) ... ok test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes) ... ok test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names) ... ok test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value) ... skipped 'Does not apply to Windows' test_main (test.test_sysconfig.TestSysConfig.test_main) ... ok test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme) ... ok test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) ... skipped 'OS X-specific test' test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) ... skipped 'test only relevant on MacOSX' test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme) ... ok test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir) ... skipped 'Incompatible with PyPy' test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd) ... ok test_symlink (test.test_sysconfig.TestSysConfig.test_symlink) ... b'' ERROR test_triplet_in_ext_suffix (test.test_sysconfig.TestSysConfig.test_triplet_in_ext_suffix) ... skipped 'multiarch-specific test' test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar) ... ok test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme) ... ok ====================================================================== ERROR: test_symlink (test.test_sysconfig.TestSysConfig.test_symlink) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sysconfig.py", line 364, in test_symlink self.assertEqual(py.call_real(*cmd), py.call_link(*cmd)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1436, in call_link return self._call(self.link, args, self._env, returncode) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1428, in _call raise RuntimeError( RuntimeError: unexpected return code: 1 (0x00000001) ---------------------------------------------------------------------- Ran 24 tests in 0.236s FAILED (errors=1, skipped=7) test_sysconfig failed (1 error) == Tests result: FAILURE == 1 test failed: test_sysconfig Total duration: 717 ms Total tests: run=24 skipped=7 Total test files: run=1/1 failed=1 Result: FAILURE b"debug: WARNING: Library path not found, using compiled-in sys.path, with\r\ndebug: WARNING: sys.prefix = 'd:\\\\pypy_stuff\\\\buildbot64\\\\slave\\\\pypy-c-jit-win-x86-64\\\\build'\r\ndebug: WARNING: Make sure the pypy3 binary is kept inside its tree of files.\r\ndebug: WARNING: It is ok to create a symlink to it from somewhere else.\r\ndebug: OperationError:\ndebug: operror-type: AttributeError\ndebug: operror-value: module 'sys' has no attribute 'base_prefix'\n" test test_sysconfig failed . lib-python/3/test/test_sysconfig_pypy.py::unmodified . lib-python/3/test/test_syslog.py::unmodified . lib-python/3/test/test_tabnanny.py::unmodified . lib-python/3/test/test_tarfile.py::unmodified F lib-python/3/test/test_tcl.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2648æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 63682399 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_tcl setUpModule (test.test_tcl) ... ERROR ====================================================================== ERROR: setUpModule (test.test_tcl) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_tcl.py", line 711, in setUpModule tcl = Tcl() ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2452, in Tcl return Tk(screenName, baseName, className, useTk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tkinter\__init__.py", line 2350, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\__init__.py", line 32, in create return TkApp(screenName, className, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 164, in __new__ Tcl_AppInit(self) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 56, in Tcl_AppInit app.raiseTclError() ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_tkinter\app.py", line 177, in raiseTclError raise TclError(tkffi.string( _tkinter.TclError: Can't find a usable init.tcl in the following directories: d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib_pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/lib/tcl8.6 d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/pypy/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/build/tcl8.6.9/library d:/pypy_stuff/buildbot64/slave/pypy-c-jit-win-x86-64/tcl8.6.9/library This probably means that Tcl wasn't installed properly. ---------------------------------------------------------------------- Ran 0 tests in 0.024s FAILED (errors=1) test_tcl failed (1 error) == Tests result: FAILURE == 1 test failed: test_tcl Total duration: 561 ms Total tests: run=0 Total test files: run=1/1 failed=1 Result: FAILURE test test_tcl failed . lib-python/3/test/test_telnetlib.py::unmodified F lib-python/3/test/test_tempfile.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_1072æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2068853837 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_tempfile test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list) ... ok test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs) ... ok test_exports (test.test_tempfile.TestExports.test_exports) ... ok test_retval (test.test_tempfile.TestGetCandidateNames.test_retval) ... ok test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing) ... ok test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind) ... ok test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive) ... ok test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists) ... ok test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable) ... ok test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing) ... ok test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template) ... ok test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template) ... ok test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples) ... ok test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none) ... ok test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib) ... ok test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike) ... ok test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles) ... ok test_basic (test.test_tempfile.TestMkdtemp.test_basic) ... ok test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory) ... ok test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory) ... ok test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file) ... ok test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok test_mode (test.test_tempfile.TestMkdtemp.test_mode) ... ok test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) ... ok test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory) ... ok test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory) ... ok test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) ... skipped "can't set the directory read-only" test_basic (test.test_tempfile.TestMkstemp.test_basic) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory) ... ok test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok test_basic (test.test_tempfile.TestMkstempInner.test_basic) ... ok test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory) ... ok test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory) ... ok test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file) ... ok test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode) ... ok test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit) ... FAIL test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory) ... ok test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory) ... ok test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) ... skipped "can't set the directory read-only" test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) ... ok test_basic (test.test_tempfile.TestMktemp.test_basic) ... ok test_many (test.test_tempfile.TestMktemp.test_many) ... ok test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding) ... ok test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode) ... ok test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic) ... ok test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager) ... ok test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named) ... ok test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close) ... ok test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close) ... ok test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter) ... ok test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup) ... ok test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close) ... ok test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error) ... ok test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str) ... ok test_many (test.test_tempfile.TestRandomNameSequence.test_many) ... ok test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness) ... skipped 'requires working os.fork()' test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic) ... ok test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods) ... ok test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem) ... ok test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover) ... ok test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover) ... ok test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover) ... ok test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close) ... ok test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file) ... ok test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file) ... ok test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno) ... ok test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface) ... ok test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase) ... ok test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover) ... ok test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover) ... ok test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties) ... ok test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small) ... ok test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse) ... ok test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode) ... ok test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding) ... ok test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter) ... ok test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential) ... ok test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines) ... ok test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential) ... ok test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) ... skipped 'requires os.chflags' test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes) ... ok test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory) ... ok test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) ... ok test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager) ... ok test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection) ... skipped 'implementation detail specific to cpython' test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors) Test that ignoring errors works when TemporaryDirectory is gced. ... skipped 'implementation detail specific to cpython' test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown) ... ok test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors) Test ignoring errors works when a tempdir is gc'ed on shutdown. ... ok test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown) ... ok test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup) ... ok test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) ... ok test_explict_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explict_cleanup_ignore_errors) Test that cleanup doesn't return an error when ignoring them. ... ok test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) ... skipped 'requires os.chflags' test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure) ... ok test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes) ... ok test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close) ... ok test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup) ... ok ====================================================================== FAIL: test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_tempfile.py", line 500, in test_noinherit self.assertFalse(retval > 0, "child process reports failure %d"%retval) ^^^^^^^^^^^ AssertionError: True is not false : child process reports failure 1 ---------------------------------------------------------------------- Ran 102 tests in 3.574s FAILED (failures=1, skipped=7) test_tempfile failed (1 failure) == Tests result: FAILURE == 1 test failed: test_tempfile Total duration: 4.4 sec Total tests: run=102 failures=1 skipped=7 Total test files: run=1/1 failed=1 Result: FAILURE Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\tf_inherit_check.py", line 9, in with SuppressCrashReport(): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 1564, in __enter__ self.old_value = msvcrt.GetErrorMode() ^^^^^^^^^^^^ TypeError: 'unsigned int(*)(unsigned int)' expects 1 arguments, got 0 test test_tempfile failed . lib-python/3/test/test_termios.py::unmodified . lib-python/3/test/test_textwrap.py::unmodified . lib-python/3/test/test_thread.py::unmodified . lib-python/3/test/test_threadedtempfile.py::unmodified . lib-python/3/test/test_threading.py::unmodified . lib-python/3/test/test_threading_local.py::unmodified . lib-python/3/test/test_threadsignals.py::unmodified F lib-python/3/test/test_time.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_1760æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 4279856346 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_time test_large_year (test.test_time.TestAsctime4dyear.test_large_year) ... ok test_negative (test.test_time.TestAsctime4dyear.test_negative) ... ok test_year (test.test_time.TestAsctime4dyear.test_year) ... ok test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds) ... ok test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds) ... ok test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble) ... ok test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec) ... skipped 'need _testcapi.PyTime_AsTimespec' test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp) ... skipped 'need _testcapi.PyTime_AsTimespec_clamp' test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval) ... ok test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp) ... ok test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds) ... ok test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject) ... ok test_bug_3061 (test.test_time.TestLocale.test_bug_3061) ... ok test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t) ... ok test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec) ... ok test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval) ... ok test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone) ... skipped 'needs tm_zone support' test_short_times (test.test_time.TestPytime.test_short_times) ... skipped 'needs tm_zone support' test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone) ... skipped 'needs tm_zone support' test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear) ... skipped 'requires strftime extension' test_large_year (test.test_time.TestStrftime4dyear.test_large_year) ... skipped 'strftime() is limited to [1; 9999] with Visual Studio' test_negative (test.test_time.TestStrftime4dyear.test_negative) ... skipped 'strftime() is limited to [1; 9999] with Visual Studio' test_year (test.test_time.TestStrftime4dyear.test_year) ... ok test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) ... skipped 'test weak linking on macOS' test_asctime (test.test_time.TimeTestCase.test_asctime) ... FAIL test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check) ... ok test_clock_getres (test.test_time.TimeTestCase.test_clock_getres) ... skipped 'need time.clock_getres()' test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic) ... skipped 'need time.clock_gettime()' test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime) ... skipped 'need time.clock_gettime()' test_clock_settime (test.test_time.TimeTestCase.test_clock_settime) ... skipped 'need time.clock_settime()' test_conversions (test.test_time.TimeTestCase.test_conversions) ... ok test_ctime (test.test_time.TimeTestCase.test_ctime) ... ok test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg) ... ok test_data_attributes (test.test_time.TimeTestCase.test_data_attributes) ... ok test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero) ... ok test_epoch (test.test_time.TimeTestCase.test_epoch) ... ok test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info) ... ok test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg) ... ok test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps) ... ok test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure) ... ok test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg) ... ok test_mktime (test.test_time.TimeTestCase.test_mktime) ... ok test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) ... ok test_monotonic (test.test_time.TimeTestCase.test_monotonic) ... ok test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime) ... skipped 'need time.clock_settime' test_perf_counter (test.test_time.TimeTestCase.test_perf_counter) ... ok test_process_time (test.test_time.TimeTestCase.test_process_time) ... ok test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid) ... skipped 'need time.pthread_getcpuclockid()' test_sleep (test.test_time.TimeTestCase.test_sleep) ... ok test_strftime (test.test_time.TimeTestCase.test_strftime) ... ok test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check) ... ok test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check) ... ok test_strptime (test.test_time.TimeTestCase.test_strptime) ... ok test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes) ... ok test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context) ... ok test_thread_time (test.test_time.TimeTestCase.test_thread_time) ... ok test_time (test.test_time.TimeTestCase.test_time) ... ok test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type) ... ok test_tzset (test.test_time.TimeTestCase.test_tzset) ... skipped 'time module has no attribute tzset' ====================================================================== FAIL: test_asctime (test.test_time.TimeTestCase.test_asctime) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_time.py", line 311, in test_asctime self.assertRaises(TypeError, time.asctime, (0,) * 10) ^^^^^^^^^^^^ AssertionError: TypeError not raised by asctime ---------------------------------------------------------------------- Ran 59 tests in 2.856s FAILED (failures=1, skipped=16) test_time failed (1 failure) == Tests result: FAILURE == 1 test failed: test_time Total duration: 3.4 sec Total tests: run=59 failures=1 skipped=16 Total test files: run=1/1 failed=1 Result: FAILURE test test_time failed . lib-python/3/test/test_timeit.py::unmodified . lib-python/3/test/test_timeout.py::unmodified s lib-python/3/test/test_tix.py::unmodified Skipped: needs display s lib-python/3/test/test_tk.py::unmodified Skipped: needs display . lib-python/3/test/test_tokenize.py::unmodified . lib-python/3/test/test_trace.py::unmodified F lib-python/3/test/test_traceback.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4632æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2397377719 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_traceback test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... skipped 'implementation detail specific to cpython' test_cause (test.test_traceback.CExcReportingTests.test_cause) ... skipped 'implementation detail specific to cpython' test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context) ... skipped 'implementation detail specific to cpython' test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive) ... skipped 'implementation detail specific to cpython' test_context (test.test_traceback.CExcReportingTests.test_context) ... skipped 'implementation detail specific to cpython' test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression) ... skipped 'implementation detail specific to cpython' test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__) ... skipped 'implementation detail specific to cpython' test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic) ... skipped 'implementation detail specific to cpython' test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause) ... skipped 'implementation detail specific to cpython' test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context) ... skipped 'implementation detail specific to cpython' test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit) ... skipped 'implementation detail specific to cpython' test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested) ... skipped 'implementation detail specific to cpython' test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit) ... skipped 'implementation detail specific to cpython' test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes) ... skipped 'implementation detail specific to cpython' test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes) ... skipped 'implementation detail specific to cpython' test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) ... test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) (modulename='__main__') ... skipped 'implementation detail specific to cpython' test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) (modulename='builtins') ... skipped 'implementation detail specific to cpython' test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) (modulename='some_module') ... skipped 'implementation detail specific to cpython' test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode) ... skipped 'implementation detail specific to cpython' test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname) ... skipped 'implementation detail specific to cpython' test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes) ... skipped 'implementation detail specific to cpython' test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes) ... test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes) (e=ValueError(42)) ... skipped 'implementation detail specific to cpython' test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes) (e=SyntaxError('bad syntax')) ... skipped 'implementation detail specific to cpython' test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note) ... skipped 'implementation detail specific to cpython' test_message_none (test.test_traceback.CExcReportingTests.test_message_none) ... skipped 'implementation detail specific to cpython' test_simple (test.test_traceback.CExcReportingTests.test_simple) ... skipped 'implementation detail specific to cpython' test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno) ... skipped 'implementation detail specific to cpython' test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol) ... skipped 'implementation detail specific to cpython' test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets) ... skipped 'implementation detail specific to cpython' test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret) ... skipped 'implementation detail specific to cpython' test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline) ... skipped 'implementation detail specific to cpython' test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... skipped 'implementation detail specific to cpython' test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... skipped 'implementation detail specific to cpython' test_caret_for_failed_assertion (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_failed_assertion) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... skipped 'implementation detail specific to cpython' test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... skipped 'implementation detail specific to cpython' test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... skipped 'implementation detail specific to cpython' test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c) ... skipped 'implementation detail specific to cpython' test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... skipped 'implementation detail specific to cpython' test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations) ... skipped 'implementation detail specific to cpython' test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... skipped 'implementation detail specific to cpython' test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line) ... skipped 'implementation detail specific to cpython' test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... skipped 'implementation detail specific to cpython' test_extract_stack (test.test_traceback.LimitTests.test_extract_stack) ... ok test_extract_tb (test.test_traceback.LimitTests.test_extract_tb) ... ok test_format_exception (test.test_traceback.LimitTests.test_format_exception) ... ok test_all (test.test_traceback.MiscTest.test_all) ... ok test_clear (test.test_traceback.MiscTracebackCases.test_clear) ... ok test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack) ... ok test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... skipped 'implementation detail specific to cpython' test_cause (test.test_traceback.PyExcReportingTests.test_cause) ... ok test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context) ... ok test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive) ... ok test_context (test.test_traceback.PyExcReportingTests.test_context) ... ok test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression) ... ok test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__) ... ok test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic) ... ok test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause) ... ok test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context) ... ok test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit) ... ok test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested) ... ok test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit) ... ok test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes) ... ok test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes) ... ok test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename) ... ok test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode) ... ok test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname) ... ok test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes) ... ok test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes) ... ok test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note) ... ok test_message_none (test.test_traceback.PyExcReportingTests.test_message_none) ... ok test_simple (test.test_traceback.PyExcReportingTests.test_simple) ... ok test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno) ... ok test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol) ... ok test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets) ... ok test_basics (test.test_traceback.TestFrame.test_basics) ... ok test_explicit_line (test.test_traceback.TestFrame.test_explicit_line) ... ok test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines) ... ok test_len (test.test_traceback.TestFrame.test_len) ... ok test_no_line (test.test_traceback.TestFrame.test_no_line) ... ok test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame) ... ok test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames) ... skipped 'implementation detail specific to cpython' test_extract_stack (test.test_traceback.TestStack.test_extract_stack) ... ok test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit) ... ok test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines) ... ok test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines) ... ok test_format_locals (test.test_traceback.TestStack.test_format_locals) ... ok test_format_smoke (test.test_traceback.TestStack.test_format_smoke) ... ok test_from_list (test.test_traceback.TestStack.test_from_list) ... ok test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack) ... ok test_locals (test.test_traceback.TestStack.test_locals) ... ok test_no_locals (test.test_traceback.TestStack.test_no_locals) ... ok test_walk_stack (test.test_traceback.TestStack.test_walk_stack) ... skipped 'implementation detail specific to cpython' test_walk_tb (test.test_traceback.TestStack.test_walk_tb) ... ok test_cause (test.test_traceback.TestTracebackException.test_cause) ... ok test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause) ... ok test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause) ... ok test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic) ... ok test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations) ... ok test_context (test.test_traceback.TestTracebackException.test_context) ... ok test_from_exception (test.test_traceback.TestTracebackException.test_from_exception) ... ok test_limit (test.test_traceback.TestTracebackException.test_limit) ... ok test_locals (test.test_traceback.TestTracebackException.test_locals) ... ok test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain) ... ok test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines) ... ok test_no_locals (test.test_traceback.TestTracebackException.test_no_locals) ... ok test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects) ... skipped 'implementation detail specific to cpython' test_print (test.test_traceback.TestTracebackException.test_print) ... ok test_smoke (test.test_traceback.TestTracebackException.test_smoke) ... ok test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header) ... ok test_unhashable (test.test_traceback.TestTracebackException.test_unhashable) ... ok test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison) ... ok test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction) ... ok test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format) ... ok test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth) ... ok test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width) ... ok test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation) ... ok test_base_exception (test.test_traceback.TracebackCases.test_base_exception) ... ok test_caret (test.test_traceback.TracebackCases.test_caret) ... ok test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file) ... FAIL test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None) ... ok test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc) ... ok test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__) ... ok test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc) ... ok test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... skipped 'implementation detail specific to cpython' test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... skipped 'implementation detail specific to cpython' test_nocaret (test.test_traceback.TracebackCases.test_nocaret) ... ok test_print_exception (test.test_traceback.TracebackCases.test_print_exception) ... ok test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc) ... ok test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit) ... skipped 'implementation detail not available on pypy' test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback) ... ok test_signatures (test.test_traceback.TracebackCases.test_signatures) ... ok test_basic_caret (test.test_traceback.TracebackErrorLocationCaretTests.test_basic_caret) ... skipped 'implementation detail specific to cpython' test_byte_offset_multiline (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_multiline) ... skipped 'implementation detail specific to cpython' test_byte_offset_wide_chars_subscript (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_wide_chars_subscript) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_emojis_term_highlight (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_with_emojis_term_highlight) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_wide_characters_middle (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_with_wide_characters_middle) ... skipped 'implementation detail specific to cpython' test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... skipped 'implementation detail specific to cpython' test_caret_exception_group (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_exception_group) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_two_char (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators_two_char) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... skipped 'implementation detail specific to cpython' test_caret_for_binary_operators_with_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators_with_unicode) ... skipped 'implementation detail specific to cpython' test_caret_for_failed_assertion (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_failed_assertion) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_subscript) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_subscript_unicode) ... skipped 'implementation detail specific to cpython' test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... skipped 'implementation detail specific to cpython' test_caret_in_type_annotation (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_in_type_annotation) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression_bin_op (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression_bin_op) ... skipped 'implementation detail specific to cpython' test_caret_multiline_expression_syntax_error (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression_syntax_error) ... skipped 'implementation detail specific to cpython' test_decorator_application_lineno_correct (test.test_traceback.TracebackErrorLocationCaretTests.test_decorator_application_lineno_correct) ... skipped 'implementation detail specific to cpython' test_line_with_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_line_with_unicode) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_a (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_a) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_b (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_b) ... skipped 'implementation detail specific to cpython' test_multiline_method_call_c (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_c) ... skipped 'implementation detail specific to cpython' test_secondary_caret_not_elided (test.test_traceback.TracebackErrorLocationCaretTests.test_secondary_caret_not_elided) ... skipped 'implementation detail specific to cpython' test_specialization_variations (test.test_traceback.TracebackErrorLocationCaretTests.test_specialization_variations) ... skipped 'implementation detail specific to cpython' test_traceback_specialization_with_syntax_error (test.test_traceback.TracebackErrorLocationCaretTests.test_traceback_specialization_with_syntax_error) ... skipped 'implementation detail specific to cpython' test_traceback_very_long_line (test.test_traceback.TracebackErrorLocationCaretTests.test_traceback_very_long_line) ... skipped 'implementation detail specific to cpython' test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.TracebackErrorLocationCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... skipped 'implementation detail specific to cpython' test_exception_group_deep_recursion_capi (test.test_traceback.TracebackFormatTests.test_exception_group_deep_recursion_capi) ... skipped 'implementation detail specific to cpython' test_exception_group_deep_recursion_traceback (test.test_traceback.TracebackFormatTests.test_exception_group_deep_recursion_traceback) ... ok test_format_stack (test.test_traceback.TracebackFormatTests.test_format_stack) ... ok test_print_exception_bad_type_capi (test.test_traceback.TracebackFormatTests.test_print_exception_bad_type_capi) ... skipped 'implementation detail specific to cpython' test_print_exception_bad_type_python (test.test_traceback.TracebackFormatTests.test_print_exception_bad_type_python) ... ok test_print_stack (test.test_traceback.TracebackFormatTests.test_print_stack) ... ok test_recursive_traceback_cpython_internal (test.test_traceback.TracebackFormatTests.test_recursive_traceback_cpython_internal) ... skipped 'implementation detail specific to cpython' test_recursive_traceback_python (test.test_traceback.TracebackFormatTests.test_recursive_traceback_python) ... ok test_stack_format (test.test_traceback.TracebackFormatTests.test_stack_format) ... ok test_traceback_format (test.test_traceback.TracebackFormatTests.test_traceback_format) ... skipped 'implementation detail specific to cpython' test_traceback_format_with_cleared_frames (test.test_traceback.TracebackFormatTests.test_traceback_format_with_cleared_frames) ... skipped 'implementation detail specific to cpython' test_unhashable (test.test_traceback.TracebackFormatTests.test_unhashable) ... skipped 'implementation detail specific to cpython' ====================================================================== FAIL: test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_traceback.py", line 284, in test_encoded_file do_test(" \t\f\n# coding: {0}\n".format(charset), File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_traceback.py", line 261, in do_test self.assertIn(("line %s" % lineno), stdout[1], ^^^^^^^^ AssertionError: 'line 5' not found in " raise RuntimeError('h� ho')" : Invalid line number: " raise RuntimeError('h� ho')" instead of 5 ---------------------------------------------------------------------- Ran 187 tests in 2.537s FAILED (failures=1, skipped=100) test_traceback failed (1 failure) == Tests result: FAILURE == 1 test failed: test_traceback Total duration: 3.1 sec Total tests: run=187 failures=1 skipped=100 Total test files: run=1/1 failed=1 Result: FAILURE test test_traceback failed . lib-python/3/test/test_tracemalloc.py::unmodified s lib-python/3/test/test_ttk_guionly.py::unmodified Skipped: needs display . lib-python/3/test/test_ttk_textonly.py::unmodified . lib-python/3/test/test_tty.py::unmodified . lib-python/3/test/test_tuple.py::unmodified . lib-python/3/test/test_turtle.py::unmodified . lib-python/3/test/test_type_annotations.py::unmodified . lib-python/3/test/test_type_cache.py::unmodified . lib-python/3/test/test_type_comments.py::unmodified . lib-python/3/test/test_typechecks.py::unmodified . lib-python/3/test/test_types.py::unmodified . lib-python/3/test/test_typing.py::unmodified . lib-python/3/test/test_ucn.py::unmodified . lib-python/3/test/test_unary.py::unmodified . lib-python/3/test/test_unicode.py::unmodified F lib-python/3/test/test_unicode_file.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_5248æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3153535040 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_unicode_file test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ... FAIL test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ... ok ====================================================================== FAIL: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file.py", line 135, in test_directories self._do_directory(TESTFN_UNENCODABLE+ext, ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file.py", line 98, in _do_directory self.assertEqual(os.path.basename(cwd_result),name_result) ^^^^^^^^^^^ AssertionError: '@test_5248_tmp-共Ł♡ͣ\uefaedir' != '@test_5248_tmp-共Ł♡ͣ\udc80.dir' - @test_5248_tmp-共Ł♡ͣdir ? ^ + @test_5248_tmp-共Ł♡ͣ\udc80.dir ? ^^ ---------------------------------------------------------------------- Ran 2 tests in 0.050s FAILED (failures=1) test_unicode_file failed (1 failure) == Tests result: FAILURE == 1 test failed: test_unicode_file Total duration: 498 ms Total tests: run=2 failures=1 Total test files: run=1/1 failed=1 Result: FAILURE test test_unicode_file failed F lib-python/3/test/test_unicode_file_functions.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6024æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3666815705 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_unicode_file_functions test_directory (test.test_unicode_file_functions.UnicodeFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir) ... FAIL test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFCFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir) ... FAIL test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFDFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir) ... FAIL test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir) ... FAIL test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename) ... ok ====================================================================== FAIL: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file_functions.py", line 157, in test_listdir self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2)) ^^^^^^^^^^^ AssertionError: Items in the first set but not the second: '@test_6024_tmpæ\\15_΅´𣏕' Items in the second set but not the first: '@test_6024_tmpæ\\15_΅´㏕' : {'@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gr\xfc\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307d\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf', '@test_6024_tmp\xe6\\10_\u0385\xb4', '@test_6024_tmp\xe6\\11_\u0385\u03d3\u03d4', '@test_6024_tmp\xe6\\12_\u0385\u03d3\u03d4', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\14_\u1e9b\u1fc1\u1fcd\u1fce\u1fcf\u1fdd\u1fde\u1fdf\u1fed', '@test_6024_tmp\xe6\\15_\u0385\xb4\U000233d5', '@test_6024_tmp\xe6\\16_\u2002\u2002\u2002A', '@test_6024_tmp\xe6\\17_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\18_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\19_ A'} != {'@test_6024_tmp\xe6\\10_\u0385\xb4', '@test_6024_tmp\xe6\\11_\u0385\u03d3\u03d4', '@test_6024_tmp\xe6\\12_\u0385\u03d3\u03d4', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\14_\u1e9b\u1fc1\u1fcd\u1fce\u1fcf\u1fdd\u1fde\u1fdf\u1fed', '@test_6024_tmp\xe6\\15_\u0385\xb4\u33d5', '@test_6024_tmp\xe6\\16_\u2002\u2002\u2002A', '@test_6024_tmp\xe6\\17_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\18_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\19_ A', '@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gr\xfc\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307d\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf'} ====================================================================== FAIL: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file_functions.py", line 157, in test_listdir self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2)) ^^^^^^^^^^^ AssertionError: Items in the first set but not the second: '@test_6024_tmpæ\\15_΅´𣏕' Items in the second set but not the first: '@test_6024_tmpæ\\15_΅´㏕' : {'@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gru\u0308\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03b1\u0301-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0438\u0306\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307b\u309a\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf', '@test_6024_tmp\xe6\\10_\xa8\u0301\xb4', '@test_6024_tmp\xe6\\11_\xa8\u0301\u03d2\u0301\u03d2\u0308', '@test_6024_tmp\xe6\\12_\xa8\u0301\u03d2\u0301\u03d2\u0308', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\14_\u017f\u0307\xa8\u0342\u1fbf\u0300\u1fbf\u0301\u1fbf\u0342\u1ffe\u0300\u1ffe\u0301\u1ffe\u0342\xa8\u0300', '@test_6024_tmp\xe6\\15_\xa8\u0301\xb4\U000233d5', '@test_6024_tmp\xe6\\16_\u2002\u2002\u2002A', '@test_6024_tmp\xe6\\17_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\18_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\19_ A'} != {'@test_6024_tmp\xe6\\10_\xa8\u0301\xb4', '@test_6024_tmp\xe6\\11_\xa8\u0301\u03d2\u0301\u03d2\u0308', '@test_6024_tmp\xe6\\12_\xa8\u0301\u03d2\u0301\u03d2\u0308', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\14_\u017f\u0307\xa8\u0342\u1fbf\u0300\u1fbf\u0301\u1fbf\u0342\u1ffe\u0300\u1ffe\u0301\u1ffe\u0342\xa8\u0300', '@test_6024_tmp\xe6\\15_\xa8\u0301\xb4\u33d5', '@test_6024_tmp\xe6\\16_\u2002\u2002\u2002A', '@test_6024_tmp\xe6\\17_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\18_\u2003\u2003\u2003A', '@test_6024_tmp\xe6\\19_ A', '@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gru\u0308\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03b1\u0301-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0438\u0306\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307b\u309a\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf'} ====================================================================== FAIL: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file_functions.py", line 157, in test_listdir self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2)) ^^^^^^^^^^^ AssertionError: Items in the first set but not the second: '@test_6024_tmpæ\\15_ ̈́ ́𣏕' Items in the second set but not the first: '@test_6024_tmpæ\\15_ ̈́ ́㏕' : {'@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gr\xfc\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307d\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf', '@test_6024_tmp\xe6\\10_ \u0308\u0301 \u0301', '@test_6024_tmp\xe6\\11_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\12_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\14_\u1e61 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300', '@test_6024_tmp\xe6\\15_ \u0308\u0301 \u0301\U000233d5', '@test_6024_tmp\xe6\\16_ A', '@test_6024_tmp\xe6\\17_ A', '@test_6024_tmp\xe6\\18_ A', '@test_6024_tmp\xe6\\19_ A'} != {'@test_6024_tmp\xe6\\10_ \u0308\u0301 \u0301', '@test_6024_tmp\xe6\\11_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\12_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u038e\u03ab', '@test_6024_tmp\xe6\\14_\u1e61 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300', '@test_6024_tmp\xe6\\15_ \u0308\u0301 \u0301\u33d5', '@test_6024_tmp\xe6\\16_ A', '@test_6024_tmp\xe6\\17_ A', '@test_6024_tmp\xe6\\18_ A', '@test_6024_tmp\xe6\\19_ A', '@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gr\xfc\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03ac-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307d\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf'} ====================================================================== FAIL: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_unicode_file_functions.py", line 157, in test_listdir self.assertEqual(sf0, sf2, "%a != %a" % (sf0, sf2)) ^^^^^^^^^^^ AssertionError: Items in the first set but not the second: '@test_6024_tmpæ\\15_ ̈́ ́𣏕' Items in the second set but not the first: '@test_6024_tmpæ\\15_ ̈́ ́㏕' : {'@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gru\u0308\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03b1\u0301-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0438\u0306\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307b\u309a\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf', '@test_6024_tmp\xe6\\10_ \u0308\u0301 \u0301', '@test_6024_tmp\xe6\\11_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\12_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\14_s\u0307 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300', '@test_6024_tmp\xe6\\15_ \u0308\u0301 \u0301\U000233d5', '@test_6024_tmp\xe6\\16_ A', '@test_6024_tmp\xe6\\17_ A', '@test_6024_tmp\xe6\\18_ A', '@test_6024_tmp\xe6\\19_ A'} != {'@test_6024_tmp\xe6\\10_ \u0308\u0301 \u0301', '@test_6024_tmp\xe6\\11_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\12_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\13_ \u0308\u0301\u03a5\u0301\u03a5\u0308', '@test_6024_tmp\xe6\\14_s\u0307 \u0308\u0342 \u0313\u0300 \u0313\u0301 \u0313\u0342 \u0314\u0300 \u0314\u0301 \u0314\u0342 \u0308\u0300', '@test_6024_tmp\xe6\\15_ \u0308\u0301 \u0301\u33d5', '@test_6024_tmp\xe6\\16_ A', '@test_6024_tmp\xe6\\17_ A', '@test_6024_tmp\xe6\\18_ A', '@test_6024_tmp\xe6\\19_ A', '@test_6024_tmp\xe6\\1_abc', '@test_6024_tmp\xe6\\2_ascii', '@test_6024_tmp\xe6\\3_Gru\u0308\xdf-Gott', '@test_6024_tmp\xe6\\4_\u0393\u03b5\u03b9\u03b1\u0301-\u03c3\u03b1\u03c2', '@test_6024_tmp\xe6\\5_\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0438\u0306\u0442\u0435', '@test_6024_tmp\xe6\\6_\u306b\u307b\u309a\u3093', '@test_6024_tmp\xe6\\7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1', '@test_6024_tmp\xe6\\8_\u66e8\u66e9\u66eb', '@test_6024_tmp\xe6\\9_\u66e8\u05e9\u3093\u0434\u0393\xdf'} ---------------------------------------------------------------------- Ran 30 tests in 1.013s FAILED (failures=4) test_unicode_file_functions failed (4 failures) == Tests result: FAILURE == 1 test failed: test_unicode_file_functions Total duration: 1.5 sec Total tests: run=30 failures=4 Total test files: run=1/1 failed=1 Result: FAILURE test test_unicode_file_functions failed . lib-python/3/test/test_unicode_identifiers.py::unmodified . lib-python/3/test/test_unicodedata.py::unmodified . lib-python/3/test/test_unittest.py::unmodified . lib-python/3/test/test_univnewlines.py::unmodified . lib-python/3/test/test_unpack.py::unmodified . lib-python/3/test/test_unpack_ex.py::unmodified . lib-python/3/test/test_unparse.py::unmodified . lib-python/3/test/test_urllib.py::unmodified . lib-python/3/test/test_urllib2.py::unmodified . lib-python/3/test/test_urllib2_localnet.py::unmodified . lib-python/3/test/test_urllib2net.py::unmodified . lib-python/3/test/test_urllib_response.py::unmodified . lib-python/3/test/test_urllibnet.py::unmodified . lib-python/3/test/test_urlparse.py::unmodified . lib-python/3/test/test_userdict.py::unmodified . lib-python/3/test/test_userlist.py::unmodified . lib-python/3/test/test_userstring.py::unmodified F lib-python/3/test/test_utf8_mode.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9572æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2505076763 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_utf8_mode test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line) ... skipped 'test specific to Unix' test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) ... skipped "os.device_encoding() doesn't implement the UTF-8 Mode on Windows" test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var) ... FAIL test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding) ... FAIL test_io (test.test_utf8_mode.UTF8ModeTests.test_io) ... ok test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding) ... ok test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding) ... ok test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level) ... ok test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale) ... skipped 'Windows has no POSIX locale' test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding) ... ok test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio) ... ok test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption) ... FAIL ====================================================================== FAIL: test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_utf8_mode.py", line 86, in test_env_var self.assertEqual(out, '0') ^^^^^^^^^^^ AssertionError: '1' != '0' - 1 + 0 ====================================================================== FAIL: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_utf8_mode.py", line 118, in test_filesystemencoding out = self.get_output('-X', 'utf8', '-c', code, ^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_utf8_mode.py", line 35, in get_output out = assert_python_ok(*args, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 151, in _assert_python res.fail(cmd_line) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy3.11-c.exe', '-X', 'faulthandler', '-X', 'utf8', '-c', '\nimport sys\nprint("{}/{}".format(sys.getfilesystemencoding(),\n sys.getfilesystemencodeerrors()))\n'] stdout: --- --- stderr: --- Fatal Python error: invalid PYTHONUTF8 environment variable value 'strict' --- ====================================================================== FAIL: test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_utf8_mode.py", line 66, in test_xoption self.assertEqual(out, '0') ^^^^^^^^^^^ AssertionError: '1' != '0' - 1 + 0 ---------------------------------------------------------------------- Ran 12 tests in 2.492s FAILED (failures=3, skipped=3) test_utf8_mode failed (3 failures) == Tests result: FAILURE == 1 test failed: test_utf8_mode Total duration: 3.0 sec Total tests: run=12 failures=3 skipped=3 Total test files: run=1/1 failed=1 Result: FAILURE test test_utf8_mode failed . lib-python/3/test/test_utf8source.py::unmodified . lib-python/3/test/test_uu.py::unmodified . lib-python/3/test/test_uuid.py::unmodified . lib-python/3/test/test_venv.py::unmodified . lib-python/3/test/test_wait3.py::unmodified . lib-python/3/test/test_wait4.py::unmodified . lib-python/3/test/test_wave.py::unmodified . lib-python/3/test/test_weakref.py::unmodified . lib-python/3/test/test_weakset.py::unmodified . lib-python/3/test/test_webbrowser.py::unmodified . lib-python/3/test/test_winconsoleio.py::unmodified F lib-python/3/test/test_winreg.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_1152æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 531739578 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_winreg testExpandEnvironmentStrings (test.test_winreg.LocalWinregTests.testExpandEnvironmentStrings) ... ok test_changing_value (test.test_winreg.LocalWinregTests.test_changing_value) ... ok test_connect_registry_to_local_machine_works (test.test_winreg.LocalWinregTests.test_connect_registry_to_local_machine_works) ... ok test_context_manager (test.test_winreg.LocalWinregTests.test_context_manager) ... ok test_dynamic_key (test.test_winreg.LocalWinregTests.test_dynamic_key) ... ok test_long_key (test.test_winreg.LocalWinregTests.test_long_key) ... ok test_named_arguments (test.test_winreg.LocalWinregTests.test_named_arguments) ... ok test_nonexistent_remote_registry (test.test_winreg.LocalWinregTests.test_nonexistent_remote_registry) ... ok test_queryvalueex_return_value (test.test_winreg.LocalWinregTests.test_queryvalueex_return_value) ... ok test_read_string_containing_null (test.test_winreg.LocalWinregTests.test_read_string_containing_null) ... ok test_reflection_unsupported (test.test_winreg.LocalWinregTests.test_reflection_unsupported) ... skipped 'Requires Windows XP' test_registry_works (test.test_winreg.LocalWinregTests.test_registry_works) ... FAIL test_registry_works_extended_functions (test.test_winreg.LocalWinregTests.test_registry_works_extended_functions) ... FAIL test_setvalueex_crash_with_none_arg (test.test_winreg.LocalWinregTests.test_setvalueex_crash_with_none_arg) ... ok test_setvalueex_negative_one_check (test.test_winreg.LocalWinregTests.test_setvalueex_negative_one_check) ... ERROR test_setvalueex_value_range (test.test_winreg.LocalWinregTests.test_setvalueex_value_range) ... ok test_remote_registry_works (test.test_winreg.RemoteWinregTests.test_remote_registry_works) ... skipped 'Skipping remote registry tests' test_disable_reflection (test.test_winreg.Win64WinregTests.test_disable_reflection) ... skipped "OS doesn't support reflection" test_exception_numbers (test.test_winreg.Win64WinregTests.test_exception_numbers) ... ok test_named_arguments (test.test_winreg.Win64WinregTests.test_named_arguments) ... ok test_reflection (test.test_winreg.Win64WinregTests.test_reflection) ... skipped "OS doesn't support reflection" test_reflection_functions (test.test_winreg.Win64WinregTests.test_reflection_functions) ... ok ====================================================================== ERROR: test_setvalueex_negative_one_check (test.test_winreg.LocalWinregTests.test_setvalueex_negative_one_check) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 351, in test_setvalueex_negative_one_check SetValueEx(ck, "test_name_dword", None, REG_DWORD, -1) ValueError: cannot convert negative integer to unsigned ====================================================================== FAIL: test_registry_works (test.test_winreg.LocalWinregTests.test_registry_works) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 204, in test_registry_works self._test_all(HKEY_CURRENT_USER) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 188, in _test_all self._read_test_data(root_key, subkeystr) ^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 119, in _read_test_data self.assertEqual(val, "Default value", ^^^^^^^^^^^ AssertionError: 'SOFTWARE\\Python Test Key [1152] - Delete Me' != 'Default value' - SOFTWARE\Python Test Key [1152] - Delete Me + Default value : Registry didn't give back the correct value ====================================================================== FAIL: test_registry_works_extended_functions (test.test_winreg.LocalWinregTests.test_registry_works_extended_functions) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 215, in test_registry_works_extended_functions self._read_test_data(HKEY_CURRENT_USER, OpenKey=oke) ^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_winreg.py", line 119, in _read_test_data self.assertEqual(val, "Default value", ^^^^^^^^^^^ AssertionError: 'SOFTWARE\\Python Test Key [1152] - Delete Me' != 'Default value' - SOFTWARE\Python Test Key [1152] - Delete Me + Default value : Registry didn't give back the correct value ---------------------------------------------------------------------- Ran 22 tests in 2.997s FAILED (failures=2, errors=1, skipped=4) test_winreg failed (1 error, 2 failures) == Tests result: FAILURE == 1 test failed: test_winreg Total duration: 3.4 sec Total tests: run=22 failures=2 skipped=4 Total test files: run=1/1 failed=1 Result: FAILURE test test_winreg failed s lib-python/3/test/test_winsound.py::unmodified Skipped: requires audio . lib-python/3/test/test_with.py::unmodified . lib-python/3/test/test_wsgiref.py::unmodified . lib-python/3/test/test_xdrlib.py::unmodified . lib-python/3/test/test_xml_dom_minicompat.py::unmodified . lib-python/3/test/test_xml_etree.py::unmodified . lib-python/3/test/test_xml_etree_c.py::unmodified . lib-python/3/test/test_xmlrpc.py::unmodified . lib-python/3/test/test_xmlrpc_net.py::unmodified s lib-python/3/test/test_xxlimited.py::unmodified Skipped: CPython internal details s lib-python/3/test/test_xxtestfuzz.py::unmodified Skipped: CPython internal details . lib-python/3/test/test_yield_from.py::unmodified . lib-python/3/test/test_zipapp.py::unmodified F lib-python/3/test/test_zipfile.py::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_8832æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2127949000 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_zipfile test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.Bzip2TestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.Bzip2TestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.Bzip2TestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.Bzip2TestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.Bzip2TestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.Bzip2TestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.Bzip2TestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.Bzip2TestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.Bzip2TestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.Bzip2TestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.Bzip2TestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.Bzip2TestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.Bzip2TestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.Bzip2TestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.Bzip2TestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.Bzip2TestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.Bzip2TestsWithSourceFile.test_writing_errors) ... ok test_zipextfile_attrs (test.test_zipfile.Bzip2TestsWithSourceFile.test_zipextfile_attrs) ... ok test_close_after_close (test.test_zipfile.Bzip2WriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.Bzip2WriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.Bzip2WriterTests.test_write_after_close) ... ok test_zipwritefile_attrs (test.test_zipfile.Bzip2WriterTests.test_zipwritefile_attrs) ... ok test_bad_use (test.test_zipfile.CommandLineTest.test_bad_use) ... ok test_create_command (test.test_zipfile.CommandLineTest.test_create_command) ... ok test_extract_command (test.test_zipfile.CommandLineTest.test_extract_command) ... ok test_list_command (test.test_zipfile.CommandLineTest.test_list_command) ... ok test_test_command (test.test_zipfile.CommandLineTest.test_test_command) ... ok test_bad_password (test.test_zipfile.DecryptionTests.test_bad_password) ... ok test_good_password (test.test_zipfile.DecryptionTests.test_good_password) ... ok test_no_password (test.test_zipfile.DecryptionTests.test_no_password) ... ok test_seek_tell (test.test_zipfile.DecryptionTests.test_seek_tell) ... ok test_unicode_password (test.test_zipfile.DecryptionTests.test_unicode_password) ... ok test_read_with_bad_crc (test.test_zipfile.DeflateBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.DeflateBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.DeflateTestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.DeflateTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.DeflateTestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.DeflateTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.DeflateTestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.DeflateTestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.DeflateTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.DeflateTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_per_file_compression) Check that files within a Zip archive can have different ... ok test_per_file_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.DeflateTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.DeflateTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.DeflateTestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.DeflateTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.DeflateTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.DeflateTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.DeflateTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.DeflateTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.DeflateTestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.DeflateTestsWithSourceFile.test_writing_errors) ... ok test_zipextfile_attrs (test.test_zipfile.DeflateTestsWithSourceFile.test_zipextfile_attrs) ... ok test_close_after_close (test.test_zipfile.DeflateWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.DeflateWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.DeflateWriterTests.test_write_after_close) ... ok test_zipwritefile_attrs (test.test_zipfile.DeflateWriterTests.test_zipwritefile_attrs) ... ok test_cli_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_cli_with_metadata_encoding) ... ok test_cli_with_metadata_encoding_extract (test.test_zipfile.EncodedMetadataTests.test_cli_with_metadata_encoding_extract) ... ok test_read_after_append (test.test_zipfile.EncodedMetadataTests.test_read_after_append) ... ok test_read_with_incorrect_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding) ... ok test_read_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_metadata_encoding) ... ok test_read_with_unsuitable_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding) ... ok test_read_without_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_without_metadata_encoding) ... ok test_write_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_write_with_metadata_encoding) ... ok test_extract (test.test_zipfile.ExtractTests.test_extract) ... ok test_extract_all (test.test_zipfile.ExtractTests.test_extract_all) ... ok test_extract_all_with_target (test.test_zipfile.ExtractTests.test_extract_all_with_target) ... ok test_extract_all_with_target_pathlike (test.test_zipfile.ExtractTests.test_extract_all_with_target_pathlike) ... ok test_extract_hackers_arcnames_common_cases (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_common_cases) ... ok test_extract_hackers_arcnames_posix_only (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_posix_only) ... skipped 'Requires / as path separator.' test_extract_hackers_arcnames_windows_only (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_windows_only) Test combination of path fixing and windows name sanitization. ... ok test_extract_with_target (test.test_zipfile.ExtractTests.test_extract_with_target) ... ok test_extract_with_target_pathlike (test.test_zipfile.ExtractTests.test_extract_with_target_pathlike) ... ok test_sanitize_windows_name (test.test_zipfile.ExtractTests.test_sanitize_windows_name) ... ok test_read_with_bad_crc (test.test_zipfile.LzmaBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.LzmaBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.LzmaTestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.LzmaTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.LzmaTestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.LzmaTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.LzmaTestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.LzmaTestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.LzmaTestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.LzmaTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.LzmaTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.LzmaTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.LzmaTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.LzmaTestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.LzmaTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.LzmaTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.LzmaTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.LzmaTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.LzmaTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.LzmaTestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.LzmaTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.LzmaTestsWithSourceFile.test_writing_errors) ... ok test_zipextfile_attrs (test.test_zipfile.LzmaTestsWithSourceFile.test_zipextfile_attrs) ... ok test_close_after_close (test.test_zipfile.LzmaWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.LzmaWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.LzmaWriterTests.test_write_after_close) ... ok test_zipwritefile_attrs (test.test_zipfile.LzmaWriterTests.test_zipwritefile_attrs) ... ok test_bad_compression_mode (test.test_zipfile.OtherTests.test_bad_compression_mode) Check that bad compression methods passed to ZipFile.open are ... ok test_bad_constructor_mode (test.test_zipfile.OtherTests.test_bad_constructor_mode) Check that bad modes passed to ZipFile constructor are caught. ... ok test_bad_open_mode (test.test_zipfile.OtherTests.test_bad_open_mode) Check that bad modes passed to ZipFile.open are caught. ... ok test_change_comment_in_empty_archive (test.test_zipfile.OtherTests.test_change_comment_in_empty_archive) ... ok test_change_comment_in_nonempty_archive (test.test_zipfile.OtherTests.test_change_comment_in_nonempty_archive) ... ok test_close (test.test_zipfile.OtherTests.test_close) Check that the zipfile is closed after the 'with' block. ... ok test_close_erroneous_file (test.test_zipfile.OtherTests.test_close_erroneous_file) ... ok test_close_on_exception (test.test_zipfile.OtherTests.test_close_on_exception) Check that the zipfile is closed if an exception is raised in the ... ok test_closed_zip_raises_ValueError (test.test_zipfile.OtherTests.test_closed_zip_raises_ValueError) Verify that testzip() doesn't swallow inappropriate exceptions. ... ok test_comments (test.test_zipfile.OtherTests.test_comments) Check that comments on the archive are handled properly. ... ok test_create_empty_zipinfo_default_attributes (test.test_zipfile.OtherTests.test_create_empty_zipinfo_default_attributes) Ensure all required attributes are set. ... ok test_create_empty_zipinfo_repr (test.test_zipfile.OtherTests.test_create_empty_zipinfo_repr) Before bpo-26185, repr() on empty ZipInfo object was failing. ... ok test_create_non_existent_file_for_append (test.test_zipfile.OtherTests.test_create_non_existent_file_for_append) ... ok test_create_zipinfo_before_1980 (test.test_zipfile.OtherTests.test_create_zipinfo_before_1980) ... ok test_damaged_zipfile (test.test_zipfile.OtherTests.test_damaged_zipfile) Check that zipfiles with missing bytes at the end raise BadZipFile. ... ok test_decompress_without_3rd_party_library (test.test_zipfile.OtherTests.test_decompress_without_3rd_party_library) ... ok test_empty_file_raises_BadZipFile (test.test_zipfile.OtherTests.test_empty_file_raises_BadZipFile) ... ok test_empty_zipfile (test.test_zipfile.OtherTests.test_empty_zipfile) ... ok test_exclusive_create_zip_file (test.test_zipfile.OtherTests.test_exclusive_create_zip_file) Test exclusive creating a new zipfile. ... ok test_full_overlap (test.test_zipfile.OtherTests.test_full_overlap) ... ok test_is_zip_erroneous_file (test.test_zipfile.OtherTests.test_is_zip_erroneous_file) Check that is_zipfile() correctly identifies non-zip files. ... ok test_is_zip_valid_file (test.test_zipfile.OtherTests.test_is_zip_valid_file) Check that is_zipfile() correctly identifies zip files. ... ok test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.OtherTests.test_negative_central_directory_offset_raises_BadZipFile) ... ok test_non_existent_file_raises_OSError (test.test_zipfile.OtherTests.test_non_existent_file_raises_OSError) ... ok test_null_byte_in_filename (test.test_zipfile.OtherTests.test_null_byte_in_filename) Check that a filename containing a null byte is properly ... ok test_open_conflicting_handles (test.test_zipfile.OtherTests.test_open_conflicting_handles) ... ok test_open_empty_file (test.test_zipfile.OtherTests.test_open_empty_file) ... ok test_open_non_existent_item (test.test_zipfile.OtherTests.test_open_non_existent_item) Check that attempting to call open() for an item that doesn't ... ok test_open_via_zip_info (test.test_zipfile.OtherTests.test_open_via_zip_info) ... ok test_quoted_overlap (test.test_zipfile.OtherTests.test_quoted_overlap) ... ok test_read0 (test.test_zipfile.OtherTests.test_read0) Check that calling read(0) on a ZipExtFile object returns an empty ... ok test_read_after_write_unicode_filenames (test.test_zipfile.OtherTests.test_read_after_write_unicode_filenames) ... ok test_read_unicode_filenames (test.test_zipfile.OtherTests.test_read_unicode_filenames) ... ok test_seek_tell (test.test_zipfile.OtherTests.test_seek_tell) ... ok test_struct_sizes (test.test_zipfile.OtherTests.test_struct_sizes) Check that ZIP internal structure sizes are calculated correctly. ... ok test_unicode_comment (test.test_zipfile.OtherTests.test_unicode_comment) ... ok test_unsupported_compression (test.test_zipfile.OtherTests.test_unsupported_compression) ... ok test_unsupported_version (test.test_zipfile.OtherTests.test_unsupported_version) ... ok test_write_unicode_filenames (test.test_zipfile.OtherTests.test_write_unicode_filenames) ... ok test_writestr_extended_local_header_issue1202 (test.test_zipfile.OtherTests.test_writestr_extended_local_header_issue1202) ... ok test_zipfile_with_short_extra_field (test.test_zipfile.OtherTests.test_zipfile_with_short_extra_field) If an extra field in the header is less than 4 bytes, skip it. ... ok test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir) ... ok test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir) ... ok test_overwrite_broken_file_symlink_as_file (test.test_zipfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file) ... ok test_overwrite_dir_as_dir (test.test_zipfile.OverwriteTests.test_overwrite_dir_as_dir) ... ok test_overwrite_dir_as_file (test.test_zipfile.OverwriteTests.test_overwrite_dir_as_file) ... ok test_overwrite_dir_as_implicit_dir (test.test_zipfile.OverwriteTests.test_overwrite_dir_as_implicit_dir) ... ok test_overwrite_dir_symlink_as_dir (test.test_zipfile.OverwriteTests.test_overwrite_dir_symlink_as_dir) ... ok test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir) ... ok test_overwrite_file_as_dir (test.test_zipfile.OverwriteTests.test_overwrite_file_as_dir) ... ok test_overwrite_file_as_file (test.test_zipfile.OverwriteTests.test_overwrite_file_as_file) ... ok test_overwrite_file_as_implicit_dir (test.test_zipfile.OverwriteTests.test_overwrite_file_as_implicit_dir) ... ok test_overwrite_file_symlink_as_file (test.test_zipfile.OverwriteTests.test_overwrite_file_symlink_as_file) ... ok test_write_filtered_python_package (test.test_zipfile.PyZipFileTests.test_write_filtered_python_package) ... ok test_write_non_pyfile (test.test_zipfile.PyZipFileTests.test_write_non_pyfile) ... ok test_write_pathlike (test.test_zipfile.PyZipFileTests.test_write_pathlike) ... ok test_write_pyfile (test.test_zipfile.PyZipFileTests.test_write_pyfile) ... ok test_write_pyfile_bad_syntax (test.test_zipfile.PyZipFileTests.test_write_pyfile_bad_syntax) ... ok test_write_python_directory (test.test_zipfile.PyZipFileTests.test_write_python_directory) ... ok test_write_python_directory_filtered (test.test_zipfile.PyZipFileTests.test_write_python_directory_filtered) ... ok test_write_python_package (test.test_zipfile.PyZipFileTests.test_write_python_package) ... ok test_write_with_optimization (test.test_zipfile.PyZipFileTests.test_write_with_optimization) ... ok test_read_with_bad_crc (test.test_zipfile.StoredBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.StoredBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_absolute_arcnames (test.test_zipfile.StoredTestZip64InSmallFiles.test_absolute_arcnames) ... ok test_append (test.test_zipfile.StoredTestZip64InSmallFiles.test_append) ... ok test_bad_zip64_end_of_central_dir (test.test_zipfile.StoredTestZip64InSmallFiles.test_bad_zip64_end_of_central_dir) ... ok test_bad_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles.test_bad_zip64_extra) Missing zip64 extra records raises an exception. ... ok test_basic (test.test_zipfile.StoredTestZip64InSmallFiles.test_basic) ... ok test_force_zip64 (test.test_zipfile.StoredTestZip64InSmallFiles.test_force_zip64) Test that forcing zip64 extensions correctly notes this in the zip file ... ok test_generated_valid_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra) ... ok test_large_file_exception (test.test_zipfile.StoredTestZip64InSmallFiles.test_large_file_exception) ... ok test_too_many_files (test.test_zipfile.StoredTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.StoredTestZip64InSmallFiles.test_too_many_files_append) ... ok test_unseekable_zip_known_filesize (test.test_zipfile.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize) Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front ... ok test_unseekable_zip_unknown_filesize (test.test_zipfile.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize) Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used ... ok test_zip64_end_of_central_dir_record_not_found (test.test_zipfile.StoredTestZip64InSmallFiles.test_zip64_end_of_central_dir_record_not_found) ... ok test_zip64_extensible_data (test.test_zipfile.StoredTestZip64InSmallFiles.test_zip64_extensible_data) ... ok test_zip64_required_not_allowed_fail (test.test_zipfile.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail) Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add ... ok test_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_read) ... ok test_absolute_arcnames (test.test_zipfile.StoredTestsWithSourceFile.test_absolute_arcnames) ... ok test_add_file_after_2107 (test.test_zipfile.StoredTestsWithSourceFile.test_add_file_after_2107) ... skipped 'Linux VFS/XFS kernel bug detected: mtime_ns=4386268800000008224' test_add_file_before_1980 (test.test_zipfile.StoredTestsWithSourceFile.test_add_file_before_1980) ... ok test_append_to_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file) ... ok test_append_to_non_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_non_zip_file) Test appending to an existing file that is not a zipfile. ... ok test_append_to_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_zip_file) Test appending to an existing zipfile. ... ok test_basic (test.test_zipfile.StoredTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.StoredTestsWithSourceFile.test_compresslevel_basic) ... ok test_ignores_newline_at_end (test.test_zipfile.StoredTestsWithSourceFile.test_ignores_newline_at_end) ... ok test_ignores_stuff_appended_past_comments (test.test_zipfile.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments) ... ok test_io_on_closed_zipextfile (test.test_zipfile.StoredTestsWithSourceFile.test_io_on_closed_zipextfile) ... ok test_iterlines (test.test_zipfile.StoredTestsWithSourceFile.test_iterlines) ... ok test_open (test.test_zipfile.StoredTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.StoredTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.StoredTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.StoredTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.StoredTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.StoredTestsWithSourceFile.test_read1_10) ... ok test_read_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_read_concatenated_zip_file) ... ok test_read_return_size (test.test_zipfile.StoredTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.StoredTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.StoredTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.StoredTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.StoredTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.StoredTestsWithSourceFile.test_truncated_zipfile) ... ok test_write_default_name (test.test_zipfile.StoredTestsWithSourceFile.test_write_default_name) Check that calling ZipFile.write without arcname specified ... ok test_write_to_readonly (test.test_zipfile.StoredTestsWithSourceFile.test_write_to_readonly) Check that trying to call write() on a readonly ZipFile object ... ok test_writestr_compression (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writestr_permissions (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_permissions) ... ok test_writing_errors (test.test_zipfile.StoredTestsWithSourceFile.test_writing_errors) ... ok test_zipextfile_attrs (test.test_zipfile.StoredTestsWithSourceFile.test_zipextfile_attrs) ... ok test_close_after_close (test.test_zipfile.StoredWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.StoredWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.StoredWriterTests.test_write_after_close) ... ok test_zipwritefile_attrs (test.test_zipfile.StoredWriterTests.test_zipwritefile_attrs) ... ok test_multiples (test.test_zipfile.StripExtraTests.test_multiples) ... ok test_no_data (test.test_zipfile.StripExtraTests.test_no_data) ... ok test_too_short (test.test_zipfile.StripExtraTests.test_too_short) ... ok test_with_data (test.test_zipfile.StripExtraTests.test_with_data) ... ok test_execute_zip2 (test.test_zipfile.TestExecutablePrependedZip.test_execute_zip2) ... skipped 'Test relies on #!/bin/bash working.' test_execute_zip64 (test.test_zipfile.TestExecutablePrependedZip.test_execute_zip64) ... skipped 'Test relies on #!/bin/bash working.' test_read_zip64_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended) ... ok test_read_zip_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip.test_read_zip_with_exe_prepended) ... ok test_backslash_not_separator (test.test_zipfile.TestPath.test_backslash_not_separator) In a zip file, backslashes are not separators. ... ok test_dir_parent (test.test_zipfile.TestPath.test_dir_parent) ... ok test_encoding_warnings (test.test_zipfile.TestPath.test_encoding_warnings) EncodingWarning must blame the read_text and open calls. ... ok test_extract_orig_with_implied_dirs (test.test_zipfile.TestPath.test_extract_orig_with_implied_dirs) A zip file wrapped in a Path should extract even with implied dirs. ... ERROR test_filename (test.test_zipfile.TestPath.test_filename) ... ok test_implied_dirs_performance (test.test_zipfile.TestPath.test_implied_dirs_performance) ... ok test_inheritance (test.test_zipfile.TestPath.test_inheritance) ... ok test_is_file_missing (test.test_zipfile.TestPath.test_is_file_missing) ... ok test_iterdir_and_types (test.test_zipfile.TestPath.test_iterdir_and_types) ... ok test_iterdir_on_file (test.test_zipfile.TestPath.test_iterdir_on_file) ... ok test_joinpath (test.test_zipfile.TestPath.test_joinpath) ... ok test_joinpath_constant_time (test.test_zipfile.TestPath.test_joinpath_constant_time) Ensure joinpath on items in zipfile is linear time. ... ok test_joinpath_multiple (test.test_zipfile.TestPath.test_joinpath_multiple) ... ok test_malformed_paths (test.test_zipfile.TestPath.test_malformed_paths) Path should handle malformed paths gracefully. ... ok test_missing_dir_parent (test.test_zipfile.TestPath.test_missing_dir_parent) ... ok test_mutability (test.test_zipfile.TestPath.test_mutability) If the underlying zipfile is changed, the Path object should ... ok test_open (test.test_zipfile.TestPath.test_open) ... ok test_open_binary_invalid_args (test.test_zipfile.TestPath.test_open_binary_invalid_args) ... ok test_open_encoding_errors (test.test_zipfile.TestPath.test_open_encoding_errors) ... ok test_open_encoding_utf16 (test.test_zipfile.TestPath.test_open_encoding_utf16) ... ok test_open_extant_directory (test.test_zipfile.TestPath.test_open_extant_directory) Attempting to open a directory raises IsADirectoryError. ... ok test_open_missing_directory (test.test_zipfile.TestPath.test_open_missing_directory) Attempting to open a missing directory raises FileNotFoundError. ... ok test_open_write (test.test_zipfile.TestPath.test_open_write) If the zipfile is open for write, it should be possible to ... ok test_parent (test.test_zipfile.TestPath.test_parent) ... ok test_pathlike_construction (test.test_zipfile.TestPath.test_pathlike_construction) zipfile.Path should be constructable from a path-like object ... ERROR test_read (test.test_zipfile.TestPath.test_read) ... ok test_read_does_not_close (test.test_zipfile.TestPath.test_read_does_not_close) ... ok test_root_name (test.test_zipfile.TestPath.test_root_name) The name of the root should be the name of the zipfile ... ok test_root_parent (test.test_zipfile.TestPath.test_root_parent) ... ok test_root_unnamed (test.test_zipfile.TestPath.test_root_unnamed) It is an error to attempt to get the name ... ok test_stem (test.test_zipfile.TestPath.test_stem) The final path component, without its suffix ... ok test_subclass (test.test_zipfile.TestPath.test_subclass) ... ok test_subdir_is_dir (test.test_zipfile.TestPath.test_subdir_is_dir) ... ok test_suffix (test.test_zipfile.TestPath.test_suffix) The suffix of the root should be the suffix of the zipfile. ... ok test_suffix_no_filename (test.test_zipfile.TestPath.test_suffix_no_filename) ... ok test_suffixes (test.test_zipfile.TestPath.test_suffixes) The suffix of the root should be the suffix of the zipfile. ... ok test_traverse_pathlike (test.test_zipfile.TestPath.test_traverse_pathlike) ... ok test_traverse_simplediv (test.test_zipfile.TestPath.test_traverse_simplediv) Disable the __future__.division when testing traversal. ... ok test_traverse_truediv (test.test_zipfile.TestPath.test_traverse_truediv) ... ok test_unsupported_names (test.test_zipfile.TestPath.test_unsupported_names) Path segments with special characters are readable. ... ok test_bug_6050 (test.test_zipfile.TestWithDirectory.test_bug_6050) ... ok test_create_directory_with_write (test.test_zipfile.TestWithDirectory.test_create_directory_with_write) ... ok test_extract_dir (test.test_zipfile.TestWithDirectory.test_extract_dir) ... ok test_extract_dir_backslash (test.test_zipfile.TestWithDirectory.test_extract_dir_backslash) ... ok test_mkdir (test.test_zipfile.TestWithDirectory.test_mkdir) ... ok test_write_dir (test.test_zipfile.TestWithDirectory.test_write_dir) ... ok test_writestr_dir (test.test_zipfile.TestWithDirectory.test_writestr_dir) ... ok test_different_file (test.test_zipfile.TestsWithMultipleOpens.test_different_file) ... ok test_interleaved (test.test_zipfile.TestsWithMultipleOpens.test_interleaved) ... ok test_many_opens (test.test_zipfile.TestsWithMultipleOpens.test_many_opens) ... ok test_read_after_close (test.test_zipfile.TestsWithMultipleOpens.test_read_after_close) ... ok test_read_after_write (test.test_zipfile.TestsWithMultipleOpens.test_read_after_write) ... ok test_same_file (test.test_zipfile.TestsWithMultipleOpens.test_same_file) ... ok test_write_after_read (test.test_zipfile.TestsWithMultipleOpens.test_write_after_read) ... ok test_write_while_reading (test.test_zipfile.TestsWithMultipleOpens.test_write_while_reading) ... ok test_open_write (test.test_zipfile.UnseekableTests.test_open_write) ... ok test_write (test.test_zipfile.UnseekableTests.test_write) ... ok test_writestr (test.test_zipfile.UnseekableTests.test_writestr) ... ok test_from_dir (test.test_zipfile.ZipInfoTests.test_from_dir) ... ok test_from_file (test.test_zipfile.ZipInfoTests.test_from_file) ... ok test_from_file_bytes (test.test_zipfile.ZipInfoTests.test_from_file_bytes) ... ok test_from_file_fileno (test.test_zipfile.ZipInfoTests.test_from_file_fileno) ... ok test_from_file_pathlike (test.test_zipfile.ZipInfoTests.test_from_file_pathlike) ... ok ====================================================================== ERROR: test_extract_orig_with_implied_dirs (test.test_zipfile.TestPath.test_extract_orig_with_implied_dirs) A zip file wrapped in a Path should extract even with implied dirs. ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 197, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpk6z60e3f\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 482, in temp_dir yield path File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 586, in __exit__ if cb(*exc_details): ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 144, in __exit__ next(self.gen) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 487, in temp_dir rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 444, in rmtree _rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 387, in _rmtree _waitfor(_rmtree_inner, path, waitall=True) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 332, in _waitfor func(pathname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 386, in _rmtree_inner _force_run(fullname, os.unlink, fullname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 208, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpk6z60e3f\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 197, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpu6kw1znh\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 609, in close self.__exit__(None, None, None) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 601, in __exit__ raise exc_details[1] File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 586, in __exit__ if cb(*exc_details): ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 487, in temp_dir rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 444, in rmtree _rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 387, in _rmtree _waitfor(_rmtree_inner, path, waitall=True) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 332, in _waitfor func(pathname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 386, in _rmtree_inner _force_run(fullname, os.unlink, fullname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 208, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpu6kw1znh\\alpharep.zip' ====================================================================== ERROR: test_pathlike_construction (test.test_zipfile.TestPath.test_pathlike_construction) zipfile.Path should be constructable from a path-like object ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 197, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmphfrbp8le\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 482, in temp_dir yield path File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 586, in __exit__ if cb(*exc_details): ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 144, in __exit__ next(self.gen) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 487, in temp_dir rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 444, in rmtree _rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 387, in _rmtree _waitfor(_rmtree_inner, path, waitall=True) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 332, in _waitfor func(pathname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 386, in _rmtree_inner _force_run(fullname, os.unlink, fullname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 208, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmphfrbp8le\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 197, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpdbbyrjcv\\alpharep.zip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 609, in close self.__exit__(None, None, None) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 601, in __exit__ raise exc_details[1] File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 586, in __exit__ if cb(*exc_details): ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\contextlib.py", line 158, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 487, in temp_dir rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 444, in rmtree _rmtree(path) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 387, in _rmtree _waitfor(_rmtree_inner, path, waitall=True) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 332, in _waitfor func(pathname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\os_helper.py", line 386, in _rmtree_inner _force_run(fullname, os.unlink, fullname) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\__init__.py", line 208, in _force_run return func(*args) ^^^^^^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\tmpdbbyrjcv\\alpharep.zip' ---------------------------------------------------------------------- Ran 314 tests in 29.648s FAILED (errors=2, skipped=4) test_zipfile failed (2 errors) in 30.3 sec == Tests result: FAILURE == 1 test failed: test_zipfile Total duration: 30.6 sec Total tests: run=314 skipped=4 Total test files: run=1/1 failed=1 Result: FAILURE test test_zipfile failed s lib-python/3/test/test_zipfile64.py::unmodified Skipped: demands too many resources . lib-python/3/test/test_zipimport.py::unmodified . lib-python/3/test/test_zipimport_support.py::unmodified . lib-python/3/test/test_zlib.py::unmodified F lib-python/3/test/test_asyncio::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_2364æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1281296509 0:00:00 Run 29 tests sequentially 0:00:00 [ 1/29] test_asyncio.test_base_events test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle) ... ok test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle) ... ok test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once) ... ok test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup) ... ok test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle) ... ok test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc) ... ok test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread) ... ok test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later) ... ok test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays) ... ok test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon) ... ok test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable) ... ok test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread) ... ok test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close) ... ok test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory) ... ok test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory) ... ok test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task) ... ok test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro) ... ok test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken) ... ok test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback) ... ok test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro) ... ok test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug) ... ok test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented) ... ok test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt) ... ok test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped) ... ok test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once) ... ok test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception) ... ok test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop) ... ok test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop) ... ok test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error) ... ok test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug) ... ok test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor) ... ok test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error) ... ok test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken) ... ok test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom) ... ok test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid) ... ok test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory) ... ok test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid) ... ok test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at) ... ok test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception) ... ok test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry) ... ok test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine) ... ok test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth) ... ok test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err) ... ok test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock) ... ok test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr) ... ok test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope) ... ok test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple) ... ok test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors) ... ok test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr) ... ok test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo) ... ok test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock) ... ok test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton) ... ok test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr) ... ok test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors) ... ok test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name) ... ok test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default) ... ok test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors) ... ok test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket) ... ok test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout) ... ok test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock) ... ok test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error) ... ok test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast) ... ok test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind) ... ok test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err) ... ok test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix) ... skipped 'No UNIX Sockets' test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr) ... ok test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo) ... ok test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family) ... ok test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily) ... ok test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport) ... ok test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock) ... ok test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts) ... ok test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix) ... skipped 'No UNIX Sockets' test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err) ... ok test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts) ... ok test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock) ... ok test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind) ... ok test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host) ... ok test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock) ... ok test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6) ... ok test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo) ... ok test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock) ... ok test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport) ... ok test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined) ... ok test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket) ... ok test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype) ... skipped 'no socket.SOCK_NONBLOCK (linux only)' test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock) ... ok test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo) ... ok test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks) ... ok test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info) ... ok test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton) ... ok test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types) ... ok test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure) ... ok test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket) ... ok test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count) ... ok test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset) ... ok test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file) ... ok test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket) ... ok test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count) ... ok test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset) ... ok test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback) ... ok test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count) ... ok test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback) ... ok test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop) ... ok test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay) ... ok ---------------------------------------------------------------------- Ran 109 tests in 11.944s OK (skipped=3) 0:00:12 load avg: 0.18 [ 2/29] test_asyncio.test_buffered_proto test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection) ... ok test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.032s OK 0:00:13 load avg: 0.18 [ 3/29] test_asyncio.test_context test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.199s OK 0:00:13 load avg: 0.18 [ 4/29] test_asyncio.test_events test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented) ... ok test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception) ... ok test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting) ... ok test_handle (test.test_asyncio.test_events.HandleTests.test_handle) ... ok test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr) ... ok test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug) ... ok test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback) ... ok test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref) ... ok test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy) ... ok test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop) ... ok test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none) ... ok test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_calls_set_event_loop) ... ok test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy) ... ok test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread) ... ok test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop) ... ok test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop) ... ok test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_fds_after_closing) ... ok test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' test_bidirectional_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later) ... ok test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok test_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_close) ... ok test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests.test_close_running_event_loop) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_in_use) ... ok test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint) ... ERROR test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_ipv6) ... ERROR test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_sock) ... ok test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_addr_in_use) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_dual_stack) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_sock) ... ok test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_match_failed) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verified) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_server_ssl_verify_failed) ... ok test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_connection) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.ProactorEventLoopTests.test_datagram_send_to_non_listening_address) ... ERROR test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests.test_internal_fds) ... skipped 'loop is not a BaseSelectorEventLoop' test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests.test_prompt_cancellation) ... ok test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback) ... skipped 'IocpEventLoop does not have add_reader()' test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_reader_callback_cancel) ... skipped 'IocpEventLoop does not have add_reader()' test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests.test_remove_fds_after_closing) ... skipped 'IocpEventLoop does not have add_reader()' test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_in_executor_cancel) ... ok test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_nesting) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests.test_run_until_complete_stopped) ... ok test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_server_close) ... ok test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' test_ssl_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests.test_ssl_connect_accepted_socket) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_after_finish) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_close_client_stream) ... ok test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_exitcode) ... ok test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_interactive) ... ok test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_kill) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_send_signal) ... skipped "Don't have SIGHUP" test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_terminate) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests.test_subprocess_wait_no_same_group) ... ok test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests.test_timeout_rounding) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.ProactorEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback) ... skipped 'IocpEventLoop does not have add_writer()' test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests.test_writer_callback_cancel) ... skipped 'IocpEventLoop does not have add_writer()' test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing) ... ok test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler) ... skipped 'No SIGKILL' test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ... skipped "Don't support pipes for Windows" test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later) ... ok test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close) ... ok test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use) ... ok test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint) ... ok test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock) ... ok test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port) ... skipped 'No SO_REUSEPORT' test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock) ... ok test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed) ... ok test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection) ... skipped 'No UNIX Sockets' test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection) ... skipped 'No UNIX Sockets' test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server) ... skipped 'No UNIX Sockets' test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed) ... skipped 'No UNIX Sockets' test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address) ... ok test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds) ... ok test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe) ... skipped "Don't support pipes for Windows" test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ... skipped "Don't support pipes for Windows" test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing) ... ok test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel) ... ok test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped) ... ok test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close) ... ok test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args) ... skipped 'No SIGALRM' test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting) ... skipped 'No SIGALRM' test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport) ... skipped "Don't support pipes for Windows" test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe) ... skipped "Don't support pipes for Windows" test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close) ... skipped "Don't support pipes for Windows" test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ... skipped "Don't support pipes for Windows" test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback) ... ok test_close (test.test_asyncio.test_events.TestAbstractServer.test_close) ... ok test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop) ... ok test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop) ... ok test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop) ... ok test_hash (test.test_asyncio.test_events.TimerTests.test_hash) ... ok test_timer (test.test_asyncio.test_events.TimerTests.test_timer) ... ok test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison) ... ok test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr) ... ok test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug) ... ok test_when (test.test_asyncio.test_events.TimerTests.test_when) ... ok ====================================================================== ERROR: test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1328, in test_create_datagram_endpoint self._test_create_datagram_endpoint(('127.0.0.1', 0), socket.AF_INET) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1311, in _test_create_datagram_endpoint test_utils.run_until(self.loop, lambda: server.nbytes) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\utils.py", line 123, in run_until raise futures.TimeoutError() ^^^^^^^^^^^^ AttributeError: module 'asyncio.futures' has no attribute 'TimeoutError' ====================================================================== ERROR: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests.test_create_datagram_endpoint_ipv6) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1332, in test_create_datagram_endpoint_ipv6 self._test_create_datagram_endpoint(('::1', 0), socket.AF_INET6) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1311, in _test_create_datagram_endpoint test_utils.run_until(self.loop, lambda: server.nbytes) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\utils.py", line 123, in run_until raise futures.TimeoutError() ^^^^^^^^^^^^ AttributeError: module 'asyncio.futures' has no attribute 'TimeoutError' ====================================================================== ERROR: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.ProactorEventLoopTests.test_datagram_send_to_non_listening_address) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 500, in wait_for return fut.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 198, in result raise exc asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1411, in test_datagram_send_to_non_listening_address self.assertEqual(loop.run_until_complete( ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_events.py", line 1379, in wait_for_datagram_received result = await asyncio.wait_for(self._received_datagram, 10) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 502, in wait_for raise exceptions.TimeoutError() from exc TimeoutError ---------------------------------------------------------------------- Ran 166 tests in 108.499s FAILED (errors=3, skipped=43) 0:02:02 load avg: 0.23 [ 5/29/1] test_asyncio.test_futures -- test_asyncio.test_events failed (3 errors) in 1 min 48 sec test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... skipped 'requires the C _asyncio module' test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... skipped 'requires the C _asyncio module' test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... skipped 'requires the C _asyncio module' test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... skipped 'requires the C _asyncio module' test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... skipped 'requires the C _asyncio module' test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback) ... skipped 'requires the C _asyncio module' test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... skipped 'requires the C _asyncio module' test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... skipped 'requires the C _asyncio module' test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... skipped 'requires the C _asyncio module' test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... skipped 'requires the C _asyncio module' test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel) ... skipped 'requires the C _asyncio module' test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional) ... skipped 'requires the C _asyncio module' test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop) ... skipped 'requires the C _asyncio module' test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop) ... skipped 'requires the C _asyncio module' test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop) ... skipped 'requires the C _asyncio module' test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state) ... skipped 'requires the C _asyncio module' test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception) ... skipped 'requires the C _asyncio module' test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class) ... skipped 'requires the C _asyncio module' test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect) ... skipped 'requires the C _asyncio module' test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault) ... skipped 'requires the C _asyncio module' test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved) ... skipped 'requires the C _asyncio module' test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug) ... skipped 'requires the C _asyncio module' test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw) ... skipped 'requires the C _asyncio module' test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr) ... skipped 'requires the C _asyncio module' test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback) ... skipped 'requires the C _asyncio module' test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state) ... skipped 'requires the C _asyncio module' test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture) ... skipped 'requires the C _asyncio module' test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_result (test.test_asyncio.test_futures.CFutureTests.test_result) ... skipped 'requires the C _asyncio module' test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled) ... skipped 'requires the C _asyncio module' test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved) ... skipped 'requires the C _asyncio module' test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized) ... skipped 'requires the C _asyncio module' test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future) ... skipped 'requires the C _asyncio module' test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel) ... skipped 'requires the C _asyncio module' test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2) ... skipped 'requires the C _asyncio module' test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future) ... skipped 'requires the C _asyncio module' test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop) ... skipped 'requires the C _asyncio module' test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop) ... skipped 'requires the C _asyncio module' test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop) ... skipped 'requires the C _asyncio module' test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice) ... skipped 'requires the C _asyncio module' test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... skipped 'requires the C _asyncio module' test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... skipped 'requires the C _asyncio module' test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... skipped 'requires the C _asyncio module' test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... skipped 'requires the C _asyncio module' test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... skipped 'requires the C _asyncio module' test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback) ... skipped 'requires the C _asyncio module' test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... skipped 'requires the C _asyncio module' test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... skipped 'requires the C _asyncio module' test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... skipped 'requires the C _asyncio module' test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel) ... skipped 'requires the C _asyncio module' test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional) ... skipped 'requires the C _asyncio module' test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop) ... skipped 'requires the C _asyncio module' test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop) ... skipped 'requires the C _asyncio module' test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop) ... skipped 'requires the C _asyncio module' test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state) ... skipped 'requires the C _asyncio module' test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception) ... skipped 'requires the C _asyncio module' test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class) ... skipped 'requires the C _asyncio module' test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect) ... skipped 'requires the C _asyncio module' test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved) ... skipped 'requires the C _asyncio module' test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug) ... skipped 'requires the C _asyncio module' test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw) ... skipped 'requires the C _asyncio module' test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr) ... skipped 'requires the C _asyncio module' test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback) ... skipped 'requires the C _asyncio module' test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state) ... skipped 'requires the C _asyncio module' test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture) ... skipped 'requires the C _asyncio module' test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result) ... skipped 'requires the C _asyncio module' test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled) ... skipped 'requires the C _asyncio module' test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved) ... skipped 'requires the C _asyncio module' test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved) ... skipped 'requires the C _asyncio module' test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized) ... skipped 'requires the C _asyncio module' test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future) ... skipped 'requires the C _asyncio module' test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel) ... skipped 'requires the C _asyncio module' test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2) ... skipped 'requires the C _asyncio module' test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future) ... skipped 'requires the C _asyncio module' test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop) ... skipped 'requires the C _asyncio module' test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop) ... skipped 'requires the C _asyncio module' test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop) ... skipped 'requires the C _asyncio module' test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice) ... skipped 'requires the C _asyncio module' test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future) ... ok test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback) ... ok test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel) ... ok test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional) ... ok test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop) ... ok test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state) ... ok test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception) ... ok test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class) ... ok test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter) ... ok test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter) ... ok test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug) ... ok test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw) ... ok test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr) ... ok test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args) ... ok test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias) ... ok test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state) ... ok test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture) ... ok test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter) ... ok test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback) ... ok test_result (test.test_asyncio.test_futures.PyFutureTests.test_result) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved) ... ok test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized) ... ok test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2) ... ok test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop) ... ok test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop) ... ok test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop) ... ok test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice) ... ok ---------------------------------------------------------------------- Ran 155 tests in 8.117s OK (skipped=102) 0:02:10 load avg: 0.22 [ 6/29/1] test_asyncio.test_futures2 test_future_traceback (test.test_asyncio.test_futures2.CFutureTests.test_future_traceback) ... skipped 'requires the C _asyncio module' test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks) ... ok test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.056s OK (skipped=1) 0:02:11 load avg: 0.22 [ 7/29/1] test_asyncio.test_locks test_abort_barrier (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier) ... ok test_abort_barrier_when_exception (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception) ... ok test_abort_barrier_when_exception_then_resetting (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting) ... ok test_abort_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking) ... ok test_barrier (test.test_asyncio.test_locks.BarrierTests.test_barrier) ... ok test_barrier_parties (test.test_asyncio.test_locks.BarrierTests.test_barrier_parties) ... ok test_blocking_tasks_while_draining (test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining) ... ok test_context_manager (test.test_asyncio.test_locks.BarrierTests.test_context_manager) ... ok test_draining_state (test.test_asyncio.test_locks.BarrierTests.test_draining_state) ... ok test_filling_one_task (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task) ... ok test_filling_one_task_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice) ... ok test_filling_task_by_task (test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task) ... ok test_filling_tasks_cancel_one (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one) ... ok test_filling_tasks_check_return_value (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value) ... ok test_filling_tasks_wait_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice) ... ok test_repr (test.test_asyncio.test_locks.BarrierTests.test_repr) ... ok test_reset_barrier (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier) ... ok test_reset_barrier_when_tasks_half_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining) ... ok test_reset_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking) ... ok test_reset_barrier_while_tasks_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining) ... ok test_reset_barrier_while_tasks_waiting (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting) ... ok test_reset_barrier_while_tasks_waiting_and_waiting_again (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again) ... ok test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops) ... ok test_context_manager (test.test_asyncio.test_locks.ConditionTests.test_context_manager) ... ok test_explicit_lock (test.test_asyncio.test_locks.ConditionTests.test_explicit_lock) ... ok test_notify (test.test_asyncio.test_locks.ConditionTests.test_notify) ... ok test_notify_all (test.test_asyncio.test_locks.ConditionTests.test_notify_all) ... ok test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired) ... ok test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired) ... ok test_repr (test.test_asyncio.test_locks.ConditionTests.test_repr) ... ok test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block) ... ok test_wait (test.test_asyncio.test_locks.ConditionTests.test_wait) ... ok test_wait_cancel (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel) ... ok test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify) ... ok test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested) ... ok test_wait_for (test.test_asyncio.test_locks.ConditionTests.test_wait_for) ... ok test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired) ... ok test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired) ... ok test_clear (test.test_asyncio.test_locks.EventTests.test_clear) ... ok test_clear_with_waiters (test.test_asyncio.test_locks.EventTests.test_clear_with_waiters) ... ok test_repr (test.test_asyncio.test_locks.EventTests.test_repr) ... ok test_wait (test.test_asyncio.test_locks.EventTests.test_wait) ... ok test_wait_cancel (test.test_asyncio.test_locks.EventTests.test_wait_cancel) ... ok test_wait_on_set (test.test_asyncio.test_locks.EventTests.test_wait_on_set) ... ok test_acquire (test.test_asyncio.test_locks.LockTests.test_acquire) ... ok test_acquire_cancel (test.test_asyncio.test_locks.LockTests.test_acquire_cancel) ... ok test_cancel_race (test.test_asyncio.test_locks.LockTests.test_cancel_race) ... ok test_cancel_release_race (test.test_asyncio.test_locks.LockTests.test_cancel_release_race) ... ok test_context_manager (test.test_asyncio.test_locks.LockTests.test_context_manager) ... ok test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled) ... ok test_lock (test.test_asyncio.test_locks.LockTests.test_lock) ... ok test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement) ... ok test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter) ... ok test_release_no_waiters (test.test_asyncio.test_locks.LockTests.test_release_no_waiters) ... ok test_release_not_acquired (test.test_asyncio.test_locks.LockTests.test_release_not_acquired) ... ok test_repr (test.test_asyncio.test_locks.LockTests.test_repr) ... ok test_acquire (test.test_asyncio.test_locks.SemaphoreTests.test_acquire) ... ok test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel) ... ok test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken) ... ok test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order) ... ok test_acquire_fifo_order_2 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2) ... ok test_acquire_fifo_order_3 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3) ... ok test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang) ... ok test_acquire_no_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang) ... ok test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero) ... ok test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters) ... ok test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired) ... ok test_repr (test.test_asyncio.test_locks.SemaphoreTests.test_repr) ... ok test_semaphore (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore) ... ok test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value) ... ok ---------------------------------------------------------------------- Ran 70 tests in 2.222s OK 0:02:13 load avg: 0.21 [ 8/29/1] test_asyncio.test_pep492 test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines) ... ok test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking) ... ok test_double_await (test.test_asyncio.test_pep492.CoroutineTests.test_double_await) ... ok test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine) ... ok test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction) ... ok test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack) ... ok test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine) ... ok test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with) ... ok test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await) ... ok test_readline (test.test_asyncio.test_pep492.StreamReaderTests.test_readline) ... ok ---------------------------------------------------------------------- Ran 10 tests in 1.049s OK 0:02:14 load avg: 0.21 [ 9/29/1] test_asyncio.test_proactor_events test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close) ... ok test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe) ... ok test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server) ... ok test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel) ... ok test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor) ... ok test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading) ... ok test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted) ... ok test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data) ... ok test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data) ... ok test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing) ... ok test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted) ... ok test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading) ... ok test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception) ... ok test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut) ... ok test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport) ... ok test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport) ... ok test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events) ... ok test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving) ... ok test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self) ... ok test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing) ... ok test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received) ... ok test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection) ... ok test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception) ... ok test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected) ... ok test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto) ... ok test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview) ... ok test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray) ... ok test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing) ... ok test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr) ... ok test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received) ... ok test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected) ... ok test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception) ... ok test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview) ... ok test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data) ... ok test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str) ... ok test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) ... ok test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) ... ok test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) ... ok test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort) ... ok test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost) ... ok test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close) ... ok test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer) ... ok test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj) ... ok test_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once) ... ok test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut) ... ok test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor) ... ok test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing) ... ok test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error) ... ok test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2) ... ok test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close) ... ok test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent) ... ok test_force_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once) ... ok test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading) ... ok test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted) ... ok test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing) ... ok test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal) ... ok test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost) ... ok test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data) ... ok test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception) ... ok test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data) ... ok test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing) ... ok test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing) ... ok test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err) ... ok test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close) ... ok test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop) ... ok test_pause_reading_connection_made (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made) ... ok test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading) ... ok test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing) ... ok test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write) ... ok test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write) ... ok test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write) ... ok test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof) ... ok test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer) ... ok test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe) ... ok test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe) ... ok test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe) ... ok test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more) ... ok test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data) ... ok ---------------------------------------------------------------------- Ran 80 tests in 10.200s OK 0:02:25 load avg: 0.18 [10/29/1] test_asyncio.test_protocols test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol) ... ok test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol) ... ok test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol) ... ok test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol) ... ok test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol) ... ok ---------------------------------------------------------------------- Ran 5 tests in 0.004s OK 0:02:25 load avg: 0.18 [11/29/1] test_asyncio.test_queues test_format (test.test_asyncio.test_queues.LifoQueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow) ... ok test_order (test.test_asyncio.test_queues.LifoQueueTests.test_order) ... ok test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow) ... ok test_order (test.test_asyncio.test_queues.PriorityQueueTests.test_order) ... ok test_empty (test.test_asyncio.test_queues.QueueBasicTests.test_empty) ... ok test_full (test.test_asyncio.test_queues.QueueBasicTests.test_full) ... ok test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias) ... ok test_maxsize (test.test_asyncio.test_queues.QueueBasicTests.test_maxsize) ... ok test_order (test.test_asyncio.test_queues.QueueBasicTests.test_order) ... ok test_repr (test.test_asyncio.test_queues.QueueBasicTests.test_repr) ... ok test_str (test.test_asyncio.test_queues.QueueBasicTests.test_str) ... ok test_blocking_get (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get) ... ok test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait) ... ok test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters) ... ok test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race) ... ok test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters) ... ok test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters) ... ok test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get) ... ok test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception) ... ok test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting) ... ok test_format (test.test_asyncio.test_queues.QueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.QueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow) ... ok test_blocking_put (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put) ... ok test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait) ... ok test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception) ... ok test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters) ... ok test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize) ... ok test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers) ... ok test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader) ... ok test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put) ... ok test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception) ... ok test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop) ... ok test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled) ... ok test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race) ... ok test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters) ... ok test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting) ... ok ---------------------------------------------------------------------- Ran 44 tests in 0.702s OK 0:02:26 load avg: 0.17 [12/29/1] test_asyncio.test_runners test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks) ... ok test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors) ... ok test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug) ... ok test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop) ... ok test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro) ... ok test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises) ... ok test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors) ... ok test_asyncio_run_return (test.test_asyncio.test_runners.RunTests.test_asyncio_run_return) ... ok test_asyncio_run_set_event_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop) ... ok test_asyncio_run_without_uncancel (test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel) ... ok test_custom_factory (test.test_asyncio.test_runners.RunnerTests.test_custom_factory) ... ok test_debug (test.test_asyncio.test_runners.RunnerTests.test_debug) ... ok test_double_close (test.test_asyncio.test_runners.RunnerTests.test_double_close) ... ok test_explicit_close (test.test_asyncio.test_runners.RunnerTests.test_explicit_close) ... ok test_interrupt_call_soon (test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon) ... ok test_interrupt_cancelled_task (test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task) ... ok test_interrupt_wait (test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait) ... ok test_no_repr_is_call_on_the_task_result (test.test_asyncio.test_runners.RunnerTests.test_no_repr_is_call_on_the_task_result) ... ok test_non_debug (test.test_asyncio.test_runners.RunnerTests.test_non_debug) ... ok test_recursive_run (test.test_asyncio.test_runners.RunnerTests.test_recursive_run) ... ok test_run (test.test_asyncio.test_runners.RunnerTests.test_run) ... ok test_run_future (test.test_asyncio.test_runners.RunnerTests.test_run_future) ... ok test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context) ... ok test_run_non_coro (test.test_asyncio.test_runners.RunnerTests.test_run_non_coro) ... ok test_second_with_block_raises (test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises) ... ok test_set_event_loop_called_once (test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once) ... ok test_signal_install_not_supported_ok (test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok) ... ok ---------------------------------------------------------------------- Ran 27 tests in 0.542s OK 0:02:27 load avg: 0.17 [13/29/1] test_asyncio.test_selector_events test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple) ... ok test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader) ... ok test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing) ... ok test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer) ... ok test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer) ... ok test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing) ... ok test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close) ... ok test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector) ... ok test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport) ... ok test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error) ... ok test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read) ... ok test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled) ... ok test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write) ... ok test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled) ... ok test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception) ... ok test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain) ... ok test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader) ... ok test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write) ... ok test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown) ... ok test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer) ... ok test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write) ... ok test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown) ... ok test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params) ... ok test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception) ... ok test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain) ... ok test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected) ... ok test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err) ... ok test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain) ... ok test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto) ... ok test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview) ... ok test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray) ... ok test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing) ... ok test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr) ... ok test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received) ... ok test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected) ... ok test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception) ... ok test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview) ... ok test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data) ... ok test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready) ... ok test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing) ... ok test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received) ... ok test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection) ... ok test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception) ... ok test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data) ... ok test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain) ... ok test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str) ... ok test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain) ... ok test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor) ... ok test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error) ... ok test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized) ... ok test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor) ... ok test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter) ... ok test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error) ... ok test_pause_reading_connection_made (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted) ... ok test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write) ... ok test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof) ... ok test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close) ... ok test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data) ... ok test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial) ... ok test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray) ... ok test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview) ... ok test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none) ... ok test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready) ... ok test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing) ... ok test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception) ... ok test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data) ... ok test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial) ... ok test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none) ... ok test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str) ... ok test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain) ... ok test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader) ... ok test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort) ... ok test_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close) ... ok test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer) ... ok test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor) ... ok test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error) ... ok test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception) ... ok test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close) ... ok ---------------------------------------------------------------------- Ran 111 tests in 13.865s OK 0:02:41 load avg: 0.14 [14/29/1] test_asyncio.test_sendfile test_sendfile (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_close_peer_after_receiving) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving) ... ok test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_for_closing_transp) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_force_fallback) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_force_unsupported_native) ... skipped 'Fails on proactor event loop' test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_no_fallback_for_fallback_transport) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_not_supported) ... skipped 'UDP sockets are not supported' test_sendfile_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_partial) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_pre_and_post_data) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_prevents_bare_write) ... skipped "Don't have native sendfile support" test_sendfile_ssl (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_ssl) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_ssl_close_peer_after_receiving) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_ssl_partial) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sendfile_ssl_pre_and_post_data) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sock_sendfile_mix_with_regular_send) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sock_sendfile_success) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sock_sendfile_with_offset_and_count) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.ProactorEventLoopTests.test_sock_sendfile_zero_size) ... ok test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving) ... ok test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported) ... skipped 'UDP sockets are not supported' test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write) ... skipped "Don't have native sendfile support" test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size) ... ok ---------------------------------------------------------------------- Ran 40 tests in 9.088s OK (skipped=5) 0:02:51 load avg: 0.14 [15/29/1] test_asyncio.test_server test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1) ... ok test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1) ... ok test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1) ... skipped 'No UNIX Sockets' ---------------------------------------------------------------------- Ran 3 tests in 0.423s OK (skipped=1) 0:02:52 load avg: 0.13 [16/29/1] test_asyncio.test_sock_lowlevel test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_cancel_sock_accept) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_create_connection_sock) ... ok test_datagram_send_to_non_listening_address_recvfrom (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_datagram_send_to_non_listening_address_recvfrom) ... ERROR test_datagram_send_to_non_listening_address_recvfrom_into (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_datagram_send_to_non_listening_address_recvfrom_into) ... ERROR test_huge_content (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_huge_content) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_huge_content_recvinto) ... ok test_recvfrom (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_recvfrom) ... ERROR test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_recvfrom_into) ... ERROR test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sendto_blocking) ... skipped 'Not relevant to ProactorEventLoop' test_sock_accept (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sock_accept) ... ok test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sock_client_connect_racing) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sock_client_fail) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sock_client_ops) ... ok test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_sock_client_racing) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_unix_sock_client_ops) ... skipped 'No UNIX Sockets' test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto) ... ok test_recvfrom (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom) ... ok test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into) ... ok test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept) ... ok test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing) ... skipped '[Errno 10022] An invalid argument was supplied' test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops) ... ok test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops) ... skipped 'No UNIX Sockets' ====================================================================== ERROR: test_datagram_send_to_non_listening_address_recvfrom (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_datagram_send_to_non_listening_address_recvfrom) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 629, in test_datagram_send_to_non_listening_address_recvfrom self.loop.run_until_complete( ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 599, in _basetest_datagram_send_to_non_listening_address await self.loop.sock_sendto(socket_1, b'a', addr_2) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 723, in sock_sendto return await self._proactor.sendto(sock, data, 0, address) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 556, in sendto ov.WSASendTo(conn.fileno(), buf, flags, addr) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 435, in WSASendTo flags, Address, AddressLength, self.overlapped, _ffi.NULL) ^^^^^^^^^^^^^ NameError: name 'AddressLength' is not defined ====================================================================== ERROR: test_datagram_send_to_non_listening_address_recvfrom_into (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_datagram_send_to_non_listening_address_recvfrom_into) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 641, in test_datagram_send_to_non_listening_address_recvfrom_into self.loop.run_until_complete( ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 599, in _basetest_datagram_send_to_non_listening_address await self.loop.sock_sendto(socket_1, b'a', addr_2) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 723, in sock_sendto return await self._proactor.sendto(sock, data, 0, address) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 556, in sendto ov.WSASendTo(conn.fileno(), buf, flags, addr) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 435, in WSASendTo flags, Address, AddressLength, self.overlapped, _ffi.NULL) ^^^^^^^^^^^^^ NameError: name 'AddressLength' is not defined ====================================================================== ERROR: test_recvfrom (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_recvfrom) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 400, in test_recvfrom self.loop.run_until_complete( ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 392, in _basetest_datagram_recvfrom await self.loop.sock_sendto(sock, data, server_address) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 723, in sock_sendto return await self._proactor.sendto(sock, data, 0, address) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 556, in sendto ov.WSASendTo(conn.fileno(), buf, flags, addr) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 435, in WSASendTo flags, Address, AddressLength, self.overlapped, _ffi.NULL) ^^^^^^^^^^^^^ NameError: name 'AddressLength' is not defined ====================================================================== ERROR: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests.test_recvfrom_into) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 427, in test_recvfrom_into self.loop.run_until_complete( ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 410, in _basetest_datagram_recvfrom_into await self.loop.sock_sendto(sock, data, server_address) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 723, in sock_sendto return await self._proactor.sendto(sock, data, 0, address) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 556, in sendto ov.WSASendTo(conn.fileno(), buf, flags, addr) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 435, in WSASendTo flags, Address, AddressLength, self.overlapped, _ffi.NULL) ^^^^^^^^^^^^^ NameError: name 'AddressLength' is not defined ---------------------------------------------------------------------- Ran 28 tests in 15.198s FAILED (errors=4, skipped=4) 0:03:07 load avg: 0.10 [17/29/2] test_asyncio.test_ssl -- test_asyncio.test_sock_lowlevel failed (4 errors) test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket) ... ok test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning) ... ok test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) ... ok test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake) ... ok test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) ... ok test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) ... ok test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown) ... ok test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) ... ok test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data) ... ok test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) ... ok test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) ... ok test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket) ... ok test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost) ... ok test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ... FAIL test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1) ... ok test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel) ... ok ====================================================================== FAIL: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_ssl.py", line 678, in test_start_tls_client_corrupted_ssl res = self.loop.run_until_complete(client(srv.addr)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_ssl.py", line 665, in client with self.assertRaises(ssl.SSLError): AssertionError: SSLError not raised ---------------------------------------------------------------------- Ran 22 tests in 28.772s FAILED (failures=1) 0:03:36 load avg: 0.12 [18/29/3] test_asyncio.test_sslproto -- test_asyncio.test_ssl failed (1 failure) test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data) ... ok test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake) ... ok test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) ... FAIL test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1) ... ok test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel) ... ok test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args) ... ok test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data) ... ok test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake) ... ok test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl) ... ok test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1) ... ok test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel) ... ok test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args) ... ok test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake) ... ok test_close_during_ssl_over_ssl (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_ssl_over_ssl) ... ok test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost) ... ok test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing) ... ok test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter) ... ok test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error) ... ok test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection) ... ok test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative) ... ok test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero) ... ok test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol) ... ok test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing) ... ok ====================================================================== FAIL: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sslproto.py", line 774, in test_start_tls_client_corrupted_ssl res = self.loop.run_until_complete(client(srv.addr)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sslproto.py", line 764, in client with self.assertRaises(ssl.SSLError): AssertionError: SSLError not raised ---------------------------------------------------------------------- Ran 33 tests in 10.750s FAILED (failures=1) 0:03:47 load avg: 0.10 [19/29/4] test_asyncio.test_streams -- test_asyncio.test_sslproto failed (1 failure) test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable) ... ok test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable) ... ok test___repr__ (test.test_asyncio.test_streams.StreamTests.test___repr__) ... ok test___repr__data (test.test_asyncio.test_streams.StreamTests.test___repr__data) ... ok test___repr__eof (test.test_asyncio.test_streams.StreamTests.test___repr__eof) ... ok test___repr__exception (test.test_asyncio.test_streams.StreamTests.test___repr__exception) ... ok test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit) ... ok test___repr__transport (test.test_asyncio.test_streams.StreamTests.test___repr__transport) ... ok test___repr__waiter (test.test_asyncio.test_streams.StreamTests.test___repr__waiter) ... ok test_async_writer_api (test.test_asyncio.test_streams.StreamTests.test_async_writer_api) ... ok test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close) ... ok test_at_eof (test.test_asyncio.test_streams.StreamTests.test_at_eof) ... ok test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises) ... ERROR test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer) ... ok test_exception (test.test_asyncio.test_streams.StreamTests.test_exception) ... ok test_exception_cancel (test.test_asyncio.test_streams.StreamTests.test_exception_cancel) ... ok test_exception_waiter (test.test_asyncio.test_streams.StreamTests.test_exception_waiter) ... ok test_feed_empty_data (test.test_asyncio.test_streams.StreamTests.test_feed_empty_data) ... ok test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data) ... ok test_invalid_limit (test.test_asyncio.test_streams.StreamTests.test_invalid_limit) ... ok test_loop_is_closed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_loop_is_closed_resource_warnings) ... ok test_multiple_drain (test.test_asyncio.test_streams.StreamTests.test_multiple_drain) ... ok test_open_connection (test.test_asyncio.test_streams.StreamTests.test_open_connection) ... ok test_open_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_connection_error) ... ok test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl) ... ok test_open_unix_connection (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection) ... skipped 'No UNIX Sockets' test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error) ... skipped 'No UNIX Sockets' test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl) ... skipped 'No UNIX Sockets' test_read (test.test_asyncio.test_streams.StreamTests.test_read) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests.test_read_all_from_pipe_reader) ... skipped "Don't have pipes" test_read_eof (test.test_asyncio.test_streams.StreamTests.test_read_eof) ... ok test_read_exception (test.test_asyncio.test_streams.StreamTests.test_read_exception) ... ok test_read_limit (test.test_asyncio.test_streams.StreamTests.test_read_limit) ... ok test_read_line_breaks (test.test_asyncio.test_streams.StreamTests.test_read_line_breaks) ... ok test_read_until_eof (test.test_asyncio.test_streams.StreamTests.test_read_until_eof) ... ok test_read_zero (test.test_asyncio.test_streams.StreamTests.test_read_zero) ... ok test_readexactly (test.test_asyncio.test_streams.StreamTests.test_readexactly) ... ok test_readexactly_eof (test.test_asyncio.test_streams.StreamTests.test_readexactly_eof) ... ok test_readexactly_exception (test.test_asyncio.test_streams.StreamTests.test_readexactly_exception) ... ok test_readexactly_limit (test.test_asyncio.test_streams.StreamTests.test_readexactly_limit) ... ok test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less) ... ok test_readline (test.test_asyncio.test_streams.StreamTests.test_readline) ... ok test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof) ... ok test_readline_eof (test.test_asyncio.test_streams.StreamTests.test_readline_eof) ... ok test_readline_exception (test.test_asyncio.test_streams.StreamTests.test_readline_exception) ... ok test_readline_limit (test.test_asyncio.test_streams.StreamTests.test_readline_limit) ... ok test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data) ... ok test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait) ... ok test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count) ... ok test_readuntil_eof (test.test_asyncio.test_streams.StreamTests.test_readuntil_eof) ... ok test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep) ... ok test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks) ... ok test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1) ... ok test_readuntil_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_separator) ... ok test_start_server (test.test_asyncio.test_streams.StreamTests.test_start_server) ... ok test_start_tls (test.test_asyncio.test_streams.StreamTests.test_start_tls) ... ok test_start_unix_server (test.test_asyncio.test_streams.StreamTests.test_start_unix_server) ... skipped 'No UNIX Sockets' test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop) ... ok test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop) ... ok test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop) ... ok test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop) ... ok test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop) ... ok test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop) ... ok test_unclosed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_resource_warnings) ... ok test_unhandled_cancel (test.test_asyncio.test_streams.StreamTests.test_unhandled_cancel) ... ok test_unhandled_exception (test.test_asyncio.test_streams.StreamTests.test_unhandled_exception) ... ok test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close) ... ok test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data) ... ok ====================================================================== ERROR: test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_streams.py", line 913, in test_drain_raises self.loop.run_until_complete(client(*addr)) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\base_events.py", line 654, in run_until_complete return future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 279, in __step result = coro.throw(exc) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_streams.py", line 902, in client await writer.drain() File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\streams.py", line 392, in drain await self._protocol._drain_helper() File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\streams.py", line 172, in _drain_helper await waiter File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 287, in __await__ yield self # This tells Task to wait for completion. ^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 349, in __wakeup future.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\futures.py", line 203, in result raise self._exception.with_traceback(self._exception_tb) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 401, in _loop_writing self._write_fut = self._loop._proactor.send(self._sock, data) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 574, in send ov.WSASend(conn.fileno(), buf, flags) ^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 407, in WSASend RaiseFromWindowsErr(self.error) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 51, in RaiseFromWindowsErr raise_WinError(type) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 36, in raise_WinError raise excep OSError: [WinError 10054] An existing connection was forcibly closed by the remote host ---------------------------------------------------------------------- Ran 68 tests in 8.770s FAILED (errors=1, skipped=5) 0:03:56 load avg: 0.09 [20/29/5] test_asyncio.test_subprocess -- test_asyncio.test_streams failed (1 error) test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_cancel_make_subprocess_transport_exec) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_cancel_post_init) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_cancel_process_wait) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_close_dont_kill_finished) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_close_kill_running) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_communicate) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_communicate_ignore_broken_pipe) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_create_subprocess_exec_text_mode_fails) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_create_subprocess_exec_with_path) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_create_subprocess_shell_text_mode_fails) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_devnull_error) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_devnull_input) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_devnull_output) ... ok test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_devstdin_input) ... skipped "Don't have /dev/stdin" test_empty_input (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_empty_input) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_kill) ... ok test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_kill_issue43884) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_pause_reading) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_popen_error) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_popen_error_with_stdin_pipe) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_read_stdout_after_process_exit) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_send_signal) ... skipped "Don't have SIGHUP" test_shell (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_shell) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_start_new_session) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_stdin_broken_pipe) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_stdin_not_inheritable) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_stdin_stdout) ... ok test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_subprocess_communicate_stdout) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessProactorTests.test_terminate) ... ok test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited) ... ok test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr) ... ok ---------------------------------------------------------------------- Ran 31 tests in 9.541s OK (skipped=2) 0:04:06 load avg: 0.21 [21/29/5] test_asyncio.test_taskgroups test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error) ... ok test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation) ... ok test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01) ... ok test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02) ... ok test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03) ... ok test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04) ... ok test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07) ... ok test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08) ... ok test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09) ... ok test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10) ... ok test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11) ... ok test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12) ... ok test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13) ... ok test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14) ... ok test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15) ... ok test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16) ... ok test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17) ... ok test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18) ... ok test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19) ... ok test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20) ... ok test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a) ... ok test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a) ... ok test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22) ... ok test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23) ... ok test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24) ... ok test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25) ... ok test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered) ... ok test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter) ... ok test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished) ... ok test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered) ... ok test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context) ... ok test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name) ... ok test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task) ... ok ---------------------------------------------------------------------- Ran 35 tests in 6.623s OK 0:04:13 load avg: 0.20 [22/29/5] test_asyncio.test_tasks test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop) ... skipped 'requires the C _asyncio module' test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit) ... skipped 'requires the C _asyncio module' test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop) ... skipped 'requires the C _asyncio module' test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task) ... skipped 'requires the C _asyncio module' test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure) ... skipped 'requires the C _asyncio module' test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task) ... skipped 'requires the C _asyncio module' test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1) ... skipped 'requires the C _asyncio module' test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2) ... skipped 'requires the C _asyncio module' test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1) ... skipped 'requires the C _asyncio module' test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2) ... skipped 'requires the C _asyncio module' test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3) ... skipped 'requires the C _asyncio module' test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task) ... skipped 'requires the C _asyncio module' test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init__) ... skipped 'requires the C _asyncio module' test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state) ... skipped 'requires the C _asyncio module' test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast) ... ok test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop) ... ok test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines) ... ok test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug) ... ok test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking) ... ok test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672) ... ok test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception) ... ok test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success) ... ok test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions) ... ok test_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_success) ... ok test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop) ... ok test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop) ... ok test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop) ... ok test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures) ... ok test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures) ... ok test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug) ... ok test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation) ... ok test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception) ... ok test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation) ... ok test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success) ... ok test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions) ... ok test_success (test.test_asyncio.test_tasks.FutureGatherTests.test_success) ... ok test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled) ... skipped 'implementation detail specific to cpython' test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass) ... ok test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop) ... ok test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit) ... ok test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop) ... ok test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task) ... ok test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure) ... ok test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task) ... ok test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1) ... ok test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2) ... ok test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1) ... ok test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2) ... ok test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3) ... ok test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task) ... ok test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed) ... skipped 'requires the C _asyncio module' test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args) ... skipped 'requires the C _asyncio module' test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait) ... skipped 'requires the C _asyncio module' test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout) ... skipped 'requires the C _asyncio module' test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout) ... skipped 'requires the C _asyncio module' test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task) ... skipped 'requires the C _asyncio module' test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task) ... skipped 'requires the C _asyncio module' test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel) ... skipped 'requires the C _asyncio module' test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel) ... skipped 'requires the C _asyncio module' test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... skipped 'requires the C _asyncio module' test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task) ... skipped 'requires the C _asyncio module' test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task) ... skipped 'requires the C _asyncio module' test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... skipped 'requires the C _asyncio module' test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2) ... skipped 'requires the C _asyncio module' test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future) ... skipped 'requires the C _asyncio module' test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching) ... skipped 'requires the C _asyncio module' test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result) ... skipped 'requires the C _asyncio module' test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception) ... skipped 'requires the C _asyncio module' test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result) ... skipped 'requires the C _asyncio module' test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield) ... skipped 'requires the C _asyncio module' test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context) ... skipped 'requires the C _asyncio module' test_cancelling (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling) ... skipped 'requires the C _asyncio module' test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1) ... skipped 'requires the C _asyncio module' test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2) ... skipped 'requires the C _asyncio module' test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3) ... skipped 'requires the C _asyncio module' test_context_4 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4) ... skipped 'requires the C _asyncio module' test_context_5 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5) ... skipped 'requires the C _asyncio module' test_context_6 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function) ... skipped 'requires the C _asyncio module' test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future) ... skipped 'requires the C _asyncio module' test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function) ... skipped 'requires the C _asyncio module' test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function) ... skipped 'requires the C _asyncio module' test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine) ... skipped 'requires the C _asyncio module' test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task) ... skipped 'requires the C _asyncio module' test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks) ... skipped 'requires the C _asyncio module' test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable) ... skipped 'requires the C _asyncio module' test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine) ... skipped 'requires the C _asyncio module' test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg) ... skipped 'requires the C _asyncio module' test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future) ... skipped 'requires the C _asyncio module' test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither) ... skipped 'requires the C _asyncio module' test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task) ... skipped 'requires the C _asyncio module' test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await) ... skipped 'requires the C _asyncio module' test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... skipped 'requires the C _asyncio module' test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback) ... skipped 'requires the C _asyncio module' test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield) ... skipped 'requires the C _asyncio module' test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias) ... skipped 'requires the C _asyncio module' test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro) ... skipped 'requires the C _asyncio module' test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack) ... skipped 'requires the C _asyncio module' test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction) ... skipped 'requires the C _asyncio module' test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task) ... skipped 'requires the C _asyncio module' test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback) ... skipped 'requires the C _asyncio module' test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future) ... skipped 'requires the C _asyncio module' test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner) ... skipped 'requires the C _asyncio module' test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop) ... skipped 'requires the C _asyncio module' test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop) ... skipped 'requires the C _asyncio module' test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect) ... skipped 'requires the C _asyncio module' test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception) ... skipped 'requires the C _asyncio module' test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather) ... skipped 'requires the C _asyncio module' test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result) ... skipped 'requires the C _asyncio module' test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut) ... skipped 'requires the C _asyncio module' test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep) ... skipped 'requires the C _asyncio module' test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel) ... skipped 'requires the C _asyncio module' test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future) ... skipped 'requires the C _asyncio module' test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete) ... skipped 'requires the C _asyncio module' test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself) ... skipped 'requires the C _asyncio module' test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics) ... skipped 'requires the C _asyncio module' test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter) ... skipped 'requires the C _asyncio module' test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter) ... skipped 'requires the C _asyncio module' test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task) ... skipped 'requires the C _asyncio module' test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future) ... skipped 'requires the C _asyncio module' test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class) ... skipped 'requires the C _asyncio module' test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect) ... skipped 'requires the C _asyncio module' test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr) ... skipped 'requires the C _asyncio module' test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated) ... skipped 'requires the C _asyncio module' test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str) ... skipped 'requires the C _asyncio module' test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for) ... skipped 'requires the C _asyncio module' test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods) ... skipped 'requires the C _asyncio module' test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback) ... skipped 'requires the C _asyncio module' test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel) ... skipped 'requires the C _asyncio module' test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic) ... skipped 'requires the C _asyncio module' test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks) ... skipped 'requires the C _asyncio module' test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait) ... skipped 'requires the C _asyncio module' test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete) ... skipped 'requires the C _asyncio module' test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines) ... skipped 'requires the C _asyncio module' test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors) ... skipped 'requires the C _asyncio module' test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed) ... skipped 'requires the C _asyncio module' test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception) ... skipped 'requires the C _asyncio module' test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait) ... skipped 'requires the C _asyncio module' test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args) ... skipped 'requires the C _asyncio module' test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done) ... skipped 'requires the C _asyncio module' test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception) ... skipped 'requires the C _asyncio module' test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks) ... skipped 'requires the C _asyncio module' test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout) ... skipped 'requires the C _asyncio module' test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel) ... skipped 'requires the C _asyncio module' test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel) ... skipped 'requires the C _asyncio module' test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future) ... ok test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state) ... ok test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe) Test coroutine submission from a thread to an event loop. ... ok test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_cancelled) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_factory_exception) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_exception) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_timeout) Test coroutine submission from a thread to an event loop ... ok test_sleep_zero (test.test_asyncio.test_tasks.SleepTests.test_sleep_zero) ... ok ---------------------------------------------------------------------- Ran 913 tests in 48.792s OK (skipped=655) 0:05:03 load avg: 0.14 [23/29/5] test_asyncio.test_threads -- test_asyncio.test_tasks passed in 49.2 sec test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread) ... ok test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs) ... ok test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent) ... ok test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars) ... ok test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception) ... ok test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.225s OK 0:05:03 load avg: 0.14 [24/29/5] test_asyncio.test_timeouts test_cancel_in_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation) ... ok test_foreign_cancel_doesnt_timeout_if_not_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired) ... ok test_foreign_exception_on_timeout (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout) ... ok test_foreign_exception_passed (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed) ... ok test_nested_timeout_in_finally (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally) ... ok test_nested_timeouts (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts) ... ok test_nested_timeouts_concurrent (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent) ... ok test_nested_timeouts_loop_busy (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy) ... ok test_outer_task_is_not_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled) ... ok test_repr_active (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active) ... ok test_repr_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled) ... ok test_repr_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired) ... ok test_repr_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished) ... ok test_reschedule (test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule) ... ok test_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation) ... ok test_timeout_already_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_already_entered) ... ok test_timeout_at_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic) ... ok test_timeout_at_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled) ... ok test_timeout_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic) ... ok test_timeout_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled) ... ok test_timeout_double_enter (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_double_enter) ... ok test_timeout_exception_cause (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_cause) ... ok test_timeout_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expired) ... ok test_timeout_expiring (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expiring) ... ok test_timeout_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_finished) ... ok test_timeout_in_the_past_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero) ... ok test_timeout_not_called (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called) ... ok test_timeout_not_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_entered) ... ok test_timeout_without_task (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_without_task) ... ok test_timeout_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero) ... ok test_timeout_zero_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero) ... ok test_waiter_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled) ... ok ---------------------------------------------------------------------- Ran 32 tests in 0.724s OK 0:05:04 load avg: 0.14 [25/29/5] test_asyncio.test_transports test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none) ... ok test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented) ... ok test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits) ... ok test_get_extra_info (test.test_asyncio.test_transports.TransportTests.test_get_extra_info) ... ok test_not_implemented (test.test_asyncio.test_transports.TransportTests.test_not_implemented) ... ok test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented) ... ok test_writelines (test.test_asyncio.test_transports.TransportTests.test_writelines) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.006s OK 0:05:05 load avg: 0.13 [26/29/5] test_asyncio.test_unix_events test_asyncio.test_unix_events skipped -- UNIX only 0:05:05 load avg: 0.13 [27/29/5] test_asyncio.test_waitfor -- test_asyncio.test_unix_events skipped test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled) ... ok test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for) ... ok test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for) ... ok test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for) ... ok test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking) ... ok test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition) ... ok test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition) ... ok test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_self_cancellation) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_future_done) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation) ... ok test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_w_timeout_0) ... ok ---------------------------------------------------------------------- Ran 15 tests in 1.307s OK 0:05:07 load avg: 0.15 [28/29/5] test_asyncio.test_windows_events test_ctrl_c (test.test_asyncio.test_windows_events.ProactorLoopCtrlC.test_ctrl_c) ... ok test_run_from_nonmain_thread (test.test_asyncio.test_windows_events.ProactorMultithreading.test_run_from_nonmain_thread) ... ok test_address_argument_type_error (test.test_asyncio.test_windows_events.ProactorTests.test_address_argument_type_error) ... ok test_client_pipe_stat (test.test_asyncio.test_windows_events.ProactorTests.test_client_pipe_stat) ... ok test_close (test.test_asyncio.test_windows_events.ProactorTests.test_close) ... ok test_connect_pipe_cancel (test.test_asyncio.test_windows_events.ProactorTests.test_connect_pipe_cancel) ... ok test_double_bind (test.test_asyncio.test_windows_events.ProactorTests.test_double_bind) ... ok test_loop_restart (test.test_asyncio.test_windows_events.ProactorTests.test_loop_restart) ... UnraisableHookArgs(exc_type=, exc_value=OSError(None, 'Overlapped I/O event is not in a signaled state', None, 996), exc_traceback=, err_msg='', object=) UnraisableHookArgs(exc_type=, exc_value=OSError(None, 'Overlapped I/O event is not in a signaled state', None, 996), exc_traceback=, err_msg='', object=) UnraisableHookArgs(exc_type=, exc_value=OSError(None, 'Overlapped I/O event is not in a signaled state', None, 996), exc_traceback=, err_msg='', object=) UnraisableHookArgs(exc_type=, exc_value=OSError(None, 'Overlapped I/O event is not in a signaled state', None, 996), exc_traceback=, err_msg='', object=) FAIL test_pipe (test.test_asyncio.test_windows_events.ProactorTests.test_pipe) ... ok test_read_self_pipe_restart (test.test_asyncio.test_windows_events.ProactorTests.test_read_self_pipe_restart) ... ok test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests.test_wait_for_handle) ... ok test_wait_for_handle_cancel (test.test_asyncio.test_windows_events.ProactorTests.test_wait_for_handle_cancel) ... ok test_proactor_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests.test_proactor_win_policy) ... ok test_selector_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests.test_selector_win_policy) ... ok ====================================================================== FAIL: test_loop_restart (test.test_asyncio.test_windows_events.ProactorTests.test_loop_restart) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_windows_events.py", line 53, in tearDown self.assertIsNone(self._unraisable) ^^^^^^^^^^^^ AssertionError: UnraisableHookArgs(exc_type=, exc_value=OSError(None, 'Overlapped I/O event is not in a signaled state', None, 996), exc_traceback=, err_msg='', object=) is not None ---------------------------------------------------------------------- Ran 14 tests in 3.225s FAILED (failures=1) 0:05:10 load avg: 0.14 [29/29/6] test_asyncio.test_windows_utils -- test_asyncio.test_windows_events failed (1 failure) test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests.test_pipe_handle) ... ok test_pipe_overlapped (test.test_asyncio.test_windows_utils.PipeTests.test_pipe_overlapped) ... ok test_popen (test.test_asyncio.test_windows_utils.PopenTests.test_popen) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.222s OK == Tests result: FAILURE == 1 test skipped: test_asyncio.test_unix_events 6 tests failed: test_asyncio.test_events test_asyncio.test_sock_lowlevel test_asyncio.test_ssl test_asyncio.test_sslproto test_asyncio.test_streams test_asyncio.test_windows_events 22 tests OK. Total duration: 5 min 11 sec Total tests: run=2,033 failures=3 skipped=821 Total test files: run=29/29 failed=6 skipped=1 Result: FAILURE Fatal write error on datagram transport protocol: .Protocol object at 0x000001fb4adae1e0> transport: <_ProactorDatagramTransport fd=1632> Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 536, in _loop_writing self._write_fut = self._loop._proactor.sendto(self._sock, ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 556, in sendto ov.WSASendTo(conn.fileno(), buf, flags, addr) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 435, in WSASendTo flags, Address, AddressLength, self.overlapped, _ffi.NULL) ^^^^^^^^^^^^^ NameError: name 'AddressLength' is not defined test test_asyncio.test_events failed Task exception was never retrieved future: .recvfrom() done, defined at d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py:625> exception=OSError(None, 'The system detected an invalid pointer address in attempting to use a pointer argument in a call', None, 10014)> Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 626, in recvfrom data, _ = await self.loop.sock_recvfrom(socket, 4096) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 711, in sock_recvfrom return await self._proactor.recvfrom(sock, bufsize) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 508, in recvfrom ov.WSARecvFrom(conn.fileno(), nbytes, flags) ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 350, in WSARecvFrom RaiseFromWindowsErr(self.error) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 51, in RaiseFromWindowsErr raise_WinError(type) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 36, in raise_WinError raise excep OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call Task exception was never retrieved future: .recvfrom() done, defined at d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py:625> exception=OSError(None, 'The system detected an invalid pointer address in attempting to use a pointer argument in a call', None, 10014)> Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 626, in recvfrom data, _ = await self.loop.sock_recvfrom(socket, 4096) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 711, in sock_recvfrom return await self._proactor.recvfrom(sock, bufsize) ^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 508, in recvfrom ov.WSARecvFrom(conn.fileno(), nbytes, flags) ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_overlapped.py", line 350, in WSARecvFrom RaiseFromWindowsErr(self.error) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 51, in RaiseFromWindowsErr raise_WinError(type) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib_pypy\_winapi.py", line 36, in raise_WinError raise excep OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call Task exception was never retrieved future: .recvfrom_into() done, defined at d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py:635> exception=AttributeError("'Overlapped' object has no attribute 'WSARecvFromInto'")> Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 637, in recvfrom_into length, _ = await self.loop.sock_recvfrom_into(socket, buf, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 717, in sock_recvfrom_into return await self._proactor.recvfrom_into(sock, buf, nbytes) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 532, in recvfrom_into ov.WSARecvFromInto(conn.fileno(), buf, flags) ^^^^^^^^^^^^^^^ AttributeError: 'Overlapped' object has no attribute 'WSARecvFromInto'. Did you mean: 'WSARecvFrom'? Task exception was never retrieved future: .recvfrom_into() done, defined at d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py:635> exception=AttributeError("'Overlapped' object has no attribute 'WSARecvFromInto'")> Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\tasks.py", line 277, in __step result = coro.send(None) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_asyncio\test_sock_lowlevel.py", line 637, in recvfrom_into length, _ = await self.loop.sock_recvfrom_into(socket, buf, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\proactor_events.py", line 717, in sock_recvfrom_into return await self._proactor.recvfrom_into(sock, buf, nbytes) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\asyncio\windows_events.py", line 532, in recvfrom_into ov.WSARecvFromInto(conn.fileno(), buf, flags) ^^^^^^^^^^^^^^^ AttributeError: 'Overlapped' object has no attribute 'WSARecvFromInto'. Did you mean: 'WSARecvFrom'? test test_asyncio.test_sock_lowlevel failed test test_asyncio.test_ssl failed test test_asyncio.test_sslproto failed test test_asyncio.test_streams failed Warning -- threading._dangling was modified by test_asyncio.test_windows_events Warning -- Before: {} Warning -- After: {, } test test_asyncio.test_windows_events failed F lib-python/3/test/test_capi::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_868æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1279287027 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_capi test_decodeutf8 (test.test_capi.test_codecs.CAPITest.test_decodeutf8) Test PyUnicode_DecodeUTF8() ... ok test_decodeutf8stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf8stateful) Test PyUnicode_DecodeUTF8Stateful() ... skipped 'need _testcapi.unicode_decodeutf8stateful' test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple) ... skipped 'need _testcapi.eval_code_ex' test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args) ... skipped 'need _testcapi.eval_code_ex' test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure) ... skipped 'need _testcapi.eval_code_ex' test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default) ... skipped 'need _testcapi.eval_code_ex' test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default) ... skipped 'need _testcapi.eval_code_ex' test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs) ... skipped 'need _testcapi.eval_code_ex' test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p) ... ok test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c) ... ok test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star) ... ok test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y) ... ok test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash) ... ok test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star) ... ok test_D (test.test_capi.test_getargs.Float_TestCase.test_D) ... ok test_d (test.test_capi.test_getargs.Float_TestCase.test_d) ... ok test_f (test.test_capi.test_getargs.Float_TestCase.test_f) ... ok test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding) ... ok test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args) ... ok test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword) ... FAIL test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args) ... ok test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass) ... ok test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2) ... ok test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args) ... ok test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs) ... ok test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword) ... FAIL test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args) ... ok test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K) ... ok test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L) ... ok test_S (test.test_capi.test_getargs.Object_TestCase.test_S) ... ok test_U (test.test_capi.test_getargs.Object_TestCase.test_U) ... ok test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y) ... ok test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use) ... ok test_nested_tuple (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_tuple) ... ok test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords) ... ok test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only) ... ok test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword) ... ok test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args) ... ok test_h (test.test_capi.test_getargs.Signed_TestCase.test_h) ... ok test_i (test.test_capi.test_getargs.Signed_TestCase.test_i) ... ok test_l (test.test_capi.test_getargs.Signed_TestCase.test_l) ... ok test_n (test.test_capi.test_getargs.Signed_TestCase.test_n) ... ok test_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem) If this test failed, you probably added a new "format unit" ... ok test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix) ... ok test_C (test.test_capi.test_getargs.String_TestCase.test_C) ... ok test_Z (test.test_capi.test_getargs.String_TestCase.test_Z) ... ok test_Z_hash (test.test_capi.test_getargs.String_TestCase.test_Z_hash) ... ok test_es (test.test_capi.test_getargs.String_TestCase.test_es) ... ok test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash) ... ok test_et (test.test_capi.test_getargs.String_TestCase.test_et) ... ok test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash) ... ok test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args) ... ok test_s (test.test_capi.test_getargs.String_TestCase.test_s) ... ok test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash) ... ok test_s_hash_int (test.test_capi.test_getargs.String_TestCase.test_s_hash_int) ... ok test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star) ... ok test_u (test.test_capi.test_getargs.String_TestCase.test_u) ... ok test_u_hash (test.test_capi.test_getargs.String_TestCase.test_u_hash) ... ok test_z (test.test_capi.test_getargs.String_TestCase.test_z) ... ok test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash) ... ok test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star) ... ok test (test.test_capi.test_getargs.Test6012.test) ... skipped 'implementation detail specific to cpython' test_L_code (test.test_capi.test_getargs.Test_testcapi.test_L_code) ... ok test_Z_code (test.test_capi.test_getargs.Test_testcapi.test_Z_code) ... skipped 'no test_Z_code on PyPy' test_k_code (test.test_capi.test_getargs.Test_testcapi.test_k_code) ... ok test_s_code (test.test_capi.test_getargs.Test_testcapi.test_s_code) ... ok test_u_code (test.test_capi.test_getargs.Test_testcapi.test_u_code) ... skipped 'no test_u_code on PyPy' test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args) ... ok test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple) ... ok test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B) ... ok test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H) ... ok test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I) ... ok test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b) ... ok test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k) ... ok test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString) ... ok test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N) ... ok test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... skipped 'no getrefcount in PyPy' test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once) ... skipped 'no getrefcount in PyPy' test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow) ... ok test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication) ... ok test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing) ... ok test_eval_get_func_desc (test.test_capi.test_misc.CAPITest.test_eval_get_func_desc) ... ok test_eval_get_func_name (test.test_capi.test_misc.CAPITest.test_eval_get_func_name) ... ok test_exc_info (test.test_capi.test_misc.CAPITest.test_exc_info) ... ok test_exception (test.test_capi.test_misc.CAPITest.test_exception) ... ok test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols) ... skipped 'no ctypes.pythonapi in PyPy' test_fatal_error (test.test_capi.test_misc.CAPITest.test_fatal_error) ... skipped 'PyPy does not print extension modules in Py_FatalError output' test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code) ... ok test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals) ... ok test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module) ... ok test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error) ... FAIL test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature) ... ok test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer) ... ok test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict) ... ok test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict) ... ok test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro) ... ok test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref) ... skipped 'PyPy does not maintain the C-struct weakref list at tp_weaklistoffset' test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod) ... ok test_mapping_has_key (test.test_capi.test_misc.CAPITest.test_mapping_has_key) ... ok test_mapping_keys_values_items (test.test_capi.test_misc.CAPITest.test_mapping_keys_values_items) ... ok test_mapping_keys_values_items_bad_arg (test.test_capi.test_misc.CAPITest.test_mapping_keys_values_items_bad_arg) ... ok test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer) ... ok test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict) ... ok test_negative_refcount (test.test_capi.test_misc.CAPITest.test_negative_refcount) ... skipped 'need _testcapi.negative_refcount' test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop) ... skipped 'PyPy uses a different fatal error message format' test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc) ... ok test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase) ... ok test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null) ... ok test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null) ... ok test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null) ... ok test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error) ... ok test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error) ... ok test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array) ... skipped '_posixsubprocess required for this test.' test_sequence_del_slice (test.test_capi.test_misc.CAPITest.test_sequence_del_slice) ... ok test_sequence_set_slice (test.test_capi.test_misc.CAPITest.test_sequence_set_slice) ... ok test_set_nomemory (test.test_capi.test_misc.CAPITest.test_set_nomemory) ... skipped 'no allocation hooks on PyPy' test_set_object (test.test_capi.test_misc.CAPITest.test_set_object) ... ok test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... skipped 'implementation detail specific to cpython' test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once) ... skipped 'implementation detail specific to cpython' test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec) ... skipped '_posixsubprocess required for this test.' test_sys_setobject (test.test_capi.test_misc.CAPITest.test_sys_setobject) ... ok test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) ... skipped "resource 'cpu' is not enabled" test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) ... skipped "resource 'cpu' is not enabled" test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass) ... ok test_api_misuse (test.test_capi.test_misc.PyMemDebugTests.test_api_misuse) ... skipped 'no malloc policies on PyPy' test_buffer_overflow (test.test_capi.test_misc.PyMemDebugTests.test_buffer_overflow) ... skipped 'no malloc policies on PyPy' test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemDebugTests.test_pymem_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_freed_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_null_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'no malloc policies on PyPy' test_api_misuse (test.test_capi.test_misc.PyMemDefaultTests.test_api_misuse) ... skipped 'need Py_DEBUG' test_buffer_overflow (test.test_capi.test_misc.PyMemDefaultTests.test_buffer_overflow) ... skipped 'need Py_DEBUG' test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemDefaultTests.test_pymem_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_freed_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_null_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) ... skipped 'need Py_DEBUG' test_api_misuse (test.test_capi.test_misc.PyMemMallocDebugTests.test_api_misuse) ... skipped 'no malloc policies on PyPy' test_buffer_overflow (test.test_capi.test_misc.PyMemMallocDebugTests.test_buffer_overflow) ... skipped 'no malloc policies on PyPy' test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemMallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_null_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'no malloc policies on PyPy' test_api_misuse (test.test_capi.test_misc.PyMemPymallocDebugTests.test_api_misuse) ... skipped 'no malloc policies on PyPy' test_buffer_overflow (test.test_capi.test_misc.PyMemPymallocDebugTests.test_buffer_overflow) ... skipped 'no malloc policies on PyPy' test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'no malloc policies on PyPy' test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_null_is_freed) ... skipped 'no malloc policies on PyPy' test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'no malloc policies on PyPy' test_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global) bpo-44050: Extension module state should be shared between interpreters ... skipped 'no subinterpreters on PyPy' test_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception) Exceptions saved in global module state get shared between ... skipped 'no subinterpreters on PyPy' test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps) ... skipped 'no subinterpreters on PyPy' test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features) ... skipped 'no subinterpreters on PyPy' test_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_non_threaded) ... skipped 'cannot call Py_AddPendingCall' test_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_threaded) ... skipped 'cannot call Py_AddPendingCall' test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock) ... ok test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state) ... ok test_frame_fback_api (test.test_capi.test_misc.Test_FrameAPI.test_frame_fback_api) Test that accessing `f_back` does not cause a segmentation fault on ... ok test_frame_get_generator (test.test_capi.test_misc.Test_FrameAPI.test_frame_get_generator) ... ok test_frame_getters (test.test_capi.test_misc.Test_FrameAPI.test_frame_getters) ... ok test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def) ... ok test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro) ... ok test_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access) Checks methods defined with and without argument clinic ... ok test_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module) PyType_GetModule for defining_class ... ok test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super) ... ok test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr) ... skipped 'no _testinternalcapi PyPy' test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call) ... skipped 'no _testinternalcapi PyPy' test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N) ... ok test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule) ... ok test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api) ... ok test_config (test.test_capi.test_misc.Test_testcapi.test_config) ... ok test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi) ... ok test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak) ... ok test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration) ... ok test_empty_argparse (test.test_capi.test_misc.Test_testcapi.test_empty_argparse) ... ok test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous) ... ok test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control) ... ok test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots) ... ok test_get_type_name (test.test_capi.test_misc.Test_testcapi.test_get_type_name) ... ok test_get_type_qualname (test.test_capi.test_misc.Test_testcapi.test_get_type_qualname) ... ok test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API) ... ok test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak) ... ok test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance) ... ok test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api) ... ok test_long_and_overflow (test.test_capi.test_misc.Test_testcapi.test_long_and_overflow) ... ok test_long_api (test.test_capi.test_misc.Test_testcapi.test_long_api) ... ok test_long_as_double (test.test_capi.test_misc.Test_testcapi.test_long_as_double) ... ok test_long_as_size_t (test.test_capi.test_misc.Test_testcapi.test_long_as_size_t) ... ok test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testcapi.test_long_as_unsigned_long_long_mask) ... ok test_long_long_and_overflow (test.test_capi.test_misc.Test_testcapi.test_long_long_and_overflow) ... ok test_long_numbits (test.test_capi.test_misc.Test_testcapi.test_long_numbits) ... ok test_longlong_api (test.test_capi.test_misc.Test_testcapi.test_longlong_api) ... ok test_mapping_has_key_string (test.test_capi.test_misc.Test_testcapi.test_mapping_has_key_string) ... ok test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs) ... ok test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros) ... ok test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0) ... ok test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state) ... ok test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs) ... ok test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros) ... ok test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size) ... ok test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types) ... ok test_string_from_format (test.test_capi.test_misc.Test_testcapi.test_string_from_format) ... ok test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double) ... ok test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc) ... ok test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi) ... ok test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec) ... ok test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testcapi.test_unicode_compare_with_ascii) ... ok test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data) ... ok test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar) ... ok test_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring) This is a pretty normal docstring. ... ok test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak) ... ok test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak) ... ok test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests.test_bad_assignments) ... ok test_bool (test.test_capi.test_structmembers.ReadWriteTests.test_bool) ... ok test_byte (test.test_capi.test_structmembers.ReadWriteTests.test_byte) ... ok test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests.test_inplace_string) ... ok test_int (test.test_capi.test_structmembers.ReadWriteTests.test_int) ... ok test_long (test.test_capi.test_structmembers.ReadWriteTests.test_long) ... ok test_longlong (test.test_capi.test_structmembers.ReadWriteTests.test_longlong) ... ok test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests.test_py_ssize_t) ... ok test_short (test.test_capi.test_structmembers.ReadWriteTests.test_short) ... ok test_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4) ... skipped 'implementation detail specific to cpython' test_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8) ... skipped 'implementation detail specific to cpython' test_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize) ... skipped 'implementation detail specific to cpython' test_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar) ... skipped 'implementation detail specific to cpython' test_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring) ... skipped 'implementation detail specific to cpython' test_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters) ... skipped 'implementation detail specific to cpython' test_findchar (test.test_capi.test_unicode.CAPITest.test_findchar) ... skipped 'implementation detail specific to cpython' test_from_format (test.test_capi.test_unicode.CAPITest.test_from_format) ... skipped 'no pythonapi in PyPy' test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug) ... skipped 'implementation detail specific to cpython' ====================================================================== FAIL: test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_capi\test_getargs.py", line 750, in test_surrogate_keyword getargs_keyword_only(1, 2, **{'\uDC80': 10}) TypeError: '�' is an invalid keyword argument for this function During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_capi\test_getargs.py", line 748, in test_surrogate_keyword with self.assertRaisesRegex(TypeError, AssertionError: "'\udc80' is an invalid keyword argument for this function" does not match "'�' is an invalid keyword argument for this function" ====================================================================== FAIL: test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_capi\test_getargs.py", line 675, in test_surrogate_keyword getargs_keywords((1,2), 3, (4,(5,6)), (7,8,9), **{'\uDC80': 10}) TypeError: '�' is an invalid keyword argument for this function During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_capi\test_getargs.py", line 677, in test_surrogate_keyword self.assertEqual(str(err), "'\udc80' is an invalid keyword argument for this function") ^^^^^^^^^^^ AssertionError: "'�' is an invalid keyword argument for this function" != "'\udc80' is an invalid keyword argument for this function" - '�' is an invalid keyword argument for this function ? ^ + '\udc80' is an invalid keyword argument for this function ? ^ ====================================================================== FAIL: test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_capi\test_misc.py", line 355, in test_getitem_with_error self.assertRegex(err, ^^^^^^^^^^^ AssertionError: Regex didn't match: 'Fatal Python error: _Py_CheckSlotResult: Slot __getitem__ of type dict succeeded with an exception set\\nPython runtime state: initialized\\nValueError: bug\\n\\nCurrent thread .* \\(most recent call first\\):\\n File .*, line 6 in \\n\\nExtension modules: _testcapi \\(total: 1\\)\\n' not found in 'Traceback (most recent call last):\n File "", line 5, in \n File "d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\lib-python\\3\\test\\support\\__init__.py", line 1564, in __enter__\n self.old_value = msvcrt.GetErrorMode()\n ^^^^^^^^^^^^\nTypeError: \'unsigned int(*)(unsigned int)\' expects 1 arguments, got 0\n' ---------------------------------------------------------------------- Ran 250 tests in 3.143s FAILED (failures=3, skipped=73) test_capi failed (3 failures) == Tests result: FAILURE == 1 test failed: test_capi Total duration: 3.7 sec Total tests: run=250 failures=3 skipped=73 Total test files: run=1/1 failed=1 Result: FAILURE test test_capi failed F lib-python/3/test/test_concurrent_futures::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_5296æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3248469172 0:00:00 Run 8 tests sequentially 0:00:00 [1/8] test_concurrent_futures.test_as_completed test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... skipped 'require unix system' test_zero_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_zero_timeout) ... skipped 'require unix system' test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... skipped 'require unix system' test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... skipped 'require unix system' test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... skipped 'require unix system' test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... skipped 'require unix system' test_zero_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_zero_timeout) ... skipped 'require unix system' test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... 0.03s ok test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... 2.33s ok test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... 0.38s ok test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... 0.48s ok test_zero_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_zero_timeout) ... 2.33s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.02s ok test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... 2.02s ok test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.38s ok test_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... 0.02s ok test_zero_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_zero_timeout) ... 2.02s ok ---------------------------------------------------------------------- Ran 20 tests in 10.442s OK (skipped=10) 0:00:10 load avg: 0.76 [2/8] test_concurrent_futures.test_deadlock test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) ... skipped 'require unix system' test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) ... skipped 'require unix system' test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... skipped 'require unix system' test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... skipped 'require unix system' test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) ... skipped 'require unix system' test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) ... skipped 'require unix system' test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... skipped 'require unix system' test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... skipped 'require unix system' test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... skipped 'require unix system' test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) ... skipped 'require unix system' test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... skipped 'require unix system' test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... skipped 'require unix system' test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... skipped 'require unix system' test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'require unix system' test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) ... skipped 'require unix system' test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... skipped 'require unix system' test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) ... 0.67s ok test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) ... ERROR 1.86s test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... ERROR 0.67s test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... ERROR 0.64s test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) ... 0.33s ok test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) ... 0.66s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... 0.64s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... 0.66s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... 0.66s ok test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) ... 0.64s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... 0.66s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... 0.66s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... 0.64s ok test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) ... skipped 'Tested platform does not support the alarm signal' 0.00s test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) ... ERROR 0.77s test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... 0.33s ok ====================================================================== ERROR: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) ---------------------------------------------------------------------- concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 261, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 210, in _process_chunk return [fn(*args) for args in chunk] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 210, in return [fn(*args) for args in chunk] ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 30, in _crash_with_data _crash() File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 25, in _crash faulthandler._sigsegv() ^^^^^^^^ AttributeError: module 'faulthandler' has no attribute '_sigsegv' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 249, in test_crash_big_data list(executor.map(_crash_with_data, [data] * 10)) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 620, in _chain_from_iterable_of_lists for element in iterable: File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 401, in __get_result raise self._exception AttributeError: module 'faulthandler' has no attribute '_sigsegv' ====================================================================== ERROR: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ---------------------------------------------------------------------- concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 261, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 25, in _crash faulthandler._sigsegv() ^^^^^^^^ AttributeError: module 'faulthandler' has no attribute '_sigsegv' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 160, in test_crash_during_func_exec_on_worker self._check_crash(BrokenProcessPool, _crash) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 131, in _check_crash res.result(timeout=self.TIMEOUT) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 401, in __get_result raise self._exception AttributeError: module 'faulthandler' has no attribute '_sigsegv' ====================================================================== ERROR: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ---------------------------------------------------------------------- concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 217, in _sendback_result result_queue.put(_ResultItem(work_id, result=result, ^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\queues.py", line 371, in put obj = _ForkingPickler.dumps(obj) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\reduction.py", line 53, in dumps cls(buf, protocol).dump(obj) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 58, in __reduce__ _crash() File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 25, in _crash faulthandler._sigsegv() ^^^^^^^^ AttributeError: module 'faulthandler' has no attribute '_sigsegv' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 173, in test_crash_during_result_pickle_on_worker self._check_crash(BrokenProcessPool, _return_instance, CrashAtPickle) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 131, in _check_crash res.result(timeout=self.TIMEOUT) ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 401, in __get_result raise self._exception AttributeError: module 'faulthandler' has no attribute '_sigsegv' ====================================================================== ERROR: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) ---------------------------------------------------------------------- concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 261, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 25, in _crash faulthandler._sigsegv() ^^^^^^^^ AttributeError: module 'faulthandler' has no attribute '_sigsegv' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 210, in test_shutdown_deadlock f.result() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 449, in result return self.__get_result() ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\_base.py", line 401, in __get_result raise self._exception AttributeError: module 'faulthandler' has no attribute '_sigsegv' ---------------------------------------------------------------------- Ran 48 tests in 11.639s FAILED (errors=4, skipped=33) 0:00:22 load avg: 0.75 [3/8/1] test_concurrent_futures.test_future -- test_concurrent_futures.test_deadlock failed (4 errors) test_cancel (test.test_concurrent_futures.test_future.FutureTests.test_cancel) ... ok test_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_cancelled) ... ok test_done (test.test_concurrent_futures.test_future.FutureTests.test_done) ... ok test_done_callback_already_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled) ... ok test_done_callback_already_failed (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed) ... ok test_done_callback_already_successful (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful) ... ok test_done_callback_raises (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises) ... ok test_done_callback_raises_already_succeeded (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded) ... ok test_done_callback_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel) ... ok test_done_callback_with_exception (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception) ... ok test_done_callback_with_result (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result) ... ok test_exception_with_success (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success) ... ok test_exception_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout) ... ok test_multiple_set_exception (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception) ... ok test_multiple_set_result (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result) ... ok test_repr (test.test_concurrent_futures.test_future.FutureTests.test_repr) ... ok test_result_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel) ... ok test_result_with_success (test.test_concurrent_futures.test_future.FutureTests.test_result_with_success) ... ok test_result_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout) ... ok test_running (test.test_concurrent_futures.test_future.FutureTests.test_running) ... ok ---------------------------------------------------------------------- Ran 20 tests in 4.310s OK 0:00:27 load avg: 0.70 [4/8/1] test_concurrent_futures.test_init test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkFailingInitializerTest.test_initializer) ... skipped 'require unix system' test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkInitializerTest.test_initializer) ... skipped 'require unix system' test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverFailingInitializerTest.test_initializer) ... skipped 'require unix system' test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverInitializerTest.test_initializer) ... skipped 'require unix system' test_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnFailingInitializerTest.test_initializer) ... 0.56s ok test_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnInitializerTest.test_initializer) ... 0.50s ok test_initializer (test.test_concurrent_futures.test_init.ThreadPoolFailingInitializerTest.test_initializer) ... 0.11s ok test_initializer (test.test_concurrent_futures.test_init.ThreadPoolInitializerTest.test_initializer) ... 0.00s ok ---------------------------------------------------------------------- Ran 8 tests in 1.532s OK (skipped=4) 0:00:29 load avg: 0.70 [5/8/1] test_concurrent_futures.test_process_pool test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_free_reference) ... skipped 'require unix system' test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... skipped 'require unix system' test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one) ... skipped 'require unix system' test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_killed_child) ... skipped 'require unix system' test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map) ... skipped 'require unix system' test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_chunksize) ... skipped 'require unix system' test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_exception) ... skipped 'require unix system' test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) ... skipped 'require unix system' test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... skipped 'require unix system' test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child) ... skipped 'require unix system' test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... skipped 'require unix system' test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative) ... skipped 'require unix system' test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large) ... skipped 'require unix system' test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_no_stale_references) ... skipped 'implementation detail specific to cpython' test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_ressources_gced_in_workers) ... skipped 'implementation detail specific to cpython' test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_saturation) ... skipped 'require unix system' test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_shutdown_race_issue12456) ... skipped 'require unix system' test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit) ... skipped 'require unix system' test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit_keyword) ... skipped 'require unix system' test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_traceback) ... skipped 'require unix system' test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_free_reference) ... skipped 'require unix system' test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... skipped 'require unix system' test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_one) ... skipped 'require unix system' test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_killed_child) ... skipped 'require unix system' test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map) ... skipped 'require unix system' test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_chunksize) ... skipped 'require unix system' test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_exception) ... skipped 'require unix system' test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) ... skipped 'require unix system' test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... skipped 'require unix system' test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child) ... skipped 'require unix system' test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... skipped 'require unix system' test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_negative) ... skipped 'require unix system' test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large) ... skipped 'require unix system' test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references) ... skipped 'implementation detail specific to cpython' test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_ressources_gced_in_workers) ... skipped 'implementation detail specific to cpython' test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_saturation) ... skipped 'require unix system' test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_shutdown_race_issue12456) ... skipped 'require unix system' test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit) ... skipped 'require unix system' test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit_keyword) ... skipped 'require unix system' test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_traceback) ... skipped 'require unix system' test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_free_reference) ... 1.48s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.78s ok test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.47s ok test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child) ... 0.02s ok test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map) ... 1.00s ok test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize) ... 0.97s ok test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception) ... 0.75s ok test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) ... 6.41s ok test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 2.12s ok test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.66s ok test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.02s ok test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_negative) ... 0.00s ok test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large) ... 0.00s ok test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references) ... skipped 'implementation detail specific to cpython' test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_ressources_gced_in_workers) ... skipped 'implementation detail specific to cpython' test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_saturation) ... 1.12s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.95s ok test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit) ... 0.34s ok test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit_keyword) ... 0.45s ok test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback) ... 0.55s ok ---------------------------------------------------------------------- Ran 60 tests in 19.394s OK (skipped=42) 0:00:48 load avg: 1.39 [6/8/1] test_concurrent_futures.test_shutdown test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures) ... skipped 'require unix system' test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown) ... skipped 'require unix system' test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown) ... skipped 'require unix system' test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'require unix system' test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... skipped 'require unix system' test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364) ... skipped 'require unix system' test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown) ... skipped 'require unix system' test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate) ... skipped 'require unix system' test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown) ... skipped 'require unix system' test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait) ... skipped 'require unix system' test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... skipped 'require unix system' test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures) ... skipped 'require unix system' test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown) ... skipped 'require unix system' test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown) ... skipped 'require unix system' test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'require unix system' test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... skipped 'require unix system' test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364) ... skipped 'require unix system' test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown) ... skipped 'require unix system' test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate) ... skipped 'require unix system' test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown) ... skipped 'require unix system' test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait) ... skipped 'require unix system' test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... skipped 'require unix system' test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures) ... 1.03s ok test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown) ... 0.94s ok test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown) ... 1.09s ok test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'Hangs, see https://github.com/python/cpython/issues/83386' 0.00s test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... skipped 'Tested platform does not support the alarm signal' 0.00s test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364) ... 1.92s ok test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown) ... 1.92s ok test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate) ... 0.69s ok test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait) ... 0.97s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.59s ok test_cancel_futures (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures) ... 0.11s ok test_cancel_futures_wait_false (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures_wait_false) ... 0.53s ok test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown) ... 0.00s ok test_del_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_del_shutdown) ... 0.08s ok test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... 1.42s ok test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... skipped 'Tested platform does not support the alarm signal' 0.00s test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364) ... 1.02s ok test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_interpreter_shutdown) ... 1.42s ok test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.19s ok test_thread_names_assigned (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned) ... 0.08s ok test_thread_names_default (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default) ... 0.14s ok test_threads_terminate (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate) ... 0.02s ok ---------------------------------------------------------------------- Ran 47 tests in 15.988s OK (skipped=25) 0:01:04 load avg: 1.28 [7/8/1] test_concurrent_futures.test_thread_pool test_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... 0.00s ok test_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... 0.02s ok test_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... 0.66s ok test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) ... skipped 'need os.register_at_fork' test_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... 0.00s ok test_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... 0.02s ok test_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... 0.02s ok test_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration) Tests verifying issue 11777. ... 0.00s ok test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) ... 6.02s ok test_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... 0.02s ok test_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... skipped 'implementation detail specific to cpython' test_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... 0.05s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... 0.00s ok test_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... 0.00s ok test_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... 0.00s ok ---------------------------------------------------------------------- Ran 15 tests in 7.712s OK (skipped=2) 0:01:12 load avg: 1.14 [8/8/1] test_concurrent_futures.test_wait test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_20369) ... skipped 'require unix system' test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_all_completed) ... skipped 'require unix system' test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed) ... skipped 'require unix system' test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed_some_already_completed) ... skipped 'require unix system' test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception) ... skipped 'require unix system' test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_one_already_failed) ... skipped 'require unix system' test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_some_already_complete) ... skipped 'require unix system' test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_timeout) ... skipped 'require unix system' test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_20369) ... skipped 'require unix system' test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_all_completed) ... skipped 'require unix system' test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed) ... skipped 'require unix system' test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed_some_already_completed) ... skipped 'require unix system' test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception) ... skipped 'require unix system' test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_one_already_failed) ... skipped 'require unix system' test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_some_already_complete) ... skipped 'require unix system' test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_timeout) ... skipped 'require unix system' test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_20369) ... 1.84s ok test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_all_completed) ... 0.48s ok test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed) ... 1.86s ok test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed_some_already_completed) ... 1.83s ok test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception) ... 3.50s ok test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_one_already_failed) ... 2.33s ok test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_some_already_complete) ... 1.88s ok test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_timeout) ... 0.83s ok test_20369 (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_20369) ... 1.52s ok test_all_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_all_completed) ... 0.02s ok test_first_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed) ... 1.50s ok test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed_some_already_completed) ... 1.52s ok test_first_exception (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception) ... 3.02s ok test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_one_already_failed) ... 2.02s ok test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_some_already_complete) ... 1.52s ok test_pending_calls_race (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_pending_calls_race) ... 0.11s ok test_timeout (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_timeout) ... 0.52s ok ---------------------------------------------------------------------- Ran 33 tests in 27.468s OK (skipped=16) == Tests result: FAILURE == 1 test failed: test_concurrent_futures.test_deadlock 7 tests OK. Total duration: 1 min 40 sec Total tests: run=251 skipped=132 Total test files: run=8/8 failed=1 Result: FAILURE Process SpawnProcess-5: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\process.py", line 314, in _bootstrap self.run() ^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\concurrent\futures\process.py", line 249, in _process_worker call_item = call_queue.get(block=True) ^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\queues.py", line 122, in get return _ForkingPickler.loads(res) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_concurrent_futures\test_deadlock.py", line 25, in _crash faulthandler._sigsegv() ^^^^^^^^ AttributeError: module 'faulthandler' has no attribute '_sigsegv' Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\queues.py", line 246, in _feed send_bytes(obj) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\connection.py", line 184, in send_bytes self._check_closed() ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\connection.py", line 137, in _check_closed raise OSError("handle is closed") OSError: handle is closed Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\queues.py", line 246, in _feed send_bytes(obj) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\connection.py", line 184, in send_bytes self._check_closed() ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\connection.py", line 137, in _check_closed raise OSError("handle is closed") OSError: handle is closed test test_concurrent_futures.test_deadlock failed . lib-python/3/test/test_cppext::unmodified . lib-python/3/test/test_dataclasses::unmodified . lib-python/3/test/test_doctest::unmodified . lib-python/3/test/test_email::unmodified . lib-python/3/test/test_future_stmt::unmodified . lib-python/3/test/test_gdb::unmodified F lib-python/3/test/test_import::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9612æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 2018268362 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_import test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule) ... ok test_binding (test.test_import.CircularImportTests.test_binding) ... ok test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import) ... ok test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1) ... ok test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2) ... ok test_direct (test.test_import.CircularImportTests.test_direct) ... ok test_indirect (test.test_import.CircularImportTests.test_indirect) ... ok test_rebinding (test.test_import.CircularImportTests.test_rebinding) ... ok test_subpackage (test.test_import.CircularImportTests.test_subpackage) ... ok test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module) ... ok test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051) ... skipped 'test meaningful only on posix systems' test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly) ... skipped 'test meaningful only on posix systems' test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode) ... skipped 'test meaningful only on posix systems' test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable) ... ok test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile) ... skipped 'implementation detail specific to cpython' test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext) ... skipped 'implementation detail specific to cpython' test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source) ... skipped 'implementation detail specific to cpython' test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist) ... ok test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity) ... ok test_concurrency (test.test_import.ImportTests.test_concurrency) ... ok test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import) ... skipped 'implementation detail specific to cpython' test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) ... debug: WARNING: Library path not found, using compiled-in sys.path, with debug: WARNING: sys.prefix = 'd:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build' debug: WARNING: Make sure the pypy3 binary is kept inside its tree of files. debug: WARNING: It is ok to create a symlink to it from somewhere else. debug: OperationError: debug: operror-type: AttributeError debug: operror-value: module 'sys' has no attribute 'base_prefix' ERROR test_double_const (test.test_import.ImportTests.test_double_const) ... ok test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks) ... ok test_failing_reload (test.test_import.ImportTests.test_failing_reload) ... ok test_file_to_source (test.test_import.ImportTests.test_file_to_source) ... ok test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError) ... ok test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module) ... ok test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module) ... ok test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name) ... ok test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path) ... ok test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path) ... skipped 'implementation detail specific to cpython' test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical) ... ok test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError) ... ok test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError) ... ok test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type) ... ok test_import (test.test_import.ImportTests.test_import) ... ok test_import_by_filename (test.test_import.ImportTests.test_import_by_filename) ... ok test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash) ... ok test_import_name_binding (test.test_import.ImportTests.test_import_name_binding) ... ok test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError) ... ok test_issue105979 (test.test_import.ImportTests.test_issue105979) ... skipped 'pypy does not accept a data argument to get_frozen_object' test_issue31286 (test.test_import.ImportTests.test_issue31286) ... ok test_issue31492 (test.test_import.ImportTests.test_issue31492) ... skipped 'implementation detail specific to cpython' test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack) ... ok test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow) ... ok test_broken_from (test.test_import.ImportTracebackTests.test_broken_from) ... ok test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent) ... ok test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from) ... ok test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule) ... ok test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure) ... ok test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested) ... ok test_import_bug (test.test_import.ImportTracebackTests.test_import_bug) ... skipped 'implementation detail specific to cpython' test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module) ... ok test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested) ... ok test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error) ... ok test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ... FAIL test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib) ... skipped 'implementation detail specific to cpython' test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external) ... skipped 'implementation detail specific to cpython' test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap) ... skipped 'implementation detail specific to cpython' test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one) ... skipped 'implementation detail specific to cpython' test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin) ... ok test_UNC_path (test.test_import.PathsTests.test_UNC_path) ... ok test_trailing_slash (test.test_import.PathsTests.test_trailing_slash) ... ok test_basics (test.test_import.PycRewritingTests.test_basics) ... ok test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code) ... ok test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name) ... ok test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source) ... ok test___cached__ (test.test_import.PycacheTests.test___cached__) ... ok test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc) ... ok test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path) ... ok test_missing_source (test.test_import.PycacheTests.test_missing_source) ... ok test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy) ... ok test_package___cached__ (test.test_import.PycacheTests.test_package___cached__) ... ok test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc) ... ok test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second) ... ok test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) ... skipped 'test meaningful only on posix systems' test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future) ... ok test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package) ... ok test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package) ... ok test_issue3221 (test.test_import.RelativeImportTests.test_issue3221) ... ok test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global) ... ok test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star) ... ok test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable) ... ok ====================================================================== ERROR: test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_import\__init__.py", line 496, in test_dll_dependency_import subprocess.check_call([ ^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['D:\\SystemTemp\\pytest\\tmp8xs5xicv\\pypy3.11-c.exe', '-Sc', "import os;p = os.add_dll_directory('d:\\\\pypy_stuff\\\\buildbot64\\\\slave\\\\pypy-c-jit-win-x86-64\\\\build\\\\lib_pypy');import _sqlite3;p.close"]' returned non-zero exit status 1. ====================================================================== FAIL: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_import\__init__.py", line 1293, in test_unencodable_filename script_helper.assert_python_ok("-c", "mod = __import__(%a)" % name, ^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 166, in assert_python_ok return _assert_python(True, *args, **env_vars) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 151, in _assert_python res.fail(cmd_line) ^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\support\script_helper.py", line 76, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\pypy\\goal\\pypy3.11-c.exe', '-X', 'faulthandler', '-E', '-c', "mod = __import__('@test_9612_tmp-\\u5171\\u0141\\u2661\\u0363\\udc80')"] stdout: --- --- stderr: --- Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named '@test_9612_tmp-����������\udc80' --- ---------------------------------------------------------------------- Ran 84 tests in 3.468s FAILED (failures=1, errors=1, skipped=16) test_import failed (1 error, 1 failure) == Tests result: FAILURE == 1 test failed: test_import Total duration: 4.2 sec Total tests: run=84 failures=1 skipped=16 Total test files: run=1/1 failed=1 Result: FAILURE test test_import failed F lib-python/3/test/test_importlib::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9760æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3876297098 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_importlib test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FinderTests.test_module) ... ok test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported) ... ok test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable) ... ok test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported) ... ok test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable) ... ok test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'os.environ changes not reflected in _os.environ' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... ok test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'os.environ changes not reflected in _os.environ' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... ok test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure) ... ok test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module) ... ok test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure) ... ok test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module) ... ok test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality) ... ok test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality) ... ok test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality) ... ok test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module) ... ok test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii) ... ok test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonmodule) ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonmodule_with_methods) ... ok test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_null_slots) ... ok test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload) ... ok test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable) ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality) ... ok test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality) ... ok test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API) ... ok test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality) ... ok test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice) ... ok test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module) ... ok test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii) ... ok test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonmodule) ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonmodule_with_methods) ... ok test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_null_slots) ... ok test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload) ... ok test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable) ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success) ... ok test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success) ... ok test.test_importlib.frozen (unittest.loader.ModuleSkipped.test.test_importlib.frozen) ... skipped "PyPy doesn't have frozen modules" test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests.test___loader___is_None) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests.test___loader___missing) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests.test___loader___is_None) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests.test___loader___missing) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_warn_when_using___name__) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_package) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_submodule) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_top_level) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_warn_when_using___name__) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache) ... ok test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader) ... ok test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute) ... ok test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object) ... ok test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object) ... ok test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302.test_with_path) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing) ... ok test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302.test_with_path) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing) ... ok test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent) ... ok test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent) ... ok test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_module) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd) ... skipped 'platform does not allow the deletion of the cwd' test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_module) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302.test_insensitive) ... skipped 'os.environ changes not reflected in _os.environ' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302.test_sensitive) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'os.environ changes not reflected in _os.environ' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302.test_insensitive) ... skipped 'os.environ changes not reflected in _os.environ' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302.test_sensitive) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'os.environ changes not reflected in _os.environ' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory) ... skipped 'os.chmod() does not support the needed arguments under Windows' test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string_legacy) ... ok test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success_legacy) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string_legacy) ... ok test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success_legacy) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code) ... ok test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None) ... ok test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses) ... ok test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module) ... ok test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module) ... ok test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr) ... ok test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh) ... ok test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_find_module) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_module) ... ok test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec) ... ok test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses) ... ok test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_find_loader) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_no_spec) ... ok test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_spec_with_loader) ... ok test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_spec_with_portions) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses) ... ok test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data) ... ok test_contents (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_contents) ... ok test_is_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_is_resource) ... ok test_open_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_open_resource) ... ok test_resource_path (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_resource_path) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses) ... ok test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode) ... ok test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses) ... ok test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source) ... ok test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding) ... ok test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines) ... ok test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source) ... ok test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding) ... ok test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package) ... ok test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module) ... ok test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings) ... ok test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code) ... ok test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module) ... ok test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module) ... ok test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr) ... ok test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode) ... ok test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code) ... ok test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None) ... ok test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses) ... ok test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh) ... ok test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_find_module) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_module) ... ok test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec) ... ok test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec) ... ok test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses) ... ok test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_find_loader) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_no_spec) ... ok test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_spec_with_loader) ... ok test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_spec_with_portions) ... ok test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses) ... ok test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data) ... ok test_contents (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_contents) ... ok test_is_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_is_resource) ... ok test_open_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_open_resource) ... ok test_resource_path (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_resource_path) ... ok test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses) ... ok test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source) ... ok test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding) ... ok test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines) ... ok test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source) ... ok test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding) ... ok test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package) ... ok test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module) ... ok test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings) ... ok test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code) ... ok test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules_loader_is_not_set) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package) ... ok test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import) ... ok test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once) ... ok test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import) ... ok test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called) ... ok test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking) ... ok test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec) ... ok test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced) ... ok test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed) ... ok test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader) ... ok test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed) ... ok test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules_loader_is_not_set) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package) ... ok test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import) ... ok test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once) ... ok test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import) ... ok test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called) ... ok test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking) ... ok test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec) ... ok test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced) ... ok test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed) ... ok test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader) ... ok test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed) ... ok test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__) ... ok test_spec_path_joinpath (test.test_importlib.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath) ... ok test_child_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is) ... ok test_child_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter) ... ok test_child_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name) ... ok test_child_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open) ... ok test_open_invalid_mode (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode) ... ok test_orphan_path_invalid (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid) ... ok test_orphan_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is) ... ok test_orphan_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter) ... ok test_orphan_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name) ... ok test_orphan_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open) ... ok test_spec_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is) ... ok test_spec_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter) ... ok test_spec_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name) ... ok test_spec_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open) ... ok test_wrap_spec (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec) ... ok test_contents (test.test_importlib.test_contents.ContentsDiskTests.test_contents) ... ok test_contents (test.test_importlib.test_contents.ContentsNamespaceTests.test_contents) ... ok test_contents (test.test_importlib.test_contents.ContentsZipTests.test_contents) ... ok test_read_bytes (test.test_importlib.test_files.OpenDiskTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenDiskTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenDiskTests.test_traversable) ... ok test_read_bytes (test.test_importlib.test_files.OpenNamespaceTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenNamespaceTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenNamespaceTests.test_traversable) ... ok test_read_bytes (test.test_importlib.test_files.OpenZipTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenZipTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenZipTests.test_traversable) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init) ... ok test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation) ... ok test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged) ... ok test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr) ... ok test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr) ... ok test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init) ... ok test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules) ... ok test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys) ... ok test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race) ... ok test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error) ... ok test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr) ... ok test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr) ... ok test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr) ... ok test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock) ... ok test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock) ... ok test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks) ... ok test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime) ... ok test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release) ... ok test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor) ... ok test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread) ... ok test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire) ... ok test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired) ... ok test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak) ... ok test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists) ... ok test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock) ... ok test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock) ... ok test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks) ... ok test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime) ... ok test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release) ... ok test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor) ... ok test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread) ... ok test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire) ... ok test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired) ... ok test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak) ... ok test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists) ... ok test_for_name_does_not_exist (test.test_importlib.test_main.BasicTests.test_for_name_does_not_exist) ... ok test_invalid_inputs_to_from_name (test.test_importlib.test_main.BasicTests.test_invalid_inputs_to_from_name) ... ok test_new_style_classes (test.test_importlib.test_main.BasicTests.test_new_style_classes) ... ok test_package_not_found_mentions_metadata (test.test_importlib.test_main.BasicTests.test_package_not_found_mentions_metadata) When a package is not found, that could indicate that the ... ok test_retrieves_version_of_self (test.test_importlib.test_main.BasicTests.test_retrieves_version_of_self) ... ok test_egg (test.test_importlib.test_main.DirectoryTest.test_egg) ... ok test_egg_info (test.test_importlib.test_main.DirectoryTest.test_egg_info) ... ok test_invalid_usage (test.test_importlib.test_main.DiscoveryTests.test_invalid_usage) ... ok test_package_discovery (test.test_importlib.test_main.DiscoveryTests.test_package_discovery) ... ok test_unicode_dir_on_sys_path (test.test_importlib.test_main.FileSystem.test_unicode_dir_on_sys_path) Ensure a Unicode subdirectory of a directory on sys.path ... ok test_entrypoint_with_colon_in_name (test.test_importlib.test_main.ImportTests.test_entrypoint_with_colon_in_name) ... ok test_import_nonexistent_module (test.test_importlib.test_main.ImportTests.test_import_nonexistent_module) ... ok test_resolve (test.test_importlib.test_main.ImportTests.test_resolve) ... ok test_resolve_without_attr (test.test_importlib.test_main.ImportTests.test_resolve_without_attr) ... ok test_discovery (test.test_importlib.test_main.InaccessibleSysPath.test_discovery) Discovering distributions should succeed even if ... skipped 'pyfakefs not available' test_discovery (test.test_importlib.test_main.MissingSysPath.test_discovery) Discovering distributions should succeed even if ... ok test_dashes_in_dist_name_found_as_underscores (test.test_importlib.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores) For a package with a dash in the name, the dist-info metadata ... ok test_dist_name_found_as_any_case (test.test_importlib.test_main.NameNormalizationTests.test_dist_name_found_as_any_case) Ensure the metadata loads when queried with any case. ... ok test_unique_distributions (test.test_importlib.test_main.NameNormalizationTests.test_unique_distributions) Two distributions varying only by non-normalized name on ... ok test_metadata_loads (test.test_importlib.test_main.NonASCIITests.test_metadata_loads) ... ok test_metadata_loads_egg_info (test.test_importlib.test_main.NonASCIITests.test_metadata_loads_egg_info) ... ok test_packages_distributions_example (test.test_importlib.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example) ... ok test_packages_distributions_example2 (test.test_importlib.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2) Test packages_distributions on a wheel built ... ok test_packages_distributions_neither_toplevel_nor_files (test.test_importlib.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files) Test a package built without 'top-level.txt' or a file list. ... ok test_attr (test.test_importlib.test_main.TestEntryPoints.test_attr) ... ok test_entry_point_pickleable (test.test_importlib.test_main.TestEntryPoints.test_entry_point_pickleable) ... ok test_hashable (test.test_importlib.test_main.TestEntryPoints.test_hashable) EntryPoints should be hashable ... ok test_immutable (test.test_importlib.test_main.TestEntryPoints.test_immutable) EntryPoints should be immutable ... ok test_json_dump (test.test_importlib.test_main.TestEntryPoints.test_json_dump) json should not expect to be able to dump an EntryPoint ... ok test_module (test.test_importlib.test_main.TestEntryPoints.test_module) ... ok test_positional_args (test.test_importlib.test_main.TestEntryPoints.test_positional_args) Capture legacy (namedtuple) construction, discouraged. ... ok test_repr (test.test_importlib.test_main.TestEntryPoints.test_repr) ... ok test_sortable (test.test_importlib.test_main.TestEntryPoints.test_sortable) EntryPoint objects are sortable, but result is undefined. ... ok test_as_json (test.test_importlib.test_metadata_api.APITests.test_as_json) ... ok test_as_json_egg_info (test.test_importlib.test_metadata_api.APITests.test_as_json_egg_info) ... ok test_as_json_odd_case (test.test_importlib.test_metadata_api.APITests.test_as_json_odd_case) ... ok test_entry_points (test.test_importlib.test_metadata_api.APITests.test_entry_points) ... ok test_entry_points_allows_no_attributes (test.test_importlib.test_metadata_api.APITests.test_entry_points_allows_no_attributes) ... ok test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests.test_entry_points_by_index) Prior versions of Distribution.entry_points would return a ... ok test_entry_points_dict_construction (test.test_importlib.test_metadata_api.APITests.test_entry_points_dict_construction) Prior versions of entry_points() returned simple lists and ... ok test_entry_points_distribution (test.test_importlib.test_metadata_api.APITests.test_entry_points_distribution) ... ok test_entry_points_groups_get (test.test_importlib.test_metadata_api.APITests.test_entry_points_groups_get) Prior versions of entry_points() returned a dict. Ensure ... ok test_entry_points_groups_getitem (test.test_importlib.test_metadata_api.APITests.test_entry_points_groups_getitem) Prior versions of entry_points() returned a dict. Ensure ... ok test_entry_points_missing_group (test.test_importlib.test_metadata_api.APITests.test_entry_points_missing_group) ... ok test_entry_points_missing_name (test.test_importlib.test_metadata_api.APITests.test_entry_points_missing_name) ... ok test_entry_points_unique_packages_normalized (test.test_importlib.test_metadata_api.APITests.test_entry_points_unique_packages_normalized) Entry points should only be exposed for the first package ... ok test_file_hash_repr (test.test_importlib.test_metadata_api.APITests.test_file_hash_repr) ... ok test_files_dist_info (test.test_importlib.test_metadata_api.APITests.test_files_dist_info) ... ok test_files_egg_info (test.test_importlib.test_metadata_api.APITests.test_files_egg_info) ... ok test_for_name_does_not_exist (test.test_importlib.test_metadata_api.APITests.test_for_name_does_not_exist) ... ok test_for_top_level (test.test_importlib.test_metadata_api.APITests.test_for_top_level) ... ok test_metadata_for_this_package (test.test_importlib.test_metadata_api.APITests.test_metadata_for_this_package) ... ok test_more_complex_deps_requires_text (test.test_importlib.test_metadata_api.APITests.test_more_complex_deps_requires_text) ... ok test_name_normalization (test.test_importlib.test_metadata_api.APITests.test_name_normalization) ... ok test_prefix_not_matched (test.test_importlib.test_metadata_api.APITests.test_prefix_not_matched) ... ok test_read_text (test.test_importlib.test_metadata_api.APITests.test_read_text) ... ok test_requires_dist_info (test.test_importlib.test_metadata_api.APITests.test_requires_dist_info) ... ok test_requires_egg_info (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info) ... ok test_requires_egg_info_empty (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info_empty) ... ok test_requires_egg_info_file (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info_file) ... ok test_retrieves_version_of_distinfo_pkg (test.test_importlib.test_metadata_api.APITests.test_retrieves_version_of_distinfo_pkg) ... ok test_retrieves_version_of_self (test.test_importlib.test_metadata_api.APITests.test_retrieves_version_of_self) ... ok test_version_egg_info_file (test.test_importlib.test_metadata_api.APITests.test_version_egg_info_file) ... ok test_invalidate_cache (test.test_importlib.test_metadata_api.InvalidateCache.test_invalidate_cache) ... ok test_name_normalization (test.test_importlib.test_metadata_api.LegacyDots.test_name_normalization) ... ok test_name_normalization_versionless_egg_info (test.test_importlib.test_metadata_api.LegacyDots.test_name_normalization_versionless_egg_info) ... ok test_distribution_at_pathlib (test.test_importlib.test_metadata_api.OffSysPathTests.test_distribution_at_pathlib) Demonstrate how to load metadata direct from a directory. ... ok test_distribution_at_str (test.test_importlib.test_metadata_api.OffSysPathTests.test_distribution_at_str) ... ok test_find_distributions_specified_path (test.test_importlib.test_metadata_api.OffSysPathTests.test_find_distributions_specified_path) ... ok test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports) ... ok test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails) ... ok test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path) ... ok test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence) ... ok test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc) ... ok test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency) ... ok test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency) ... ok test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable) ... ok test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports) ... ok test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports) ... ok test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins) ... ok test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again) ... ok test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other) ... ok test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_module_repr) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package) ... ok test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... expected failure test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory) ... ok test_extant_path (test.test_importlib.test_open.CommonBinaryTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonBinaryTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_open.CommonBinaryTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonBinaryTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonBinaryTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_open.CommonBinaryTests.test_package_name) ... ok test_package_object (test.test_importlib.test_open.CommonBinaryTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_open.CommonBinaryTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_open.CommonBinaryTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_open.CommonBinaryTests.test_useless_loader) ... ok test_extant_path (test.test_importlib.test_open.CommonTextTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonTextTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_open.CommonTextTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonTextTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonTextTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_open.CommonTextTests.test_package_name) ... ok test_package_object (test.test_importlib.test_open.CommonTextTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_open.CommonTextTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_open.CommonTextTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_open.CommonTextTests.test_useless_loader) ... ok test_open_binary (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_with_errors) ... ok test_open_binary (test.test_importlib.test_open.OpenDiskTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenDiskTests.test_open_text_with_errors) ... ok test_open_binary (test.test_importlib.test_open.OpenZipTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenZipTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenZipTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenZipTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenZipTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenZipTests.test_open_text_with_errors) ... ok test_extant_path (test.test_importlib.test_path.CommonTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_path.CommonTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_path.CommonTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_path.CommonTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_path.CommonTests.test_package_name) ... ok test_package_object (test.test_importlib.test_path.CommonTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_path.CommonTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_path.CommonTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_path.CommonTests.test_useless_loader) ... ok test_natural_path (test.test_importlib.test_path.PathDiskTests.test_natural_path) ... ok test_reading (test.test_importlib.test_path.PathDiskTests.test_reading) ... ok test_reading (test.test_importlib.test_path.PathMemoryTests.test_reading) ... ok test_reading (test.test_importlib.test_path.PathZipTests.test_reading) ... ok test_remove_in_context_manager (test.test_importlib.test_path.PathZipTests.test_remove_in_context_manager) ... ok test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics) ... ok test_extant_path (test.test_importlib.test_read.CommonBinaryTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonBinaryTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_read.CommonBinaryTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonBinaryTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonBinaryTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_read.CommonBinaryTests.test_package_name) ... ok test_package_object (test.test_importlib.test_read.CommonBinaryTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_read.CommonBinaryTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_read.CommonBinaryTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_read.CommonBinaryTests.test_useless_loader) ... ok test_extant_path (test.test_importlib.test_read.CommonTextTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonTextTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_read.CommonTextTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonTextTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonTextTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_read.CommonTextTests.test_package_name) ... ok test_package_object (test.test_importlib.test_read.CommonTextTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_read.CommonTextTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_read.CommonTextTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_read.CommonTextTests.test_useless_loader) ... ok test_read_bytes (test.test_importlib.test_read.ReadDiskTests.test_read_bytes) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadDiskTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadDiskTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadDiskTests.test_read_text_with_errors) ... ok test_read_bytes (test.test_importlib.test_read.ReadNamespaceTests.test_read_bytes) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_with_errors) ... ok test_read_bytes (test.test_importlib.test_read.ReadZipTests.test_read_bytes) ... ok test_read_submodule_resource (test.test_importlib.test_read.ReadZipTests.test_read_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_read.ReadZipTests.test_read_submodule_resource_by_name) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadZipTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadZipTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadZipTests.test_read_text_with_errors) ... ok test_init_file (test.test_importlib.test_reader.MultiplexedPathTest.test_init_file) ... ok test_init_no_paths (test.test_importlib.test_reader.MultiplexedPathTest.test_init_no_paths) ... ok test_is_dir (test.test_importlib.test_reader.MultiplexedPathTest.test_is_dir) ... ok test_is_file (test.test_importlib.test_reader.MultiplexedPathTest.test_is_file) ... ok test_iterdir (test.test_importlib.test_reader.MultiplexedPathTest.test_iterdir) ... ok test_iterdir_duplicate (test.test_importlib.test_reader.MultiplexedPathTest.test_iterdir_duplicate) ... ok test_join_path (test.test_importlib.test_reader.MultiplexedPathTest.test_join_path) ... ok test_name (test.test_importlib.test_reader.MultiplexedPathTest.test_name) ... ok test_open_file (test.test_importlib.test_reader.MultiplexedPathTest.test_open_file) ... ok test_repr (test.test_importlib.test_reader.MultiplexedPathTest.test_repr) ... ok test_files (test.test_importlib.test_reader.NamespaceReaderTest.test_files) ... ok test_init_error (test.test_importlib.test_reader.NamespaceReaderTest.test_init_error) ... ok test_resource_path (test.test_importlib.test_reader.NamespaceReaderTest.test_resource_path) ... ok test_as_file_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) ... skipped 'Desired but not supported.' test_entered_path_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open) ... ERROR test_is_file_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open) ... ERROR test_is_file_failure_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open) ... ERROR test_iterdir_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open) ... ERROR test_read_binary_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open) ... ERROR test_read_text_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open) ... ERROR test_package_has_no_reader_fallback (test.test_importlib.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback) ... ok test_is_dir (test.test_importlib.test_resource.ResourceDiskTests.test_is_dir) ... ok test_is_file_exists (test.test_importlib.test_resource.ResourceDiskTests.test_is_file_exists) ... ok test_is_file_missing (test.test_importlib.test_resource.ResourceDiskTests.test_is_file_missing) ... ok test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_is_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_read_submodule_resource_by_name) ... ok test_submodule_contents (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_submodule_contents) ... ok test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_submodule_contents_by_name) ... ok test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromZipsTest01.test_is_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name) ... ok test_submodule_contents (test.test_importlib.test_resource.ResourceFromZipsTest01.test_submodule_contents) ... ok test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name) ... ok test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest02.test_unrelated_contents) Test thata zip with two unrelated subpackages return ... ok test_is_dir (test.test_importlib.test_resource.ResourceLoaderTests.test_is_dir) ... ok test_is_file (test.test_importlib.test_resource.ResourceLoaderTests.test_is_file) ... ok test_resource_contents (test.test_importlib.test_resource.ResourceLoaderTests.test_resource_contents) ... ok test_resource_missing (test.test_importlib.test_resource.ResourceLoaderTests.test_resource_missing) ... ok test_is_dir (test.test_importlib.test_resource.ResourceZipTests.test_is_dir) ... ok test_is_file_exists (test.test_importlib.test_resource.ResourceZipTests.test_is_file_exists) ... ok test_is_file_missing (test.test_importlib.test_resource.ResourceZipTests.test_is_file_missing) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___loader___module_repr) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___loader___module_repr_bad) ... ok test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec__) ... ok test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___location) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___no_origin) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___no_origin_no_loader) ... ok test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_file) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_file_no_loader) ... ok test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_name) ... ok test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_with_file) ... ok test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec) ... ok test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load) ... ok test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed) ... ok test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed) ... ok test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced) ... ok test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_legacy) ... ok test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified) ... ok test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin) ... ok test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set) ... ok test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location) ... ok test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default) ... ok test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false) ... ok test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true) ... ok test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader) ... ok test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality) ... ok test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location) ... ok test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter) ... ok test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete) ... ok test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package) ... ok test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___loader___module_repr) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___loader___module_repr_bad) ... ok test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec__) ... ok test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___location) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___no_origin) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___no_origin_no_loader) ... ok test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_file) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_file_no_loader) ... ok test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_name) ... ok test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_with_file) ... ok test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec) ... ok test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load) ... ok test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed) ... ok test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed) ... ok test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced) ... ok test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_legacy) ... ok test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified) ... ok test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin) ... ok test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set) ... ok test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location) ... ok test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default) ... ok test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false) ... ok test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true) ... ok test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader) ... ok test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality) ... ok test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location) ... ok test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter) ... ok test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete) ... ok test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package) ... ok test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package) ... ok test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports) ... skipped 'implementation detail specific to cpython' test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) ... ok test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers) ... ok test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) ... ok test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) ... Trying 20 threads ... 109.0 ms OK. Trying 50 threads ... 203.0 ms OK. Trying 20 threads ... 110.0 ms OK. Trying 50 threads ... 156.0 ms OK. Trying 20 threads ... 109.0 ms OK. Trying 50 threads ... 172.0 ms OK. ok test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) ... Trying 20 threads ... 31.0 ms OK. Trying 50 threads ... 125.0 ms OK. Trying 20 threads ... 94.0 ms OK. Trying 50 threads ... 125.0 ms OK. Trying 20 threads ... 94.0 ms OK. Trying 50 threads ... 125.0 ms OK. ok test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) ... Trying 20 threads ... 109.0 ms OK. Trying 50 threads ... 125.0 ms OK. Trying 20 threads ... 78.0 ms OK. Trying 50 threads ... 125.0 ms OK. Trying 20 threads ... 94.0 ms OK. Trying 50 threads ... 109.0 ms OK. ok test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import) ... ok test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding) ... ok test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines) ... ok test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default) ... ok test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package) ... ok test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported) ... ok test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing) ... ok test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success) ... ok test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__) ... ok test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn) ... ok test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length) ... ok test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_attributes_set) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_decorator_attrs) ... ok test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_false_module) ... ok test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_new_module) ... ok test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_new_module_failure) ... ok test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_reload) ... ok test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_reload_failure) ... ok test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_warning) ... ok test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__) ... ok test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__) ... ok test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__) ... ok test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__) ... ok test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__) ... ok test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__) ... ok test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__) ... ok test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module) ... ok test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None) ... ok test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module) ... ok test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set) ... ok test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute) ... ok test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package) ... ok test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape) ... ok test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package) ... ok test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package) ... ok test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package) ... ok test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests.test_attribute_is_None) ... ok test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests.test_no_attribute) ... ok test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests.test_not_reset) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests.test_decorator_attrs) ... ok test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests.test_leaving_alone) ... ok test_package (test.test_importlib.test_util.Frozen_SetPackageTests.test_package) ... ok test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests.test_setting_if_missing) ... ok test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests.test_submodule) ... ok test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests.test_top_level) ... ok test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number) ... skipped 'implementation detail specific to cpython' test_atomic_write_should_notice_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes) ... ok test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding) ... ok test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines) ... ok test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default) ... ok test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package) ... ok test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported) ... ok test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing) ... ok test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success) ... ok test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__) ... ok test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn) ... ok test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length) ... ok test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_attributes_set) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_decorator_attrs) ... ok test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_false_module) ... ok test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_new_module) ... ok test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_new_module_failure) ... ok test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_reload) ... ok test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_reload_failure) ... ok test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_warning) ... ok test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__) ... ok test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__) ... ok test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__) ... ok test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__) ... ok test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__) ... ok test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__) ... ok test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__) ... ok test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module) ... ok test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None) ... ok test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module) ... ok test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set) ... ok test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... ok test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute) ... ok test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package) ... ok test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape) ... ok test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package) ... ok test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package) ... ok test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package) ... ok test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests.test_attribute_is_None) ... ok test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests.test_no_attribute) ... ok test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests.test_not_reset) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests.test_decorator_attrs) ... ok test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests.test_leaving_alone) ... ok test_package (test.test_importlib.test_util.Source_SetPackageTests.test_package) ... ok test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests.test_setting_if_missing) ... ok test_submodule (test.test_importlib.test_util.Source_SetPackageTests.test_submodule) ... ok test_top_level (test.test_importlib.test_util.Source_SetPackageTests.test_top_level) ... ok test_tagged_suffix (test.test_importlib.test_windows.Frozen_WindowsExtensionSuffixTests.test_tagged_suffix) ... ERROR test_find_module_missing (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_find_module_missing) ... ok test_find_spec_missing (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_find_spec_missing) ... ok test_module_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_found) ... ERROR test_module_not_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_not_found) ... ERROR test_tagged_suffix (test.test_importlib.test_windows.Source_WindowsExtensionSuffixTests.test_tagged_suffix) ... ERROR test_find_module_missing (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_find_module_missing) ... ok test_find_spec_missing (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_find_spec_missing) ... ok test_module_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_found) ... ERROR test_module_not_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_not_found) ... ERROR test_path_join (test.test_importlib.test_windows.WindowsBootstrapPathTests.test_path_join) ... FAIL test_case_insensitive (test.test_importlib.test_zip.TestEgg.test_case_insensitive) ... ok test_files (test.test_importlib.test_zip.TestEgg.test_files) ... ok test_missing_metadata (test.test_importlib.test_zip.TestEgg.test_missing_metadata) ... ok test_normalized_name (test.test_importlib.test_zip.TestEgg.test_normalized_name) ... ok test_one_distribution (test.test_importlib.test_zip.TestEgg.test_one_distribution) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestEgg.test_zip_entry_points) ... ok test_zip_version (test.test_importlib.test_zip.TestEgg.test_zip_version) ... ok test_zip_version_does_not_match (test.test_importlib.test_zip.TestEgg.test_zip_version_does_not_match) ... ok test_case_insensitive (test.test_importlib.test_zip.TestZip.test_case_insensitive) ... ok test_files (test.test_importlib.test_zip.TestZip.test_files) ... ok test_missing_metadata (test.test_importlib.test_zip.TestZip.test_missing_metadata) ... ok test_one_distribution (test.test_importlib.test_zip.TestZip.test_one_distribution) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestZip.test_zip_entry_points) ... ok test_zip_version (test.test_importlib.test_zip.TestZip.test_zip_version) ... ok test_zip_version_does_not_match (test.test_importlib.test_zip.TestZip.test_zip_version_does_not_match) ... ok ====================================================================== ERROR: test_entered_path_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 197, in test_entered_path_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\7513b3ef-4049-4951-8ac4-b172aac40d26.zip' ====================================================================== ERROR: test_is_file_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 177, in test_is_file_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\3fbaf7a1-f404-464a-a4df-22f6a48432de.zip' ====================================================================== ERROR: test_is_file_failure_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 182, in test_is_file_failure_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\9412c1e8-9fde-447a-b980-471efbd264b1.zip' ====================================================================== ERROR: test_iterdir_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 172, in test_iterdir_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\bea9f84e-a4a0-4ff1-bbf2-43219a067535.zip' ====================================================================== ERROR: test_read_binary_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 202, in test_read_binary_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\1d9c4e79-9490-4b0e-b5a2-eaa1c61919c0.zip' ====================================================================== ERROR: test_read_text_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_resource.py", line 207, in test_read_text_does_not_keep_open self.zip_path.unlink() ^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\pathlib.py", line 1147, in unlink os.unlink(self) ^^^^^^ PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\SystemTemp\\pytest\\test_python_worker_9760æ\\8fe998b3-be74-451d-a1d1-84a6fa92cabb.zip' ====================================================================== ERROR: test_tagged_suffix (test.test_importlib.test_windows.Frozen_WindowsExtensionSuffixTests.test_tagged_suffix) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 132, in test_tagged_suffix untagged_i = suffixes.index(".pyd") ^^^^^ ValueError: '.pyd' is not in list During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 134, in test_tagged_suffix untagged_i = suffixes.index("_d.pyd") ^^^^^ ValueError: '_d.pyd' is not in list ====================================================================== ERROR: test_module_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_found) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 107, in test_module_found loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) ^^^^^^^^^^^ File "/frozen importlib._bootstrap_external", line 926, in find_module File "/frozen importlib._bootstrap_external", line 906, in find_spec File "/frozen importlib._bootstrap_external", line 147, in _path_stat ValueError: embedded null byte ====================================================================== ERROR: test_module_not_found (test.test_importlib.test_windows.Frozen_WindowsRegistryFinderTests.test_module_not_found) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 116, in test_module_not_found loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) ^^^^^^^^^^^ File "/frozen importlib._bootstrap_external", line 926, in find_module File "/frozen importlib._bootstrap_external", line 906, in find_spec File "/frozen importlib._bootstrap_external", line 147, in _path_stat ValueError: embedded null byte ====================================================================== ERROR: test_tagged_suffix (test.test_importlib.test_windows.Source_WindowsExtensionSuffixTests.test_tagged_suffix) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 132, in test_tagged_suffix untagged_i = suffixes.index(".pyd") ^^^^^ ValueError: '.pyd' is not in list During handling of the above exception, another exception occurred: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 134, in test_tagged_suffix untagged_i = suffixes.index("_d.pyd") ^^^^^ ValueError: '_d.pyd' is not in list ====================================================================== ERROR: test_module_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_found) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 107, in test_module_found loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 926, in find_module spec = cls.find_spec(fullname, path) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 906, in find_spec _path_stat(filepath) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 147, in _path_stat return _os.stat(path) ^^^^ ValueError: embedded null byte ====================================================================== ERROR: test_module_not_found (test.test_importlib.test_windows.Source_WindowsRegistryFinderTests.test_module_not_found) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 116, in test_module_not_found loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) ^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 926, in find_module spec = cls.find_spec(fullname, path) ^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 906, in find_spec _path_stat(filepath) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\importlib\_bootstrap_external.py", line 147, in _path_stat return _os.stat(path) ^^^^ ValueError: embedded null byte ====================================================================== FAIL: test_path_join (test.test_importlib.test_windows.WindowsBootstrapPathTests.test_path_join) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 178, in test_path_join self.check_join(r"\\Server\Share\A\B\C", r"\\Server\Share", "D", r"\A", "B", "C") ^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_importlib\test_windows.py", line 155, in check_join self.assertEqual(expected, actual) ^^^^^^^^^^^ AssertionError: '\\\\Server\\Share\\A\\B\\C' != '\\\\Server\\Share\\D\\\\A\\B\\C' - \\Server\Share\A\B\C + \\Server\Share\D\\A\B\C ? +++ ---------------------------------------------------------------------- Ran 1392 tests in 18.618s FAILED (failures=1, errors=12, skipped=21, expected failures=1) test_importlib failed (12 errors, 1 failure) == Tests result: FAILURE == 1 test failed: test_importlib Total duration: 20.5 sec Total tests: run=1,392 failures=1 skipped=21 Total test files: run=1/1 failed=1 Result: FAILURE Warning -- files was modified by test_importlib Warning -- Before: [] Warning -- After: ['1d9c4e79-9490-4b0e-b5a2-eaa1c61919c0.zip', '3fbaf7a1-f404-464a-a4df-22f6a48432de.zip', '7513b3ef-4049-4951-8ac4-b172aac40d26.zip', '8fe998b3-be74-451d-a1d1-84a6fa92cabb.zip', '9412c1e8-9fde-447a-b980-471efbd264b1.zip', 'bea9f84e-a4a0-4ff1-bbf2-43219a067535.zip'] test test_importlib failed . lib-python/3/test/test_inspect::unmodified . lib-python/3/test/test_json::unmodified . lib-python/3/test/test_module::unmodified . lib-python/3/test/test_multiprocessing_fork::unmodified . lib-python/3/test/test_multiprocessing_forkserver::unmodified F lib-python/3/test/test_multiprocessing_spawn::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6696æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1223539709 0:00:00 Run 4 tests sequentially 0:00:00 [1/4] test_multiprocessing_spawn.test_manager test_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout) ... ok test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict) ... ok test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter) ... ok test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested) ... ok test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list) ... ok test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter) ... ok test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list) ... ok test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace) ... ok test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue) ... ok test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr) ... ok test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart) ... ok test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager) ... ok test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout) ... ok test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' ---------------------------------------------------------------------- Ran 74 tests in 59.462s OK (skipped=9) 0:01:00 load avg: 3.82 [2/4] test_multiprocessing_spawn.test_misc -- test_multiprocessing_spawn.test_manager passed in 1 min test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__) ... ok test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... ok test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure) ... ok test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass) ... skipped 'Linux only' test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd) ... FAIL test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags) ... ok test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock) ... ok test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore) ... skipped 'requires SIGUSR1' test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener) ... skipped 'requires SIGUSR1' test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer) ... ok test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer) ... ok test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... skipped 'test requires that fork exists.' test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family) ... skipped 'skipped on Windows' test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) ... ok test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles) ... skipped 'skipped on Windows' test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn) ... ok test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb) ... ok test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker) ... skipped "test semantics don't make sense on Windows" test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused) ... skipped "test semantics don't make sense on Windows" test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint) ... skipped "test semantics don't make sense on Windows" test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill) ... skipped "test semantics don't make sense on Windows" test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm) ... skipped "test semantics don't make sense on Windows" test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource) ... skipped "test semantics don't make sense on Windows" test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close) ... ok test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed) ... skipped 'implementation detail specific to cpython' test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty) ... ok test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context) ... ok test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types) ... skipped 'forkserver should be available' test_get_all (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all) ... ok test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod) ... skipped 'Only Spawn on windows so no risk of mixing' test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod) ... ok test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get) ... ok test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing) ... ok test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process) ... ok test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process) ... ok test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array) ... ok test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore) ... ok test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition) ... ok test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict) ... ok test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event) ... ok test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue) ... ok test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list) ... ok test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock) ... ok test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace) ... ok test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool) ... ok test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue) ... ok test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock) ... ok test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore) ... ok test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value) ... ok test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout) ... ok test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout) ... ok test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait) ... ok test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) ... skipped "resource 'walltime' is not enabled" test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow) ... ok test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket) ... ok test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow) ... ok test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) ... skipped "resource 'walltime' is not enabled" test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import) ... ok ====================================================================== FAIL: test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 5285, in test_closefd self.assertTrue(e.errno == errno.EBADF or ^^^^^^^^^^ AssertionError: False is not true : [Errno 10038] An operation was attempted on something that is not a socket ---------------------------------------------------------------------- Ran 62 tests in 46.951s FAILED (failures=1, skipped=18) 0:01:47 load avg: 2.48 [3/4/1] test_multiprocessing_spawn.test_processes -- test_multiprocessing_spawn.test_misc failed (1 failure) in 47.3 sec test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array) ... ok test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size) ... ok test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj) ... ok test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray) ... ok test_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer) ... ok test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer) ... skipped "test semantics don't make sense on Windows" test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer) ... skipped "doesn't make sense on Windows" test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes) ... ok test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr) ... ok test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize) ... ok test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) ... skipped "resource 'cpu' is not enabled" test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc) ... skipped 'implementation detail specific to cpython' test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap) ... ok test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket) ... skipped 'test needs abstract socket support' test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context) ... ok test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey) ... ok test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind) ... ok test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock) ... ok test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging) ... ok test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename) ... ok test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level) ... ok test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart) ... ok test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access) ... ok test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling) ... ok test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings) ... ok test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr) ... skipped 'requires SIGUSR1' test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception) ... ok test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) ... skipped "resource 'cpu' is not enabled" test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation) ... ok test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close) ... ok test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current) ... ok test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument) ... ok test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for spawn' test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) ... ok test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill) ... ok test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) ... skipped "resource 'walltime' is not enabled" test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process) ... ok test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes) ... ok test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel) ... ok test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable) ... ok test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate) ... ok test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout) ... ok test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy) ... ok test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize) ... ok test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation) ... ok test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=0) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=1) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=2) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=3) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=4) ... ERROR test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=5) ... ERROR test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ERROR test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... skipped 'resource_tracker is posix only' test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... skipped 'not feasible in non-posix platforms' test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... FAIL test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ERROR test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... ok test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=0) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=1) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=2) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=3) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=4) ... ERROR test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=5) ... ERROR test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing) ... ok test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock) ... ok test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue) ... ok test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value) ... ok ====================================================================== ERROR: test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4369, in test_shared_memory_ShareableList_basics sl_tethered = shared_memory.ShareableList(name=sl.shm.name) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=0) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=1) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=2) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=3) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=4) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) (proto=5) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4396, in test_shared_memory_ShareableList_pickling deserialized_sl = pickle.loads(serialized_sl) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4253, in test_shared_memory_SharedMemoryManager_basics doppleganger_list0 = shared_memory.ShareableList(name=lol[0].shm.name) ^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 331, in __init__ self.shm = SharedMemory(name) ^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4004, in test_shared_memory_basics also_sms = shared_memory.SharedMemory(name_tsmb) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 3975, in test_shared_memory_name_with_embedded_null shared_memory.SharedMemory(name_tsmb + '\0a', create=False, size=512) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=0) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=1) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=2) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=3) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=4) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== ERROR: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) (proto=5) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4143, in test_shared_memory_pickle_unpickle sms2 = pickle.loads(pickled_sms) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' ====================================================================== FAIL: test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 4187, in test_shared_memory_across_processes self.assertEqual(bytes(sms.buf[:5]), b'howdy') ^^^^^^^^^^^ AssertionError: b'\x00\x00\x00\x00\x00' != b'howdy' ---------------------------------------------------------------------- Ran 147 tests in 113.143s FAILED (failures=1, errors=16, skipped=11) 0:03:41 load avg: 1.38 [4/4/2] test_multiprocessing_spawn.test_threads -- test_multiprocessing_spawn.test_processes failed (16 errors, 1 failure) in 1 min 53 sec test_abort (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_fd_transfer) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_large_fd_transfer) ... skipped "test semantics don't make sense on Windows" test_missing_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) ... skipped "doesn't make sense on Windows" test_sendbytes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_sendbytes) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_repr) ... ok test_issue14725 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.test_threads.WithThreadsTestManagerRestart.test_rapid_restart) ... ok test_boundaries (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_strings) ... ok test_apply (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_unplicklable) ... skipped 'test not appropriate for threads' test_release_task_refs (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception) ... ok test_active_children (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_args_argument) ... skipped "resource 'cpu' is not enabled" test_child_fd_inflation (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for threads' test_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_close) ... skipped 'test not appropriate for threads' test_cpu_count (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_current) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_daemon_argument) ... skipped 'test not appropriate for threads' test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for threads' test_forkserver_sigkill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) ... ok test_kill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_kill) ... skipped 'test not appropriate for threads' test_lose_target_ref (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_many_processes) ... skipped "resource 'walltime' is not enabled" test_parent_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process) ... skipped 'test not appropriate for threads' test_parent_process_attributes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process_attributes) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) ... skipped 'test not appropriate for threads' test_recursion (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_sentinel) ... skipped 'test not appropriate for threads' test_set_executable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_set_executable) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_terminate) ... skipped 'test not appropriate for threads' test_wait_for_threads (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_wait_for_threads) ... skipped 'test not appropriate for threads' test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for threads' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for threads' test_task_done (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_timeout) ... skipped 'test not appropriate for threads' ---------------------------------------------------------------------- Ran 100 tests in 22.984s OK (skipped=23) == Tests result: FAILURE == 2 tests failed: test_multiprocessing_spawn.test_misc test_multiprocessing_spawn.test_processes 2 tests OK. Total duration: 4 min 4 sec Total tests: run=383 failures=2 skipped=61 Total test files: run=4/4 failed=2 Result: FAILURE test test_multiprocessing_spawn.test_misc failed Process Process-301: Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\process.py", line 314, in _bootstrap self.run() ^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\_test_multiprocessing.py", line 3958, in _attach_existing_shmem_then_write local_sms = shared_memory.SharedMemory(shmem_name_or_obj) ^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\multiprocessing\shared_memory.py", line 179, in __init__ _winapi.UnmapViewOfFile(p_buf) ^^^^^^^^^^^^^^^ AttributeError: module '_winapi' has no attribute 'UnmapViewOfFile' test test_multiprocessing_spawn.test_processes failed . lib-python/3/test/test_peg_generator::unmodified . lib-python/3/test/test_pydoc::unmodified . lib-python/3/test/test_pyrepl::unmodified F lib-python/3/test/test_sqlite3::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_9052æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1256201313 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_sqlite3 test_sqlite3: testing with version '2.6.0', sqlite_version '3.40.1' test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection) ... ok test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target) ... ok test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection) ... ok test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename) ... ok test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction) ... ok test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection) ... ok test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name) ... ok test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress) ... ok test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args) ... ok test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress) ... ok test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress) ... ok test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress) ... ok test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1) ... ok test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2) ... ok test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple) ... ok test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid) ... ok test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed) ... ok test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read) ... ok test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager) ... ok test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions) ... ok test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice) ... ok test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item) ... ok test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error) ... ok test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice) ... ok test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index) ... ok test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip) ... ok test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob) ... ok test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length) ... ok test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type) ... ok test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error) ... ok test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read) ... ok test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset) ... ok test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset) ... ok test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed) ... ok test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized) ... ok test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell) ... ok test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error) ... ok test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported) ... ok test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice) ... ok test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item) ... ok test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error) ... ok test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index) ... ok test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset) ... ok test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice) ... ok test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object) ... ok test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error) ... ok test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip) ... ok test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write) ... ok test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset) ... ok test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset) ... ok test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length) ... ok test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly) ... ok test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed) ... ok test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call) ... ok test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit) ... ok test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor) ... ok test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback) ... ok test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate) ... ok test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function) ... ok test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute) ... ok test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer) ... ok test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback) ... ok test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed) ... ok test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close) ... ok test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit) ... ok test_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes) A commit should also work when no changes were made to the database. ... ok test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category) ... ok test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit) ... ok test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions) ... ok test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level) ... ok test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels) ... ok test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits) ... ok test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit) ... ok test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor) ... ok test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs) ... ok test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions) ... ok test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open) ... ok test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction) ... ok test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro) ... ok test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt) ... ok test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db) ... ok test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback) ... ok test_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes) A rollback should also work when no changes were made to the database. ... ok test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close) ... ok test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary) ... ok test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date) ... ok test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks) ... ok test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time) ... ok test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks) ... ok test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp) ... ok test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks) ... ok test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size) ... ok test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close) ... ok test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count) ... ok test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection) ... ok test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class) ... ok test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float) ... ok test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int) ... ok test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string) ... ok test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte) ... ok test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping) ... ok test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping) ... ok test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args) ... ok test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args) ... ok test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed) ... ok test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql) ... ok test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator) ... ok test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator) ... ok test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable) ... ok test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select) ... ok test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence) ... ok test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg) ... ok test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements) ... ok test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args) ... ok test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable) ... ok test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list) ... ok test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence) ... ok test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len) ... ok test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params) ... ok test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments) ... ok test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1) ... ok test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2) ... ok test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3) ... ok test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg) ... ok test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter) ... ok test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall) ... ok test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany) ... ok test_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg) Checks if fetchmany works with keyword arguments ... ok test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone) ... ok test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement) ... ok test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r) ... ok test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore) ... ok test_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace) INSERT OR REPLACE and REPLACE INTO should produce the same behavior. ... ok test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute) ... ok test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany) ... ok test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment) ... ok test_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select) pysqlite does not know the rowcount of SELECT statements, because we ... ok test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning) ... ok test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum) ... ok test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors) ... ok test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes) ... ok test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize) ... ok test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column) ... ok test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes) ... ok test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable) ... ok test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute) ... ok test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany) ... ok test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript) ... ok test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes) ... ok test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script) ... ok test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control) ... ok test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters) ... ok test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates) ... ok test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal) ... ok test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql) ... ok test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error) ... ok test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level) ... ok test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement) ... ok test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error) ... ok test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error) ... ok test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation) ... ok test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error) ... ok test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception) ... FAIL test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception) ... ok test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error) ... ok test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error) ... ok test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error) ... ok test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants) ... ok test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error) ... ok test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error) ... ok test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style) ... ok test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error) ... ok test_shared_cache_deprecated (test.test_sqlite3.test_dbapi.ModuleTests.test_shared_cache_deprecated) ... skipped 'implementation detail specific to cpython' test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety) ... ok test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning) ... ok test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed) ... ok test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword) ... ok test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg) ... ok test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... skipped 'skipped on Windows' test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri) ... ok test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri) ... ok test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly) ... ok test_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object) Checks that we can successfully connect to a database using an object that ... ok test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... skipped 'skipped on Windows' test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database) ... ok test_deserialize_too_much_data_64bit (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_too_much_data_64bit) ... skipped 'not enough memory: 25769803776.0G minimum needed' test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args) ... ok test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize) ... ok test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions) ... ok test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions) ... ok test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail) ... ok test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore) ... ok test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace) ... ok test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction) ... ok test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction) ... ok test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread) ... ok test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread) ... ok test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread) ... ok test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations) ... ok test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement) ... ok test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db) ... ok test_dump_virtual_tables (test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables) ... ok test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump) ... ok test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row) ... ok test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories) ... ok test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg) ... ok test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call) ... ok test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory) ... ok test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance) ... ok test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory) ... ok test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class) ... ok test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict) ... ok test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence) ... ok test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple) ... ok test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp) ... ok test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index) ... ok test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode) ... ok test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter) ... ok test_sqlite_row_keys (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys) ... ok test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice) ... ok test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom) ... ok test_optimized_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_optimized_unicode) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string) ... ok test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode) ... ok test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray) ... ok test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string) ... ok test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used) ... ok test_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice) Register two different collation functions under the same name. ... ok test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer) ... ok test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper) ... ok test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii) ... ok test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable) ... ok test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string) ... ok test_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation) Register a collation, then deregister it. Make sure an error is raised if we try ... ok test_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation) Test that returning a non-zero value stops the operation in progress. ... ok test_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler) Test that setting the progress handler to None clears the previously set handler. ... ok test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler) ... ok test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result) ... ok test_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count) Test that the opcode argument is respected. ... ok test_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used) Test that the progress handler is invoked once it is set. ... ok test_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback) Test that setting the trace callback to None clears the previously set callback. ... ok test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler) ... ok test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content) ... ok test_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used) Test that the trace callback is invoked once it is set. ... ok test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql) ... ok test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql) ... ok test_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content) Test that the statement can contain unicode literals. ... ok test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close) ... ok test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init) ... ok test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter) ... ok test_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit) Verifies that creating a connection in autocommit mode works. ... ok test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list) ... ok test_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770) The interpreter shouldn't crash in case Cursor.__init__() is called ... ok test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347) ... ok test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation) ... ok test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces) ... ok test_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset) Connection.commit() did reset cursors, which made sqlite3 ... ok test_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call) Call a connection with a non-string SQL request: check error handling ... ok test_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check) Verifies that connection methods check whether base class __init__ was ... ok test_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding) http://bugs.python.org/issue14720 ... ok test_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check) Verifies that cursor methods check whether base class __init__ was ... ok test_custom_cursor_object_crash_gh_99886 (test.test_sqlite3.test_regression.RegressionTests.test_custom_cursor_object_crash_gh_99886) ... ok test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault) ... ok test_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement) pysqlite used to segfault with SQLite versions 3.5.x. These return NULL ... ok test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error) ... ok test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select) ... ok test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type) ... ok test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql) ... ok test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character) ... ok test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback) ... ok test_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit) Verifies that running a PRAGMA statement that does an autocommit does ... ok test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version) ... ok test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version) ... ok test_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use) http://bugs.python.org/issue10811 ... ok test_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter) See issue 3312. ... ok test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring) ... ok test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level) ... ok test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db) ... ok test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset) ... ok test_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass) The Python 3.0 port of the module didn't cope with values of subclasses of str. ... ok test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates) ... ok test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc) ... ok test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select) ... ok test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt) ... ok test_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage) pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling ... ok test_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings) pysqlite would crash with older SQLite versions unless ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default) ... ok test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none) ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default) ... ok test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none) ... ok test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor) ... ok test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor) ... ok test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query) ... ok test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table) ... ok test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma) ... ok test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction) ... ok test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before) ... ok test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction) ... ok test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking) ... ok test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext) ... ok test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout) ... ok test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction) ... ok test_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency) Check that cursors behave correctly after rollback. ... ok test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit) ... ok test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction) ... ok test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction) ... ok test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl) ... ok test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl) ... ok test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter) ... ok test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name) ... ok test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name) ... ok test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert) ... ok test_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row) cursor.description should at least provide the column name(s), even if ... ok test_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used) Assures that the declared type is not used when PARSE_DECLTYPES ... ok test_none (test.test_sqlite3.test_types.ColNamesTests.test_none) ... ok test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte) ... ok test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns) ... ok test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple) ... ok test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds) ... ok test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point) ... ok test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp) ... ok test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date) ... ok test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp) ... ok test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob) ... ok test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool) ... ok test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob) ... ok test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform) ... ok test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float) ... ok test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo) ... ok test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int) ... ok test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1) ... ok test_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2) Checks whether converter names are cut off at '(' characters ... ok test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string) ... ok test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode) ... ok test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict) ... ok test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq) ... ok test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt) ... ok test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt) ... ok test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used) ... ok test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto) ... ok test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto) ... ok test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt) ... ok test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter) ... ok test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol) ... ok test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob) ... ok test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float) ... ok test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int) ... ok test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string) ... ok test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character) ... ok test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates) ... ok test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) ... skipped 'not enough memory: 6.0G minimum needed' test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int) ... ok test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) ... skipped 'not enough memory: 8.0G minimum needed' test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute) ... ok test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum) ... ok test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob) ... ok test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float) ... ok test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int) ... ok test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none) ... ok test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str) ... ok test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int) ... ok test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create) ... ok test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize) ... ok test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init) ... ok test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step) ... ok test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize) ... ok test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match) ... ok test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step) ... ok test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access) ... ok test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments) ... ok test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob) ... ok test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic) ... ok test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only) ... ok test_func_deterministic_not_supported (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_not_supported) ... skipped 'SQLite < 3.8.3 needed' test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create) ... ok test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception) ... ok test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error) ... ok test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic) ... ok test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error) ... ok test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params) ... ok test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count) ... ok test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob) ... ok test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float) ... ok test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value) ... ok test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int) ... ok test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long) ... ok test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan) ... ok test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null) ... ok test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text) ... ok test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char) ... ok test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates) ... ok test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) ... skipped 'not enough memory: 4.0G minimum needed' test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int) ... ok test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) ... skipped 'not enough memory: 6.0G minimum needed' test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode) ... ok test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args) ... ok test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc) ... ok test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float) ... ok test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob) ... ok test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates) ... ok test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob) ... ok test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int) ... ok test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function) ... ok test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create) ... ok test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return) ... ok test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize) ... ok test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method) ... ok test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize) ... ok test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method) ... ok test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function) ... ok test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int) ... ok ====================================================================== FAIL: test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_sqlite3\test_dbapi.py", line 319, in test_error_code_on_exception self.assertEqual(e.sqlite_errorcode, err_code) ^^^^^^^^^^^ AssertionError: 14 != 526 ---------------------------------------------------------------------- Ran 436 tests in 2.937s FAILED (failures=1, skipped=9) test_sqlite3 failed (1 failure) == Tests result: FAILURE == 1 test failed: test_sqlite3 Total duration: 3.7 sec Total tests: run=436 failures=1 skipped=9 Total test files: run=1/1 failed=1 Result: FAILURE test test_sqlite3 failed F lib-python/3/test/test_tomllib::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_4156æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 3895222966 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_tomllib test_invalid (test.test_tomllib.test_data.TestData.test_invalid) ... ok test_valid (test.test_tomllib.test_data.TestData.test_valid) ... ok test_invalid_char_quotes (test.test_tomllib.test_error.TestError.test_invalid_char_quotes) ... ok test_invalid_parse_float (test.test_tomllib.test_error.TestError.test_invalid_parse_float) ... ok test_line_and_col (test.test_tomllib.test_error.TestError.test_line_and_col) ... ok test_missing_value (test.test_tomllib.test_error.TestError.test_missing_value) ... ok test_module_name (test.test_tomllib.test_error.TestError.test_module_name) ... ok test_deepcopy (test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy) ... ok test_incorrect_load (test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load) ... ok test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit) ... test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit) (limit=130, available=99, nest_count=47) ... ERROR test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit) ... test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit) (limit=130, available=99, nest_count=32) ... ERROR test_load (test.test_tomllib.test_misc.TestMiscellaneous.test_load) ... ok test_parse_float (test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float) ... ok ====================================================================== ERROR: test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit) (limit=130, available=99, nest_count=47) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_tomllib\test_misc.py", line 104, in test_inline_array_recursion_limit tomllib.loads(recursive_array_toml) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 102, in loads pos = key_value_rule(src, pos, out, header, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 326, in key_value_rule pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 420, in parse_array pos, val = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 616, in parse_value return parse_array(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 416, in parse_array pos = skip_comments_and_array_ws(src, pos) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 279, in skip_comments_and_array_ws pos = skip_comment(src, pos) ^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 268, in skip_comment if char == "#": ^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded ====================================================================== ERROR: test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit) (limit=130, available=99, nest_count=32) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_tomllib\test_misc.py", line 115, in test_inline_table_recursion_limit tomllib.loads(recursive_table_toml) ^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 102, in loads pos = key_value_rule(src, pos, out, header, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 326, in key_value_rule pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 369, in parse_key_value_pair pos, value = parse_value(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 620, in parse_value return parse_inline_table(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 445, in parse_inline_table pos, key, value = parse_key_value_pair(src, pos, parse_float) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 360, in parse_key_value_pair pos, key = parse_key(src, pos) ^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 374, in parse_key pos, key_part = parse_key_part(src, pos) ^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 398, in parse_key_part pos = skip_chars(src, pos, BARE_KEY_CHARS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\tomllib\_parser.py", line 234, in skip_chars while src[pos] in chars: ^^^^^^^^^^^^^^^^^ RecursionError: maximum recursion depth exceeded ---------------------------------------------------------------------- Ran 13 tests in 0.113s FAILED (errors=2) test_tomllib failed (2 errors) == Tests result: FAILURE == 1 test failed: test_tomllib Total duration: 677 ms Total tests: run=13 Total test files: run=1/1 failed=1 Result: FAILURE test test_tomllib failed s lib-python/3/test/test_tools::unmodified Skipped: CPython internal details F lib-python/3/test/test_warnings::unmodified == PyPy 3.11.15 (dacfb1e44749, May 17 2026, 07:19:46) [PyPy 7.3.23-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_6948æ == CPU count: 2 == encodings: locale=ascii FS=utf-8 == resources (3): curses,gui,network Using random seed: 1356438496 0:00:00 Run 1 test sequentially 0:00:00 [1/1] test_warnings test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766) ... ok test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults) ... ok test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording) ... ok test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard) ... ok test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore) ... ok test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings) ... ok test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before) ... ok test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside) ... ok test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings) ... ok test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration) ... ok test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line) ... ok test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii) ... FAIL test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning) ... ok test_always (test.test_warnings.CFilterTests.test_always) ... ok test_always_after_default (test.test_warnings.CFilterTests.test_always_after_default) ... ok test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate) ... ok test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error) ... ok test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok test_default (test.test_warnings.CFilterTests.test_default) ... ok test_error (test.test_warnings.CFilterTests.test_error) ... ok test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default) ... ok test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings) ... ok test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters) ... ok test_ignore (test.test_warnings.CFilterTests.test_ignore) ... ok test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default) ... ok test_inheritance (test.test_warnings.CFilterTests.test_inheritance) ... ok test_message_matching (test.test_warnings.CFilterTests.test_message_matching) ... ok test_module (test.test_warnings.CFilterTests.test_module) ... ok test_module_globals (test.test_warnings.CFilterTests.test_module_globals) ... ok test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list) ... ok test_once (test.test_warnings.CFilterTests.test_once) ... ok test_ordering (test.test_warnings.CFilterTests.test_ordering) ... ok test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters) ... ok test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute) ... ok test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module) ... ok test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input) ... ok test_accelerated (test.test_warnings.CWarnTests.test_accelerated) ... ok test_bad_str (test.test_warnings.CWarnTests.test_bad_str) ... ok test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename) ... ok test_filename (test.test_warnings.CWarnTests.test_filename) ... ok test_message (test.test_warnings.CWarnTests.test_message) ... ok test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel) ... ok test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import) ... ok test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename) ... ok test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors) ... ok test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types) ... ok test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes) ... ok test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning) ... ok test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override) ... ok test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning) ... ok test_finalization (test.test_warnings.FinalizationTest.test_finalization) ... skipped 'implementation detail specific to cpython' test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning) ... skipped 'implementation detail specific to cpython' test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults) ... ok test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording) ... ok test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard) ... ok test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore) ... ok test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings) ... ok test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before) ... ok test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside) ... ok test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings) ... ok test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration) ... ok test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line) ... ok test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii) ... FAIL test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning) ... ok test_always (test.test_warnings.PyFilterTests.test_always) ... ok test_always_after_default (test.test_warnings.PyFilterTests.test_always_after_default) ... ok test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate) ... ok test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error) ... ok test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok test_default (test.test_warnings.PyFilterTests.test_default) ... ok test_error (test.test_warnings.PyFilterTests.test_error) ... ok test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default) ... ok test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings) ... ok test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters) ... ok test_ignore (test.test_warnings.PyFilterTests.test_ignore) ... ok test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default) ... ok test_inheritance (test.test_warnings.PyFilterTests.test_inheritance) ... ok test_message_matching (test.test_warnings.PyFilterTests.test_message_matching) ... ok test_module (test.test_warnings.PyFilterTests.test_module) ... ok test_module_globals (test.test_warnings.PyFilterTests.test_module_globals) ... ok test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list) ... ok test_once (test.test_warnings.PyFilterTests.test_once) ... ok test_ordering (test.test_warnings.PyFilterTests.test_ordering) ... ok test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters) ... ok test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute) ... ok test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module) ... ok test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input) ... ok test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option) ... ok test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap) ... ok test_bad_str (test.test_warnings.PyWarnTests.test_bad_str) ... ok test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename) ... ok test_filename (test.test_warnings.PyWarnTests.test_filename) ... ok test_message (test.test_warnings.PyWarnTests.test_message) ... ok test_pure_python (test.test_warnings.PyWarnTests.test_pure_python) ... ok test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel) ... ok test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import) ... ok test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename) ... ok test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors) ... ok test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types) ... ok test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes) ... ok test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning) ... ok test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override) ... ok test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning) ... ok test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc) ... skipped 'implementation detail specific to cpython' test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError) ... ok test_warning (test.test_warnings._DeprecatedTest.test_warning) ... ok test_default_action (test.test_warnings._WarningsTests.test_default_action) ... ok test_filename_none (test.test_warnings._WarningsTests.test_filename_none) ... ok test_filter (test.test_warnings._WarningsTests.test_filter) ... ok test_issue31285 (test.test_warnings._WarningsTests.test_issue31285) ... ok test_issue31411 (test.test_warnings._WarningsTests.test_issue31411) ... skipped 'implementation detail specific to cpython' test_issue31416 (test.test_warnings._WarningsTests.test_issue31416) ... skipped 'implementation detail specific to cpython' test_issue31566 (test.test_warnings._WarningsTests.test_issue31566) ... skipped 'implementation detail specific to cpython' test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry) ... ok test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output) ... ok test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing) ... ok test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable) ... ok test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing) ... ok test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none) ... ok ====================================================================== FAIL: test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_warnings\__init__.py", line 1246, in test_nonascii self.assertEqual(stdout, str([PYTHONWARNINGS]).encode()) ^^^^^^^^^^^ AssertionError: b"['ignore:DeprecationWarning\xe6\x00\x00']" != b"['ignore:DeprecationWarning\xc3\xa6']" ====================================================================== FAIL: test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii) ---------------------------------------------------------------------- Traceback (most recent call last): File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_warnings\__init__.py", line 1246, in test_nonascii self.assertEqual(stdout, str([PYTHONWARNINGS]).encode()) ^^^^^^^^^^^ AssertionError: b"['ignore:DeprecationWarning\xe6zf']" != b"['ignore:DeprecationWarning\xc3\xa6']" ---------------------------------------------------------------------- Ran 121 tests in 1.932s FAILED (failures=2, skipped=6) test_warnings failed (2 failures) == Tests result: FAILURE == 1 test failed: test_warnings Total duration: 2.4 sec Total tests: run=121 failures=2 skipped=6 Total test files: run=1/1 failed=1 Result: FAILURE test test_warnings failed . lib-python/3/test/test_zoneinfo::unmodified