. pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_docstring_not_loaded . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_assert_with_tuple_arg s pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_build_list_from_arg_length_hint Skipped: condition: config.option.runappdirect . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_unicode_in_source . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_kw_defaults_None . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_error_yield . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_syntax_warnings_missing_comma . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_syntax_warnings_is_with_literal . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_syntax_warnings_assertions . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_syntax_warnings_invalid_literal_as_error . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_syntax_warnings_false_positives . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_top_level_async . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_top_level_async_invalid_cases . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_top_level_async_ensure_generator . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_bug_hanging_compiler s pypy/interpreter/test/test_app_main.py::AppTestAppMain::()::test_setup_bootstrap_path Skipped: condition: config.getoption("runappdirect") s pypy/interpreter/test/test_app_main.py::AppTestAppMain::()::test_trunk_can_be_prefix Skipped: condition: config.getoption("runappdirect") s pypy/interpreter/test/test_app_main.py::AppTestAppMain::()::test_entry_point Skipped: condition: config.getoption("runappdirect") . pypy/interpreter/test/test_appinterp.py::AppTestMethods::()::test_some_app_test_method . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_error_message . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_error_message_method . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_error_message_module_function . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_error_message_bound_method . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_unicode_keywords . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_starstarargs_dict_subclass . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_starstarargs_module_dict . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_cpython_issue4806 . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_call_iter_dont_eat_typeerror . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_keyword_arg_after_keywords_dict . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_error_message_kwargs . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_dict_subclass_with_weird_getitem . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_dict_subclass_overriding_iter . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_issue2996_1 . pypy/interpreter/test/test_argument.py::AppTestArgument::()::test_issue2996_2 . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_attributes . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_posonlyargcount . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_kwonlyargcount . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_co_names . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_hash . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_repr . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_code_extra . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_code_eq_non_code . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_issue1844 . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_replace . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_varname_from_oparg . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_bom_with_future . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_noop_future_import . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_values_of_different_types . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_values_of_different_types_in_tuples . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_zeros_not_mixed . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_zeros_not_mixed_in_tuples . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_ellipsis_anywhere . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_keywordonly_syntax_errors . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_barry_as_bdfl . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_guido_as_bdfl . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_surrogate . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_pep3131 . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_unicode_identifier . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_unicode_identifier_error_offset . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_import_nonascii . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_class_nonascii . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_cpython_issue2301 . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_invalid_utf8 . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_invalid_utf8_in_comments_or_strings . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_invalid_utf8_in_multiline_string . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_cpython_issues_24022_25388 . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_correct_offset_in_many_bytes . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_zeros_not_mixed_in_lambdas s pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_dont_share_lambdas Skipped: condition: config.option.runappdirect . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_dict_and_set_literal_order . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_freevars_order . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_code_equality . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_invalid_ast . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_evaluate_argument_definition_order . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_classcell . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_classcell_missing . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_classcell_overwrite . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_classcell_wrong_cell . pypy/interpreter/test/test_compiler.py::AppTestCompiler::()::test_class_mro . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_remove_ending . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_constant_name . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_and_or_folding . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_tuple_constants . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_ellipsis_truth . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_division_folding . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_tuple_folding . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_unary_folding . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_folding_of_binops_on_constants . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_folding_of_binops_on_constants_crash . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_dis_stopcode . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_optimize_list_comp . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_folding_of_list_constants . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_folding_of_set_constants . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_call_method_kwargs . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_interned_strings . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_indentation_error . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_bad_oudent . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_outdentation_error_filename . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_taberror . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_repr_vs_str . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_surrogate_filename . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_encoding . pypy/interpreter/test/test_compiler.py::AppTestExceptions::()::test_asterror_has_line_without_file . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_exception . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_exceptionfail . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_called . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_calledfail . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_userclass . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_subclass . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_deepsubclass . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_tuple . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_parenttuple . pypy/interpreter/test/test_executioncontext.py::AppTestProfile::()::test_return . pypy/interpreter/test/test_executioncontext.py::AppTestProfile::()::test_c_return . pypy/interpreter/test/test_executioncontext.py::AppTestProfile::()::test_exception . pypy/interpreter/test/test_executioncontext.py::AppTestProfile::()::test_c_exception s pypy/interpreter/test/test_extmodules.py::AppTestExtModules::()::test_import Skipped: condition: config.option.runappdirect . pypy/interpreter/test/test_gateway.py::AppTestPyTestMark::()::test_anything . pypy/interpreter/test/test_gateway.py::AppTestKeywordsToBuiltinSanity::()::test_type . pypy/interpreter/test/test_gateway.py::AppTestKeywordsToBuiltinSanity::()::test_object_new . pypy/interpreter/test/test_gateway.py::AppTestKeywordsToBuiltinSanity::()::test_dict_new . pypy/interpreter/test/test_gateway.py::AppTestKeywordsToBuiltinSanity::()::test_dict_init . pypy/interpreter/test/test_gateway.py::AppTestKeywordsToBuiltinSanity::()::test_dict_update . pypy/interpreter/test/test_gateway.py::AppTestFastPathCrash::()::test_fast_path_crash . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_trivial . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_trivial_call . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_trivial_call2 . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_print . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_print_unicode . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_print_strange_object . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_identity . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_raise_recursion . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_kwonlyargs_mixed_args . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_kwonlyargs_lambda . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_kwonlyarg_mangling . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_kwonlyarg_required . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_extended_unpacking_short . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_errormsg_unpacking s pypy/interpreter/test/test_mixedmodule.py::AppTestMixedModule::()::test_attibute Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_mixedmodule.py::AppTestMixedModule::()::test_submodule_import Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_mixedmodule.py::AppTestMixedModule::()::test_direct_import Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_mixedmodule.py::AppTestMixedModule::()::test_import_from Skipped: condition: config.option.runappdirect . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_attr . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_docstring . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test___file__ . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_loader_with_valid_module_repr . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_loader_with_module_repr_wrong_type . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_loader_with_raising_module_repr . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_loader_with_raising_module_repr2 . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_raising_loader_and___file__ . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_repr_with_missing_name . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_dir . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_package . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_name_nonascii . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_AttributeError_message . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_weakrefable . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_all_dict_content . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_module_new_makes_empty_dict . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_class_assignment_for_module . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_class_assignment_for_module_getattr . pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_getattr_dir . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_set_lineno . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_f_back_hidden . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_fast2locals_called_lazily . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_del_cell_locals_bug . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_repr . pypy/interpreter/test/test_special.py::AppTestSpecialTestCase::()::test_Ellipsis . pypy/interpreter/test/test_special.py::AppTestSpecialTestCase::()::test_NotImplemented . pypy/interpreter/test/test_special.py::AppTestSpecialTestCase::()::test_deprecated . pypy/interpreter/test/test_syntax.py::AppTestCondExpr::()::test_condexpr . pypy/interpreter/test/test_syntax.py::AppTestYield::()::test_bare_yield . pypy/interpreter/test/test_syntax.py::AppTestDecorators::()::test_function_decorators . pypy/interpreter/test/test_syntax.py::AppTestDecorators::()::test_application_order . pypy/interpreter/test/test_syntax.py::AppTestDecorators::()::test_class_decorators . pypy/interpreter/test/test_syntax.py::AppTestPrintFunction::()::test_simple_print . pypy/interpreter/test/test_syntax.py::AppTestPrintFunction::()::test_print . pypy/interpreter/test/test_syntax.py::AppTestUnicodeLiterals::()::test_simple . pypy/interpreter/test/test_syntax.py::AppTestUnicodeLiterals::()::test_triple_quotes . pypy/interpreter/test/test_syntax.py::AppTestUnicodeLiterals::()::test_both_futures_with_semicolon . pypy/interpreter/test/test_syntax.py::AppTestComprehensions::()::test_dictcomps . pypy/interpreter/test/test_syntax.py::AppTestComprehensions::()::test_setcomps . pypy/interpreter/test/test_syntax.py::AppTestComprehensions::()::test_set_literal . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_simple . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_compound_with . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_as_var . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_raise_exception . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_swallow_exception . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_reraise_exception . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_break . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_continue . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_return . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_as_keyword . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_with_as_keyword_compound . pypy/interpreter/test/test_syntax.py::AppTestWith::()::test_missing_as_SyntaxError . pypy/interpreter/test/test_syntax.py::AppTestFunctionAnnotations::()::test_simple . pypy/interpreter/test/test_syntax.py::AppTestFunctionAnnotations::()::test_bug_annotations_lambda . pypy/interpreter/test/test_syntax.py::AppTestFunctionAnnotations::()::test_bug_annotation_inside_nested_function . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_tokenizer_error_location . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_grammar_error_location . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_astbuilder_error_location . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_codegen_error_location . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_bad_encoding . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_exception_target_in_nested_scope . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_cpython_issue2382 . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_empty_tuple_target . pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_starunpacking_as_iterator . pypy/interpreter/test/test_typedef.py::AppTestTraceBackAttributes::()::test_newstring . pypy/interpreter/test/test_typedef.py::AppTestTraceBackAttributes::()::test_descr_dict . pypy/interpreter/test/test_typedef.py::AppTestTraceBackAttributes::()::test_descr_member_descriptor . pypy/interpreter/test/test_typedef.py::AppTestTraceBackAttributes::()::test_descr_member_errormsg . pypy/interpreter/test/test_typedef.py::AppTestTraceBackAttributes::()::test_descr_getsetproperty . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_destructor . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_method_attrs . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_func_closure . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_get_with_none_arg . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_builtin_readonly_property . pypy/interpreter/test/test_typedef.py::AppTestTypeDef::()::test_del_doc . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestSlow::()::test_inspect . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_basic . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_code . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_global_func . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_not_imported_module . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_builtin_func . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_non_top_reachable_func . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_cell . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_module . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_moduledict . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_bltins_module . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_complex . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_method . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_staticmethod . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_classmethod . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_sequenceiter . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversesequenceiter . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversesequenceiter_stopped . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_dictiter . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversed . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversed_stopped . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_enum . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_xrangeiter . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator_blk . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_builtin_method . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_submodule . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_dict_subclass . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator_crash . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_memoryview . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_basics . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_constructor . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_init_override . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_encoding . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_encoding_with_ignore_errors . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_len . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_nohash . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_repr . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_str . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_getitem . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_arithmetic . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_contains . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_splitlines . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_ord . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_translate . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_strip . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_iter . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_compare_str . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_stringlike_operations . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_startswith_too_large . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_startswith_self . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_stringlike_conversions . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_empty_replace_empty . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_empty_ops_empty . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_xjust_no_mutate . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_split . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_append . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_insert . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_pop . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_remove . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_clear . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_reverse . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_delitem_from_front . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_delitem . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_iadd . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_add . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_fromhex . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_fromhex_subclass . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_extend . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_extend_calls_len_or_lengthhint . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_setitem_from_front . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_setslice . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_delitem_slice . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_setitem . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_setitem_slice . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_buffer . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_decode . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_int . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_float . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_reduce . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_reduce_subclass . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_setitem_slice_performance . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_partition_return_copy . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_split_whitespace . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_maketrans . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_hex . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_hex_sep . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_isascii . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_format . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_format_b . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_format_bytes . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_formatting_not_tuple . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test___alloc__ . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_getitem_error_message . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_compatibility . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_constructor_typeerror . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_dont_force_offset . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_subclass_repr . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_removeprefix . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_removesuffix . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_mutate_while_slice . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_compare . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_endswith_special . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_list_of_objs . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromhex . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromhex_subclass . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_wrongtype . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_bytes . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_formatting_not_tuple . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_percent_subclass_tuple_ignores_iter . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_split . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_rsplit . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_title . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_istitle . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_capitalize . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isascii . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_rjust . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_ljust . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace_buffer . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace_no_occurrence . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_strip . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_zfill . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_center . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_count . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_startswith . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_startswith_more . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_startswith_too_large . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_startswith_tuples . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_endswith . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_endswith_more . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_endswith_tuple . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_expandtabs . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_expandtabs_overflows_gracefully . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_expandtabs_0 . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_splitlines . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_find . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_index . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_rfind . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_rindex . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_partition . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_rpartition . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_split_maxsplit . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_join . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_unicode_join_str_arg_ascii . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_unicode_join_endcase . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_lower . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_upper . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isalnum . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isalpha . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isdigit . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isspace . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_islower . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_isupper . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_swapcase . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_translate . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_iter . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_repr . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_contains . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_decode . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_decode_surrogatepass_issue_3132 . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_decode_surrogates_in_encoding . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_encode . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_non_text_encoding . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_hash . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_buffer . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_concat_array . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromobject . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromobject___index__ . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromobject___int__ . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_fromobject___bytes__ . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_getnewargs . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_subclass . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace_overflow . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace_issue2448 . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_getslice . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_no_len_on_str_iter . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test___radd__ . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_maketrans . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_compatibility . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_dont_convert_int . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_hex . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_hex_sep . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_b . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_getitem_error_message . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_typeerror . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_subclass . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_subclass_2 . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_constructor_subclass_3 . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_id . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_error_message_wrong_self . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_removeprefix . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_removesuffix . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_id_preserved . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_bytes_special_method . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_check_module_uses_module_dict . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_key_not_there . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_fallback_evil_key . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_copy . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_reversed . pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_reversed_keys s pypy/objspace/std/test/test_celldict.py::AppTestCellDict::()::test_popitem Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_celldict.py::AppTestCellDict::()::test_degenerate Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_celldict.py::AppTestCellDict::()::test_unicode Skipped: __repr__ doesn't work on appdirect . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_equality . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_clear . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_copy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_get . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_pop . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_pop_empty_bug . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_pop_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_iteritems . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_iterkeys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_itervalues . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_reverse_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_reverse_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_reverse_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_reversed_dict . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_reversed_dict_runtimeerror . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_dict_popitem_first . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_delitem_if_value_is . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_move_to_end . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_popitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_popitem_2 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_popitem3 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_setdefault . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_setdefault_fast . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_iterable . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_nop . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_dict_and_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_error_messages . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_update_keys_method . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_eq . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_richcompare . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_str_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_new . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_fromkeys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_str_uses_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_overridden_setitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_overridden_setitem_customkey . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_repr_with_overridden_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_popitem_with_overridden_delitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_dict_update_overridden_getitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_index_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_del_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_pop_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_pop_switching_strategy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_no_len_on_dict_iter . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_missing . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_missing_more . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_empty_dict . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_bytes_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_interned_keywords . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_dict_copy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_or . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_ior . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_class_getitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_equality . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_clear . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_copy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_get . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_pop . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_pop_empty_bug . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_pop_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_iteritems . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_iterkeys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_itervalues . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_reverse_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_reverse_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_reverse_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_reversed_dict . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_reversed_dict_runtimeerror . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_dict_popitem_first . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_delitem_if_value_is . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_move_to_end . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_popitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_popitem_2 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_popitem3 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_setdefault . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_setdefault_fast . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_iterable . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_nop . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_dict_and_kwargs . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_error_messages . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_update_keys_method . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_eq . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_richcompare . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_str_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_new . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_fromkeys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_str_uses_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_overridden_setitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_overridden_setitem_customkey . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_repr_with_overridden_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_popitem_with_overridden_delitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_dict_update_overridden_getitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_index_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_del_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_pop_keyerror_unpacking . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_pop_switching_strategy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_no_len_on_dict_iter . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_missing . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_missing_more . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_empty_dict . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_bytes_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_interned_keywords . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_dict_copy . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_or . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_ior . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_class_getitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_emptydict_unhashable . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_string_subclass_via_setattr . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_setattr_string_identify . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_internal_delitem . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dictview . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_keys . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_items_contains_with_identity . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_mixed_keys_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dict_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_recursive_repr . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_keys_set_operations . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_items_set_operations . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_keys_set_operations_any_type . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_items_set_operations_any_type . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_dictviewset_unhashable_values . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_compare_keys_and_items . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_keys_items_contained . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_contains . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_pickle . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_pickle_reversed . pypy/objspace/std/test/test_dictmultiobject.py::AppTestDictViews::()::test_mapping s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_empty_to_string Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_empty_to_unicode Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_setitem_str_nonascii Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_empty_to_int Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_iter_dict_length_change Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_iter_dict_strategy_only_change_1 Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_iter_dict_strategy_only_change_2 Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_dictmultiobject.py::AppTestStrategies::()::test_bytes_to_object Skipped: __repr__ doesn't work on appdirect . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_dictproxy . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_dictproxy_getitem . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_dictproxyeq . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_str_repr . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_immutable_dict_on_builtin_type . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_mappingproxy . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_or . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObject::()::test_reversed . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxy . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxy_getitem . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxyeq . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_str_repr . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_immutable_dict_on_builtin_type . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_mappingproxy . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_or . pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_reversed . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_isinteger . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_conjugate . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_negatives . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_callable . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_int . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_hash . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_hash_nan . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_int_float . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_string . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_string_underscores . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_unicode . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_long . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_as_integer_ratio . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_conversion . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_conversion_deprecated_warning . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_round . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_round_special_method . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_special_float_method . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_getnewargs . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_pow . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_builtin_pow . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_pow_neg_base . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_cmp . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_comparison_more . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test___getformat__ . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_trunc . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_floor_ceil . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_call_special . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_from_string . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_format . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_format_thousands . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_format_bug_inf_float . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_real . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_invalid_literal_message . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_from_unicode . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_hash_minus_one . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_from_dict . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_non_numeric_input_types . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_new_pos_only . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_constructor_calls_index . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_subclass_kwarg . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_from_hex . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_roundtrip . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_invalid . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_division_edgecases . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_modulo_edgecases . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_equality_rounding . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_repr_str_eq . pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_str_is_from_object s pypy/objspace/std/test/test_identitydict.py::AppTestIdentityDict::()::test_use_strategy Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identitydict.py::AppTestIdentityDict::()::test_bad_item Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identitydict.py::AppTestIdentityDict::()::test_bad_key Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identitydict.py::AppTestIdentityDict::()::test_iter Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identitydict.py::AppTestIdentityDict::()::test_mutate_class_and_then_compare Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_use_identity_strategy Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_use_identity_strategy_list Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_identity_strategy_add Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_identity_strategy_sanity Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_identity_strategy_iterators Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_identity_strategy_other_cmp Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_identityset.py::AppTestIdentitySet::()::test_class_monkey_patch Skipped: interp2app doesn't work on appdirect . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_basic . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_slice . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_in_methods . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_wrappers . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_subclasses . pypy/objspace/std/test/test_index.py::AppTest_IndexProtocol::()::test_error . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_index . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_slice . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_repeat . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_wrappers . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_subclasses . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_error . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_setdelitem . pypy/objspace/std/test/test_index.py::AppTest_ListTestCase::()::test_inplace_repeat . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_index . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_slice . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_repeat . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_wrappers . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_subclasses . pypy/objspace/std/test/test_index.py::AppTest_TupleTestCase::()::test_error . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_index . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_slice . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_repeat . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_wrappers . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_subclasses . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_error . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_startswith . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_endswith . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_find . pypy/objspace/std/test/test_index.py::AppTest_StringTestCase::()::test_count . pypy/objspace/std/test/test_index.py::AppTest_RangeTestCase::()::test_range . pypy/objspace/std/test/test_index.py::AppTest_OverflowTestCase::()::test_large_longs . pypy/objspace/std/test/test_index.py::AppTest_OverflowTestCase::()::test_getitem . pypy/objspace/std/test/test_index.py::AppTest_OverflowTestCase::()::test_getslice_nolength . pypy/objspace/std/test/test_index.py::AppTest_OverflowTestCase::()::test_sequence_repeat . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_hash . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_conjugate . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_inplace . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_trunc . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_callable . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_numerator_denominator . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_string . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_no_whitespace_after_sign . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_string_limit . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_float . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_str_repr . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_two_param . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_largenums . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_shift_zeros . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_overflow . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_pow . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_w_long_arg . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_subclass_ctr . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_subclass_ops . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_subclass_int . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_special_int . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_special_long . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_just_trunc . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_override___int__ . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_trunc_returns_non_int . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_trunc_returns_int_subclass . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_trunc_returns_int_subclass_2 . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_trunc_returns_index . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_before_string . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_getnewargs . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_bit_length . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_bit_length_max . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_real . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_error_msg . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_invalid_literal_message . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_error_msg_surrogate . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_non_numeric_input_types . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_fake_int_as_base . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_truediv . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_truediv_future . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_of_bool . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_binop_overflow . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_rbinop_overflow . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_ceil . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_floor . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_deprecation_warning_1 . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_deprecation_warning_2 . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_deprecation_warning_3 . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_nonstr_with_base . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_from_bytes . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_from_to_bytes_text_signature . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_leading_zero_literal . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_some_rops . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_round_special_method . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_error_message_wrong_self . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_new_pos_only . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_as_integer_ratio . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_pow_negative_exponent_mod . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_int_constructor_calls_index . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_bit_count . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_rpow_bug . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_hash . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_conjugate . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_trunc . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_callable . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_numerator_denominator . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_string . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_no_whitespace_after_sign . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_string_limit . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_float . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_str_repr . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_two_param . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_largenums . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_shift_zeros . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_overflow . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_pow . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_w_long_arg . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_subclass_ctr . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_subclass_ops . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_subclass_int . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_special_int . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_special_long . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_just_trunc . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_override___int__ . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_trunc_returns_non_int . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_trunc_returns_int_subclass . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_trunc_returns_int_subclass_2 . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_trunc_returns_index . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_before_string . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_getnewargs . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_bit_length . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_bit_length_max . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_real . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_error_msg . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_invalid_literal_message . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_error_msg_surrogate . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_non_numeric_input_types . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_fake_int_as_base . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_truediv . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_truediv_future . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_of_bool . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_binop_overflow . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_rbinop_overflow . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_ceil . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_floor . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_deprecation_warning_1 . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_deprecation_warning_2 . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_deprecation_warning_3 . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_nonstr_with_base . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_from_bytes . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_from_to_bytes_text_signature . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_leading_zero_literal . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_some_rops . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_round_special_method . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_error_message_wrong_self . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_new_pos_only . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_as_integer_ratio . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_pow_negative_exponent_mod . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_int_constructor_calls_index . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_bit_count . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_rpow_bug . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_inplace . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_check_strategy . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_simple . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_setdefault . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_delitem . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_popitem . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_keys_values_items . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_dict_order_retained_when_switching_strategies . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_bug . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_objdict_bug . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_copy s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_create Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_iterator Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_setdefault Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_iteritems_bug Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_unicode Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_reversed Skipped: __repr__ doesn't work on appdirect s pypy/objspace/std/test/test_kwargsdict.py::AppTestKwargsDictStrategy::()::test_popitem_bug Skipped: __repr__ doesn't work on appdirect . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_doc . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getstrategyfromlist_w . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_notequals . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_contains . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_call_list . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_explicit_new_init . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_explicit_new_init_more_cases . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_range_init . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_list . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_tuple . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_iterable . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_iterable_length_hint_overflow . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_key . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_reversed . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_cmp_key_reverse . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_simple_string . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_range . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_sort_mutation_detected_append_pop . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getitem . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getitem_range . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_setitem . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_delitem . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getitem_slice . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getslice_invalid . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_getslice_range_backwards . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_delall . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_clear . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_iadd . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_iadd_iterable . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_iadd_subclass . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_add_lists . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_imul . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mul_errors . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mul___index__ . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_index . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_index_cpython_bug . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_ass_slice . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_assign_extended_slice . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_setslice_with_self . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_setitem_slice_performance . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_setslice_full . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_setslice_full_bug . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_recursive_repr . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_repr_strategies . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_copy . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_append . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_count . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_insert . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_pop . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_custom_int . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_pop_negative . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_remove . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_reverse . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_reversed . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_remove . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_contains . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_extend . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_slice . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_slice_delete . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_repr . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_mutate_while_eq . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_unicode . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_unicode_bug_in_listview_utf8 . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_list_from_set . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_list_from_generator . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_list_from_bytes . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_uses_custom_iterator . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_comparison . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_resizelist_hint . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_use_method_for_wrong_object . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_ne_NotImplemented . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_from_empty_list_with_subclasses . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_extend_from_nonempty_list_with_subclasses . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_issue1266 . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_issue1266_ovf . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_bug_list_of_nans . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_list_new_pos_only . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_generic_alias . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_subclass_kwarg . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_iadd_raises . pypy/objspace/std/test/test_listobject.py::AppTestWithoutStrategies::()::test_no_shared_empty_list . pypy/objspace/std/test/test_listobject.py::AppTestListFastSubscr::()::test_getitem . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_trunc . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_add . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_sub . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_mul . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_truediv . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_floordiv . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_int_floordiv . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_numerator_denominator . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_compare . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_conversion . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_shift . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_pow . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_int_pow . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_issue_3912 . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_getnewargs . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_divmod . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_int_divmod . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_format . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_bits . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_hash . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_hash_2 . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_math_log . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_huge_longs . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_just_trunc . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_override___int__ . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test___int__ . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_trunc_returns . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long_before_string . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_conjugate . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_bit_length . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_from_bytes . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_to_bytes . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_to_bytes_default_length . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_negative_zero s pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long_from_unicode Skipped: condition: config.option.runappdirect . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long_from_bytes . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_invalid_literal_message . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_base_overflow . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long_real . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test__int__ . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_long_error_msg . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_linear_long_base_16 . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_large_identity . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_pow_negative_exponent_modulo . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_repr . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_sign_not_counted_in_int_max . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_simple . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_read_write_dict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_popitem . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_slot_name_conflict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_change_class . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_dict_devolved_bug . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_dict_clear_bug . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_change_class_slots . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_change_class_slots_dict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_setdict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_delete_slot . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_reversed_dict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_nonascii_argname . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_bug_materialize_huge_dict . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_bug_iter_checks_map_is_wrong . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_copy . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_iter_reversed . pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDict::()::test_dict_equality s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_property Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_two_attributes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_two_maps Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_custom_metaclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_old_style_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_call_method_uses_cache Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_mix_cache_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_dont_keep_class_alive Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_instance_keeps_class_alive Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_lookup_method_devolved_dict_caching Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_dict_order Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_method_change Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_slot_via_changing_member_descr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_load_shadowing_slot_from_unrelated_class_raises_type_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_shadowing_slot_from_unrelated_class_raises_type_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_builtin_types_callmethod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_builtin_types_load_attr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_load_attr_bug_class_name_turns_into_descriptor Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_simple_shared_with_load Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_load_attr_interaction_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_immutability_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_cache_init Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_cache_unboxing_problem Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_jit_hint_on_reordering Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_read_write_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_popitem Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_slot_name_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_devolved_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_clear_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class_slots_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_setdict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_delete_slot Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_reversed_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_nonascii_argname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_bug_materialize_huge_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_bug_iter_checks_map_is_wrong Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_copy Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_iter_reversed Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_equality Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_mix_classes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_mix_classes_attribute Skipped: condition: config.option.runappdirect . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_basic . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_0d . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_rw . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_extended_slice . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_assign_all . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_assign_all_harder . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_memoryview_attrs . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_suboffsets . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_compare . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_array_buffer . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_nonzero . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_bytes . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_repr . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_hash . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_weakref . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_getitem_only_indexes . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_release . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_context_manager . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_int_array_buffer . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_int_array_slice . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_pypy_raw_address_base . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_mutate_memoryview_while_indexing . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_hex . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_hex_sep . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_hex_long . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_hex_2 . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_memoryview_cast . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_memoryview_cast_extended_slicing . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_memoryview_cast_setitem . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_memoryview_cast_setitem_extended_slicing . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_cast_and_slice . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_cast_and_view . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_2d . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_toreadonly . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_toreadonly_slice_is_readonly . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_strided_bug . pypy/objspace/std/test/test_memoryobject.py::AppTestCtypes::()::test_cast_ctypes . pypy/objspace/std/test/test_memoryobject.py::AppTestCtypes::()::test_zero_dim . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryViewMockBuffer::()::test_cast_with_byteorder . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryViewMockBuffer::()::test_too_many_dims . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryViewMockBuffer::()::test_use_released_memory . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryViewReversed::()::test_reversed_non_bytes s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mix_classes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_subclasses Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_many_names Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutating_bases Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_custom_metaclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutate_class Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_abstract_methods Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_method_descriptor_flag Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_is_abstract_flag Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_attribute_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_call_type Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_call_type_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_bases Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_with_failing_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_with_failing_mro_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_catch_mro_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_nonheap_types Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_weakref Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_same_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_slots_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_keeping_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_compatible_slot_layout Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_method_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_staticmethod_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_add Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_call Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_call_kwds Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_multipleinheritance_fail Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_outer_metaclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro_mutation_interaction_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_abstract_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_choice Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_descr_typecheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slots_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slot_mangling Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slots_multiple_inheritance Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_string_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_bad_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_base_attr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_cannot_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slot_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_repr_issue1292 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_repr_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_name_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_errors_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_invalid_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_dir Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_data_descriptor_without_get Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_user_defined_mro_cls_access Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_set___class__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_name Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_qualname_and_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_compare Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_compare_overridden Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_class_variations Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_module Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_immutable_builtin Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_nontype_in_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_init_must_return_none Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_dictproxy_is_updated Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_type_descriptors_overridden Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_change_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutate_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_we_already_got_one_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_we_already_got_one_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slot_shadows_class_variable Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_calc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_prepare Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_prepare_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_crash_mro_without_object_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_crash_mro_without_object_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_instancecheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_subclasscheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_bad_args Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_incomplete_extend Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_incomplete_extend_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_incomplete_extend_3 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_class_getitem_None Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro_entries Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro_entries_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro_entries_type_ignored Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_classcell_missing Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_class_getitem Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_or_types_operator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_or_type_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_new_args_when_calling_type Skipped: condition: config.option.runappdirect . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_escape . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_empty . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_several . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_stray_brackets . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_auto_numbering . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_positional_args . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_kwargs . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_attr . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_index . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_getitem . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_chained . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_invalid_field_name . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_repr_conversion . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_format_spec . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_invalid_conversion . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_recursive . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_presentation . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_padding . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_precision . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_non_ascii_presentation . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_oldstyle_custom_format . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_bogus_cases . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_format_huge_precision . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_format_huge_width . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_format_huge_item_number . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_format_null_fill_char . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_more_indexing_cases . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_issue3100 . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_string_conversion . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_non_latin1_key . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_padding_utf8_bug . pypy/objspace/std/test/test_newformat.py::AppTestUnicodeFormat::()::test_precision_utf8_bug . pypy/objspace/std/test/test_newformat.py::AppTestBoolFormat::()::test_str_format . pypy/objspace/std/test/test_newformat.py::AppTestBoolFormat::()::test_int_delegation_format . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_simple . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_invalid . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_c . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_binary . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_octal . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_hex . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_padding . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_width_overflow . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_sign . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_thousands_separator . pypy/objspace/std/test/test_newformat.py::AppTestIntFormatting::()::test_thousands_separator_underscore . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_alternate . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_simple . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_sign . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_digit_separator . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_digit_separator_underscore . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_dont_switch_to_g . pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_infinite . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_formatter_parser . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_u_formatter_parser . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_formatter_parser_escape . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_formatter_field_name_split . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_u_formatter_field_name_split . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_unknown_presentation_error_message . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_format_char . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_error . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_error_int . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_hash_method . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_hash_list . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_no_getnewargs . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_hash_subclass . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_reduce_recursion_bug . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_getnewargs_ex . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_reduce_ex_does_getattr . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_reduce_ex_errors . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_reduce_state_empty_dict . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_reduce_arguments . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_default_format . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_format . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_subclasshook . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_init . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_init_not_really_overridden . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_new_not_really_overridden . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_init_cant_call_parent_with_args . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_new_cant_call_parent_with_args . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_init_and_new_overridden . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_str . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_dir . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_on_primitives . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_on_strs . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_by_value . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_on_subclasses . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_on_primitives . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_on_strs . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_of_tuples . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_of_frozensets . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_identity_vs_id_primitives . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_identity_vs_id_str . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_identity_bug . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_must_be_int . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_object_hash_immutable . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_richcompare . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_init_subclass . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_better_error_init . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_class_getitem s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_hash Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_conjugate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_inplace Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_callable Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_numerator_denominator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_no_whitespace_after_sign Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_string_limit Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_float Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_str_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_two_param Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_largenums Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_shift_zeros Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_pow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_w_long_arg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_ctr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_ops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_special_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_special_long Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_just_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_override___int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_non_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_int_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_int_subclass_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_before_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_getnewargs Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_bit_length Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_bit_length_max Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_real Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_error_msg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_invalid_literal_message Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_error_msg_surrogate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_non_numeric_input_types Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_fake_int_as_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_truediv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_truediv_future Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_of_bool Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_binop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_rbinop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_ceil Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_floor Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_deprecation_warning_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_deprecation_warning_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_deprecation_warning_3 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_nonstr_with_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_from_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_from_to_bytes_text_signature Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_leading_zero_literal Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_some_rops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_round_special_method Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_error_message_wrong_self Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_new_pos_only Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_as_integer_ratio Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_pow_negative_exponent_mod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_constructor_calls_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_bit_count Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_rpow_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_prebuiltint Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_proxy Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_proxy_repr Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_proxy_append Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_gt_lt_list Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_add_list Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_list_getitem Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_list_setitem Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_list_inplace_add Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestListProxy::()::test_list_reverse_add Skipped: removed support for lists s pypy/objspace/std/test/test_proxy.py::AppTestDictProxy::()::test_dict Skipped: removed support for dicts s pypy/objspace/std/test/test_proxy.py::AppTestDictProxy::()::test_dict_pop Skipped: removed support for dicts s pypy/objspace/std/test/test_proxy.py::AppTestDictProxy::()::test_dict_iter Skipped: removed support for dicts . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_function_noargs . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_simple_function . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_function_args . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_method_bind . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_function_repr . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_func_code . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_funct_prop_setter_del . pypy/objspace/std/test/test_proxy_function.py::AppTestProxyFunction::()::test_proxy_bind_method s pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyInterpOnly::()::test_unproxyable Skipped: interp only test . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyInternals::()::test_traceback_basic . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyInternals::()::test_traceback_catch . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyInternals::()::test_traceback_reraise . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyInternals::()::test_simple_frame . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyTracebackController::()::test_controller . pypy/objspace/std/test/test_proxy_internals.py::AppTestProxyTracebackController::()::test_proxy_get . pypy/objspace/std/test/test_proxy_iter.py::AppTestProxyIter::()::test_generator . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyNoDict::()::test_write_dict . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_simple_obj . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test__class__override . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_attribute_access . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_nonexistant_attribuite_access . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_setattr . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_delattr . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test__dict__ . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_set__dict__ . pypy/objspace/std/test/test_proxy_object.py::AppTestProxyObj::()::test_repr s pypy/objspace/std/test/test_proxy_usercreated.py::AppTestProxyNewtype::()::test_one Skipped: Impossible to run on appdirect . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeint . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_simple . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_generator . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_generator2 . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_or . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_clear . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_sub . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_issubset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_issuperset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_inplace_and . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_discard_remove . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_pop . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_symmetric_difference . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_symmetric_difference_update . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_subtype . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_init_new_behavior . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_subtype_bug . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_subclass_kwarg . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_union . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_bytes_items . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_set_literal . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_compare . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_compare_other . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_libpython_equality . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_copy . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_update . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_update_not_iterable_error . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_recursive_repr . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_recursive_repr_frozenset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_keyerror_has_key . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_subclass_with_hash . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_autoconvert_to_frozen__contains . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_autoconvert_to_frozen_remove . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_autoconvert_to_frozen_discard . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_autoconvert_to_frozen_onlyon_type_error . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_autoconvert_key_error . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_contains . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_remove . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_remove_keyerror_unpacking . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_singleton_empty_frozenset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_subclass_union . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_reverse_ops . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_isdisjoint . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_swap . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_generator . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_string . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_float . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_difference . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_difference_bug . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_update . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_difference_update . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_empty . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_difference . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fastpath_with_strategies . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_intersect . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_issuper . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_issubset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_isdisjoint . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_empty_unhashable . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_super_with_generator . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_isdisjoint_with_generator . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeint_and_equals . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeint_and_discard . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeobject_and_has_key . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeobject_and_pop . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_fakeobject_and_difference . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_frozenset_behavior . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_discard_unhashable . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_discard_evil_compare . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_create_set_from_set . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_never_change_frozenset . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersection_obj . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_iter_set_length_change . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_iter_set_strategy_only_change_1 . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_iter_set_strategy_only_change_2 . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_iter_bytes_strategy . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_unicodestrategy . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_preserve_identity_of_strings . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_intersect_frozenset_set . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_update_bug_strategy . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_weird_exception_from_iterable . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_pickle . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_reduce_with_slots . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_unicode_bug_in_listview_utf8 . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_frozenset_init_does_nothing . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_error_message_wrong_self . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_cant_mutate_frozenset_via_set . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_class_getitem . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_frozenset_hash_like_cpython . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_new . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_indices . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_repr . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_eq . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_lt . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_long_indices . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_reduce . pypy/objspace/std/test/test_sliceobject.py::AppTest_SliceObject::()::test_indices_negative_length s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_hash Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_conjugate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_inplace Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_callable Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_numerator_denominator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_no_whitespace_after_sign Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_string_limit Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_float Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_str_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_two_param Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_largenums Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_shift_zeros Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_pow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_w_long_arg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_ctr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_ops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_special_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_special_long Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_just_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_override___int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_non_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_int_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_int_subclass_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_before_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_getnewargs Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_bit_length Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_bit_length_max Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_real Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_error_msg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_invalid_literal_message Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_error_msg_surrogate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_non_numeric_input_types Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_fake_int_as_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_truediv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_truediv_future Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_of_bool Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_binop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_rbinop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_ceil Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_floor Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_deprecation_warning_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_deprecation_warning_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_deprecation_warning_3 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_nonstr_with_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_from_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_from_to_bytes_text_signature Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_leading_zero_literal Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_some_rops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_round_special_method Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_error_message_wrong_self Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_new_pos_only Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_as_integer_ratio Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_pow_negative_exponent_mod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_constructor_calls_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_bit_count Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_rpow_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_add Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sub Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_mul Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_truediv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_floordiv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_floordiv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_numerator_denominator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_compare Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_conversion Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_shift Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_pow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_pow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_issue_3912 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_getnewargs Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_divmod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_divmod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_format Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_bits Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_hash Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_hash_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_math_log Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_huge_longs Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_just_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_override___int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test___int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_trunc_returns Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_before_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_conjugate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_bit_length Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_from_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_to_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_to_bytes_default_length Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_negative_zero Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_from_unicode Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_from_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_invalid_literal_message Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_base_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_real Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test__int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_error_msg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_linear_long_base_16 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_large_identity Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_pow_negative_exponent_modulo Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sign_not_counted_in_int_max Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_hash Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_long Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_add Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_add_32 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_lshift Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_hash Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_conjugate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_inplace Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_callable Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_numerator_denominator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_no_whitespace_after_sign Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_string_limit Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_float Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_str_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_two_param Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_largenums Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_shift_zeros Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_pow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_w_long_arg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_ctr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_ops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_special_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_special_long Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_just_trunc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_override___int__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_non_int Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_int_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_int_subclass_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_before_string Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_getnewargs Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_bit_length Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_bit_length_max Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_real Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_error_msg Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_invalid_literal_message Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_error_msg_surrogate Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_non_numeric_input_types Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_fake_int_as_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_truediv Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_truediv_future Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_of_bool Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_binop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_rbinop_overflow Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_ceil Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_floor Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_deprecation_warning_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_deprecation_warning_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_deprecation_warning_3 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_nonstr_with_base Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_from_bytes Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_from_to_bytes_text_signature Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_leading_zero_literal Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_some_rops Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_round_special_method Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_error_message_wrong_self Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_new_pos_only Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_as_integer_ratio Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_pow_negative_exponent_mod Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_constructor_calls_index Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_bit_count Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_rpow_bug Skipped: condition: config.option.runappdirect . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_createspecialisedtuple . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_len . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_notspecialisedtuple . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_slicing_to_specialised . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_adding_to_specialised . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_multiply_to_specialised . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_slicing_from_specialised . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_eq_no_delegation . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_eq_can_delegate . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_neq . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_ordering . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_hash . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_getitem . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_three_tuples . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_mongrel . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_subclasses . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_ovfl_bug . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_bug_tuples_of_nans . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_issue3301_exactly_two_bases . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_is_true . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_len . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_getitem . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_iter . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_contains . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_add . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_mul . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_mul_identity . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_mul_subtype . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_getslice_2 . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_eq . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_hash . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_getnewargs . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_repr . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_getslice . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_count . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_index . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_comparison . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_eq_other_type . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_error_message_wrong_self . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_tuple_new_pos_only . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_error_not_iteratable . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_error_msg_index . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_subclass_kwarg . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_is_true . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_len . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_getitem . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_iter . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_contains . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_add . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_mul . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_mul_identity . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_mul_subtype . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_getslice_2 . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_eq . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_hash . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_getnewargs . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_repr . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_getslice . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_count . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_index . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_comparison . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_eq_other_type . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_error_message_wrong_self . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_tuple_new_pos_only . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_error_not_iteratable . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_error_msg_index . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_subclass_kwarg s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_abstract_methods Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_method_descriptor_flag Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_is_abstract_flag Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_attribute_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_call_type Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_call_type_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_bases Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_with_failing_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_with_failing_mro_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_catch_mro_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_nonheap_types Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_weakref Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_same_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_slots_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_keeping_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_compatible_slot_layout Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_method_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_staticmethod_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_add Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_call Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_call_kwds Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_multipleinheritance_fail Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_outer_metaclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro_mutation_interaction_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_abstract_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_choice Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_descr_typecheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slots_simple Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slot_mangling Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slots_multiple_inheritance Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_string_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_bad_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_base_attr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_cannot_subclass Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slot_conflict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_repr_issue1292 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_repr_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_name_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_errors_nonascii Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_invalid_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_dir Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_data_descriptor_without_get Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_user_defined_mro_cls_access Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_set___class__ Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_name Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_qualname Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_qualname_and_slots Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_compare Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_compare_overridden Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_class_variations Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_module Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_immutable_builtin Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_nontype_in_mro Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_init_must_return_none Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_dictproxy_is_updated Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_type_descriptors_overridden Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_change_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutate_dict Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_we_already_got_one_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_we_already_got_one_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slot_shadows_class_variable Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_calc Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_prepare Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_prepare_error Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_crash_mro_without_object_1 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_crash_mro_without_object_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_instancecheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_subclasscheck Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_bad_args Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_incomplete_extend Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_incomplete_extend_2 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_incomplete_extend_3 Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_class_getitem_None Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro_entries Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro_entries_bug Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro_entries_type_ignored Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_classcell_missing Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_class_getitem Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_or_types_operator Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_or_type_repr Skipped: condition: config.option.runappdirect s pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_new_args_when_calling_type Skipped: condition: config.option.runappdirect . pypy/objspace/std/test/test_typeobject.py::AppTestWithMethodCacheCounter::()::test_module_from_handbuilt_type . pypy/objspace/std/test/test_typeobject.py::AppTestGetattributeShortcut::()::test_reset_logic . pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_reset_logic . pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_dont_explode_on_non_types . pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_eq_returns_notimplemented s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_compares_by_identity Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_modify_class Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_duplicate_slot_name Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_descriptor_objclass Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_type_construct_unicode_surrogate_issue Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_set_name Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_set_name_error Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_set_name_self Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_type_init_accepts_kwargs Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_init_subclass_classmethod Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_init_subclass Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_onearg_type_only_for_type Skipped: interp2app doesn't work on appdirect s pypy/objspace/std/test/test_typeobject.py::AppTestComparesByIdentity::()::test_hash_comparison_of_methods Skipped: interp2app doesn't work on appdirect . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeStringStdOnly::()::test_compares . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_errors . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isprintable_wide . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_endswith_external . pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_abstract_isinstance . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_abstract_issubclass . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_overriding . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_dont_call_instancecheck_fast_path . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_instancecheck_exception_not_eaten . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_issubclass_exception_not_eaten . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_issubclass_no_fallback . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_match_does_not_call_subclasscheck . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_raising_does_not_call_subclasscheck . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_bad_subclasscheck . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_contains_type_name . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_default . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_args_kwargs . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_breakpointhook . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_breakpointhook_lost . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_env_default . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_env_disable . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_env_other . pypy/module/__builtin__/test/test_breakpoint.py::AppTestBreakpoint::()::test_env_nonexistent . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_builtin_names . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_bytes_alias . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_eval_adds_builtins . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_import . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_ascii . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_bin . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_oct . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_hex . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_chr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_globals . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_locals . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_locals_deleted_local . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir_in_broken_locals . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir_broken_module . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir_broken_object . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir_custom . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_dir_custom_lookup . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_format . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_vars . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum_fast_path . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum_empty_edge_cases . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum_type_errors . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum_strange_objects . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sum_first_object_edge_cases . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_type_selftest . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_iter_sequence . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_iter___iter__ . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_iter_callable_sentinel . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_enumerate . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_next . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_next__next__ . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_args . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_repr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_up . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_down . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_has_type_identity . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_len . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_indexing . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_bad_args . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_bool . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_range_bool_arg . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sorted . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sorted_with_keywords . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_sorted_posonlyarg . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_reversed_simple_sequences . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_reversed_custom_objects . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_return_None . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_divmod . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_callable . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_uncallable . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_hash . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_eval . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_isinstance . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_issubclass . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_staticmethod . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_classmethod . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_hasattr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_hasattr_exception . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_print_function . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_print_function2 . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_print_exceptions . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_round . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_vars_obscure_case . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_len_negative_overflow . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_getattr . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_getattr_typecheck . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_getattr_None . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_getattr_userobject . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_pow_kwarg . pypy/module/__builtin__/test/test_construct_singletons.py::AppTestConstructSingletons::()::test_construct_singletons . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_staticmethod . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_staticmethod_dict . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_staticmethod_subclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_classmethod . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_classmethod_subclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property_simple . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_magic . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_metaclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_classmethod . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_magic_classmethod . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_fail . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_various . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_lookup . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_lookup2 . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_proxy_super . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_errors . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_incomplete . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_classmethods_various . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_classmethod_dict . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_thisclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_self_selfclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_repr . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_get_corner_case . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property_docstring . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property_subclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property_subclass_with_init . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_property_decorator . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_abstract_property . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test___class___variable . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_obscure_super_errors . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_uninitialized_property . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_uninitialized_super . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_cant_pickle_property . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_obj__dir__tuple . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_obj__dir__genexp . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_obj__dir__noniter . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_traceback . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_object_inheritance . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_sanity . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_module . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_list . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_builtins . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_type . pypy/module/__builtin__/test/test_dir.py::AppTestDir::()::test_dir_none . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_no_arguments . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_no_function_no_seq . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_function_no_seq . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_function_too_many_args . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_no_function_list . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_no_function_with_bools . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_list . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_non_iterable . pypy/module/__builtin__/test/test_filter_pickle.py::AppTestFilterPickle::()::test_filter_unpickle . pypy/module/__builtin__/test/test_filter_pickle.py::AppTestFilterPickle::()::test_iterator_pickle . pypy/module/__builtin__/test/test_filter_pickle.py::AppTestFilterPickle::()::test_reduce_ex . pypy/module/__builtin__/test/test_filter_pickle.py::AppTestFilterPickle::()::test_nonfilter_pickle . pypy/module/__builtin__/test/test_filter_pickle.py::AppTestFilterPickle::()::test_filter_pickle . pypy/module/__builtin__/test/test_format.py::AppTestFormat::()::test_format . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_one_seq . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_one_seq_2 . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_two_seq . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_sizes_dont_match . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_no_arguments . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_no_function_no_seq . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_no_fuction . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_identity1 . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_badoperation . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_add . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_first_item . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_second_item . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_iterables . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_repr . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_subclass_kwarg . pypy/module/__builtin__/test/test_functional.py::AppTestMap2::()::test_map . pypy/module/__builtin__/test/test_functional.py::AppTestMap2::()::test_map_wrongargs . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_one_list . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_three_lists . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_strict_same_length . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_strict_different_length_shorter_singular . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_strict_different_length_shorter_plural . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_strict_different_length_longer_singular . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_strict_different_length_longer_plural . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_zip_strict_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_bad_length_hint . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_repr . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_zip_setstate . pypy/module/__builtin__/test/test_functional.py::AppTestFilter::()::test_None . pypy/module/__builtin__/test/test_functional.py::AppTestFilter::()::test_return_type . pypy/module/__builtin__/test/test_functional.py::AppTestFilter::()::test_function . pypy/module/__builtin__/test/test_functional.py::AppTestFilter::()::test_filter_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestFilter::()::test_subclass_kwarg . pypy/module/__builtin__/test/test_functional.py::AppTestFilter2::()::test_filter . pypy/module/__builtin__/test/test_functional.py::AppTestFilter2::()::test_filter_wrongargs . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_toofew . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_toomany . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_one . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_posstartisstop . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_negstartisstop . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_zero . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_twoargs . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_decreasingtwoargs . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_negatives . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_decreasing_negativestep . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_posfencepost1 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_posfencepost2 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_posfencepost3 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_negfencepost1 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_negfencepost2 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_negfencepost3 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_decreasing_negativelargestep . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_increasing_positivelargestep . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_zerostep . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_wrong_type . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_iter . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_object_with___index__ . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_float . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_long . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_cases . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_contains . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_count . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_getitem . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_slice . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_large_range . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_index . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_types . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_iter_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_iter_reduce_one . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_lib_python_range_optimization . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_cpython_issue16029 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_cpython_issue16030 . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_range_attributes . pypy/module/__builtin__/test/test_functional.py::AppTestRange::()::test_comparison . pypy/module/__builtin__/test/test_functional.py::AppTestReversed::()::test_reversed . pypy/module/__builtin__/test/test_functional.py::AppTestReversed::()::test_reversed_user_type . pypy/module/__builtin__/test/test_functional.py::AppTestReversed::()::test_reversed_type_with_no_len . pypy/module/__builtin__/test/test_functional.py::AppTestReversed::()::test_reversed_length_hint . pypy/module/__builtin__/test/test_functional.py::AppTestReversed::()::test_reversed_setstate_crash . pypy/module/__builtin__/test/test_functional.py::AppTestAllAny::()::test_all . pypy/module/__builtin__/test/test_functional.py::AppTestAllAny::()::test_any . pypy/module/__builtin__/test/test_functional.py::AppTestMinMax::()::test_min . pypy/module/__builtin__/test/test_functional.py::AppTestMinMax::()::test_max . pypy/module/__builtin__/test/test_functional.py::AppTestMinMax::()::test_max_list_and_key . pypy/module/__builtin__/test/test_functional.py::AppTestMinMax::()::test_max_key_is_None_works . pypy/module/__builtin__/test/test_map_pickle.py::AppTestMapPickle::()::test_map_pickle . pypy/module/__builtin__/test/test_map_pickle.py::AppTestMapPickle::()::test_map2_pickle . pypy/module/__builtin__/test/test_map_pickle.py::AppTestMapPickle::()::test_map2_adv_pickle . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_notseq . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_usual . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_floats . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_chars . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_strings . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_noargs . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_empty . pypy/module/__builtin__/test/test_minmax.py::AppTestMin::()::test_min_default . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_notseq . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_usual . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_floats . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_chars . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_strings . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_noargs . pypy/module/__builtin__/test/test_minmax.py::AppTestMax::()::test_max_empty . pypy/module/__builtin__/test/test_minmax.py::AppTestMaxTuple::()::test_max_usual . pypy/module/__builtin__/test/test_minmax.py::AppTestMaxTuple::()::test_max_floats . pypy/module/__builtin__/test/test_minmax.py::AppTestMaxTuple::()::test_max_chars . pypy/module/__builtin__/test/test_minmax.py::AppTestMaxTuple::()::test_max_strings . pypy/module/__builtin__/test/test_minmax.py::AppTestMinList::()::test_min_usual . pypy/module/__builtin__/test/test_minmax.py::AppTestMinList::()::test_min_floats . pypy/module/__builtin__/test/test_minmax.py::AppTestMinList::()::test_min_chars . pypy/module/__builtin__/test/test_minmax.py::AppTestMinList::()::test_min_strings . pypy/module/__builtin__/test/test_rawinput.py::AppTestRawInput::()::test_input_and_raw_input . pypy/module/__builtin__/test/test_rawinput.py::AppTestRawInput::()::test_bad_fileno . pypy/module/__builtin__/test/test_sum.py::AppTestSum::()::test_sum . pypy/module/__builtin__/test/test_vars.py::AppTestVars::()::test_vars_no_arguments . pypy/module/__builtin__/test/test_vars.py::AppTestVars::()::test_vars_too_many_arguments . pypy/module/__builtin__/test/test_vars.py::AppTestVars::()::test_vars_correct_arguments . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_zip_no_arguments . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_one_list . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_two_lists . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_three_lists_same_size . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_three_lists_different_sizes . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_tuples . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_string . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_strings . pypy/module/__builtin__/test/test_zip.py::AppTestZip::()::test_mixed_types . pypy/module/__builtin__/test/test_zip.py::AppTestZip2::()::test_zip . pypy/module/__builtin__/test/test_zip.py::AppTestZip2::()::test_zip_wrongargs . pypy/module/__builtin__/test/test_zip_pickle.py::AppTestZipPickle::()::test_zip_pickle . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_simple . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_preallocate . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_append_slice . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_module_attribute . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_stringbuilder . pypy/module/__pypy__/test/test_bytebuffer.py::AppTest::()::test_bytebuffer . pypy/module/__pypy__/test/test_bytebuffer.py::AppTest::()::test_buffer_getslice_empty . pypy/module/__pypy__/test/test_bytebuffer.py::AppTest::()::test_bytebuffer_object s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_print Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_print_once Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_flush Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_read_timestamp Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_get_timestamp_unit Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_start_stop_timestamp Skipped: not meant to be run with -A s pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_remote_exec_exists Skipped: not meant to be run with -A . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_numbers . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_get . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_unhashable . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_keys . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_in . pypy/module/__pypy__/test/test_identitydict.py::AppTestIdentityDict::()::test_iterate . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_intmask . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_add . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_sub . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_mul . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_floordiv . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_mod . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_lshift . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_int_rshift . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_uint_rshift . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_mulmod . pypy/module/__pypy__/test/test_intop.py::AppTestIntOp::()::test_invalid . pypy/module/__pypy__/test/test_locals2fast.py::AppTestLocals2Fast::()::test_set_locals_using_save_locals . pypy/module/__pypy__/test/test_locals2fast.py::AppTestLocals2Fast::()::test_frame_simple_change . pypy/module/__pypy__/test/test_locals2fast.py::AppTestLocals2Fast::()::test_frame_co_freevars . pypy/module/__pypy__/test/test_locals2fast.py::AppTestLocals2Fast::()::test_frame_co_cellvars . pypy/module/__pypy__/test/test_locals2fast.py::AppTestLocals2Fast::()::test_frame_change_in_inner_frame . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_new_code_hook . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_decode_long . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_promote . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_set_exc_info . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_set_exc_info_issue3096 . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_set_exc_info_traceback . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_utf8_content s pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_get_osfhandle Skipped: win32 only . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_get_set_contextvar_context . pypy/module/__pypy__/test/test_magic.py::AppTestMagic::()::test_list_get_physical_size . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_newmemoryview . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_empty . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_strided1d . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_strided2d . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_bufferable . pypy/module/__pypy__/test/test_newmemoryview.py::AppTestMinimal::()::test_nbytes . pypy/module/__pypy__/test/test_os.py::AppTestOs::()::test_real_getenv . pypy/module/__pypy__/test/test_signal.py::AppTestMinimal::()::test_signal . pypy/module/__pypy__/test/test_signal.py::AppTestThreadSignal::()::test_exit_twice . pypy/module/__pypy__/test/test_signal.py::AppTestThreadSignal::()::test_enable_signals . pypy/module/__pypy__/test/test_signal.py::AppTestThreadSignal::()::test_thread_fork_signals . pypy/module/__pypy__/test/test_signal.py::AppTestThreadSignalLock::()::test_enable_signals s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_cpumodel Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_builtinify Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_hidden_applevel Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_hidden_applevel_frames Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_lookup_special Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_do_what_I_mean Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_list_strategy Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_dict_strategy Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_set_strategy Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_normalize_exc Skipped: does not make sense on pypy-c s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_instance_strategy Skipped: does not make sense on pypy-c . pypy/module/__pypy__/test/test_special.py::AppTestJitFeatures::()::test_jit_backend_features . pypy/module/__pypy__/test/test_special.py::AppTestJitFeatures::()::test_internal_error s pypy/module/__pypy__/test/test_special.py::AppTestBuiltinify::()::test_builtinify___self__ Skipped: can only run untranslated . pypy/module/_abc/test/test_abc.py::AppTestAbcModule::()::test_import_builtin . pypy/module/_abc/test/test_abc.py::AppTestAbcModule::()::test_basic . pypy/module/_abc/test/test_abc.py::AppTestAbcModule::()::test_cache . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_flags . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_build_ast . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_simple_sums . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_string . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_empty_initialization . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_int . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_bad_int . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_identifier . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_name_pep3131 . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_function_pep3131 . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_import_pep3131 . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_object . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_optional . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_list_syncing . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_empty_module . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_types . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_abstract_ast_types . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_constructor . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_future . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_field_attr_writable . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_pickle . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_classattrs . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue1680_nonseq . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue1680_seq . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_node_identity . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_functiondef . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_decorated_def . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_missing_name . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue793 . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_empty_set . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_invalid_sum . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_invalid_identitifer . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_invalid_constant . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_hacked_lineno . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_dict_astNode . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue1673_Num_notfullinit . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue1673_Num_fullinit . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_issue1673_Str . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_bug_null_in_objspace_type . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_empty_yield_from . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_compare . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_dict_unpacking . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_type_comments . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_type_comments_are_None_by_default . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_initalization . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_feature_version . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_feature_version_with_type_comments . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_fstring_self_documenting_feature_version . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_feature_version_asynccomp_bug . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_ast_feature_version_underscore_number . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_crash_bug . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_module s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_load_library Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_all_rtld_symbols Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_primitive_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_primitive_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_signed_char Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_integer_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_float_on_int_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_float_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complex_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_character_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_pointer_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_to_int Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_bool Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_to_pointer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_int Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_float Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_float_to_int Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_integer_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_char Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_pointer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_load_standard_library Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_len_on_nonarray Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cmp_none Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_invalid_indexing Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_default_str Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_default_unicode Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_from_cdataint Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_array_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_instance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_of_unknown_length_instance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_of_unknown_length_instance_with_initializer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_initializer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_add Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_sub Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_ptr_sub_unaligned Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_primitive_from_cdata Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_primitive_from_cdata Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_between_pointers Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_alignof Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_struct_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_union_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complete_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complete_union Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_instance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_union_instance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_pointer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_init_list Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_in_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_offsetof Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_function_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_type_taking_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_void_result Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_void_arg Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_0 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_0_pretend_bool_result Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_1 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_2 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_3 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_4 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_5 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_6 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_7 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_20 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_21 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_22 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23_bis Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23_bool_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_pass_struct_with_array_of_length_0 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_9 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_24 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_25 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_call_with_a_autocompleted_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_charp Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_load_and_call_function Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_read_variable Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_read_variable_as_unknown_length_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_write_variable Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_exception Skipped: PyPy does not report a traceback s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_return_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_a_lot_of_callbacks Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_tiny_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_tiny_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_big_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_big_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_void Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_enum Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_with_non_injective_mapping Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_in_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_overflow Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_enum Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_enum_unsigned Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_char Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_wchar_t Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_with_bitfields Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_instance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_instance_init Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_weakref Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_inheritance Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_assign_string Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_add_error Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_errors Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_too_many_items Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_type_errors Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_overflow_errors Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_copying Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_byte Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_wchar Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_typeerror Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_convert_to_ptr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_set_struct_fields Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_invalid_function_result_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_return_in_func Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_with_functionptr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_wchar Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char16 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char32 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_wchar_variants_mix Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_keepalive_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nokeepalive_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_owning_repr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_dereference_void Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_iter Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cmp Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_buffer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_getcname Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno_callback Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_invalid Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_float_convertion Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_delitem Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_delattr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_variable_length_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_autocast_int Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_autocast_float Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_longdouble Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_array_of_length_zero Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nested_anonymous_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nested_anonymous_struct_2 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_union Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unaligned_struct Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_CData_CType Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_cdata_float Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bool Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bool_forbidden_cases Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof_no_bitfield Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_rawaddressof Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_signed_unsigned_char Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_from_bytearray_doesnt_work Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_assignment_to_byte_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE_only_for_FILE_arg Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE_object Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno_saved Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_GetLastError Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nonstandard_integer_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_convert_unicode_to_charp Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_buffer_keepalive Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice_ptr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice_array_checkbounds Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nonstandard_slice Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_setslice Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_setslice_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cdata_name_module_doc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_different_types_of_ptr_equality Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_handle Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_handle_cycle Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_x86_gcc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_msvc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_arm_gcc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_ppc_gcc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_no_length Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_buffer_warning Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_no_length_explicit_position Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_not_aligned Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_ass_slice Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_p_arithmetic Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_sliced_array Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_packed Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_packed_with_bitfields Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_not_str_unicode Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_bytearray Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_more_cases Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_require_writable Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_issue483 Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_buffer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_readonly_readwrite Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_sign_check Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_bad_cdata Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_dereference_null_ptr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_mixup Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_stdcall_function_type Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_common_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unpack Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cdata_dir Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char_pointer_conversion Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_primitive_comparison Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_new Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_new_contextmgr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_badtype Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_badtype_contextmgr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_gc Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_gc_contextmgr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_from_buffer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_from_buffer_contextmgr Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_bytearray_on_cpython Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_int_doesnt_give_bool Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_call_null_function_pointer Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_huge_structure Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_type_available_with_correct_names Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unaligned_types Skipped: These tests are for cffi version 1.18.0.dev0, this Python has version 1.15.1 installed . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_from_list_float . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_short_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_longlong_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_ushort_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_ulong_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_cfloat_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_clongdouble_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_from_list::()::test_fast_init_bool_from_list . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_bug::()::test_bug_not_list_or_tuple . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_list_int . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_TypeError_if_no_length . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_bug . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_list_float . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_list_short . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_list_ushort . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_list_cfloat . pypy/module/_cffi_backend/test/test_fastpath.py::AppTest_fast_path_to_list::()::test_too_many_initializers . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_subclass . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_no_argument . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_cache_type . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_cache_type_globally . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_invalid . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_docstrings . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_NULL . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_no_attr . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_string . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_errno . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_alignof . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_sizeof . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_callback . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_callback_decorator . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_callback_onerror . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_getctype . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_addressof . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_handle . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_cast . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_invalid_type . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_buffer . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_buffer_comparisons . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_from_buffer . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_from_buffer_BytesIO . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_memmove . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_memmove_buffer . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_memmove_readonly_readwrite . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_types . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_gc . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_gc_disable . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_1 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_2 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_3 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_4 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_bool_issue228 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_FILE_issue228 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_cast_from_int_type_to_bool . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_init_once . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_init_once_failure . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_unpack . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_bug_1 . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_negative_array_size . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_char32_t . pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_array_as_init . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_constant_1 . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_large_constant . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_function . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_dlopen_unicode . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_dlclose . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_constant_via_lib . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_opaque_struct . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_nonopaque_struct . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_enum . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_include_1 . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_global_var . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_global_const_int . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_global_const_nonint . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_rtld_constants . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_no_such_function_or_global_var . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_check_version . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_selfref . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_dlopen_handle . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_rec_structs_1 . pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_rec_structs_2 s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_math_sin Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_repr_lib Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_funcarg_ptr Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_funcres_ptr Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_global_var_array Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_typedef_dotdotdot Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_typedef_star_dotdotdot Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_global_var_int Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_macro Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_macro_check_value Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_check_value_of_static_const Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant_nonint Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant_ptr Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_dir Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_opaque_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_opaque_union Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_exact_field_offset Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_type_caching Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_enum Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_dotdotdot_length_of_array_field Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_dotdotdot_global_array Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_misdeclared_field_1 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_open_array_in_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_math_sin_type Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_anonymous_struct_with_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_anonymous_struct_with_star_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_anonymous_enum_with_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unique_types Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_module_name_in_package Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unspecified_size_of_global_1 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unspecified_size_of_global_2 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unspecified_size_of_global_3 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unspecified_size_of_global_4 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_1 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_1b Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_2 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_3 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_4 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_5 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_6 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_7 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_include_8 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_bitfield_basic Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_incomplete_struct_as_arg Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_incomplete_struct_as_result Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_incomplete_struct_as_both Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_name_of_unnamed_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_address_of_global_var Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_defines__CFFI_ Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unpack_args Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_address_of_function Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_address_of_function_with_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_issue198 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant_is_not_a_compiler_constant Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant_of_unknown_size Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_variable_of_unknown_size Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_constant_of_value_unknown_to_the_compiler Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_incomplete_structs Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_struct_array_guess_length_2 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_struct_array_guess_length_3 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_global_var_array_2 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_some_integer_type Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_issue200 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_alignment_of_longlong Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_import_from_lib Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_macro_var_callback Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_fields Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_restrict_fields Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_volatile_fields Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_array_fields Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_array_fields_varlength Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_array_fields_unknownlength Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_function_args Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_function_type_args Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_constant Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_via_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_win32_calling_convention_0 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_win32_calling_convention_1 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_win32_calling_convention_2 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_win32_calling_convention_3 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_share_FILE Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_1 Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_bogus_name Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_bogus_result_type Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_redefine Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_long_double Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_signature Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_errors Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_stdcall Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_function Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_global_var Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_global_var_array Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_integer_const Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_typedef_multiple Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_union Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_struct_and_typedef Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_included_type Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_order Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_FFIFunctionWrapper Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_function_returns_float_complex Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_function_returns_double_complex Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_function_argument_float_complex Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_function_argument_double_complex Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_typedef_array_dotdotdot Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_custom_field_pos Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_nested_anonymous_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_bitfield Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_zero_length_field Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_union Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_packed_struct Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_gcc_visibility_hidden Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_override_default_definition Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_char16_char32_plain_c Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_loader_spec Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_release Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_release_new_allocator Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_struct_with_func_with_struct_arg Skipped: not a test for -A s pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_function_offset_in_bytes Skipped: not a test for -A . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_cast . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_new . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_typeof . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_sizeof . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_alignof . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_getctype . pypy/module/_cffi_backend/test/test_unicode_literals.py::AppTestUnicodeLiterals::()::test_callback . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_register_noncallable . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_bigU_codecs . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_ucs4 . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_named_unicode . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_literals . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_insecure_pickle . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicodedecodeerror . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicodedecodeerror_utf8 . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicodetranslateerror . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicodeencodeerror . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_indexerror . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_charmap_decode . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_escape_decode . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_escape_decode_errors . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_escape_warning . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicode_escape . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicode_replace . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unexpected_end_of_data . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_invalid_cb_for_3bytes_seq . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_invalid_cb_for_4bytes_seq s pypy/module/_codecs/test/test_codecs.py::AppTestCodePage::()::test_code_pages Skipped: win32-only s pypy/module/_codecs/test/test_codecs.py::AppTestCodePage::()::test_encode_65001 Skipped: win32-only s pypy/module/_codecs/test/test_codecs.py::AppTestCodePage::()::test_decode_65001 Skipped: win32-only . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_partial_utf8 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_partial_utf16 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_bug1098990_a . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_bug1098990_b . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_seek_utf16le . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_raw_unicode_escape . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_decode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_decode_wrap_around . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_decode_ignore_invalid . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_decode_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unicode_escape_decode_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_encode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_decode_utf8_different_case . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_codec_wrong_result . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_codec_wrapped_exception . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_one_arg_encoder . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_codecs_lookup . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_cpytest_decode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_bad_errorhandler_return . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_cpy_bug1175396 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_buffer_encode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf8sig . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_incremental_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_incremental_surrogatepass . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_decoder_state . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf_8_decode1 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf_8_decode2 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_escape_decode_escaped_newline . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_charmap_decode_1 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_decode_ignore . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_backslashreplace . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_namereplace . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_surrogateescape . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_surrogatepass_handler . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_badandgoodsurrogatepassexceptions . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_badhandler . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_badhandler_longindex . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_badhandler_returns_unicode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_encode_error_bad_handler . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_lone_surrogates . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_lone_surrogates_utf_8 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_charmap_encode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_charmap_encode_replace . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_charmap_decode_2 . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_charmap_build . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf7_start_end_in_exception . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf7_surrogate . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf_7_decode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf7_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_utf_16_encode_decode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unicode_escape . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_mbcs . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_handler_string_result . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_decode_bytearray . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_xmlcharrefreplace . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_errorhandler_collection . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unmapped . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_warn_escape_decode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_invalid_type_errors . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_non_text_codec . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_last_byte_handler . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_replace_with_long . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_replace_with_unencodable . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_repeated_pos_return . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_invalid s pypy/module/_continuation/test/test_translated.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/_continuation/test/test_translated.py:6: Skipped: to run on top of a translated pypy-c s pypy/module/_continuation/test/test_zpickle.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/_continuation/test/test_zpickle.py:4: Skipped: XXX: crashes: issue 1773 . pypy/module/_continuation/test/test_generator.py::AppTestGenerator::()::test_simple . pypy/module/_continuation/test/test_generator.py::AppTestGenerator::()::test_iterator . pypy/module/_continuation/test/test_generator.py::AppTestGenerator::()::test_bound_method . pypy/module/_continuation/test/test_generator.py::AppTestGenerator::()::test_must_return_None . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_simple . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_parent . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_pass_around . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_exception_simple . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_dead . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_GreenletExit . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_1 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_2 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_3 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_4 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_GreenletExit . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_GreenletExit_result . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_nondefault_parent . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_change_parent . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_raises_through_parent_chain . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_switch_to_dead_1 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_switch_to_dead_2 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_switch_to_dead_3 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_in_not_started_yet . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_exc_info_save_restore . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_exc_info_save_restore2 . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_gr_frame . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_override_nonzero . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_kwargs_to_f . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_kwargs_to_switch . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_GreenletExit_not_started . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_GreenletExit_already_finished . pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_throw_exception_already_finished . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_new_empty . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_call_empty . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_no_double_init . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_no_init_after_started . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_no_init_after_finished . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_propagate_exception . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_callback_with_arguments . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_initial_switch_must_give_None . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_continuation_error . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_go_depth2 . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_exception_depth2 . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_exception_with_switch . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_is_pending . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch_alternate . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch_not_initialized . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_exception_with_switch_depth2 . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_random_switching . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_f_back . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_traceback_is_complete . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_simple . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_pingpong . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_more_complex . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_no_op . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_immediately_away . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_immediately_away_corner_case . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_not_initialized . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_switch2_already_finished . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_throw . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_throw_to_starting . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_throw2_simple . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_throw2_no_op . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_permute . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_permute_noninitialized . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_bug_finish_with_already_finished_stacklet . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_various_depths . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_exc_info_doesnt_follow_continuations . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_bug_issue1984 . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_exc_info_save_restore . pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_sampling_inside_callback . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_register_dialect . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_register_dialect_base_1 . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_register_dialect_base_2 . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_typeerror . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_typeerror_delimiter_message . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_typeerror_empty_escapechar . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_typeerror_empty_quotechar_but_quoting . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_bool_arg . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_delimiter . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_quotechar . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_line_terminator . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_unregister_dialect . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_list_dialects . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_pickle_dialect . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_escaped_char_quotes . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_simple_reader . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_cannot_read_bytes . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_oddinputs . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_eol . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_escape . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_quoting . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_bigfield . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_linenum . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_dubious_quote . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_eof . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_nul . pypy/module/_csv/test/test_reader.py::AppTestReader::()::test_read_nul_delimiter . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_write_arg_valid . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_write_quoting . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_write_escape . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_writerows . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_write_lineterminator . pypy/module/_csv/test/test_writer.py::AppTestWriter::()::test_write_empty_fields_space_delimiter s pypy/module/_demo/test/test_sieve.py::AppTestSieve::()::test_sieve Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['_demo'] s pypy/module/_io/test/test_win32consoleio.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/_io/test/test_win32consoleio.py:5: Skipped: Windows only tests . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_simple_read . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_read_pieces . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_slow_provider . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_read_past_eof . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_valid_buffer . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_buffering . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_peek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_read1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_readinto . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_readinto_buffer_overflow . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_readinto1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_seek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_readlines . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_detach . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_detached . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_detach_warn . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_tell . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_repr . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_read_interrupted . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_unseekable . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_bufio_write_through . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_readline_issue3042 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_read_nonblocking_crash . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReader::()::test_device_like . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_simple_read . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_read_pieces . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_slow_provider . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_read_past_eof . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_valid_buffer . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_buffering . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_peek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_read1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readinto . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readinto_buffer_overflow . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readinto1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_seek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readlines . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_detach . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_detached . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_detach_warn . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_tell . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_repr . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_read_interrupted . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_unseekable . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_bufio_write_through . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readline_issue3042 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_read_nonblocking_crash . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_device_like . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderWithThreads::()::test_readinto_small_parts s pypy/module/_io/test/test_bufferedio.py::AppTestForbidRawPtrForResizableList::()::test_monkeypatch_works Skipped: condition: py.test.config.option.runappdirect . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_simple_read . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_pieces . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_slow_provider . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_past_eof . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_valid_buffer . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_buffering . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_peek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readinto . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readinto_buffer_overflow . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readinto1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_seek . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readlines . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_detach . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_detached . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_detach_warn . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_tell . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_repr . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_interrupted . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_unseekable . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_bufio_write_through . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readline_issue3042 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_nonblocking_crash . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_device_like . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_largewrite . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_incomplete . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_check_several_writes . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_destructor_1 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_destructor_2 . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_truncate . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_truncate_after_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_write_non_blocking . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_nonblock_pipe_write_bigbuf . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_nonblock_pipe_write_smallbuf . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_read_non_blocking . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_write_interrupted . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_reentrant_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_write_error_on_close . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_close_error_on_close . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_truncate_after_close . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRWPair::()::test_pair . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRWPair::()::test_constructor_with_not_readable . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRWPair::()::test_constructor_with_not_writable . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRWPair::()::test_writer_close_error_on_close . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRWPair::()::test_reader_writer_close_error_on_close . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_simple_read . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_simple_read_after_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_write_rewind_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_interleaved_read_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_interleaved_readline_write . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedRandom::()::test_readline . pypy/module/_io/test/test_bufferedio.py::AppTestMaxBuffer::()::test_max_buffer_size_removal . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_constructor . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_invalid_fd . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_weakrefable . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_open_fd . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_open_directory . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_open_non_existent_unicode . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readline . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_support_fspath . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readlines . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readall . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_write . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_writelines . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_seek . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_tell . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_truncate . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readinto . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readinto_optimized . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_readinto_array . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_nonblocking_read . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_pipe_append . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_repr . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_unclosed_fd_on_exception . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_mode_strings . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_flush_error_on_close . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_open_exclusive . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_non_inheritable . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_FileIO_fd_does_not_change_inheritable . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_close_upon_reinit . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_opener_negative . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_seek_bom . pypy/module/_io/test/test_fileio.py::AppTestFileIO::()::test_seek_append_bom . pypy/module/_jitlog/test/test__jitlog.py::AppTestJitLog::()::test_enable s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_import Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_constants Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_setlocale Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_localeconv Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_strcoll Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_strxfrm Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_str_float Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_text Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_nl_langinfo Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_getencoding Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_bindtextdomain Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_bind_textdomain_codeset Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_getdefaultlocale Skipped: necessary locales not installed s pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_lc_numeric_basic Skipped: necessary locales not installed . pypy/module/_locale/test/test_locale.py::AppTestLocaleFormatting::()::test_ru_utf8 . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_repr . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_builtins . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_builtins_callers . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_direct . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_scale_of_result . pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_builtin_exception . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_name . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_digest_size . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_MD5Type . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_md5object . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_copy . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_buffer . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_unicode . pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_repr . pypy/module/_multibytecodec/test/test_multibtye_codecs.py::AppTestPartialEvaluation::()::test_callback_None_index . pypy/module/_multibytecodec/test/test_multibtye_codecs.py::AppTestPartialEvaluation::()::test_callback_backward_index . pypy/module/_multibytecodec/test/test_multibtye_codecs.py::AppTestPartialEvaluation::()::test_callback_forward_index . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_sem_unlink . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_basic . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_recursive . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_maxvalue . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_wait . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_rebuild . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_contextmanager . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_unlink . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_in_threads s pypy/module/_multiprocessing/test/test_win32.py::AppTestWin32::()::test_closesocket Skipped: condition: sys.platform != "win32" s pypy/module/_pypyjson/test/test_simd.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/_pypyjson/test/test_simd.py:19: Skipped: only implemented for 64 bit for now . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_raise_on_bytes . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_constants . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_string . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_string_utf8 . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_skip_whitespace . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_unterminated_string . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_escape_sequence . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_escape_sequence_in_the_middle . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_unterminated_string_after_escape_sequence . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_escape_sequence_unicode . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_escape_sequence_mixed_with_unicode . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_invalid_utf_8 . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_numeric . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_nan . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_numeric_invalid . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_object . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_object_nonstring_key . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_decode_array . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_unicode_surrogate_pair . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_unicode_not_a_surrogate_pair . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_lone_surrogate . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_cache_keys . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_huge_map . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_tab_in_string_should_fail . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_raw_encode_basestring_ascii . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_error_position . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_keys_reuse . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_custom_error_class . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_repeated_key . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_dict . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_random . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_getstate_setstate . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_setstate_negative . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_failed_setstate . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_state_repr . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_seed . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_seedargs . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_seed_uses_the_time . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_randbits . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_subclass . pypy/module/_random/test/test_random.py::AppTestRandom::()::test_exact_result . pypy/module/_rawffi/alt/test/test_ffitype.py::AppTestFFIType::()::test_simple_types . pypy/module/_rawffi/alt/test/test_ffitype.py::AppTestFFIType::()::test_sizeof . pypy/module/_rawffi/alt/test/test_ffitype.py::AppTestFFIType::()::test_typed_pointer . pypy/module/_rawffi/alt/test/test_ffitype.py::AppTestFFIType::()::test_pointer_identity . pypy/module/_rawffi/alt/test/test_ffitype.py::AppTestFFIType::()::test_char_p_cached . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_libload . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_libload_fail . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_libload_None . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_callfunc s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_getaddr Skipped: condition: py.test.config.option.runappdirect s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_getaddressindll Skipped: condition: py.test.config.option.runappdirect . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_func_fromaddr . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_int_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_void_result . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_pointer_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_convert_pointer_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_convert_strings_to_char_p . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_convert_unicode_to_unichar_p . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_keepalive_temp_buffer . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_typed_pointer_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_huge_pointer_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_unsigned_long_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_unsigned_short_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_unsigned_byte_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_unsigned_int_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_signed_byte_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_char_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_unichar_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_single_float_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_slonglong_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_ulonglong_args . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_byval_argument . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_byval_result . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_byval_argument__rawffi . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_byval_result__rawffi . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_TypeError_numargs . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_TypeError_voidarg . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_OSError_loading . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_AttributeError_missing_function . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention1 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention2 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention3 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_func_fromaddr2 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_func_fromaddr3 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_by_ordinal . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_cdll_as_integer . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_windll_as_integer . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test__StructDescr . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_alignment . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_missing_field . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_unknown_type . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield_signed_types . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield_unsigned_types . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield_longlong . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield_float . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_getfield_setfield_singlefloat . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_define_fields . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_pointer_to_incomplete_struct . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_nested_structure . pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_compute_shape . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_libload . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_libload_fail . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_libload_None . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_libc_load . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_getattr . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_byordinal . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_getchar . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_chararray_as_bytebuffer . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_returning_str . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_unicode_array . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_returning_unicode . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_rawstring2charp . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_raw_callable . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_raw_callable_returning_void . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_short_addition . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_pow . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_time . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_gettimeofday . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structreturn . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_nested_structures . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_char . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_varied . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_int . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_uint . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_longlong . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_ulonglong . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_single_signed . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_structure_bitfields_single_unsigned . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_invalid_bitfields . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_packed_structure . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_array . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_array_of_structure . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_bad_parameters . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_longs_ulongs . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_callback . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_another_callback . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_void_returning_callback . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_raising_callback . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_setattr_struct . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_sizes_and_alignments . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_unaligned . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_array_addressof . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_shape . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_negative_pointers . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_long_with_fromaddress . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_passing_raw_pointers . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_repr . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_wide_char . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_truncate . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_getaddressindll . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_segfault_exception . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_stackcheck . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_struct_byvalue . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_callback_struct_byvalue . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_ret_struct . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_ret_struct_containing_array . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_buffer . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_pypy_raw_address . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_union . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_ffi_type . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_overflow_error . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_errno . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_last_error . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_char_array_int . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_cdll_name . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_wcharp2rawunicode . pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_variadic_sum . pypy/module/_rawffi/test/test__rawffi.py::AppTestAutoFree::()::test_structure_autofree . pypy/module/_rawffi/test/test__rawffi.py::AppTestAutoFree::()::test_array_autofree . pypy/module/_rawffi/test/test_exit.py::AppTestFfi::()::test_exit . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_inspect_structure . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_opaque_structure . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_nested_structures . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_array_of_structures . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_array_of_array . pypy/module/_rawffi/test/test_nested.py::AppTestNested::()::test_array_in_structures s pypy/module/_rawffi/test/test_tracker.py::AppTestTracker::()::test_array Skipped: No module named _rawffi s pypy/module/_rawffi/test/test_tracker.py::AppTestTracker::()::test_structure Skipped: No module named _rawffi s pypy/module/_rawffi/test/test_tracker.py::AppTestTracker::()::test_callback Skipped: No module named _rawffi . pypy/module/_sre/test/test_app_sre.py::AppTestSrePy::()::test_magic . pypy/module/_sre/test/test_app_sre.py::AppTestSrePy::()::test_codesize . pypy/module/_sre/test/test_app_sre.py::AppTestSrePy::()::test_opcodes . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_copy . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_creation_attributes . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_repeat_minmax_overflow . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_match_none . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_pos_endpos . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_findall . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_findall_unicode . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_finditer . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_split . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_weakref . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_match_compat . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_pattern_check . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_fullmatch . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_repr . pypy/module/_sre/test/test_app_sre.py::AppTestSrePattern::()::test_pattern_compare . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_copy . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_match_attributes . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_match_attributes_with_groups . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_regs_overlapping_groups . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_start_end_span . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_groups . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_groupdict . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_group . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_group_takes_long . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_group_takes_index . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_getitem . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_expand . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_bytes . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_unicode . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_callable . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_callable_returns_none . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_subclass_of_str . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_bug . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_shortcut_no_match . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_bytearray . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_emptymatch . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_match_array . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_match_typeerror . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_match_repr . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_unicode_iscased . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_group_bugs . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_typecheck . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_matches_stay_valid . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_attributes . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_match . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_match_detail . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_search . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_zero_width_match . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_empty_match . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_no_pattern . pypy/module/_sre/test/test_app_sre.py::AppTestSreScanner::()::test_scanner_match_string . pypy/module/_sre/test/test_app_sre.py::AppTestGetlower::()::test_getlower_no_flags . pypy/module/_sre/test/test_app_sre.py::AppTestGetlower::()::test_getlower_unicode . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_literal . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_ats . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_boundaries . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_categories . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_any . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_in . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_literal_ignore . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_in_ignore . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_branch . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_repeat_one . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_min_repeat_one . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_repeat_maximizing . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_repeat_minimizing . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_groupref . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_groupref_exists . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_assert . pypy/module/_sre/test/test_app_sre.py::AppTestSimpleSearches::()::test_search_simple_assert_not . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_mark_stack_branch . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_mark_stack_repeat_one . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_mark_stack_min_repeat_one . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_mark_stack_max_until . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_mark_stack_min_until . pypy/module/_sre/test/test_app_sre.py::AppTestMarksStack::()::test_bug_725149 s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_length_optimization Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_literal Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_not_literal Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_unknown Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_beginning Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_beginning_line Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_end Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_end_line Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_end_string Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_boundary Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_non_boundary Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_loc_boundary Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_at_uni_boundary Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_category_loc_word Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_any Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_any_all Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_failure Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_literal Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_category Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_charset_ucs2 Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_range Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_negate Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_literal_ignore Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_not_literal_ignore Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_ignore Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_in_jump_info Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_branch Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_repeat_one Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_min_repeat_one Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_repeat_maximizing Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_max_until_zero_width_match Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_repeat_minimizing Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_groupref Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_groupref_ignore Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_assert Skipped: can only be run on py.py: _sre opcodes don't match s pypy/module/_sre/test/test_app_sre.py::AppTestOpcodes::()::test_assert_not Skipped: can only be run on py.py: _sre opcodes don't match . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_match_length_optimization . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_fast_search . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_branch_literal_shortcut . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_literal_search . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_repeat_one_literal_tail . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_split_empty . pypy/module/_sre/test/test_app_sre.py::AppTestOptimizations::()::test_type_names . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_string_attribute . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_string_attribute_is_original_string . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_match_start . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_match_repr_span . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_match_repr_truncation . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_pattern_repr_truncation . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_subx_unusual_types_no_match . pypy/module/_sre/test/test_app_sre.py::AppTestUnicodeExtra::()::test_bug_40736 . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_copy . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_match_attributes . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_match_attributes_with_groups . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_regs_overlapping_groups . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_start_end_span . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_groups . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_groupdict . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_takes_long . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_takes_index . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_getitem . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_expand . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_bytes . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_unicode . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_callable . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_callable_returns_none . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_subclass_of_str . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_bug . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_shortcut_no_match . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_bytearray . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_emptymatch . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_match_array . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_match_typeerror . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_match_repr . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_unicode_iscased . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_group_bugs . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_typecheck . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_matches_stay_valid . pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_import_vmprof . pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_enable_ovf . pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_is_enabled . pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_get_profile_path . pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_stop_sampling s pypy/module/_winreg/test/test_winreg.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/_winreg/test/test_winreg.py:6: Skipped: winreg is a win32 module . pypy/module/array/test/test_array.py::AppTestArray::()::test_ctor . pypy/module/array/test/test_array.py::AppTestArray::()::test_value_range . pypy/module/array/test/test_array.py::AppTestArray::()::test_float . pypy/module/array/test/test_array.py::AppTestArray::()::test_nan . pypy/module/array/test/test_array.py::AppTestArray::()::test_itemsize . pypy/module/array/test/test_array.py::AppTestArray::()::test_errormessage . pypy/module/array/test/test_array.py::AppTestArray::()::test_fromstring . pypy/module/array/test/test_array.py::AppTestArray::()::test_frombytes . pypy/module/array/test/test_array.py::AppTestArray::()::test_fromfile . pypy/module/array/test/test_array.py::AppTestArray::()::test_fromfile_no_warning . pypy/module/array/test/test_array.py::AppTestArray::()::test_fromlist . pypy/module/array/test/test_array.py::AppTestArray::()::test_fromunicode . pypy/module/array/test/test_array.py::AppTestArray::()::test_setslice_to_extend . pypy/module/array/test/test_array.py::AppTestArray::()::test_sequence . pypy/module/array/test/test_array.py::AppTestArray::()::test_resizingslice . pypy/module/array/test/test_array.py::AppTestArray::()::test_reversingslice . pypy/module/array/test/test_array.py::AppTestArray::()::test_getslice_large_step . pypy/module/array/test/test_array.py::AppTestArray::()::test_setslice_large_step . pypy/module/array/test/test_array.py::AppTestArray::()::test_toxxx . pypy/module/array/test/test_array.py::AppTestArray::()::test_empty_tostring . pypy/module/array/test/test_array.py::AppTestArray::()::test_buffer . pypy/module/array/test/test_array.py::AppTestArray::()::test_buffer_write . pypy/module/array/test/test_array.py::AppTestArray::()::test_buffer_keepalive . pypy/module/array/test/test_array.py::AppTestArray::()::test_memview_multi_tobytes . pypy/module/array/test/test_array.py::AppTestArray::()::test_list_methods . pypy/module/array/test/test_array.py::AppTestArray::()::test_compare . pypy/module/array/test/test_array.py::AppTestArray::()::test_reduce . pypy/module/array/test/test_array.py::AppTestArray::()::test_copy_swap . pypy/module/array/test/test_array.py::AppTestArray::()::test_deepcopy . pypy/module/array/test/test_array.py::AppTestArray::()::test_addmul . pypy/module/array/test/test_array.py::AppTestArray::()::test_delitem . pypy/module/array/test/test_array.py::AppTestArray::()::test_iter . pypy/module/array/test/test_array.py::AppTestArray::()::test_contains . pypy/module/array/test/test_array.py::AppTestArray::()::test_lying_iterable . pypy/module/array/test/test_array.py::AppTestArray::()::test_type . pypy/module/array/test/test_array.py::AppTestArray::()::test_iterable . pypy/module/array/test/test_array.py::AppTestArray::()::test_subclass . pypy/module/array/test/test_array.py::AppTestArray::()::test_subclass_new . pypy/module/array/test/test_array.py::AppTestArray::()::test_override_from . pypy/module/array/test/test_array.py::AppTestArray::()::test_override_to . pypy/module/array/test/test_array.py::AppTestArray::()::test_unicode_outofrange . pypy/module/array/test/test_array.py::AppTestArray::()::test_unicode_surrogate . pypy/module/array/test/test_array.py::AppTestArray::()::test_weakref . pypy/module/array/test/test_array.py::AppTestArray::()::test_subclass_del . pypy/module/array/test/test_array.py::AppTestArray::()::test_assign_object_with_special_methods . pypy/module/array/test/test_array.py::AppTestArray::()::test_bytearray . pypy/module/array/test/test_array.py::AppTestArray::()::test_buffer_info . pypy/module/array/test/test_array.py::AppTestArray::()::test_array_reverse_slice_assign_self . pypy/module/array/test/test_array.py::AppTestArray::()::test_array_multiply . pypy/module/array/test/test_array.py::AppTestArray::()::test_getitem_only_ints . pypy/module/array/test/test_array.py::AppTestArray::()::test_index_special_method . pypy/module/array/test/test_array.py::AppTestArray::()::test_fresh_array_buffer_bytes . pypy/module/array/test/test_array.py::AppTestArray::()::test_mview_slice_aswritebuf . pypy/module/array/test/test_array.py::AppTestArray::()::test_subclass_repr . pypy/module/array/test/test_array.py::AppTestArray::()::test_mutate_while_slice . pypy/module/array/test/test_array.py::AppTestArrayReconstructor::()::test_error . pypy/module/array/test/test_array.py::AppTestArrayReconstructor::()::test_numbers . pypy/module/array/test/test_array.py::AppTestArrayReconstructor::()::test_unicode . pypy/module/array/test/test_array.py::AppTestArrayReconstructor::()::test_iterate_iterator . pypy/module/array/test/test_array.py::AppTestArrayReconstructor::()::test_array_cannot_use_str . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_a2b_uu . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_b2a_uu . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_a2b_base64 . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_b2a_base64 . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_a2b_qp . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_b2a_qp . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_a2b_hqx . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_b2a_hqx . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_rledecode_hqx . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_rlecode_hqx . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_crc_hqx . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_crc_hqx_ovf_bug . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_crc32 . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_hexlify . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_hexlify_sep . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_unhexlify . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_errors . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_deprecated s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_creation Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress_huge_data Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress_chunks_10 Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_buffer Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compressor_pickle_error Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_creation Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_attribute Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress_chunks_10 Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress_unused_data Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_EOF_error Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_buffer Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_subsequent_read Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompressor_pickle_error Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress_max_length Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'time', '_struct'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_attributes Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_creation Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_close Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_tell Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_open_close_del Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_open_non_existent Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_forward Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_backwards Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_backwards_from_end Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_post_end Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_post_end_twice Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_pre_start Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_readline Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_silently_closes Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_broken_file Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_subsequent_read_broken_file Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_chunk9 Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_100_bytes Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_readlines Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_iterator Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_chunks_10 Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_writelines Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_methods_on_readonly_file Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_bigger_file Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_context_manager Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2', 'binascii', 'time', '_struct', '_thread'] s pypy/module/bz2/test/test_large.py::AppTestBZ2File::()::test_decompress Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['bz2'] . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_sign . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_sqrt . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_log . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_pi_tau_e . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_rect . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_polar . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_phase . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_valueerror . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_stringarg . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_isinf . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_isnan . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_isfinite . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_user_defined_complex . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_user_defined_float . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_isclose . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_infinity_and_nan_constants s pypy/module/cpyext/test/test_ndarrayobject.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/cpyext/test/test_ndarrayobject.py:15: Skipped: Micronumpy not yet supported on py3k. . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_basic . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_iter . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_index . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_slice_get . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_slice_object . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_buffer . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_releasebuffer . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_Py_buffer . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_0d_view . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_binop_mul_impl x pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_subclass_dealloc self = func = at 0xfffbc3475450>, when = 'call' def __init__(self, func, when): #: context of invocation: one of "setup", "call", #: "teardown", "memocollect" self.when = when self.start = time() try: > self.result = func() ../_pytest/runner.py:150: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > return CallInfo(lambda: ihook(item=item, **kwds), when=when) ../_pytest/runner.py:138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_HookCaller 'pytest_runtest_call'> kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } def __call__(self, **kwargs): assert not self.is_historic() > return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) ../_pytest/vendored_packages/pluggy.py:724: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.config.PytestPluginManager object at 0xfffbc8f98f50> hook = <_HookCaller 'pytest_runtest_call'>, methods = [] kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } def _hookexec(self, hook, methods, kwargs): # called from all hookcaller instances. # enable_tracing will set its own wrapping function at self._inner_hookexec > return self._inner_hookexec(hook, methods, kwargs) ../_pytest/vendored_packages/pluggy.py:338: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hook = <_HookCaller 'pytest_runtest_call'>, methods = [] kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } self._inner_hookexec = lambda hook, methods, kwargs: \ > _MultiCall(methods, kwargs, hook.spec_opts).execute() ../_pytest/vendored_packages/pluggy.py:333: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3471780> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3471780> func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc34715f0> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc34715f0> func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: return _wrapped_call(hook_impl.function(*args), self.execute) > res = hook_impl.function(*args) ../_pytest/vendored_packages/pluggy.py:596: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = def pytest_runtest_call(item): try: > item.runtest() ../_pytest/runner.py:91: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def runtest(self): target = self.obj src = extract_docstring_if_empty_function(target.im_func) space = target.im_self.space if self.config.option.runappdirect: appexec_definitions = self.parent.obj.__dict__ spaceconfig = getattr(self.parent.obj, 'spaceconfig', None) usemodules = spaceconfig.get('usemodules') if spaceconfig else None return run_with_python(self.config.option.python, src, usemodules, > **appexec_definitions) tool/pytest/apptest.py:327: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ python_ = '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' target_ = usemodules = ['cpyext', '_thread', '_struct', 'array', 'itertools', 'time', ...] definitions = {'compile_module': >, ...} defs = ['def w_compile_module(self, name,\n source_files=None, source_strings=None):\n from extbuild import get_sys...e=prologue,\n include_dirs=include_dirs, more_init=more_init,\n PY_SSIZE_T_CLEAN=PY_SSIZE_T_CLEAN)', ...] symbol = 'udir', value = u'/tmp/pytest/usession-py3.11-746' code = def run_with_python(python_, target_, usemodules, **definitions): if python_ is None: py.test.skip("Cannot find the default python3 interpreter to run with -A") defs = [] for symbol, value in sorted(definitions.items()): if isinstance(value, tuple) and isinstance(value[0], py.code.Source): code, args = value defs.append(str(code)) arg_repr = [] for arg in args: if isinstance(arg, types.FunctionType): arg_repr.append(arg.__name__) elif isinstance(arg, types.MethodType): arg_repr.append(arg.__name__) else: arg_repr.append(py3k_repr(arg)) args = ', '.join(arg_repr) defs.append("self.%s = anonymous(%s)\n" % (symbol, args)) elif isinstance(value, types.MethodType): # "def w_method(self)" code = py.code.Code(value) defs.append(str(code.source())) defs.append("type(self).%s = %s\n" % (symbol, value.__name__)) elif isinstance(value, types.ModuleType): name = value.__name__ defs.append("import %s; self.%s = %s\n" % (name, symbol, name)) elif isinstance(value, (str, unicode, int, long, float, list, tuple, dict)) or value is None: defs.append("self.%s = %s\n" % (symbol, py3k_repr(value))) check_usemodules = '' if usemodules: usemodules = [_rename_module(name) for name in usemodules] check_usemodules = """\ missing = set(%r).difference(sys.builtin_module_names) if missing: if not hasattr(sys, 'pypy_version_info'): # They may be extension modules on CPython name = None for name in missing.copy(): if name in ['cpyext', '_cffi_backend', '_rawffi']: missing.remove(name) continue try: __import__(name) except ImportError: pass else: missing.remove(name) del name if missing: sys.exit(81) del missing""" % usemodules source = list(py.code.Source(target_)) while source[0].startswith(('@py.test.mark.', '@pytest.mark.')): source.pop(0) source = source[1:] pyfile = udir.join('src.py') if isinstance(target_, str): # Special case of a docstring; the function name is the first word. target_name = target_.split('(', 1)[0] else: target_name = target_.__name__ with pyfile.open('w') as f: f.write(helpers % (pypyroot, check_usemodules)) f.write('\n'.join(defs)) f.write('def %s():\n' % target_name) f.write('\n'.join(source)) f.write("\ntry:\n %s()\n" % target_name) f.write('finally:\n print("===aefwuiheawiu===")') helper_dir = os.path.join(pypydir, 'tool', 'cpyext') env = os.environ.copy() env['PYTHONPATH'] = helper_dir res, stdout, stderr = run_subprocess( python_, [str(pyfile)], env=env) print pyfile.read() print "from", str(pyfile) print >> sys.stdout, stdout print >> sys.stderr, stderr if res == 81: py.test.skip('%r was not compiled w/ required usemodules: %r' % (python_, usemodules)) elif res != 0: raise AssertionError( > "Subprocess failed with exit code %s:\n%s" % (res, stderr)) E AssertionError: Subprocess failed with exit code 1: E Traceback (most recent call last): E File "/tmp/pytest/usession-py3.11-746/src.py", line 132, in E test_subclass_dealloc() E File "/tmp/pytest/usession-py3.11-746/src.py", line 129, in test_subclass_dealloc E assert not module.same_dealloc(arr, module.array('i', [2])) E AssertionError tool/pytest/apptest.py:239: AssertionError . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_string_buf . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_subclass . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_unicode_readbuffer . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_readinto . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_iowrite . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_getitem_via_PySequence_GetItem . pypy/module/cpyext/test/test_arraymodule.py::AppTestArrayModule::()::test_subclass_with_attribute s pypy/module/cpyext/test/test_async_iter.py::AppTestAsyncIter::()::test_asyncgen Skipped: too slow, over 30 seconds for this one test s pypy/module/cpyext/test/test_async_iter.py::AppTestAsyncIter::()::test_async_gen_exception_04 Skipped: too slow, over 30 seconds for this one test s pypy/module/cpyext/test/test_async_iter.py::AppTestAsyncIter::()::test_coro_retval Skipped: too slow, over 30 seconds for this one test . pypy/module/cpyext/test/test_boolobject.py::AppTestBoolMacros::()::test_macros . pypy/module/cpyext/test/test_boolobject.py::AppTestBoolMacros::()::test_toint . pypy/module/cpyext/test/test_boolobject.py::AppTestBoolMacros::()::test_check . pypy/module/cpyext/test/test_borrow.py::AppTestBorrow::()::test_tuple_borrowing . pypy/module/cpyext/test/test_borrow.py::AppTestBorrow::()::test_borrow_destroy . pypy/module/cpyext/test/test_borrow.py::AppTestBorrow::()::test_double_borrow . pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_AsWriteBuffer . pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_mmap_buffer . pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_applevel . pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_argparse . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_basic . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_bytearray_buffer_init . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_bytearray_mutable . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_AsByteArray . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_manipulations . pypy/module/cpyext/test/test_bytearrayobject.py::AppTestStringObject::()::test_bytearray_resize . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_bytesobject . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_bytes_buffer_init . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_bytes_tp_alloc . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_AsString . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_manipulations . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_py_bytes_as_string_None . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_AsStringAndSize . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_FromFormat . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_suboffsets . pypy/module/cpyext/test/test_capsule.py::AppTestCapsule::()::test_capsule_import F pypy/module/cpyext/test/test_capsule.py::AppTestCapsule::()::test_capsule_set self = func = at 0xfffbc348d050>, when = 'call' def __init__(self, func, when): #: context of invocation: one of "setup", "call", #: "teardown", "memocollect" self.when = when self.start = time() try: > self.result = func() ../_pytest/runner.py:150: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > return CallInfo(lambda: ihook(item=item, **kwds), when=when) ../_pytest/runner.py:138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_HookCaller 'pytest_runtest_call'> kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } def __call__(self, **kwargs): assert not self.is_historic() > return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) ../_pytest/vendored_packages/pluggy.py:724: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.config.PytestPluginManager object at 0xfffbc8f98f50> hook = <_HookCaller 'pytest_runtest_call'>, methods = [] kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } def _hookexec(self, hook, methods, kwargs): # called from all hookcaller instances. # enable_tracing will set its own wrapping function at self._inner_hookexec > return self._inner_hookexec(hook, methods, kwargs) ../_pytest/vendored_packages/pluggy.py:338: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hook = <_HookCaller 'pytest_runtest_call'>, methods = [] kwargs = {'__multicall__': <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>, 'item': } self._inner_hookexec = lambda hook, methods, kwargs: \ > _MultiCall(methods, kwargs, hook.spec_opts).execute() ../_pytest/vendored_packages/pluggy.py:333: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3687d70> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3687d70> func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3687140> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc3687140> func = , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 0 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 0 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: return _wrapped_call(hook_impl.function(*args), self.execute) > res = hook_impl.function(*args) ../_pytest/vendored_packages/pluggy.py:596: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = def pytest_runtest_call(item): try: > item.runtest() ../_pytest/runner.py:91: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def runtest(self): target = self.obj src = extract_docstring_if_empty_function(target.im_func) space = target.im_self.space if self.config.option.runappdirect: appexec_definitions = self.parent.obj.__dict__ spaceconfig = getattr(self.parent.obj, 'spaceconfig', None) usemodules = spaceconfig.get('usemodules') if spaceconfig else None return run_with_python(self.config.option.python, src, usemodules, > **appexec_definitions) tool/pytest/apptest.py:327: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ python_ = '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' target_ = usemodules = ['cpyext', '_thread', '_struct', 'array', 'itertools', 'time', ...] definitions = {'compile_module': >, ...} defs = ['def w_compile_module(self, name,\n source_files=None, source_strings=None):\n from extbuild import get_sys...e=prologue,\n include_dirs=include_dirs, more_init=more_init,\n PY_SSIZE_T_CLEAN=PY_SSIZE_T_CLEAN)', ...] symbol = 'udir', value = u'/tmp/pytest/usession-py3.11-746' code = def run_with_python(python_, target_, usemodules, **definitions): if python_ is None: py.test.skip("Cannot find the default python3 interpreter to run with -A") defs = [] for symbol, value in sorted(definitions.items()): if isinstance(value, tuple) and isinstance(value[0], py.code.Source): code, args = value defs.append(str(code)) arg_repr = [] for arg in args: if isinstance(arg, types.FunctionType): arg_repr.append(arg.__name__) elif isinstance(arg, types.MethodType): arg_repr.append(arg.__name__) else: arg_repr.append(py3k_repr(arg)) args = ', '.join(arg_repr) defs.append("self.%s = anonymous(%s)\n" % (symbol, args)) elif isinstance(value, types.MethodType): # "def w_method(self)" code = py.code.Code(value) defs.append(str(code.source())) defs.append("type(self).%s = %s\n" % (symbol, value.__name__)) elif isinstance(value, types.ModuleType): name = value.__name__ defs.append("import %s; self.%s = %s\n" % (name, symbol, name)) elif isinstance(value, (str, unicode, int, long, float, list, tuple, dict)) or value is None: defs.append("self.%s = %s\n" % (symbol, py3k_repr(value))) check_usemodules = '' if usemodules: usemodules = [_rename_module(name) for name in usemodules] check_usemodules = """\ missing = set(%r).difference(sys.builtin_module_names) if missing: if not hasattr(sys, 'pypy_version_info'): # They may be extension modules on CPython name = None for name in missing.copy(): if name in ['cpyext', '_cffi_backend', '_rawffi']: missing.remove(name) continue try: __import__(name) except ImportError: pass else: missing.remove(name) del name if missing: sys.exit(81) del missing""" % usemodules source = list(py.code.Source(target_)) while source[0].startswith(('@py.test.mark.', '@pytest.mark.')): source.pop(0) source = source[1:] pyfile = udir.join('src.py') if isinstance(target_, str): # Special case of a docstring; the function name is the first word. target_name = target_.split('(', 1)[0] else: target_name = target_.__name__ with pyfile.open('w') as f: f.write(helpers % (pypyroot, check_usemodules)) f.write('\n'.join(defs)) f.write('def %s():\n' % target_name) f.write('\n'.join(source)) f.write("\ntry:\n %s()\n" % target_name) f.write('finally:\n print("===aefwuiheawiu===")') helper_dir = os.path.join(pypydir, 'tool', 'cpyext') env = os.environ.copy() env['PYTHONPATH'] = helper_dir res, stdout, stderr = run_subprocess( python_, [str(pyfile)], env=env) print pyfile.read() print "from", str(pyfile) print >> sys.stdout, stdout print >> sys.stderr, stderr if res == 81: py.test.skip('%r was not compiled w/ required usemodules: %r' % (python_, usemodules)) elif res != 0: raise AssertionError( > "Subprocess failed with exit code %s:\n%s" % (res, stderr)) E AssertionError: Subprocess failed with exit code 1: E Traceback (most recent call last): E File "/tmp/pytest/usession-py3.11-746/src.py", line 225, in E test_capsule_set() E File "/tmp/pytest/usession-py3.11-746/src.py", line 221, in test_capsule_set E module.test_capsule() E ^^^^^^^^^^^^ E RuntimeError: test_capsule: destructor not called! tool/pytest/apptest.py:239: AssertionError ---------- Captured stdout call ---------- # -*- encoding: utf-8 -*- if 1: import sys sys.path.append('/build_dir/pypy-c-jit-linux-aarch64/build') missing = set(['cpyext', '_thread', '_struct', 'array', 'itertools', 'time', 'binascii', 'mmap', '_signal', '_cffi_backend']).difference(sys.builtin_module_names) if missing: if not hasattr(sys, 'pypy_version_info'): # They may be extension modules on CPython name = None for name in missing.copy(): if name in ['cpyext', '_cffi_backend', '_rawffi']: missing.remove(name) continue try: __import__(name) except ImportError: pass else: missing.remove(name) del name if missing: sys.exit(81) del missing def skip(message): print(message) raise SystemExit(0) __builtins__.skip = skip __builtins__.py3k_skip = skip class ExceptionWrapper: pass def raises(exc, *args, **kwargs): if not args: return RaisesContext(exc) func = args[0] args = args[1:] import os try: if isinstance(func, str): if func.startswith((' ', os.linesep, '\n')): # it's probably an indented block, so we prefix if True: # to avoid SyntaxError func = "if True:\n" + func frame = sys._getframe(1) exec(func, frame.f_globals, frame.f_locals) else: func(*args, **kwargs) except exc as e: res = ExceptionWrapper() res.value = e res.traceback = e.__traceback__ return res else: raise AssertionError("DID NOT RAISE") class RaisesContext(object): def __init__(self, expected_exception): self.expected_exception = expected_exception self.excinfo = None def __enter__(self): return self def __exit__(self, *tp): __tracebackhide__ = True if tp[0] is None: raise AssertionError("DID NOT RAISE") self.value = tp[1] return issubclass(tp[0], self.expected_exception) __builtins__.raises = raises class Test: pass self = Test() def w_compile_module(self, name, source_files=None, source_strings=None): from extbuild import get_sys_info_app sys_info = get_sys_info_app(self.udir) return sys_info.compile_extension_module(name, source_files=source_files, source_strings=source_strings) type(self).compile_module = w_compile_module def w_debug_collect(self): import gc gc.collect() gc.collect() gc.collect() type(self).debug_collect = w_debug_collect self.here = '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/cpyext/test' def w_import_extension(self, modname, functions, prologue="", include_dirs=None, more_init="", PY_SSIZE_T_CLEAN=False): from extbuild import get_sys_info_app sys_info = get_sys_info_app(self.udir) return sys_info.import_extension( modname, functions, prologue=prologue, include_dirs=include_dirs, more_init=more_init, PY_SSIZE_T_CLEAN=PY_SSIZE_T_CLEAN) type(self).import_extension = w_import_extension def w_import_module(self, name, init=None, body='', filename=None, include_dirs=None, PY_SSIZE_T_CLEAN=False, use_imp=False): from extbuild import get_sys_info_app sys_info = get_sys_info_app(self.udir) return sys_info.import_module( name, init=init, body=body, filename=filename, include_dirs=include_dirs, PY_SSIZE_T_CLEAN=PY_SSIZE_T_CLEAN) type(self).import_module = w_import_module def w_load_module(self, mod, name): from extbuild import get_sys_info_app sys_info = get_sys_info_app(self.udir) return sys_info.load_module(mod, name) type(self).load_module = w_load_module self.runappdirect = True self.udir = '/tmp/pytest/usession-py3.11-746' def test_capsule_set(): # taken from _testcapimodule.c module = self.import_extension('foo', [ ("test_capsule", "METH_NOARGS", """ PyObject *object; const char *error = NULL; char *known = "known"; PyObject *gc_module = PyImport_ImportModule("gc"); PyObject *collect = PyObject_GetAttrString(gc_module, "collect"); #define FAIL(x) { error = (x); goto exit; } #define CHECK_DESTRUCTOR \\ PyObject_CallFunction(collect, NULL); \\ PyObject_CallFunction(collect, NULL); \\ PyObject_CallFunction(collect, NULL); \\ if (capsule_error) { \\ FAIL(capsule_error); \\ } \\ else if (!capsule_destructor_call_count) { \\ FAIL("destructor not called!"); \\ } \\ capsule_destructor_call_count = 0; object = PyCapsule_New(capsule_pointer, capsule_name, capsule_destructor); PyCapsule_SetContext(object, capsule_context); capsule_destructor(object); CHECK_DESTRUCTOR; Py_DECREF(object); CHECK_DESTRUCTOR; object = PyCapsule_New(known, "ignored", NULL); PyCapsule_SetPointer(object, capsule_pointer); PyCapsule_SetName(object, capsule_name); PyCapsule_SetDestructor(object, capsule_destructor); PyCapsule_SetContext(object, capsule_context); capsule_destructor(object); CHECK_DESTRUCTOR; /* intentionally access using the wrong name */ void *pointer2 = PyCapsule_GetPointer(object, "the wrong name"); if (!PyErr_Occurred()) { FAIL("PyCapsule_GetPointer should have failed but did not!"); } PyErr_Clear(); if (pointer2) { if (pointer2 == capsule_pointer) { FAIL("PyCapsule_GetPointer should not have" " returned the internal pointer!"); } else { FAIL("PyCapsule_GetPointer should have " "returned NULL pointer but did not!"); } } PyCapsule_SetDestructor(object, NULL); Py_DECREF(object); if (capsule_destructor_call_count) { FAIL("destructor called when it should not have been!"); } exit: Py_DECREF(gc_module); Py_DECREF(collect); if (error) { PyErr_Format(PyExc_RuntimeError, "test_capsule: %s", error); return NULL; } Py_RETURN_NONE; #undef FAIL """), ], prologue=""" #include /* Coverage testing of capsule objects. */ static const char *capsule_name = "capsule name"; static char *capsule_pointer = "capsule pointer"; static char *capsule_context = "capsule context"; static const char *capsule_error = NULL; static int capsule_destructor_call_count = 0; static void capsule_destructor(PyObject *o) { capsule_destructor_call_count++; if (PyCapsule_GetContext(o) != capsule_context) { capsule_error = "context did not match in destructor!"; } else if (PyCapsule_GetDestructor(o) != capsule_destructor) { capsule_error = "destructor did not match in destructor! (woah!)"; } else if (PyCapsule_GetName(o) != capsule_name) { capsule_error = "name did not match in destructor!"; } else if (PyCapsule_GetPointer(o, capsule_name) != capsule_pointer) { capsule_error = "pointer did not match in destructor!"; } } """ ) import gc # make the calls to `collect` in C reach the `debug_collect` mock function _collect = gc.collect gc.collect = self.debug_collect try: module.test_capsule() finally: gc.collect = _collect try: test_capsule_set() finally: print("===aefwuiheawiu===") from /tmp/pytest/usession-py3.11-746/src.py ===aefwuiheawiu=== ---------- Captured stderr call ---------- Traceback (most recent call last): File "/tmp/pytest/usession-py3.11-746/src.py", line 225, in test_capsule_set() File "/tmp/pytest/usession-py3.11-746/src.py", line 221, in test_capsule_set module.test_capsule() ^^^^^^^^^^^^ RuntimeError: test_capsule: destructor not called! . pypy/module/cpyext/test/test_capsule.py::AppTestCapsule::()::test_capsule_destructor_via_gc_collect . pypy/module/cpyext/test/test_cell.py::AppTestCell::()::test_cell_type . pypy/module/cpyext/test/test_classobject.py::AppTestInstanceMethod::()::test_instancemethod . pypy/module/cpyext/test/test_classobject.py::AppTestInstanceMethod::()::test_instancemethod_cpyext_attributes . pypy/module/cpyext/test/test_codecs.py::AppTestUnicodeObject::()::test_encode_decode . pypy/module/cpyext/test/test_complexobject.py::AppTestCComplex::()::test_AsCComplex . pypy/module/cpyext/test/test_complexobject.py::AppTestCComplex::()::test_FromCComplex . pypy/module/cpyext/test/test_complexobject.py::AppTestCComplex::()::test_PyComplex_to_WComplex . pypy/module/cpyext/test/test_complexobject.py::AppTestCComplex::()::test_WComplex_to_PyComplex . pypy/module/cpyext/test/test_complexobject.py::AppTestCComplex::()::test_PyComplex_AsCComplex . pypy/module/cpyext/test/test_contextvars.py::AppTestContext::()::test_context s pypy/module/cpyext/test/test_cpyext.py::AppTestApi::()::test_only_import Skipped: pypy only test . pypy/module/cpyext/test/test_cpyext.py::AppTestApi::()::test_dllhandle . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_createmodule . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_export_function . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_export_docstring . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_load_dynamic . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_InitModule4_dotted . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_InitModule4_in_package . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_recursive_package_import . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_modinit_func . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_export_function2 . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_argument . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_exception . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_refcount . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_init_exception . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_internal_exceptions . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_new_exception s pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_hash_pointer Skipped: pypy specific test . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_types . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_get_programname s pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_get_version Skipped: pypy only test . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_no_double_imports . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_no_structmember . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_consistent_flags . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_generic_type . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_CAPI . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_constructors . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_timezone_constructors . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_macros . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_tzinfo . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_checks . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_misc . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_dictproxytype . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_getitemwitherror . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_setdefault . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_update . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_iter . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_iterkeys . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_typedict2 . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_advanced . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_subclassing . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_getitem_error . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_contains . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_CallFunction . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_CallFunction_PY_SSIZE_T_CLEAN . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_CallFunctionObjArgs . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_CompileString_and_Exec . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_merge_compiler_flags . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_recursive_function . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_build_class . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_getframe . pypy/module/cpyext/test/test_eval.py::AppTestCall::()::test_getbuiltins . pypy/module/cpyext/test/test_exception.py::AppTestExceptions::()::test_OSError_aliases . pypy/module/cpyext/test/test_exception.py::AppTestExceptions::()::test_implicit_chaining . pypy/module/cpyext/test/test_fileobject.py::AppTestFileObject::()::test_defaultencoding . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_fromstring . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_return_nan . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_return_inf . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_return_inf_negative . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_macro_accepts_wrong_pointer_type . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_PyFloat_Check . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_pymath_consts . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_Py_IS . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_Py_Float_AsDouble . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_Py_HUGE_VAL . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_Py_NAN . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_roundtrip . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_forge_frame . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_forge_frame_newer . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_traceback_check . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_get_xxx . pypy/module/cpyext/test/test_funcobject.py::AppTestPickleCpyextFunction::()::test_pickle_cpyext_function_directly . pypy/module/cpyext/test/test_funcobject.py::AppTestPickleCpyextFunction::()::test_pickle_reduce_returning_cpyext_function . pypy/module/cpyext/test/test_funcobject.py::AppTestPickleCpyextFunction::()::test_pickle_method_descriptor . pypy/module/cpyext/test/test_funcobject.py::AppTestPickleCpyextFunction::()::test_pickle_classmethod_descriptor . pypy/module/cpyext/test/test_funcobject.py::AppTestPickleCpyextFunction::()::test_pickle_wrapper_descriptor . pypy/module/cpyext/test/test_funcobject.py::AppTestCall::()::test_code_new_empty . pypy/module/cpyext/test/test_funcobject.py::AppTestCall::()::test_get_xxx . pypy/module/cpyext/test/test_genobject.py::AppTestCoroutine::()::test_generator_coroutine . pypy/module/cpyext/test/test_genobject.py::AppTestCoroutine::()::test_await . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_int . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_fromname . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_object . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_restricted_object_type . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_one_optional . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_string_py_buffer . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_string_fails . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_charbuf_and_length . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_with_py_ssize_t . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_with_py_ssize_t_bytes . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_getargs_keywords . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_y . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_d . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_d_index . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_f_index . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_nested_tuple_es . pypy/module/cpyext/test/test_import.py::AppTestImportLogic::()::test_import_logic . pypy/module/cpyext/test/test_import.py::AppTestImportLogic::()::test_getmodule . pypy/module/cpyext/test/test_iterator.py::AppTestIterator::()::test_noniterable_object_with_mapping_interface . pypy/module/cpyext/test/test_iterator.py::AppTestIterator::()::test_iterable_nonmapping_object . pypy/module/cpyext/test/test_listobject.py::AppTestListObject::()::test_basic_listobject . pypy/module/cpyext/test/test_listobject.py::AppTestListObject::()::test_list_spec . pypy/module/cpyext/test/test_listobject.py::AppTestListObject::()::test_list_macros . pypy/module/cpyext/test/test_listobject.py::AppTestListObject::()::test_get_item_macro . pypy/module/cpyext/test/test_listobject.py::AppTestListObject::()::test_item_refcounts . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_fromunsignedlong . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_fromlonglong . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_from_size_t . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_from_long . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_fromstring . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_frombytearray . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_frombytearray_2 . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_asbytearray . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_fromunicode . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_fromunicodeobject . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_aslong . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_strtol . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_slots . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_PyLong_AsUnsignedLongLongMask . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_as_longlong_and_overflow . pypy/module/cpyext/test/test_marshal.py::AppTestMarshal::()::test_PyMarshal_ReadObjectFromString . pypy/module/cpyext/test/test_marshal.py::AppTestMarshal::()::test_PyMarshal_WriteObjectToString . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_fillWithObject s pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_0d Skipped: segfaults on linux buildslave . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_fromobject . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_buffer_protocol_app . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_buffer_protocol_capi . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_releasebuffer . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_FromMemory_readonly . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_FromMemory_readwrite . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_FromBuffer_NULL . pypy/module/cpyext/test/test_memoryobject.py::AppTestPyBuffer::()::test_release_before_dealloc . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_NOARGS . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_O . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_VARARGS . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_VARARGS_FASTCALL . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_KEYWORDS . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_KEYWORDS_FASTCALL . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_func_attributes . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_function_as_method . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_check . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_module_attribute . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_callfunc . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_wrapper . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_module_name . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_min_max . pypy/module/cpyext/test/test_misc.py::AppTestMisc::()::test_pyos_inputhook . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_getdef_basic . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_getstate . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test___file__ . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_PyModule_AddType . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_getobject . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_basic . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_getdef . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_slots1 . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_slots2 . pypy/module/cpyext/test/test_module.py::AppTestModuleObject::()::test_forget_init . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test__testmultiphase . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_functionality . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_reload . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_try_registration . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_bad_modules . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_null . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_uninit . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_raise . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_export_unreported . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_unloadable_nonascii . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_nonascii . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_get_module . pypy/module/cpyext/test/test_module.py::AppTestMultiPhase::()::test_fromdefandspec . pypy/module/cpyext/test/test_namespaceobject.py::AppTestNamespace::()::test_simple . pypy/module/cpyext/test/test_number.py::AppTestCNumber::()::test_Check . pypy/module/cpyext/test/test_number.py::AppTestCNumber::()::test_number_tobase . pypy/module/cpyext/test/test_number.py::AppTestCNumber::()::test_number_to_ssize_t . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_object_malloc . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_object_calloc . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_object_realloc . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_TypeCheck . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_print . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_isinstance . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_format_returns_unicode . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_Bytes . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_LengthHint . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_add_memory_pressure . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_repr_enter_leave . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_GenericGetSetDict . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_Py_Is . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_SetAttrNull . pypy/module/cpyext/test/test_object.py::AppTestPyBufferObject::()::test_fillWithoutObject . pypy/module/cpyext/test/test_object.py::AppTestPyBufferObject::()::test_fillWithObject . pypy/module/cpyext/test/test_object.py::AppTestPyBufferObject::()::test_fillReadonly . pypy/module/cpyext/test/test_object.py::AppTestPyBufferObject::()::test_decrefObject . pypy/module/cpyext/test/test_object.py::AppTestPyBufferObject::()::test_richcomp_nan . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_occurred . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_fetch_and_restore . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_normalize . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_normalize_no_exception . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrno . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilename_basic . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilename_NULL . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyUnicode . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyLong . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyList . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyTuple . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__Py_None . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_PyErr_Display s pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_GetSetExcInfo Skipped: XXX seems to pass, but doesn't: 'py.test -s' shows errors in PyObject_Free . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_PyErr_Format . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_StopIteration_value . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_PyErr_BadInternalCall . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_error_thread_race . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_format . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_WriteUnraisable . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_fetch_normalized . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_set_get . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_exc_set_object_broken_subclasscheck . pypy/module/cpyext/test/test_pymem.py::AppTestPyMem::()::test_pymem_alloc . pypy/module/cpyext/test/test_pysignals.py::AppTestBufferObject::()::test_signals . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_allow_threads . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_gilstate . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_finalizing . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_thread_state_get x pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_basic_threadstate_dance self = func = at 0xfffbc352ac50>, when = 'setup' def __init__(self, func, when): #: context of invocation: one of "setup", "call", #: "teardown", "memocollect" self.when = when self.start = time() try: > self.result = func() ../_pytest/runner.py:150: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > return CallInfo(lambda: ihook(item=item, **kwds), when=when) ../_pytest/runner.py:138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_HookCaller 'pytest_runtest_setup'> kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } def __call__(self, **kwargs): assert not self.is_historic() > return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) ../_pytest/vendored_packages/pluggy.py:724: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.config.PytestPluginManager object at 0xfffbc8f98f50> hook = <_HookCaller 'pytest_runtest_setup'> methods = [<_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc8b83af0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc8c2e410>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc87a1690>] kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } def _hookexec(self, hook, methods, kwargs): # called from all hookcaller instances. # enable_tracing will set its own wrapping function at self._inner_hookexec > return self._inner_hookexec(hook, methods, kwargs) ../_pytest/vendored_packages/pluggy.py:338: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hook = <_HookCaller 'pytest_runtest_setup'> methods = [<_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc8b83af0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc8c2e410>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffbc87a1690>] kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } self._inner_hookexec = lambda hook, methods, kwargs: \ > _MultiCall(methods, kwargs, hook.spec_opts).execute() ../_pytest/vendored_packages/pluggy.py:333: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc352b460> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffbc352b460> func = , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: return _wrapped_call(hook_impl.function(*args), self.execute) > res = hook_impl.function(*args) ../_pytest/vendored_packages/pluggy.py:596: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = @pytest.hookimpl(tryfirst=True) def pytest_runtest_setup(item): # Check if skip or skipif are specified as pytest marks skipif_info = item.keywords.get('skipif') if isinstance(skipif_info, (MarkInfo, MarkDecorator)): eval_skipif = MarkEvaluator(item, 'skipif') if eval_skipif.istrue(): item._evalskip = eval_skipif pytest.skip(eval_skipif.getexplanation()) skip_info = item.keywords.get('skip') if isinstance(skip_info, (MarkInfo, MarkDecorator)): item._evalskip = True if 'reason' in skip_info.kwargs: pytest.skip(skip_info.kwargs['reason']) elif skip_info.args: pytest.skip(skip_info.args[0]) else: pytest.skip("unconditional skip") item._evalxfail = MarkEvaluator(item, 'xfail') > check_xfail_no_run(item) ../_pytest/skipping.py:190: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = def check_xfail_no_run(item): """check xfail(run=False)""" if not item.config.option.runxfail: evalxfail = item._evalxfail if evalxfail.istrue(): if not evalxfail.get('run', True): > pytest.xfail("[NOTRUN] " + evalxfail.getexplanation()) ../_pytest/skipping.py:208: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ reason = '[NOTRUN] PyThreadState_Get() segfaults on py3k and CPython' def xfail(reason=""): """ xfail an executing test or setup functions with the given reason.""" __tracebackhide__ = True > raise XFailed(reason) E XFailed: [NOTRUN] PyThreadState_Get() segfaults on py3k and CPython ../_pytest/skipping.py:67: XFailed . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_threadstate_dict . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_savethread . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_thread_and_gil . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_nested_pygilstate_ensure . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_threadsinitialized . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_thread_interrupt . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_frame_tstate_tracing . pypy/module/cpyext/test/test_pystrhex.py::AppTestPyStrHex::()::test_simple . pypy/module/cpyext/test/test_pystrtod.py::AppTestStringToDouble::()::test_endswith_space . pypy/module/cpyext/test/test_sequence.py::AppTestSequenceObject::()::test_sequence_macro_cast . pypy/module/cpyext/test/test_sequence.py::AppTestSequenceObject::()::test_fast . pypy/module/cpyext/test/test_sequence.py::AppTestSequenceObject::()::test_fast_keyerror . pypy/module/cpyext/test/test_sequence.py::AppTestSequenceObject::()::test_getitem_c . pypy/module/cpyext/test/test_setobject.py::AppTestSetObject::()::test_set_macro_cast . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_members . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_nulls . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_ellipsis . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_typecheck . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_Unpack . pypy/module/cpyext/test/test_sliceobject.py::AppTestSliceMembers::()::test_AdjustIndices . pypy/module/cpyext/test/test_structseq.py::AppTestStructSeq::()::test_StructSeq . pypy/module/cpyext/test/test_sysmodule.py::AppTestSysModule::()::test_sysmodule . pypy/module/cpyext/test/test_sysmodule.py::AppTestSysModule::()::test_writestdout . pypy/module/cpyext/test/test_sysmodule.py::AppTestSysModule::()::test_sysgetset s pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_get_thread_ident Skipped: pypy only test s pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_acquire_lock Skipped: pypy only test s pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_release_lock Skipped: pypy only test s pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_timed_lock Skipped: pypy only test s pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_tls Skipped: pypy only test . pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_tss . pypy/module/cpyext/test/test_tupleobject.py::AppTestTuple::()::test_refcounts . pypy/module/cpyext/test/test_tupleobject.py::AppTestTuple::()::test_refcounts_more . pypy/module/cpyext/test/test_tupleobject.py::AppTestTuple::()::test_tuple_subclass . pypy/module/cpyext/test/test_tupleobject.py::AppTestTuple::()::test_setitem . pypy/module/cpyext/test/test_tupleobject.py::AppTestTuple::()::test_mp_length . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject_method_descriptor . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject_data_member . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject_object_member . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject_string_member . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_typeobject_int_member . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_int_member_index_protocol . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_overflow . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_staticmethod . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_classmethod . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_class_getitem . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_methoddescr . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_cython_fake_classmethod . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_new . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_shortcut . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_multiple_inheritance1 . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_init . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_metatype . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_compatible . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_compatible2 . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_init_error . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_cmps . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_richcompare . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_hash . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_hash_inheritance . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_descriptor . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_tp_dict . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_custom_allocation . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_heaptype . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_type_dict . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_tp_dict_ready . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_tp_descr_get . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_tp_descr_set . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_signature_and_attributes . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_some_slots . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_getattro . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_issue_2760_getattr . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nb_int . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nb_float . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_call . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_init . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_mp_subscript . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_mp_ass_subscript . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_sq_contains . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_sq_ass_item . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_iter . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_gen_tp_iter . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_intlike . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_mathfunc . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_app_subclass_of_c_type . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_app_cant_subclass_two_types . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_call_tp_dealloc . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_call_reverse . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_custom_metaclass . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_multiple_inheritance3 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_multiple_inheritance_fetch_tp_bases . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_getattr_getattro . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_multiple_inheritance_tp_basicsize . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_multiple_inheritance_bug1 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_getset . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_doc_issue3055 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_vectorcall . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_fastcall . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_fastcalldict . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_getset_doc . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_dictoffset . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_unhashable . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_has_subclass_flag . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_newgetset . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_heaptype_dealloc . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_heaptype_metaclass . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_vectorcall2 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nanobind2_tp_traverse . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nanobind2_module_attributes . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nanobind2_vectorcall_method . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_nanobind3 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_issubclass . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_subclass_from_spec . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_subclass_from_default . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_heap_type1 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_heap_type2 . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_in_subclass . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_mixin_before_ctype . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_mixin_intermediate_python_class . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_mixin_with_struct_backing . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_mixin_from_spec . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_multiple_inheritance_ctypes_with_weakref_or_dict . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_unicodeobject_basic . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_strlen . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_intern_inplace . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_unicode_buffer_init . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_default_encoded_string . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_unicode_macros . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_format_v . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_format1 . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_format_obj . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_fromkind . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_substring . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_aswidecharstring . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_fromwidechar . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_CompareWithASCIIString . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_As_AndSize . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_ready . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_FromObject . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_widechar . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_invalid . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_AsUTFNString . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_lower_cython . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_contains . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_itemsize . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_UnicodeNew . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_char_ops . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_totuple . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_COMPACT . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_subclass . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_fsconverter . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_cython_unicode_tests . pypy/module/cpyext/test/test_userslots.py::AppTestUserSlots::()::test_tp_hash_from_python . pypy/module/cpyext/test/test_userslots.py::AppTestUserSlots::()::test_tp_str . pypy/module/cpyext/test/test_userslots.py::AppTestUserSlots::()::test_tp_deallocate . pypy/module/cpyext/test/test_userslots.py::AppTestUserSlots::()::test_rpow_cpyext . pypy/module/cpyext/test/test_version.py::AppTestVersion::()::test_versions s pypy/module/cpyext/test/test_version.py::AppTestVersion::()::test_pypy_versions Skipped: pypy only test . pypy/module/cpyext/test/test_weakref.py::AppTestWeakReference::()::test_weakref_macro . pypy/module/cpyext/test/test_weakref.py::AppTestWeakReference::()::test_weakref_check (somefailed=True in module/cpyext/test) s pypy/module/crypt/test/test_crypt.py::AppTestCrypt::()::test_crypt Skipped: '/build_dir/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy3.11-c' was not compiled w/ required usemodules: ['crypt'] . pypy/module/errno/test/test_errno.py::AppTestErrno::()::test_posix . pypy/module/errno/test/test_errno.py::AppTestErrno::()::test_constants . pypy/module/errno/test/test_errno.py::AppTestErrno::()::test_errorcode . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_baseexc . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_kwargs . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_args . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_exc . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_custom_class . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_unicode_translate_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_key_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_environment_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_windows_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_syntax_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_system_exit . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_str_unicode . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_unicode_decode_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_unicode_encode_error . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_multiple_inheritance . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_doc_and_module . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_reduce . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_setstate . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_unicode_error_uninitialized_str . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_cause . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_context . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_traceback . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_set_traceback . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_errno_ENOTDIR . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_nonascii_name . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_stopiteration . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_importerror . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_importerror_reduce . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_modulenotfounderror . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_blockingioerror . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_errno_mapping . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_oserror_init_overriden . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_oserror_new_overriden . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_oserror_3_args . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_oserror_5_args . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_oserror_None . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_former_statements_refer_to_builtins . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_bug_print_heuristic_shadows_better_message . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_print_suggestions . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_print_and_operators . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_attribute_error_name_obj_attributes . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_attribute_errorr_name_obj_attributes_are_filled . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_name_error_name_attribute . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_name_error_name_attributes_are_filled . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_multiple_inheritance_bug . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_multiple_inheritance_bug2 . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_keyerror_subclass . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_encodingwarning . pypy/module/faulthandler/test/test_faulthander.py::AppTestFaultHandler::()::test_enable . pypy/module/faulthandler/test/test_faulthander.py::AppTestFaultHandler::()::test_dump_traceback . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_fcntl . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_flock . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_lockf . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_int . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_signed_unsigned_code_param . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_use_mask_on_op . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_large_flag s pypy/module/gc/test/test_gc.py::AppTestGC::()::test_collect Skipped: these tests cannot work with -A s pypy/module/gc/test/test_gc.py::AppTestGC::()::test_disable_finalizers Skipped: these tests cannot work with -A s pypy/module/gc/test/test_gc.py::AppTestGC::()::test_enable Skipped: these tests cannot work with -A s pypy/module/gc/test/test_gc.py::AppTestGC::()::test_gc_collect_overrides_gc_disable Skipped: these tests cannot work with -A s pypy/module/gc/test/test_gc.py::AppTestGC::()::test_gc_collect_step Skipped: these tests cannot work with -A x pypy/module/gc/test/test_gc.py::AppTestGcDumpHeap::()::test_gc_heap_stats self = func = at 0xfffcec2f9b50>, when = 'setup' def __init__(self, func, when): #: context of invocation: one of "setup", "call", #: "teardown", "memocollect" self.when = when self.start = time() try: > self.result = func() ../_pytest/runner.py:150: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > return CallInfo(lambda: ihook(item=item, **kwds), when=when) ../_pytest/runner.py:138: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_HookCaller 'pytest_runtest_setup'> kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } def __call__(self, **kwargs): assert not self.is_historic() > return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) ../_pytest/vendored_packages/pluggy.py:724: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.config.PytestPluginManager object at 0xfffcef378f50> hook = <_HookCaller 'pytest_runtest_setup'> methods = [<_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffceef63af0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffcef00e410>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffceeb81690>] kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } def _hookexec(self, hook, methods, kwargs): # called from all hookcaller instances. # enable_tracing will set its own wrapping function at self._inner_hookexec > return self._inner_hookexec(hook, methods, kwargs) ../_pytest/vendored_packages/pluggy.py:338: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hook = <_HookCaller 'pytest_runtest_setup'> methods = [<_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffceef63af0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffcef00e410>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0xfffceeb81690>] kwargs = {'__multicall__': <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>, 'item': } self._inner_hookexec = lambda hook, methods, kwargs: \ > _MultiCall(methods, kwargs, hook.spec_opts).execute() ../_pytest/vendored_packages/pluggy.py:333: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: > return _wrapped_call(hook_impl.function(*args), self.execute) ../_pytest/vendored_packages/pluggy.py:595: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ wrap_controller = func = , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>> def _wrapped_call(wrap_controller, func): """ Wrap calling to a function with a generator which needs to yield exactly once. The yield point will trigger calling the wrapped function and return its _CallOutcome to the yield point. The generator then needs to finish (raise StopIteration) in order for the wrapped call to complete. """ try: next(wrap_controller) # first yield except StopIteration: _raise_wrapfail(wrap_controller, "did not yield") call_outcome = _CallOutcome(func) try: wrap_controller.send(call_outcome) _raise_wrapfail(wrap_controller, "has second yield") except StopIteration: pass > return call_outcome.get_result() ../_pytest/vendored_packages/pluggy.py:253: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffcec29ee10> def get_result(self): if self.excinfo is None: return self.result else: ex = self.excinfo if _py3: raise ex[1].with_traceback(ex[2]) > _reraise(*ex) # noqa ../_pytest/vendored_packages/pluggy.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_pytest.vendored_packages.pluggy._CallOutcome instance at 0xfffcec29ee10> func = , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}>> def __init__(self, func): try: > self.result = func() ../_pytest/vendored_packages/pluggy.py:264: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <_MultiCall 0 results, 3 meths, kwargs={'item': , '__multicall__': <_MultiCall 0 results, 3 meths, kwargs={...}>}> def execute(self): all_kwargs = self.kwargs self.results = results = [] firstresult = self.specopts.get("firstresult") while self.hook_impls: hook_impl = self.hook_impls.pop() args = [all_kwargs[argname] for argname in hook_impl.argnames] if hook_impl.hookwrapper: return _wrapped_call(hook_impl.function(*args), self.execute) > res = hook_impl.function(*args) ../_pytest/vendored_packages/pluggy.py:596: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = @pytest.hookimpl(tryfirst=True) def pytest_runtest_setup(item): # Check if skip or skipif are specified as pytest marks skipif_info = item.keywords.get('skipif') if isinstance(skipif_info, (MarkInfo, MarkDecorator)): eval_skipif = MarkEvaluator(item, 'skipif') if eval_skipif.istrue(): item._evalskip = eval_skipif pytest.skip(eval_skipif.getexplanation()) skip_info = item.keywords.get('skip') if isinstance(skip_info, (MarkInfo, MarkDecorator)): item._evalskip = True if 'reason' in skip_info.kwargs: pytest.skip(skip_info.kwargs['reason']) elif skip_info.args: pytest.skip(skip_info.args[0]) else: pytest.skip("unconditional skip") item._evalxfail = MarkEvaluator(item, 'xfail') > check_xfail_no_run(item) ../_pytest/skipping.py:190: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item = def check_xfail_no_run(item): """check xfail(run=False)""" if not item.config.option.runxfail: evalxfail = item._evalxfail if evalxfail.istrue(): if not evalxfail.get('run', True): > pytest.xfail("[NOTRUN] " + evalxfail.getexplanation()) ../_pytest/skipping.py:208: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ reason = '[NOTRUN] ' def xfail(reason=""): """ xfail an executing test or setup functions with the given reason.""" __tracebackhide__ = True > raise XFailed(reason) E XFailed: [NOTRUN] ../_pytest/skipping.py:67: XFailed . pypy/module/gc/test/test_gc.py::AppTestGcMethodCache::()::test_clear_method_cache . pypy/module/gc/test/test_gc.py::AppTestGcMethodCache::()::test_clear_index_cache s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_default Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_on_gc_minor Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_on_gc_collect_step Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_on_gc_collect Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_consts Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_cumulative Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_clear_queue Skipped: these tests cannot work with -A s pypy/module/gc/test/test_hook.py::AppTestGcHooks::()::test_no_recursive Skipped: these tests cannot work with -A . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_objects . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_roots . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_referents . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_memory_usage . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_type_index . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_referents . pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_referrers . pypy/module/gc/test/test_referents.py::AppTestReferentsMore::()::test_get_referrers . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_find_module . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_find_module_with_encoding . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_create_dynamic . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_suffixes . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_ext_suffixes . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_obscure_functions . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_find_frozen . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_is_builtin . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_module_py . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_module_pyc_1 . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_source . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_module_pyc_2 . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_broken_pyc . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_load_module_in_sys_modules . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_nullimporter . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_path_importer_cache . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_rewrite_pyc_check_code_name . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_builtin_reimport . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_builtin_reimport_mess . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_get_tag . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_unicode_in_sys_path . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_source_hash . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_check_hash_based_pycs . pypy/module/imp/test/test_import.py::AppTestImport::()::test_set_sys_modules_during_import . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_namespace_package . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_sys . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_a . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_a_cache . pypy/module/imp/test/test_import.py::AppTestImport::()::test_trailing_slash . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_pkg . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_dotted . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_keywords . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_nonutf8_encodable . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_by_filename . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_badcase . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_dotted_cache . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_dotted2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_ambig . pypy/module/imp/test/test_import.py::AppTestImport::()::test_from_a . pypy/module/imp/test/test_import.py::AppTestImport::()::test_from_dotted . pypy/module/imp/test/test_import.py::AppTestImport::()::test_from_pkg_import_module . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_absolute . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_absolute_dont_default_to_relative . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_pkg_absolute . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_absolute_partial_success . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_builtin_inpackage . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_Globals_Are_None . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_fromlist_must_not_contain_bytes . pypy/module/imp/test/test_import.py::AppTestImport::()::test_proper_failure_on_killed__path__ s pypy/module/imp/test/test_import.py::AppTestImport::()::test_pyw Skipped: condition: sys.platform != 'win32' . pypy/module/imp/test/test_import.py::AppTestImport::()::test_cannot_write_pyc . pypy/module/imp/test/test_import.py::AppTestImport::()::test__import__empty_string . pypy/module/imp/test/test_import.py::AppTestImport::()::test_py_directory . pypy/module/imp/test/test_import.py::AppTestImport::()::test_invalid__name__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_absolute_import . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_without_from_name . pypy/module/imp/test/test_import.py::AppTestImport::()::test_no_relative_import . pypy/module/imp/test/test_import.py::AppTestImport::()::test_no_relative_import_bug . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_msg . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_level_1 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_level_2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_level_2_without_from_name . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_level_3 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_error_when_in_non_package . pypy/module/imp/test/test_import.py::AppTestImport::()::test_future_relative_import_error_when_in_non_package2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_relative_import_with___name__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_relative_import_with___name__and___path__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_relative_import_pkg . pypy/module/imp/test/test_import.py::AppTestImport::()::test__package__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_relative_circular . pypy/module/imp/test/test_import.py::AppTestImport::()::test_partially_initialized_circular . pypy/module/imp/test/test_import.py::AppTestImport::()::test_absolute_circular_submodule . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_function . pypy/module/imp/test/test_import.py::AppTestImport::()::test_universal_newlines . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload_failing . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload_submodule . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload_builtin_doesnt_clear . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reimport_builtin_simple_case_1 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reimport_builtin_simple_case_2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reimport_builtin . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload_infinite . pypy/module/imp/test/test_import.py::AppTestImport::()::test_reload_module_subclass . pypy/module/imp/test/test_import.py::AppTestImport::()::test_explicitly_missing . pypy/module/imp/test/test_import.py::AppTestImport::()::test_del_from_sys_modules . pypy/module/imp/test/test_import.py::AppTestImport::()::test_cache_from_source s pypy/module/imp/test/test_import.py::AppTestImport::()::test_invalid_pathname Skipped: sys.version_info > (3, 6) . pypy/module/imp/test/test_import.py::AppTestImport::()::test_crash_load_module . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_star_finds_submodules_with___all__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_star_does_not_find_submodules_without___all__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_star_empty_string . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_star_with_bogus___all__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_star_with_mixed_types___all__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_verbose_flag_0 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_source_encoding . pypy/module/imp/test/test_import.py::AppTestImport::()::test_bad_source_encoding . pypy/module/imp/test/test_import.py::AppTestImport::()::test_find_module_fsdecode . pypy/module/imp/test/test_import.py::AppTestImport::()::test_unencodable . pypy/module/imp/test/test_import.py::AppTestImport::()::test_dev_null_init_file . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_meta_path . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_meta_path_block . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_path_hooks_leaking . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_imp_wrapper . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_path_hooks_module . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_meta_path_import_error_1 . pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_meta_path_import_star_2 . pypy/module/imp/test/test_import.py::AppTestWriteBytecode::()::test_default . pypy/module/imp/test/test_import.py::AppTestWriteBytecode::()::test_write_bytecode . pypy/module/imp/test/test_import.py::AppTestWriteBytecode::()::test_dont_write_bytecode s pypy/module/imp/test/test_import.py::AppTestWriteBytecodeSandbox::()::test_default Skipped: condition: config.option.runappdirect s pypy/module/imp/test/test_import.py::AppTestWriteBytecodeSandbox::()::test_write_bytecode Skipped: condition: config.option.runappdirect s pypy/module/imp/test/test_import.py::AppTestWriteBytecodeSandbox::()::test_dont_write_bytecode Skipped: condition: config.option.runappdirect s pypy/module/imp/test/test_import.py::AppTestImportlibMagic::()::test_magic Skipped: condition: config.option.runappdirect . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_count . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_count_firstval . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_count_repr . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_count_invalid . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_count_subclass_repr . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat_times . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat_overflow . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat_repr . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat_len . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_repeat_subclass_repr . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_takewhile . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_takewhile_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_takewhile_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_dropwhile . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_dropwhile_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_dropwhile_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_filterfalse . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_filterfalse_reduce . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_filterfalse_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_filterfalse_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_dropitems_exact . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_overflow . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_intlike_args . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_islice_big_step . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_chain . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_chain_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_cycle . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_cycle_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_starmap . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_starmap_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_starmap_subclass_kwarg . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_optimization . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_copy_bug . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_instantiate . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_groupby . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_groupby_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_groupby_question_43905804 . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_groupby_crash . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_iterables . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_docstrings . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_weakrefable . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_bug1 . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_defines_copy . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_function_uses_copy . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_tee_function_empty . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_count_overflow . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_chain_fromiterable . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_combinations . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_ziplongest . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_zip_longest2 . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_repeat . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_diff_sizes . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_toomany_args . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_empty . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_powers_of_two . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_empty_item . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_product_setstate . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_permutations . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_permutations_r . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_permutations_r_gt_n . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_permutations_neg_r . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_compress . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_compress_diff_len . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_count_kwargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_repeat_kwargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_combinations_overflow . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_combinations_with_replacement . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_combinations_with_replacement_shortcases . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_zip_longest3 . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_subclassing . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_copy_pickle . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_islice_attack . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_combinations_pickle . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_islice_pickle . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_cycle_pickle . pypy/module/itertools/test/test_itertools.py::AppTestItertools27::()::test_takewhile_pickle . pypy/module/itertools/test/test_itertools.py::AppTestItertools32::()::test_accumulate . pypy/module/itertools/test/test_itertools.py::AppTestItertools32::()::test_accumulate_reduce_corner_case . pypy/module/itertools/test/test_itertools.py::AppTestItertools32::()::test_accumulate_initial . pypy/module/itertools/test/test_itertools.py::AppTestItertools32::()::test_tee_concurrent . pypy/module/math/test/test_math.py::AppTestMath::()::test_all_cases . pypy/module/math/test/test_math.py::AppTestMath::()::test_ldexp . pypy/module/math/test/test_math.py::AppTestMath::()::test_fsum . pypy/module/math/test/test_math.py::AppTestMath::()::test_factorial . pypy/module/math/test/test_math.py::AppTestMath::()::test_log1p . pypy/module/math/test/test_math.py::AppTestMath::()::test_log2 . pypy/module/math/test/test_math.py::AppTestMath::()::test_log10 . pypy/module/math/test/test_math.py::AppTestMath::()::test_log_largevalue . pypy/module/math/test/test_math.py::AppTestMath::()::test_acosh . pypy/module/math/test/test_math.py::AppTestMath::()::test_asinh . pypy/module/math/test/test_math.py::AppTestMath::()::test_atanh . pypy/module/math/test/test_math.py::AppTestMath::()::test_trunc . pypy/module/math/test/test_math.py::AppTestMath::()::test_copysign_nan . pypy/module/math/test/test_math.py::AppTestMath::()::test_special_methods . pypy/module/math/test/test_math.py::AppTestMath::()::test_int_results . pypy/module/math/test/test_math.py::AppTestMath::()::test_ceil . pypy/module/math/test/test_math.py::AppTestMath::()::test_floor . pypy/module/math/test/test_math.py::AppTestMath::()::test_erf . pypy/module/math/test/test_math.py::AppTestMath::()::test_erfc . pypy/module/math/test/test_math.py::AppTestMath::()::test_gamma . pypy/module/math/test/test_math.py::AppTestMath::()::test_lgamma . pypy/module/math/test/test_math.py::AppTestMath::()::test_isclose . pypy/module/math/test/test_math.py::AppTestMath::()::test_gcd . pypy/module/math/test/test_math.py::AppTestMath::()::test_lcm . pypy/module/math/test/test_math.py::AppTestMath::()::test_inf_nan . pypy/module/math/test/test_math.py::AppTestMath::()::test_pi_tau . pypy/module/math/test/test_math.py::AppTestMath::()::test_remainder . pypy/module/math/test/test_math.py::AppTestMath::()::test_isqrt . pypy/module/math/test/test_math.py::AppTestMath::()::test_pow_zero_ninf . pypy/module/math/test/test_math.py::AppTestMath::()::test_exp2 . pypy/module/math/test/test_math.py::AppTestMath::()::test_cbrt . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_page_size . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_attributes . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_args . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_subclass . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_file_size . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_create . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_close . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_read_byte . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_readline . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_read . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_find . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_rfind . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_is_modifiable . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_seek . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_write . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_write_byte . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_size . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_tell . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_flush . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_length_0_large_offset . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_move . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_resize . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_resize_bsd . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_len . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_get_item . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_get_crash . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_set_item . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_del_item . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_concatenation . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_repeatition . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_slicing . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_memoryview . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_offset . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_offset_more . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_large_offset . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_large_filesize . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_context_manager . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_all . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_empty_file . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_read_all . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_resize_past_pos . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_close_while_indexing . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_iter_yields_bytes . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_madvise . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_repr . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_assign_buffer . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_getters_are_not_regular_functions . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_getter_multiple_gest . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_attrgetter . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_dotted_attrgetter . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_attrgetter_type . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_concat . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_mul . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_iadd . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_imul . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_methodcaller . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_methodcaller_self . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_methodcaller_not_string . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_index . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_indexOf . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_index_int_subclass . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_compare_digest . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_compare_digest_unicode . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_length_hint . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_repr_attrgetter . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_repr_itemgetter . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_repr_methodcaller . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_countOf . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_iconcat . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_attrgetter_pickle s pypy/module/posix/test/test_nt.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/posix/test/test_nt.py:7: Skipped: requires Windows s pypy/module/posix/test/test_ztranslation.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/posix/test/test_ztranslation.py:5: Skipped: too dificult to mock the fake objspace interfaces . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_posix_is_pypy_s . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_some_posix_basic_operation . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_stat_float_times . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_stat_result . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_stat_lstat . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_stat_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_path_t_convertor . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_statvfs . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_statvfs_result . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_open_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_filename_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_open_handles_NUL_chars . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_chmod_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_chown_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_utime_exception . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_functions_raise_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getcwd . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getcwdb . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir_default . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir_bytes . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir_unicode . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir_memoryview_returns_unicode . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fdlistdir . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_undecodable_filename . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_access . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_unlink . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_times . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_strerror . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fork . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_openpty . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_openpty_non_inheritable . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_forkpty . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_utime . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_utime_raises . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_wifsignaled . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_uname . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getuid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_setuid_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getgid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getgroups . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_setgroups . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_initgroups . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_tcgetpgrp . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_tcsetpgrp . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getpgid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_setgid_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getsid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getresuid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getresgid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_setresuid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_setresgid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_sysconf . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_sysconf_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_fpathconf . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_pathconf . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_confstr . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_confstr_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_wait . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_getloadavg . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_major_minor . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fsync . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fdatasync . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fchdir . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_pread . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_pwrite . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_posix_fadvise . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_posix_posix_fallocate . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_largefile . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_set_get_priority . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_sched_get_priority_max . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_sched_get_priority_min . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_sched_priority_max_greater_than_min . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_sched_yield . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_sched_param_kwargs . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_write_buffer . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_write_unicode . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_abort . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_closerange . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_chown . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_lchown . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fchown . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_chmod . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fchmod . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_mkfifo . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_mknod . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_mknod_with_ifchr . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_nice . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_symlink . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_symlink_fd . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_symlink_fspath . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_readlink . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_truncate . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getlogin . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getppid . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_has_kill . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_pipe_flush . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_pipe_inheritable . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_pipe2 . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_O_CLOEXEC . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_dup2_inheritable . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_open_inheritable . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_sync . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_blocking . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_blocking_error . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_sendfile . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_filename_can_be_a_buffer . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getgrouplist . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_sendfile_no_offset . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_lockf . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_urandom s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_rename Skipped: condition: sys.platform != 'win32' . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_device_encoding . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_rtld_constants s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_win_constants Skipped: condition: sys.platform != 'win32' s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_darwin_constants Skipped: condition: sys.platform != 'darwin' . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_error_message . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_os_fspath . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_xattr_simple . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_get_terminal_size . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_scandir . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_scandir_fd . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_execv_no_args . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_execv_bad_args . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_execve_invalid_env . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WCOREDUMP . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WIFSTOPPED . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WIFSIGNALED . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WIFEXITED . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WEXITSTATUS . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WSTOPSIG . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WTERMSIG . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_WIFCONTINUED s pypy/module/posix/test/test_posix2.py::AppTestNt::()::test_handle_inheritable Skipped: condition: sys.platform != 'win32' s pypy/module/posix/test/test_posix2.py::AppTestNt::()::test__getfullpathname Skipped: condition: sys.platform != 'win32' s pypy/module/posix/test/test_posix2.py::AppTestNt::()::test__path_splitroot Skipped: condition: sys.platform != 'win32' s pypy/module/posix/test/test_posix2.py::AppTestNt::()::test_dll_directory Skipped: condition: sys.platform != 'win32' . pypy/module/posix/test/test_posix2.py::AppTestEnvironment::()::test_environ . pypy/module/posix/test/test_posix2.py::AppTestEnvironment::()::test_environ_nonascii . pypy/module/posix/test/test_posix2.py::AppTestEnvironment::()::test_unsetenv_nonexisting . pypy/module/posix/test/test_posix2.py::AppTestPosixUnicode::()::test_stat_unicode . pypy/module/posix/test/test_posix2.py::AppTestPosixUnicode::()::test_open_unicode . pypy/module/posix/test/test_posix2.py::AppTestPosixUnicode::()::test_remove_unicode . pypy/module/posix/test/test_posix2.py::AppTestUnicodeFilename::()::test_open s pypy/module/posix/test/test_posix2.py::AppTestPep475Retry::()::test_pep475_retry_read Skipped: xxx does not work with -A . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_scandir_empty . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_scandir_files . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_unicode_versus_bytes . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_stat1 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_stat4 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir1 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir2 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir3 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir4 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir5 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_dir6 . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_fdopendir . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_inode . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_repr . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_direntry_unpicklable . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_fspath . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_resource_warning . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_context_manager . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_lstat . pypy/module/posix/test/test_scandir.py::AppTestScandir::()::test_unicode_dir . pypy/module/pwd/test/test_pwd.py::AppTestPwd::()::test_getpwuid . pypy/module/pwd/test/test_pwd.py::AppTestPwd::()::test_getpwnam . pypy/module/pwd/test/test_pwd.py::AppTestPwd::()::test_getpwall . pypy/module/pwd/test/test_pwd.py::AppTestPwd::()::test_nul_error . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_simple . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_attributes . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_version . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_malformed_xml . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_encoding_argument . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_get_handler . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_intern . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_set_buffersize . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_encoding_xml . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_explicit_encoding . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_python_encoding . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_external_entity . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_errors . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_model . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_read_chunks . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_entities . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_ErrorString_crash s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_on_compile Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_on_compile_exception Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_on_compile_crashes Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_non_reentrant Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_on_compile_types Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_on_abort Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_creation Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_creation_dmp Skipped: Can't run this test with -A s pypy/module/pypyjit/test/test_jit_hook.py::AppTestJitHook::()::test_get_stats_snapshot Skipped: Can't run this test with -A . pypy/module/pypyjit/test/test_jit_not_in_trace.py::AppTestJitNotInTrace::()::test_not_from_assembler . pypy/module/pypyjit/test/test_jit_not_in_trace.py::AppTestJitNotInTrace::()::test_not_from_assembler_exception . pypy/module/pypyjit/test/test_jit_setup.py::AppTestPyPyJIT::()::test_setup . pypy/module/pypyjit/test/test_jit_setup.py::AppTestPyPyJIT::()::test_no_jit . pypy/module/pypyjit/test/test_jit_setup.py::AppTestPyPyJIT::()::test_doc . pypy/module/pypyjit/test/test_jit_setup.py::AppTestPyPyJIT::()::test_interface_residual_call . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_create . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_with . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_badcreate . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_add . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_fromfd . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_control_and_wait . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_errors . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_unregister_closed . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_close_twice . pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_non_inheritable s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_create Skipped: test requires BSD s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_create_event Skipped: test requires BSD s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_queue_event Skipped: test requires BSD s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_pair Skipped: test requires BSD s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_non_inheritable Skipped: test requires BSD s pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_issue30058 Skipped: test requires BSD . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_sleep . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_list_tuple . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_readable . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_writable . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_write_read . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_write_close . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_read_closed . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_read_many . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_read_end_closed . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_select_descr_out_of_bounds . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_poll_arguments . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_select_new_forbidden . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_poll . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_poll_threaded . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_resize_list_in_select . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_PIPE_BUF . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_sleep . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_list_tuple . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_readable . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_writable . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_write_read . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_write_close . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_closed . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_many . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_end_closed . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_select_descr_out_of_bounds . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_poll_arguments . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_select_new_forbidden . pypy/module/select/test/test_select_signal.py::AppTestSelectSignal::()::test_pep475_retry . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_exported_names . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_basics . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_default_return . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_ignore_return . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_obj_return . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_getsignal . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_check_signum . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_alarm . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_set_wakeup_fd . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_set_wakeup_fd_socket_result . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_set_wakeup_fd_invalid . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_siginterrupt . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_default_int_handler . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_valid_signals . pypy/module/signal/test/test_signal.py::AppTestSignal::()::test_strsignal . pypy/module/signal/test/test_signal.py::AppTestSignalSocket::()::test_alarm_raise . pypy/module/signal/test/test_signal.py::AppTestItimer::()::test_itimer_real . pypy/module/signal/test/test_signal.py::AppTestItimer::()::test_itimer_exc . pypy/module/signal/test/test_signal.py::AppTestPThread::()::test_pthread_kill . pypy/module/signal/test/test_signal.py::AppTestPThread::()::test_sigwait . pypy/module/signal/test/test_signal.py::AppTestPThread::()::test_sigmask . pypy/module/signal/test/test_signal.py::AppTestPThread::()::test_raise_signal s pypy/module/signal/test/test_signal.py::AppTestRemotelyTriggeredDebugger::()::test_run_debugger Skipped: can only be run untranslated s pypy/module/signal/test/test_signal.py::AppTestRemotelyTriggeredDebugger::()::test_audit_hook Skipped: can only be run untranslated s pypy/module/signal/test/test_signal.py::AppTestRemotelyTriggeredDebugger::()::test_disable_debugger Skipped: can only be run untranslated . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_unpack_simple . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_unpack_from . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_unpack_bytearray . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_unpack_array . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_pack_into_bytearray . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_pack_into_bytearray_padding . pypy/module/struct/test/test_struct.py::AppTestFastPath::()::test_pack_into_bytearray_delete . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_in_modules . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_builtin_in_modules . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_builtin_module_names . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_exc_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_exc_info_normalization . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_io . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_getfilesystemencoding . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_float_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_int_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_hash_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_flags . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_flags_warn_default_encoding . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_exit . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_thread_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_flags_dev_mode_is_bool . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_multiarch . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_audit . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_platlibdir . pypy/module/sys/test/test_sysmodule.py::AppTestPlatlibdirNotDefault::()::test_platlibdir . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_original_displayhook . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_original_displayhook_unencodable . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_lost_displayhook . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_custom_displayhook . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_original_excepthook . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_excepthook_failsafe_path . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_original_excepthook_pypy_encoding . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_excepthook_flushes_stdout . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_tracebacklimit_excepthook . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_exit . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_getdefaultencoding . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_setcheckinterval . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_setswitchinterval . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_recursionlimit . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_recursionlimit_toolow . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_getwindowsversion . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_winver . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_dllhandle . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_dlopenflags . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_refcount . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_getframe . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_getframe_in_returned_func . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_attributes . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_implementation . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_simplenamespace . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_pickle_simplenamespace . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_reload_doesnt_override_sys_executable . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_settrace . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_pypy_attributes . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_allattributes . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_float_repr_style . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_is_finalizing . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_asyncgen_hooks . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_coroutine_origin_tracking_depth . pypy/module/sys/test/test_sysmodule.py::AppTestSysSettracePortedFromCpython::()::test_sys_settrace . pypy/module/sys/test/test_sysmodule.py::AppTestCurrentFramesWithThread::()::test_current_frames . pypy/module/sys/test/test_sysmodule.py::AppTestCurrentFramesWithThread::()::test_current_exceptions . pypy/module/sys/test/test_sysmodule.py::AppTestCurrentFramesWithThread::()::test_intern . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_returns_none . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_returns_subscr . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_returns_slice_2 . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_returns_slice_3 . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_strange_invocation . pypy/module/sys/test/test_sysmodule.py::AppTestSysExcInfoDirect::()::test_call_in_subfunction . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_compiler . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_version_info . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_pypy_version_info . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_sys_implementation . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_implementation . pypy/module/sys/test/test_version.py::AppTestVersion::()::test_git_version . pypy/module/termios/test/test_termios.py::AppTestTermios::()::test_values . pypy/module/termios/test/test_termios.py::AppTestTermios::()::test_error . pypy/module/termios/test/test_termios.py::AppTestTermios::()::test_error_tcsetattr s pypy/module/test_lib_pypy/test_coroutine.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_coroutine.py:3: Skipped: test needs to be updated s pypy/module/test_lib_pypy/test_curses.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_curses.py:14: Skipped: install cffi and run lib_pypy/_curses_build.py manually first s pypy/module/test_lib_pypy/test_os_wait.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_resource.py:12: Skipped: invalid syntax (resource.py, line 15) s pypy/module/test_lib_pypy/test_resource.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_resource.py:12: Skipped: invalid syntax (resource.py, line 15) s pypy/module/test_lib_pypy/test_stackless.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_stackless.py:14: Skipped: cannot import stackless: No module named _continuation s pypy/module/test_lib_pypy/test_stackless_pickle.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_stackless_pickle.py:2: Skipped: in-progress, maybe s pypy/module/test_lib_pypy/test_stackless_pickling.py /build_dir/pypy-c-jit-linux-aarch64/build/pypy/module/test_lib_pypy/test_stackless_pickling.py:8: Skipped: cannot import stackless: No module named _continuation . pypy/module/test_lib_pypy/test_code_module.py::AppTestCodeModule::()::test_cause_tb . pypy/module/test_lib_pypy/test_code_module.py::AppTestCodeModule::()::test_context_tb . pypy/module/test_lib_pypy/test_code_module.py::AppTestCodeModule::()::test_excepthook . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_deque . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_deque_iter . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_deque_reversed . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_deque_remove . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_mutate_during_remove . pypy/module/test_lib_pypy/test_collections.py::AppTestDeque::()::test_deque_unhashable . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_remove_empty . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_remove_mutating . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_remove_failing . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_maxlen . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_count . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_reverse . pypy/module/test_lib_pypy/test_collections.py::AppTestDequeExtra::()::test_subclass_with_kwargs . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_basic . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_constructor . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_missing . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_repr . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_recursive_repr . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_copy . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_shallow_copy . pypy/module/test_lib_pypy/test_collections.py::AppTestDefaultDict::()::test_deep_copy . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[19None] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[20False] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[21True] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[22StopIteration] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[23case23] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[24case24] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_and_reload[25case25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[19None] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[20False] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[21True] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[22StopIteration] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[23case23] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[24case24] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_loads_from_cpython[25case25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[19None] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[20False] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[21True] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[22StopIteration] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[23case23] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[24case24] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_to_cpython[25case25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dumps_subclass[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[19None] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[20False] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[21True] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[22StopIteration] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[23case23] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[24case24] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_from_cpython[25case25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[042] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[19223372036854775807] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[2-1.25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[3case3] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[442] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[5case5] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[6hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[7hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[8case8] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[9case9] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[10case10] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[11case11] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[12case12] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[13case13] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[14hello] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[15case15] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[16case16] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[17case17] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[18case18] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[19None] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[20False] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[21True] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[22StopIteration] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[23case23] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[24case24] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_to_cpython[25case25] . pypy/module/test_lib_pypy/test_marshal_extra.py::test_load_truncated_string . pypy/module/test_lib_pypy/test_marshal_extra.py::test_dump_unicode_length s pypy/module/test_lib_pypy/test_md5_extra.py::TestMD5Update::()::test_update Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test1 Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test2 Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test3 Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test4 Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test_attributes Skipped: Unavailable under py3 runappdirect s pypy/module/test_lib_pypy/test_pickle_extra.py::test_pickle_moduledict Skipped: test the _pickle_moduledict() addition to pickle.py . pypy/module/test_lib_pypy/test_sha_extra.py::AppTestSHA::()::test_case_1 . pypy/module/test_lib_pypy/test_sha_extra.py::AppTestSHA::()::test_case_2 . pypy/module/test_lib_pypy/test_sha_extra.py::AppTestSHA::()::test_attributes . pypy/module/test_lib_pypy/test_sha_extra.py::AppTestSHA256::()::test_attributes . pypy/module/test_lib_pypy/test_sha_extra.py::AppTestSHA512::()::test_attributes . pypy/module/test_lib_pypy/test_site_extra.py::test_preimported_modules . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_class . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_mydata . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_default_None . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_constructor . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_compare_like_tuple . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_pickle . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_readonly . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_no_extra_assignments . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_dict_argument . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_small . pypy/module/test_lib_pypy/test_structseq.py::AppTestStructseq::()::test_match_margs . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_errors . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_repr . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_virtual_proxy . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_simple . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_missing_attr . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_proxy_double . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_proxy_inplace_add . pypy/module/thread/test/test_fork.py::AppTestFork::()::test_fork_with_thread . pypy/module/thread/test/test_fork.py::AppTestFork::()::test_forked_can_thread . pypy/module/thread/test/test_fork.py::AppTestFork::()::test_forked_is_main_thread . pypy/module/thread/test/test_fork.py::AppTestFork::()::test_nested_import_lock_fork . pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_import_lock . pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_with_many_dependencies . pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_manual_locking . pypy/module/thread/test/test_import_lock.py::AppTestThread::()::test_lock_held_by_another_thread . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_local_1 . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_local_init . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_local_init2 . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_local_setdict . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_weakrefable . pypy/module/thread/test/test_local.py::AppTestLocal::()::test_local_is_not_immortal . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_lock_basic . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_lock_in_with . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_weakrefable . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_timeout . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_timeout_overflow . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_ping_pong . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_at_fork_reinit . pypy/module/thread/test/test_lock.py::AppTestLockAgain::()::test_lock_again . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test_reacquire . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test_release_unacquired . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test_release_save . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test__is_owned . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test_context_manager . pypy/module/thread/test/test_lock.py::AppTestRLock::()::test_timeout . pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_lock_acquire_retries_on_intr . pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_rlock_acquire_retries_on_intr . pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_lock_acquire_interruption . pypy/module/thread/test/test_lock.py::AppTestLockSignals::()::test_rlock_acquire_interruption . pypy/module/thread/test/test_lock.py::AppTestLockRepr::()::test_lock_repr . pypy/module/thread/test/test_lock.py::AppTestLockRepr::()::test_rlock_repr . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_thread_error . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_start_new_thread . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_thread_count . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_start_new_thread_args . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_get_ident . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_get_native_id . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_sys_getframe . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_thread_exit . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_perthread_excinfo . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_no_corruption . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_stack_size . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_interrupt_main . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_interrupt_main_wrong_arg . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_interrupt_non_main . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_interrupt_self . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_hangul_syllables . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_cjk . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_bug_1704793 . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_yes_alias_python3 . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_normalize_bad_argcount . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_normalize_nonunicode . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_normalize_wide . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_is_normalized . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_linebreaks . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_mirrored . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_bidirectional_not_one_character . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_aliases . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_named_sequences . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_names_in_pua_range . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_east_asian_width_9_0_changes . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_11_change . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_12_1_change . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_13_0_change . pypy/module/unicodedata/test/test_unicodedata.py::AppTestUnicodeData::()::test_14_0_change . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_def_buf_size . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_error . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32 . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_start_value . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start_bug . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_long_start . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_long_start . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32 . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32_start_value . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof_incomplete_stream . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary_streaming . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_version . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_raw_with_dictionary . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state Skipped: does not error check . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush . pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_constants