lib-python/3/test/test_capi::unmodified
== PyPy 3.12.14 (7996577de05b, Sep 10 2026, 10:32:41) [PyPy 8.0.1-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_8692æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2525447799
0:00:00 Run 1 test sequentially in a single process
0:00:00 [1/1] test_capi
test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check) ... ok
test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring) ... ok
test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring) ... ok
test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey) ... ok
test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring) ... ok
test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems) ... ok
test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg) ... ok
test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring) ... ok
test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size) ... ok
test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii) ... ok
test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes) ... ok
test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr) ... ok
test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring) ... ok
test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem) ... ok
test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr) ... ok
test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring) ... ok
test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem) ... ok
test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr) ... ok
test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring) ... ok
test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr) ... ok
test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr) ... ok
test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring) ... ok
test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem) ... ok
test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str) ... ok
test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check) ... ok
test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat) ... ok
test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains) ... ok
test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count) ... ok
test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem) ... ok
test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice) ... ok
test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem) ... ok
test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index) ... ok
test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat) ... ok
test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat) ... ok
test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list) ... ok
test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat) ... ok
test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem) ... ok
test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice) ... ok
test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size) ... ok
test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple) ... ok
test_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring)
Test PyByteArray_AsString() ... ok
test_check (test.test_capi.test_bytearray.CAPITest.test_check) ... ok
test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact) ... ok
test_concat (test.test_capi.test_bytearray.CAPITest.test_concat)
Test PyByteArray_Concat() ... ok
test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject) ... ok
test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize) ... ok
test_resize (test.test_capi.test_bytearray.CAPITest.test_resize)
Test PyByteArray_Resize() ... ok
test_size (test.test_capi.test_bytearray.CAPITest.test_size) ... ok
test_asstring (test.test_capi.test_bytes.CAPITest.test_asstring)
Test PyBytes_AsString() ... ok
test_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize)
Test PyBytes_AsStringAndSize() ... ok
test_check (test.test_capi.test_bytes.CAPITest.test_check) ... ok
test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact) ... ok
test_concat (test.test_capi.test_bytes.CAPITest.test_concat)
Test PyBytes_Concat() ... ok
test_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel)
Test PyBytes_ConcatAndDel() ... ok
test_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape)
Test PyBytes_DecodeEscape() ... ok
test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject) ... ok
test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring) ... ok
test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize) ... ok
test_repr (test.test_capi.test_bytes.CAPITest.test_repr) ... skipped ''
test_size (test.test_capi.test_bytes.CAPITest.test_size) ... ok
test_asasciistring (test.test_capi.test_codecs.CAPITest.test_asasciistring)
Test PyUnicode_AsASCIIString() ... ok
test_ascharmapstring (test.test_capi.test_codecs.CAPITest.test_ascharmapstring)
Test PyUnicode_AsCharmapString() ... skipped ''
test_asencodedstring (test.test_capi.test_codecs.CAPITest.test_asencodedstring)
Test PyUnicode_AsEncodedString() ... ok
test_aslatin1string (test.test_capi.test_codecs.CAPITest.test_aslatin1string)
Test PyUnicode_AsLatin1String() ... ok
test_asrawunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asrawunicodeescapestring)
Test PyUnicode_AsRawUnicodeEscapeString() ... ok
test_asunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asunicodeescapestring)
Test PyUnicode_AsUnicodeEscapeString() ... ok
test_asutf16string (test.test_capi.test_codecs.CAPITest.test_asutf16string)
Test PyUnicode_AsUTF16String() ... ok
test_asutf32string (test.test_capi.test_codecs.CAPITest.test_asutf32string)
Test PyUnicode_AsUTF32String() ... ok
test_asutf8string (test.test_capi.test_codecs.CAPITest.test_asutf8string)
Test PyUnicode_AsUTF8String() ... ok
test_decode (test.test_capi.test_codecs.CAPITest.test_decode)
Test PyUnicode_Decode() ... ok
test_decodeascii (test.test_capi.test_codecs.CAPITest.test_decodeascii)
Test PyUnicode_DecodeASCII() ... ok
test_decodecharmap (test.test_capi.test_codecs.CAPITest.test_decodecharmap)
Test PyUnicode_DecodeCharmap() ... skipped ''
test_decodelatin1 (test.test_capi.test_codecs.CAPITest.test_decodelatin1)
Test PyUnicode_DecodeLatin1() ... ok
test_decoderawunicodeescape (test.test_capi.test_codecs.CAPITest.test_decoderawunicodeescape)
Test PyUnicode_DecodeRawUnicodeEscape() ... ok
test_decodeunicodeescape (test.test_capi.test_codecs.CAPITest.test_decodeunicodeescape)
Test PyUnicode_DecodeUnicodeEscape() ... ok
test_decodeutf16 (test.test_capi.test_codecs.CAPITest.test_decodeutf16)
Test PyUnicode_DecodeUTF16() ... ok
test_decodeutf16stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf16stateful)
Test PyUnicode_DecodeUTF16Stateful() ... skipped ''
test_decodeutf32 (test.test_capi.test_codecs.CAPITest.test_decodeutf32)
Test PyUnicode_DecodeUTF8() ... ok
test_decodeutf32stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf32stateful)
Test PyUnicode_DecodeUTF32Stateful() ... skipped ''
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 ''
test_fromencodedobject (test.test_capi.test_codecs.CAPITest.test_fromencodedobject)
Test PyUnicode_FromEncodedObject() ... ok
test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex) ... ok
test_check (test.test_capi.test_complex.CAPIComplexTest.test_check) ... ok
test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact) ... ok
test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex) ... ok
test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles) ... ok
test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble) ... ok
test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs) ... ok
test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff) ... ok
test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg) ... ok
test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow) ... ok
test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod) ... ok
test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot) ... ok
test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum) ... ok
test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble) ... ok
test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check) ... ok
test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact) ... ok
test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear) ... ok
test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains) ... ok
test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy) ... ok
test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem) ... ok
test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring) ... ok
test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem) ... ok
test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring) ... ok
test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror) ... ok
test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg) ... ok
test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge) ... ok
test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2) ... skipped ''
test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new) ... ok
test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next) ... ok
test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault) ... ok
test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem) ... ok
test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring) ... ok
test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size) ... ok
test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update) ... ok
test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new) ... ok
test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems) ... ok
test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc) ... ok
test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name) ... ok
test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit) ... ok
test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins) ... skipped 'implementation detail specific to cpython'
test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe) ... ok
test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals) ... ok
test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals) ... ok
test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit) ... ok
test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals) ... ok
test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple) ... ok
test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args) ... ok
test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure) ... ok
test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default) ... ok
test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default) ... ok
test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs) ... ok
test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore) ... ok
test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised) ... ok
test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable) ... ok
test_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format)
Test PyErr_Format() ... skipped 'implementation detail specific to cpython'
test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object) ... ok
test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch) ... ok
test_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string)
Test PyErr_SetString() ... ok
test_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename)
Test PyErr_SetFromErrnoWithFilename() ... FAIL
test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info) ... ok
test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception) ... ok
test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error) ... skipped "pypy's builtins are different"
test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args) ... skipped ''
test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise) ... skipped ''
test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts) ... skipped ''
test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions) ... skipped ''
test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig) ... skipped ''
test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd) ... ok
test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline) ... ok
test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter) ... skipped 'requires _testcapi.pyfile_newstdprinter'
test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write) ... skipped 'requires _testcapi.pyfile_newstdprinter'
test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject) ... ok
test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring) ... ok
test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor) ... ok
test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble) ... ok
test_check (test.test_capi.test_float.CAPIFloatTest.test_check) ... ok
test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact) ... ok
test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble) ... ok
test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring) ... ok
test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo) ... ok
test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax) ... ok
test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin) ... ok
test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack) ... ok
test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip) ... ok
test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack) ... ok
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) ... ok
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) ... ok
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_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic) ... 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) ... skipped 'requires legacy Unicode C API'
test_Z_hash (test.test_capi.test_getargs.String_TestCase.test_Z_hash) ... skipped 'requires legacy Unicode C API'
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) ... skipped 'requires legacy Unicode C API'
test_u_hash (test.test_capi.test_getargs.String_TestCase.test_u_hash) ... skipped 'requires legacy Unicode C API'
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 'relies on refcount semantics'
test_L_code (test.test_capi.test_getargs.Test_testcapi.test_L_code) ... ok
test_gh_119213 (test.test_capi.test_getargs.Test_testcapi.test_gh_119213) ... skipped 'needs _testinternalcapi'
test_k_code (test.test_capi.test_getargs.Test_testcapi.test_k_code) ... ok
test_nested_tuple (test.test_capi.test_getargs.Test_testcapi.test_nested_tuple) ... ok
test_s_code (test.test_capi.test_getargs.Test_testcapi.test_s_code) ... ok
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_immortal_builtins (test.test_capi.test_immortal.TestCAPI.test_immortal_builtins) ... ok
test_immortal_small_ints (test.test_capi.test_immortal.TestCAPI.test_immortal_small_ints) ... skipped 'requires _testcapi.test_immortal_small_ints'
test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule) ... ok
test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject) ... ok
test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule) ... ok
test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex) ... FAIL
test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject) ... skipped 'not implemented by PyPy'
test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames) ... skipped 'not implemented by PyPy'
test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber) ... ok
test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag) ... ok
test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule) ... ok
test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict) ... ok
test_import (test.test_capi.test_import.ImportTests.test_import) ... ok
test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule) ... skipped 'no frozen modules'
test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject) ... skipped 'no frozen modules'
test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule) ... ok
test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex) ... ok
test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel) ... ok
test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject) ... ok
test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock) ... ok
test_check (test.test_capi.test_list.CAPITest.test_check) ... ok
test_list_append (test.test_capi.test_list.CAPITest.test_list_append) ... ok
test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple) ... ok
test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact) ... ok
test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item) ... ok
test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size) ... ok
test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem) ... ok
test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice) ... ok
test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert) ... ok
test_list_new (test.test_capi.test_list.CAPITest.test_list_new) ... ok
test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse) ... ok
test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item) ... ok
test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem) ... ok
test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice) ... ok
test_list_size (test.test_capi.test_list.CAPITest.test_list_size) ... ok
test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort) ... ok
test_compact (test.test_capi.test_long.LongTests.test_compact) ... skipped ''
test_compact_known (test.test_capi.test_long.LongTests.test_compact_known) ... skipped ''
test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t) ... ok
test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t) ... ok
test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble) ... ok
test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong) ... ok
test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow) ... ok
test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong) ... ok
test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow) ... ok
test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid) ... ok
test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong) ... ok
test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong) ... ok
test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask) ... ok
test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask) ... ok
test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr) ... ok
test_long_check (test.test_capi.test_long.LongTests.test_long_check) ... ok
test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact) ... ok
test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble) ... ok
test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring) ... ok
test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject) ... ok
test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr) ... ok
test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse) ... skipped 'implementation detail specific to cpython'
test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow) ... skipped 'implementation detail specific to cpython'
test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'implementation detail specific to cpython'
test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory) ... skipped 'implementation detail specific to cpython'
test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) ... skipped 'need Py_DEBUG'
test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) ... skipped 'need Py_DEBUG'
test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) ... skipped 'need Py_DEBUG'
test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need Py_DEBUG'
test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) ... skipped 'need Py_DEBUG'
test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) ... skipped 'need Py_DEBUG'
test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) ... skipped 'need Py_DEBUG'
test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) ... skipped 'need Py_DEBUG'
test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) ... skipped 'need Py_DEBUG'
test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse) ... skipped 'implementation detail specific to cpython'
test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow) ... skipped 'implementation detail specific to cpython'
test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'implementation detail specific to cpython'
test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory) ... skipped 'implementation detail specific to cpython'
test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse) ... skipped 'implementation detail specific to cpython'
test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow) ... skipped 'implementation detail specific to cpython'
test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'implementation detail specific to cpython'
test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed) ... skipped 'implementation detail specific to cpython'
test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'implementation detail specific to cpython'
test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory) ... skipped 'implementation detail specific to cpython'
test_tp_bases_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_bases_is_set) ... ok
test_tp_mro_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_mro_is_set) ... ok
test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString) ... ok
test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue) ... ok
test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N) ... skipped 'checks refcounts'
test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints) ... 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 'implementation detail specific to cpython'
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 'implementation detail specific to cpython'
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_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict) ... skipped '_PyObject_ClearManagedDict is CPython-internal'
test_decref_freed_object (test.test_capi.test_misc.CAPITest.test_decref_freed_object) ... skipped 'need _testcapi.decref_freed_object()'
test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing) ... ok
test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols) ... skipped 'implementation detail specific to cpython'
test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code) ... ok
test_function_get_defaults (test.test_capi.test_misc.CAPITest.test_function_get_defaults) ... skipped ''
test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals) ... ok
test_function_get_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_get_kw_defaults) ... skipped ''
test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module) ... ok
test_function_set_defaults (test.test_capi.test_misc.CAPITest.test_function_set_defaults) ... skipped ''
test_function_set_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_set_kw_defaults) ... skipped ''
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_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass) ... ok
test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new) ... ok
test_heaptype_with_custom_metaclass_deprecation (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_deprecation) ... ok
test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new) ... ok
test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict) ... ok
test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict) ... ok
test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref) ... 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 'weakrefs are not stored in the C struct'
test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base) ... ok
test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod) ... 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) ... skipped "PyPy's layout check is more permissive"
test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin) ... skipped "PyPy's layout check is more permissive"
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 "checks CPython's fatal error wording"
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_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots) ... 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_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_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both) ... skipped 'expects a weakref to die on del'
test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict) ... ok
test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref) ... ok
test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec) ... skipped '_posixsubprocess required for this test.'
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_unstable_gc_new_with_extra_data (test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data) ... skipped 'PyUnstable_Object_GC_NewWithExtraData'
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings)
The config with which an interpreter is created corresponds ...
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings) [(True, True, True, True, True, True, True)]
The config with which an interpreter is created corresponds ... skipped 'run_in_subinterp_with_config() is not available'
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings) [(True, False, False, False, False, False, False)]
The config with which an interpreter is created corresponds ... skipped 'run_in_subinterp_with_config() is not available'
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings) [(False, False, False, True, False, True, False)]
The config with which an interpreter is created corresponds ... skipped 'run_in_subinterp_with_config() is not available'
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings) [(False, False, False, False, False, False, False)]
The config with which an interpreter is created corresponds ... skipped 'run_in_subinterp_with_config() is not available'
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 'run_in_subinterp() is not available'
test_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception)
Exceptions saved in global module state get shared between ... skipped 'run_in_subinterp() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check)
PyInterpreterConfig.check_multi_interp_extensions can be overridden ...
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check disabled; override: disabled]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check disabled; override: use config]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check disabled; override: enabled]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check enabled; override: disabled]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check enabled; override: use config]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check) [config: check enabled; override: enabled]
PyInterpreterConfig.check_multi_interp_extensions can be overridden ... skipped 'run_in_subinterp_with_config() is not available'
test_py_config_isoloated_per_interpreter (test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter) ... skipped 'implementation detail specific to cpython'
test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps) ... skipped 'run_in_subinterp() is not available'
test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features) ... skipped 'run_in_subinterp() is not available'
test_HeapCCollection (test.test_capi.test_misc.TestHeapTypeRelative.test_HeapCCollection)
Make sure HeapCCollection works properly by itself ... ok
test_heaptype_inherit_itemsize (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_inherit_itemsize)
Test HeapCCollection subclasses work properly ... skipped ''
test_heaptype_invalid_inheritance (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance) ... ok
test_heaptype_relative_members (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members)
Test HeapCCollection subclasses work properly ... skipped ''
test_heaptype_relative_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors) ... ok
test_heaptype_relative_sizes (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes) ... skipped ''
test_pyobject_getitemdata_error (test.test_capi.test_misc.TestHeapTypeRelative.test_pyobject_getitemdata_error)
Test PyObject_GetItemData fails on unsupported types ... ok
test_code (test.test_capi.test_misc.TestInternalFrameApi.test_code) ... skipped 'test requires _testinternalcapi module'
test_lasti (test.test_capi.test_misc.TestInternalFrameApi.test_lasti) ... skipped 'test requires _testinternalcapi module'
test_line (test.test_capi.test_misc.TestInternalFrameApi.test_line) ... skipped 'test requires _testinternalcapi module'
test_gen_get_code (test.test_capi.test_misc.TestPendingCalls.test_gen_get_code) ... ok
test_isolated_subinterpreter (test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter) ... skipped 'subinterpreters required'
test_many_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls) ... skipped 'requires _testinternalcapi._PyEval_AddPendingCall'
test_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_non_threaded) ... skipped 'Py_AddPendingCall is a stub on PyPy, never succeeds'
test_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_threaded) ... skipped 'Py_AddPendingCall is a stub on PyPy, never succeeds'
test_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls) ... skipped 'requires _testinternalcapi._PyEval_AddPendingCall'
test_pytype_ready_always_sets_tp_type (test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type) ... ok
test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock) ... ok
test_gilstate_matches_current (test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current) ... skipped 'subinterpreters required'
test_thread_gilstate_in_clear (test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear) ... ok
test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state) ... 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 'test requires _testinternalcapi module'
test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call) ... skipped 'test requires _testinternalcapi module'
test_inlined_call_function_ex (test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex) ... skipped 'test requires _testinternalcapi module'
test_inlined_for_iter (test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter) ... skipped 'test requires _testinternalcapi module'
test_inlined_load_attr (test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr) ... skipped 'test requires _testinternalcapi module'
test_inlined_send (test.test_capi.test_misc.Test_Pep523API.test_inlined_send) ... skipped 'test requires _testinternalcapi module'
test_alignof_max_align_t (test.test_capi.test_misc.Test_testcapi.test_alignof_max_align_t) ... ok
test_buildvalue_issue38913 (test.test_capi.test_misc.Test_testcapi.test_buildvalue_issue38913) ... 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_from_spec_invalid_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance) ... ok
test_from_spec_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance) ... ok
test_frozenset_add_in_capi (test.test_capi.test_misc.Test_testcapi.test_frozenset_add_in_capi) ... ok
test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots) ... ok
test_get_type_dict (test.test_capi.test_misc.Test_testcapi.test_get_type_dict) ... 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_immortal_builtins (test.test_capi.test_misc.Test_testcapi.test_immortal_builtins) ... 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_macros (test.test_capi.test_misc.Test_testcapi.test_macros) ... ok
test_py_clear (test.test_capi.test_misc.Test_testcapi.test_py_clear) ... 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_py_setref (test.test_capi.test_misc.Test_testcapi.test_py_setref) ... ok
test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state) ... 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_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak) ... 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_asssizet (test.test_capi.test_number.CAPITest.test_asssizet) ... ok
test_binary_ops (test.test_capi.test_number.CAPITest.test_binary_ops) ... ok
test_check (test.test_capi.test_number.CAPITest.test_check) ... ok
test_float (test.test_capi.test_number.CAPITest.test_float) ... ok
test_index (test.test_capi.test_number.CAPITest.test_index) ... ok
test_long (test.test_capi.test_number.CAPITest.test_long) ... ok
test_misc_add (test.test_capi.test_number.CAPITest.test_misc_add) ... skipped 'needs _testbuffer'
test_misc_multiply (test.test_capi.test_number.CAPITest.test_misc_multiply) ... skipped 'needs _testbuffer'
test_misc_power (test.test_capi.test_number.CAPITest.test_misc_power) ... ok
test_rshift_print (test.test_capi.test_number.CAPITest.test_rshift_print) ... skipped 'implementation detail specific to cpython'
test_tobase (test.test_capi.test_number.CAPITest.test_tobase) ... ok
test_unary_ops (test.test_capi.test_number.CAPITest.test_unary_ops) ... ok
test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags) ... ok
test_run_fileexflags_with_undecodable_filename (test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename) ... skipped 'does not work on Windows'
test_run_stringflags (test.test_capi.test_run.CAPITest.test_run_stringflags) ... ok
test_add (test.test_capi.test_set.TestSetCAPI.test_add) ... expected failure
test_anyset_check (test.test_capi.test_set.TestSetCAPI.test_anyset_check) ... ok
test_anyset_check_exact (test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact) ... ok
test_clear (test.test_capi.test_set.TestSetCAPI.test_clear) ... ok
test_discard (test.test_capi.test_set.TestSetCAPI.test_discard) ... ok
test_frozenset_check (test.test_capi.test_set.TestSetCAPI.test_frozenset_check) ... ok
test_frozenset_check_exact (test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact) ... ok
test_frozenset_new (test.test_capi.test_set.TestSetCAPI.test_frozenset_new) ... ok
test_pop (test.test_capi.test_set.TestSetCAPI.test_pop) ... ok
test_set_check (test.test_capi.test_set.TestSetCAPI.test_set_check) ... ok
test_set_check_exact (test.test_capi.test_set.TestSetCAPI.test_set_check_exact) ... ok
test_set_contains (test.test_capi.test_set.TestSetCAPI.test_set_contains) ... ok
test_set_get_size (test.test_capi.test_set.TestSetCAPI.test_set_get_size) ... ok
test_set_new (test.test_capi.test_set.TestSetCAPI.test_set_new) ... ok
test_set_size (test.test_capi.test_set.TestSetCAPI.test_set_size) ... ok
test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments) ... ok
test_bool (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool) ... ok
test_byte (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte) ... ok
test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string) ... ok
test_int (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int) ... ok
test_long (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long) ... ok
test_longlong (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong) ... ok
test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t) ... ok
test_short (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short) ... ok
test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments) ... ok
test_bool (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool) ... ok
test_byte (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte) ... ok
test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string) ... ok
test_int (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int) ... ok
test_long (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long) ... ok
test_longlong (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong) ... ok
test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t) ... ok
test_short (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short) ... ok
test_sys_formatstderr (test.test_capi.test_sys.CAPITest.test_sys_formatstderr) ... skipped 'requires ctypes.pythonapi'
test_sys_formatstdout (test.test_capi.test_sys.CAPITest.test_sys_formatstdout) ... skipped 'requires ctypes.pythonapi'
test_sys_getobject (test.test_capi.test_sys.CAPITest.test_sys_getobject) ... skipped 'implementation detail specific to cpython'
test_sys_getxoptions (test.test_capi.test_sys.CAPITest.test_sys_getxoptions) ... skipped 'implementation detail specific to cpython'
test_sys_setobject (test.test_capi.test_sys.CAPITest.test_sys_setobject) ... skipped 'implementation detail specific to cpython'
test_sys_writestderr (test.test_capi.test_sys.CAPITest.test_sys_writestderr) ... skipped 'requires ctypes.pythonapi'
test_sys_writestdout (test.test_capi.test_sys.CAPITest.test_sys_writestdout) ... skipped 'requires ctypes.pythonapi'
test__tuple_resize (test.test_capi.test_tuple.CAPITest.test__tuple_resize) ... skipped 'requires _testcapi._tuple_resize'
test_check (test.test_capi.test_tuple.CAPITest.test_check) ... ok
test_tuple_checkexact (test.test_capi.test_tuple.CAPITest.test_tuple_checkexact) ... ok
test_tuple_get_item (test.test_capi.test_tuple.CAPITest.test_tuple_get_item) ... ok
test_tuple_get_size (test.test_capi.test_tuple.CAPITest.test_tuple_get_size) ... ok
test_tuple_getitem (test.test_capi.test_tuple.CAPITest.test_tuple_getitem) ... ok
test_tuple_getslice (test.test_capi.test_tuple.CAPITest.test_tuple_getslice) ... ok
test_tuple_new (test.test_capi.test_tuple.CAPITest.test_tuple_new) ... skipped 'requires _testcapi.tuple_new'
test_tuple_pack (test.test_capi.test_tuple.CAPITest.test_tuple_pack) ... ok
test_tuple_set_item (test.test_capi.test_tuple.CAPITest.test_tuple_set_item) ... skipped "PyPy copies a tuple's items into its interp-level object once, rather than keeping a live view of ob_item, so mutating an already-exposed tuple via the raw PyTuple_SET_ITEM macro is not observable"
test_tuple_setitem (test.test_capi.test_tuple.CAPITest.test_tuple_setitem) ... ok
test_tuple_size (test.test_capi.test_tuple.CAPITest.test_tuple_size) ... ok
test_append (test.test_capi.test_unicode.CAPITest.test_append)
Test PyUnicode_Append() ... skipped 'implementation detail specific to cpython'
test_appendanddel (test.test_capi.test_unicode.CAPITest.test_appendanddel)
Test PyUnicode_AppendAndDel() ... skipped 'implementation detail specific to cpython'
test_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4)
Test PyUnicode_AsUCS4() ... skipped 'implementation detail specific to cpython'
test_asucs4copy (test.test_capi.test_unicode.CAPITest.test_asucs4copy)
Test PyUnicode_AsUCS4Copy() ... skipped 'implementation detail specific to cpython'
test_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8)
Test PyUnicode_AsUTF8() ... skipped 'implementation detail specific to cpython'
test_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize)
Test PyUnicode_AsUTF8AndSize() ... skipped 'implementation detail specific to cpython'
test_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar)
Test PyUnicode_AsWideChar() ... skipped 'implementation detail specific to cpython'
test_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring)
Test PyUnicode_AsWideCharString() ... skipped 'implementation detail specific to cpython'
test_compare (test.test_capi.test_unicode.CAPITest.test_compare)
Test PyUnicode_Compare() ... skipped 'implementation detail specific to cpython'
test_comparewithasciistring (test.test_capi.test_unicode.CAPITest.test_comparewithasciistring)
Test PyUnicode_CompareWithASCIIString() ... skipped 'implementation detail specific to cpython'
test_concat (test.test_capi.test_unicode.CAPITest.test_concat)
Test PyUnicode_Concat() ... skipped 'implementation detail specific to cpython'
test_contains (test.test_capi.test_unicode.CAPITest.test_contains)
Test PyUnicode_Contains() ... skipped 'implementation detail specific to cpython'
test_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters)
Test PyUnicode_CopyCharacters() ... skipped 'implementation detail specific to cpython'
test_count (test.test_capi.test_unicode.CAPITest.test_count)
Test PyUnicode_Count() ... skipped 'implementation detail specific to cpython'
test_fill (test.test_capi.test_unicode.CAPITest.test_fill)
Test PyUnicode_Fill() ... skipped 'implementation detail specific to cpython'
test_find (test.test_capi.test_unicode.CAPITest.test_find)
Test PyUnicode_Find() ... skipped 'implementation detail specific to cpython'
test_findchar (test.test_capi.test_unicode.CAPITest.test_findchar)
Test PyUnicode_FindChar() ... skipped 'implementation detail specific to cpython'
test_format (test.test_capi.test_unicode.CAPITest.test_format)
Test PyUnicode_Format() ... skipped 'implementation detail specific to cpython'
test_from_format (test.test_capi.test_unicode.CAPITest.test_from_format)
Test PyUnicode_FromFormat() ... skipped 'requires ctypes.pythonapi'
test_fromkindanddata (test.test_capi.test_unicode.CAPITest.test_fromkindanddata)
Test PyUnicode_FromKindAndData() ... skipped 'implementation detail specific to cpython'
test_fromobject (test.test_capi.test_unicode.CAPITest.test_fromobject)
Test PyUnicode_FromObject() ... skipped 'implementation detail specific to cpython'
test_fromordinal (test.test_capi.test_unicode.CAPITest.test_fromordinal)
Test PyUnicode_FromOrdinal() ... skipped 'implementation detail specific to cpython'
test_fromstring (test.test_capi.test_unicode.CAPITest.test_fromstring)
Test PyUnicode_FromString() ... skipped 'implementation detail specific to cpython'
test_fromstringandsize (test.test_capi.test_unicode.CAPITest.test_fromstringandsize)
Test PyUnicode_FromStringAndSize() ... skipped 'implementation detail specific to cpython'
test_fromwidechar (test.test_capi.test_unicode.CAPITest.test_fromwidechar)
Test PyUnicode_FromWideChar() ... skipped 'implementation detail specific to cpython'
test_getdefaultencoding (test.test_capi.test_unicode.CAPITest.test_getdefaultencoding)
Test PyUnicode_GetDefaultEncoding() ... skipped 'implementation detail specific to cpython'
test_getlength (test.test_capi.test_unicode.CAPITest.test_getlength)
Test PyUnicode_GetLength() ... skipped 'implementation detail specific to cpython'
test_internfromstring (test.test_capi.test_unicode.CAPITest.test_internfromstring)
Test PyUnicode_InternFromString() ... skipped 'implementation detail specific to cpython'
test_interninplace (test.test_capi.test_unicode.CAPITest.test_interninplace)
Test PyUnicode_InternInPlace() ... skipped 'implementation detail specific to cpython'
test_isidentifier (test.test_capi.test_unicode.CAPITest.test_isidentifier)
Test PyUnicode_IsIdentifier() ... skipped 'implementation detail specific to cpython'
test_join (test.test_capi.test_unicode.CAPITest.test_join)
Test PyUnicode_Join() ... skipped 'implementation detail specific to cpython'
test_new (test.test_capi.test_unicode.CAPITest.test_new)
Test PyUnicode_New() ... skipped 'implementation detail specific to cpython'
test_partition (test.test_capi.test_unicode.CAPITest.test_partition)
Test PyUnicode_Partition() ... skipped 'implementation detail specific to cpython'
test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug) ... skipped 'implementation detail specific to cpython'
test_readchar (test.test_capi.test_unicode.CAPITest.test_readchar)
Test PyUnicode_ReadChar() ... skipped 'implementation detail specific to cpython'
test_replace (test.test_capi.test_unicode.CAPITest.test_replace)
Test PyUnicode_Replace() ... skipped 'implementation detail specific to cpython'
test_resize (test.test_capi.test_unicode.CAPITest.test_resize)
Test PyUnicode_Resize() ... skipped 'implementation detail specific to cpython'
test_richcompare (test.test_capi.test_unicode.CAPITest.test_richcompare)
Test PyUnicode_RichCompare() ... skipped 'implementation detail specific to cpython'
test_rpartition (test.test_capi.test_unicode.CAPITest.test_rpartition)
Test PyUnicode_RPartition() ... skipped 'implementation detail specific to cpython'
test_rsplit (test.test_capi.test_unicode.CAPITest.test_rsplit)
Test PyUnicode_RSplit() ... skipped 'implementation detail specific to cpython'
test_split (test.test_capi.test_unicode.CAPITest.test_split)
Test PyUnicode_Split() ... skipped 'implementation detail specific to cpython'
test_splitlines (test.test_capi.test_unicode.CAPITest.test_splitlines)
Test PyUnicode_SplitLines() ... skipped 'implementation detail specific to cpython'
test_substring (test.test_capi.test_unicode.CAPITest.test_substring)
Test PyUnicode_Substring() ... skipped 'implementation detail specific to cpython'
test_tailmatch (test.test_capi.test_unicode.CAPITest.test_tailmatch)
Test PyUnicode_Tailmatch() ... skipped 'implementation detail specific to cpython'
test_transform_decimal_and_space (test.test_capi.test_unicode.CAPITest.test_transform_decimal_and_space)
Test _PyUnicode_TransformDecimalAndSpaceToASCII() ... skipped 'implementation detail specific to cpython'
test_translate (test.test_capi.test_unicode.CAPITest.test_translate)
Test PyUnicode_Translate() ... skipped 'implementation detail specific to cpython'
test_writechar (test.test_capi.test_unicode.CAPITest.test_writechar)
Test PyUnicode_WriteChar() ... skipped 'implementation detail specific to cpython'
test_allocate_too_many_watchers (test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers) ... skipped 'not implemented by PyPy'
test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_code_object_events_dispatched (test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched) ... skipped 'not implemented by PyPy'
test_dealloc_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error) ... skipped 'not implemented by PyPy'
test_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_error) ... skipped 'not implemented by PyPy'
test_clear (test.test_capi.test_watchers.TestDictWatchers.test_clear) ... skipped 'not implemented by PyPy'
test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_clone (test.test_capi.test_watchers.TestDictWatchers.test_clone) ... skipped 'not implemented by PyPy'
test_dealloc (test.test_capi.test_watchers.TestDictWatchers.test_dealloc) ... skipped 'not implemented by PyPy'
test_dealloc_error (test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error) ... skipped 'not implemented by PyPy'
test_del (test.test_capi.test_watchers.TestDictWatchers.test_del) ... skipped 'not implemented by PyPy'
test_error (test.test_capi.test_watchers.TestDictWatchers.test_error) ... skipped 'not implemented by PyPy'
test_no_event_if_not_watched (test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched) ... skipped 'not implemented by PyPy'
test_pop (test.test_capi.test_watchers.TestDictWatchers.test_pop) ... skipped 'not implemented by PyPy'
test_set_existing_item (test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item) ... skipped 'not implemented by PyPy'
test_set_new_item (test.test_capi.test_watchers.TestDictWatchers.test_set_new_item) ... skipped 'not implemented by PyPy'
test_two_watchers (test.test_capi.test_watchers.TestDictWatchers.test_two_watchers) ... skipped 'not implemented by PyPy'
test_unwatch (test.test_capi.test_watchers.TestDictWatchers.test_unwatch) ... skipped 'not implemented by PyPy'
test_unwatch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict) ... skipped 'not implemented by PyPy'
test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_watch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict) ... skipped 'not implemented by PyPy'
test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_allocate_too_many_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers) ... skipped 'not implemented by PyPy'
test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_dealloc_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error) ... skipped 'not implemented by PyPy'
test_func_events_dispatched (test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched) ... skipped 'not implemented by PyPy'
test_multiple_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers) ... skipped 'not implemented by PyPy'
test_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error) ... skipped 'not implemented by PyPy'
test_all_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers) ... skipped 'not implemented by PyPy'
test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_clear_watcher (test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher) ... skipped 'not implemented by PyPy'
test_error (test.test_capi.test_watchers.TestTypeWatchers.test_error) ... skipped 'not implemented by PyPy'
test_event_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation) ... skipped 'not implemented by PyPy'
test_lookup_resets_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation) ... skipped 'not implemented by PyPy'
test_no_more_ids_available (test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available) ... skipped 'not implemented by PyPy'
test_two_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers) ... skipped 'not implemented by PyPy'
test_unwatch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type) ... skipped 'not implemented by PyPy'
test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_unwatch_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type) ... skipped 'not implemented by PyPy'
test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
test_watch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type) ... skipped 'not implemented by PyPy'
test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id) ... skipped 'not implemented by PyPy'
test_watch_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type) ... skipped 'not implemented by PyPy'
test_watch_type_subclass (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass) ... skipped 'not implemented by PyPy'
test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id) ... skipped 'not implemented by PyPy'
======================================================================
FAIL: test_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename)
Test PyErr_SetFromErrnoWithFilename()
----------------------------------------------------------------------
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_exceptions.py", line 260, in test_setfromerrnowithfilename
self.assertEqual(e.exception.filename,
^^^^^^^^^^^
AssertionError: '@test_8692_tmp\udced\udcb4\udc80' != '@test_8692_tmp\udd00'
- @test_8692_tmp\udced\udcb4\udc80
? ^^^
+ @test_8692_tmp\udd00
? ^
======================================================================
FAIL: test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex)
----------------------------------------------------------------------
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_import.py", line 254, in test_executecodemoduleex
self.assertEqual(origin, os.path.abspath(os.fsdecode(pathname)))
^^^^^^^^^^^
AssertionError: 'D:\\[16 chars]st\\test_python_worker_8692æ\\@test_8692_tmp\udced\udcb4\udc80' != 'D:\\[16 chars]st\\test_python_worker_8692æ\\@test_8692_tmp\udd00'
- D:\SystemTemp\pytest\test_python_worker_8692æ\@test_8692_tmp\udced\udcb4\udc80
? ^^^
+ D:\SystemTemp\pytest\test_python_worker_8692æ\@test_8692_tmp\udd00
? ^
======================================================================
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 289, 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 <module>\\n\\nExtension modules: _testcapi \\(total: 1\\)\\n' not found in 'Traceback (most recent call last):\n File "<string>", line 5, in <module>\n File "d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\lib-python\\3\\test\\support\\__init__.py", line 1741, in __enter__\n self.old_value = msvcrt.GetErrorMode()\n ^^^^^^^^^^^^\nTypeError: \'unsigned int(*)(unsigned int)\' expects 1 arguments, got 0\n'
----------------------------------------------------------------------
Ran 652 tests in 2.693s
FAILED (failures=3, skipped=234, expected failures=1)
0:00:03 [1/1/1] test_capi failed (3 failures)
== Tests result: FAILURE ==
1 test failed:
test_capi
Total duration: 3.3 sec
Total tests: run=652 failures=3 skipped=234
Total test files: run=1/1 failed=1
Result: FAILURE
test test_capi failed
builder: pypy-c-jit-win-x86-64 build #2557+
test: lib-python/3/test/test_capi::unmodified