. pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_docstring_not_loaded . pypy/interpreter/astcompiler/test/test_compiler.py::AppTestCompiler::()::test_print_to . 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 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_dict_subclass_with_weird_getitem . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_attributes . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_co_names . pypy/interpreter/test/test_code.py::AppTestCodeIntrospection::()::test_code . 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_compiler.py::AppTestCompiler::()::test_bom_with_future . 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_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::AppTestOptimizer::()::test_remove_ending . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_none_constant . pypy/interpreter/test/test_compiler.py::AppTestOptimizer::()::test_tuple_constants . 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_repr_vs_str . 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_descrtypecheck.py::AppTestDescrTypecheck::()::test_getsetprop_get . pypy/interpreter/test/test_descrtypecheck.py::AppTestDescrTypecheck::()::test_func_code_get . 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_exceptcomp.py::AppTestExceptionComp::()::test_nestedtuples . pypy/interpreter/test/test_exceptcomp.py::AppTestExceptionComp::()::test_deeptuples . 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_with_statement_and_sys_clear . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_sys_clear_while_handling_exception . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_sys_clear_while_handling_exception_nested . pypy/interpreter/test/test_interpreter.py::AppTestInterpreter::()::test_sys_clear_reraise 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_package s pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_f_back_hidden Skipped: not for runappdirect testing . pypy/interpreter/test/test_pyframe.py::AppTestPyFrame::()::test_fast2locals_called_lazily . pypy/interpreter/test/test_special.py::AppTestSpecialTestCase::()::test_Ellipsis . pypy/interpreter/test/test_special.py::AppTestSpecialTestCase::()::test_NotImplemented . pypy/interpreter/test/test_syntax.py::AppTestCondExpr::()::test_condexpr . pypy/interpreter/test/test_syntax.py::AppTestCondExpr::()::test_condexpr_no_warning . 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_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::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_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_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_classmethod_im_class . 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_zzpickle_and_slow.py::AppTestSlow::()::test_inspect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_code Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_global_func Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_not_imported_module Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_builtin_func Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_non_top_reachable_func Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_cell Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_frame Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_frame_with_exc Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_frame_clos Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_frame_setstate_crash Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_traceback Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_module Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_moduledict Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_bltins_module Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_buffer Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_complex Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_method Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_staticmethod Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_classmethod Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_sequenceiter Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversesequenceiter Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversesequenceiter_stopped Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_dictiter Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversed Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_reversed_stopped Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_enum Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_xrangeiter Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator_blk Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_builtin_method Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_submodule Skipped: condition: config.option.runappdirect s pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestInterpObjectPickling::()::test_pickle_generator_crash Skipped: condition: config.option.runappdirect . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestGeneratorCloning::()::test_deepcopy_generator . pypy/interpreter/test/test_zzpickle_and_slow.py::AppTestGeneratorCloning::()::test_shallowcopy_generator s pypy/objspace/std/test/test_random_attr.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/std/test/test_random_attr.py:14: Skipped: requires hypothesis . 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 . 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_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_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_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_errmsg . 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_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_dont_force_offset . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_fromobject___index__ . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_fromobject___int__ . pypy/objspace/std/test/test_bytearrayobject.py::AppTestBytesArray::()::test_mutate_while_slice . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_wrongchar . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_c_overflow . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_format_wrongtype . 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_split_splitchar . 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_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 s pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_unicode_join_str_arg_utf8 Skipped: sys.setdefaultencoding() not available . 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_encode . 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_getnewargs . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_subclass . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_str_unicode_interchangeable s pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_replace_overflow Skipped: Wrong platform . 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_add . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_error_message_wrong_self . pypy/objspace/std/test/test_bytesobject.py::AppTestBytesObject::()::test_is_bug s pypy/objspace/std/test/test_celldict.py::AppTestModuleDict::()::test_check_module_uses_module_dict Skipped: __repr__ doesn't work on appdirect . 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 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 . 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_has_key . 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_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_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_lt . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_lt2 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictObject::()::test_other_rich_cmp . 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_cmp_with_noncmp . 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_has_key . 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_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_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_lt . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_lt2 . pypy/objspace/std/test/test_dictmultiobject.py::AppTest_DictMultiObject::()::test_other_rich_cmp . 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_cmp_with_noncmp . 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_constructors_not_callable . 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 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_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 . 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_dictproxy s pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxy_getitem Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxyeq Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_str_repr Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_immutable_dict_on_builtin_type Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_dictproxy.py::AppTestUserObjectMethodCache::()::test_dictproxy Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False . 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_int_float . pypy/objspace/std/test/test_floatobject.py::AppTestAppFloatTest::()::test_float_string . 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_round . 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_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_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_hash_minus_one . 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 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_identitydict.py::AppTestIdentityDict::()::test_old_style_classes 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_UnicodeTestCase::()::test_index . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_slice . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_repeat . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_wrappers . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_subclasses . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_error . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_startswith . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_endswith . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_find . pypy/objspace/std/test/test_index.py::AppTest_UnicodeTestCase::()::test_count . pypy/objspace/std/test/test_index.py::AppTest_XRangeTestCase::()::test_xrange . 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_getitem_classic . 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_unicode . 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_int_before_string . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_getnewargs s pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_cmp Skipped: This is a 'wont fix' case . 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_coerce . 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_some_rops . pypy/objspace/std/test/test_intobject.py::AppTestInt::()::test_error_message_wrong_self . 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_unicode . 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_int_before_string . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_getnewargs s pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_cmp Skipped: This is a 'wont fix' case . 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_coerce . 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_some_rops . pypy/objspace/std/test/test_intobject.py::AppTestIntShortcut::()::test_error_message_wrong_self . 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_value_items . pypy/objspace/std/test/test_jsondict.py::AppTest::()::test_iter_keys_value_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_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_cmp . 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_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_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_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_pop_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___getslice__ . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test___setslice__ . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test___delslice__ . 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_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_no_len_on_range_iter . pypy/objspace/std/test/test_listobject.py::AppTestListObject::()::test_reduce . 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 s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_simple Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_getitem_slice Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_getitem_extended_slice Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_repr Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_force Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_reverse Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestRangeListForcing::()::test_pop Skipped: __pypy__.internal_repr() cannot be used to see if a range list was forced on top of pypy-c s pypy/objspace/std/test/test_listobject.py::AppTestWithoutStrategies::()::test_no_shared_empty_list Skipped: cannot runappdirect test: space needs objspace.std.withliststrategies = False, while pypy-c was built with True . 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_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_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___long__ . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test___long__ . 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_long_errors . 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_negative_zero . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_mix_int_and_long . 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_coerce . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_linear_long_base_16 . pypy/objspace/std/test/test_longobject.py::AppTestLong::()::test_error_message_wrong_self . 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_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_dict_equality s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_simple Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_property Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_two_attributes Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_two_maps Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_custom_metaclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_old_style_base Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_call_method_uses_cache Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_mix_cache_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_dont_keep_class_alive Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_instance_keeps_class_alive Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_lookup_method_devolved_dict_caching Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_dict_order Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_method_change Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_slot_via_changing_member_descr Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_builtin_types_callmethod Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_builtin_types_load_attr Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_load_attr_bug_class_name_turns_into_descriptor Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_simple Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_simple_shared_with_load Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_load_attr_interaction_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_attr_immutability_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_cache_init Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_store_cache_unboxing_problem Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestWithMapDictAndCounters::()::test_bug_jit_hint_on_reordering Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_simple Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_read_write_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_popitem Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_slot_name_conflict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_devolved_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_clear_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_change_class_slots_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_setdict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_delete_slot Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_reversed_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_bug_materialize_huge_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_bug_iter_checks_map_is_wrong Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_copy Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_dict_equality Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_mix_classes Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_mapdict.py::AppTestGlobalCaching::()::test_mix_classes_attribute Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_basic . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_rw . 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_pypy_raw_address_base . pypy/objspace/std/test/test_memoryobject.py::AppTestMemoryView::()::test_mutate_memoryview_while_indexing s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mix_classes Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_class_that_cannot_be_cached Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_subclasses Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_many_names Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutating_bases Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_custom_metaclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutate_class Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_abstract_methods Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_attribute_error Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_call_type Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_call_type_subclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_bases Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_with_failing_mro Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_catch_mro_conflict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_nonheap_types Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_weakref Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_same_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_versus_slots_2 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutable_bases_keeping_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_compatible_slot_layout Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_add Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_call Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_builtin_call_kwds Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_multipleinheritance_fail Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_outer_metaclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_inner_metaclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_implicit_metaclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mro_mutation_interaction_bug Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_abstract_mro Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_nodoc Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_explicitdoc Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_implicitdoc Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_immutabledoc Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_conflict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_metaclass_choice Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_descr_typecheck Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slots_simple Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slot_mangling Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slots_multiple_inheritance Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_string_slots Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_base_attr Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_cannot_subclass Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_slot_conflict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_repr Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_repr_issue1292 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_invalid_mro Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_data_descriptor_without_get Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_user_defined_mro_cls_access Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_only_classic_bases_fails Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_set___class__ Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_name Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_compare Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_class_variations Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_module Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_immutable_builtin Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_nontype_in_mro Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_init_must_return_none Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_dictproxy_is_updated Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_type_descriptors_overridden Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_change_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_mutate_dict Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_we_already_got_one_1 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_we_already_got_one_2 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_crash_mro_without_object_1 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_crash_mro_without_object_2 Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_instancecheck Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_subclasscheck Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False s pypy/objspace/std/test/test_methodcache.py::AppTestMethodCaching::()::test_bad_args Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False . 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_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::AppTestStringFormat::()::test_escape . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_empty . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_several . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_stray_brackets . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_auto_numbering . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_positional_args . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_kwargs . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_attr . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_index . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_getitem . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_chained . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_invalid_field_name . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_repr_conversion . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_format_spec . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_invalid_conversion . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_recursive . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_presentation . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_padding . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_precision . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_non_ascii_presentation . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_oldstyle_custom_format . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_bogus_cases . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_format_huge_precision . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_format_huge_width . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_format_huge_item_number . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_format_null_fill_char . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_issue3100 . pypy/objspace/std/test/test_newformat.py::AppTestStringFormat::()::test_string_conversion . 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::AppTestLongFormatting::()::test_simple . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_invalid . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_c . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_binary . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_octal . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_hex . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_padding . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_width_overflow . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_sign . pypy/objspace/std/test/test_newformat.py::AppTestLongFormatting::()::test_thousands_separator . 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_locale F pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german self = func = at 0x00007fdeb06bf010>, 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 0x00007fdec00cce90> 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 0x00007fded1338120> 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 0x00007fded1338120> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_locale_german(self): import locale, sys for name in ['de_DE', 'de_DE.utf8']: try: locale.setlocale(locale.LC_NUMERIC, name) break except locale.Error: pass else: skip("no german locale") x = 1234.567890 try: if sys.platform != "darwin": assert locale.format('%g', x, grouping=True) == '1.234,57' assert format(x, 'n') == '1.234,57' assert format(12345678901234, 'n') == '12.345.678.901.234' else: # No thousands separator on German in MacOS since 10.4 > assert locale.format('%g', x, grouping=True) == '1234,57' E assert '1.234,57' == '1234,57' E - 1.234,57 E ? - E + 1234,57 objspace/std/test/test_newformat.py:413: AssertionError s pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_dont_switch_to_g Skipped: must fix when float formatting is figured out . 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_format_char . pypy/objspace/std/test/test_newformat.py::AppTestInternalMethods::()::test_format_unicode_nonutf8_bytestring . 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_default_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_str . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_on_primitives s pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_is_on_strs Skipped: cannot run this test as apptest . 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 s pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_on_strs Skipped: cannot run this test as apptest s pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_of_tuples Skipped: cannot run this test as apptest s pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_id_of_frozensets Skipped: cannot run this test as apptest . pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_identity_vs_id_primitives s pypy/objspace/std/test/test_obj.py::AppTestObject::()::test_identity_vs_id_str Skipped: cannot run this test as apptest . 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 s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_hash Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_conjugate Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_inplace Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_callable Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_numerator_denominator Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_string Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_unicode Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_float Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_str_repr Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_two_param Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_largenums Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_shift_zeros Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_overflow Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_pow Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_w_long_arg Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_ctr Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_ops Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_subclass_int Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_special_int Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_special_long Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_just_trunc Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_override___int__ Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_non_int Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_trunc_returns_int_subclass Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_before_string Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_getnewargs Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_cmp Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_bit_length Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_bit_length_max Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_real Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_error_msg Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_invalid_literal_message Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_coerce Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_fake_int_as_base Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_truediv Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_truediv_future Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_int_of_bool Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_binop_overflow Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_rbinop_overflow Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_some_rops Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_error_message_wrong_self Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False s pypy/objspace/std/test/test_prebuiltint.py::AppTestInt::()::test_prebuiltint Skipped: cannot runappdirect test: space needs objspace.std.withprebuiltint = True, while pypy-c was built with False 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_internals.py::AppTestProxyTracebackController::()::test_proxy_file . 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_union . pypy/objspace/std/test/test_setobject.py::AppTestAppSetTest::()::test_compare . 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_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_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_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_smalllongobject.py::AppTestInt::()::test_hash . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_conjugate . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_inplace . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_callable . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_numerator_denominator . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_string . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_unicode . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_float . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_str_repr . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_two_param . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_largenums . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_shift_zeros . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_overflow . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_pow . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_w_long_arg . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_ctr . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_ops . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_subclass_int . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_special_int . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_special_long . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_just_trunc . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_override___int__ . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_non_int . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_trunc_returns_int_subclass . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_before_string . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_getnewargs s pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_cmp Skipped: This is a 'wont fix' case . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_bit_length . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_bit_length_max . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_real . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_error_msg . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_invalid_literal_message . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_coerce . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_fake_int_as_base . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_truediv . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_truediv_future . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_int_of_bool . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_binop_overflow . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_rbinop_overflow . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_some_rops . pypy/objspace/std/test/test_smalllongobject.py::AppTestInt::()::test_error_message_wrong_self s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_trunc Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_add Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sub Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_mul Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_truediv Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_floordiv Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_floordiv Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_numerator_denominator Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_compare Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_conversion Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_shift Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_pow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_pow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_getnewargs Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_divmod Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_int_divmod Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_format Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_bits Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_hash Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_math_log Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_huge_longs Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_just_trunc Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_override___long__ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test___long__ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_trunc_returns Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_before_string Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_errors Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_conjugate Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_bit_length Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_negative_zero Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_mix_int_and_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_real Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test__int__ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_long_error_msg Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_coerce Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_linear_long_base_16 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_error_message_wrong_self Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_simple Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_hash Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_int Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_add Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_add_32 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_sl_lshift Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_hash Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_conjugate Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_inplace Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_callable Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_numerator_denominator Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_string Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_unicode Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_float Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_str_repr Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_two_param Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_largenums Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_shift_zeros Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_overflow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_pow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_w_long_arg Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_ctr Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_ops Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_subclass_int Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_special_int Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_special_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_just_trunc Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_override___int__ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_non_int Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_trunc_returns_int_subclass Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_before_string Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_getnewargs Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_cmp Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_bit_length Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_bit_length_max Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_real Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_error_msg Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_invalid_literal_message Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_coerce Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_fake_int_as_base Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_truediv Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_truediv_future Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_int_of_bool Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_binop_overflow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_rbinop_overflow Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_some_rops Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/objspace/std/test/test_smalllongobject.py::AppTestIntWithSmallLong::()::test_error_message_wrong_self Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False . 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 s pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_three_tuples Skipped: don't have specialization for 3-tuples s pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_mongrel Skipped: don't have specialization for 3-tuples . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_subclasses . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestW_SpecialisedTupleObject::()::test_bug_tuples_of_nans . 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_zip_two_lists . pypy/objspace/std/test/test_specialisedtupleobject.py::AppTestAll::()::test_error_message_wrong_self . 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_zip_two_lists . pypy/objspace/std/test/test_tupleobject.py::AppTestW_TupleObject::()::test_error_message_wrong_self . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_abstract_methods . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_attribute_error . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_call_type . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_call_type_subclass . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_bases . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_with_failing_mro . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_catch_mro_conflict . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_nonheap_types . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_slots . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_weakref . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_same_slots . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_versus_slots_2 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutable_bases_keeping_slots . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_compatible_slot_layout . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_add . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_call . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_builtin_call_kwds . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_multipleinheritance_fail . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_outer_metaclass . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_inner_metaclass . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_implicit_metaclass . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mro_mutation_interaction_bug . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_abstract_mro . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_nodoc . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_explicitdoc . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_implicitdoc . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_immutabledoc . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_conflict . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_choice . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_descr_typecheck . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slots_simple . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slot_mangling . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slots_multiple_inheritance . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_string_slots . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_base_attr . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_cannot_subclass . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_slot_conflict . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_repr . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_repr_issue1292 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_invalid_mro . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_data_descriptor_without_get . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_user_defined_mro_cls_access . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_only_classic_bases_fails . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_set___class__ . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_name . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_compare . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_class_variations . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_module . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_immutable_builtin . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_nontype_in_mro . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_init_must_return_none . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_dictproxy_is_updated . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_type_descriptors_overridden . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_change_dict . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_mutate_dict . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_we_already_got_one_1 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_we_already_got_one_2 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_crash_mro_without_object_1 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_crash_mro_without_object_2 . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_instancecheck . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_subclasscheck . pypy/objspace/std/test/test_typeobject.py::AppTestTypeObject::()::test_bad_args s pypy/objspace/std/test/test_typeobject.py::AppTestWithMethodCacheCounter::()::test_module_from_handbuilt_type Skipped: cannot runappdirect test: space needs objspace.std.withmethodcachecounter = True, while pypy-c was built with False . pypy/objspace/std/test/test_typeobject.py::AppTestGetattributeShortcut::()::test_reset_logic s pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_reset_logic Skipped: cannot runappdirect test: space needs objspace.std.newshortcut = True, while pypy-c was built with False s pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_dont_explode_on_non_types Skipped: cannot runappdirect test: space needs objspace.std.newshortcut = True, while pypy-c was built with False s pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_slots_with_method_in_class Skipped: cannot runappdirect test: space needs objspace.std.newshortcut = True, while pypy-c was built with False s pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_eq_returns_notimplemented Skipped: cannot runappdirect test: space needs objspace.std.newshortcut = True, while pypy-c was built with False s pypy/objspace/std/test/test_typeobject.py::AppTestNewShortcut::()::test_cmp_on_types Skipped: cannot runappdirect test: space needs objspace.std.newshortcut = True, while pypy-c was built with False 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_descriptor_objclass 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_addition . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_getitem . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_contains_ex . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_contains . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_splitlines . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_zfill . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_split . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rsplit . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rsplit_bug . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_split_rsplit_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_center . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_title . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_istitle . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_islower_isupper_with_titlecase . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_lower_upper . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_capitalize . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rjust . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_ljust . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_buffer s pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_overflow Skipped: Wrong platform . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_strip . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_strip_nonascii . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_strip_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rstrip_bug . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_long_from_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_int_from_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_float_from_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_repr_16bits . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_repr . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_getnewargs . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_call_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_call_unicode_2 . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_more . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_too_large . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_tuples . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_endswith_convert . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_endswith . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_endswith_more . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_endswith_tuple . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_expandtabs . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_expandtabs_overflows_gracefully . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_expandtabs_0 . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_expandtabs_bug . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_translate . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_from_encoded_object . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_startswith_tuple . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_missing_cases . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_utf7 . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_utf8 . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_errors . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_repr_bug . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_partition . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rpartition . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_partition_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_mul . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_index . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rindex . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rfind . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_rfind_corner_case . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_find_index_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_count_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_count_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_swapcase . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_buffer . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_call_special_methods . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_str_unicode_concat_overrides . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_returns_subclass . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_getslice . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_getitem_slice . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_no_len_on_str_iter . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encode_raw_unicode_escape . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_decode_from_buffer . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_conversion_with__unicode__ . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_conversion_with__str__ . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_formatting_unicode__str__ s pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_formatting_unicode__str__2 Skipped: but this case here is completely insane . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_formatting_unicode__str__3 . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_repeat . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_formatting_char . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_str_subclass . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_class_with_both_str_and_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii . pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence . pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash (somefailed=True in objspace/std/test) . 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_calls_subclasscheck . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_raising_calls_subclasscheck . pypy/module/__builtin__/test/test_abstractinst.py::AppTestAbstractInst::()::test_exception_bad_subclasscheck . pypy/module/__builtin__/test/test_apply.py::AppTestApply::()::test_trivial_listonly . pypy/module/__builtin__/test/test_apply.py::AppTestApply::()::test_trivial_dictonly . pypy/module/__builtin__/test/test_apply.py::AppTestApply::()::test_trivial . 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_chr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_bin . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_unichr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_intern . 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_xrange_args . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_repr . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_up . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_down . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_has_type_identity . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_len . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_indexing . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_xrange_bad_args . 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_reversed_simple_sequences . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_reversed_custom_objects . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_cmp . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_cmp_more . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_cmp_cyclic . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_coerce . 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_execfile_args . pypy/module/__builtin__/test/test_builtin.py::AppTestBuiltinApp::()::test_print_function . 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::AppTestGetattr::()::test_getattr . pypy/module/__builtin__/test/test_builtin.py::AppTestGetattr::()::test_getattr_typecheck . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_simple . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_isinstance . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_issubclass . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_mutate_class_special . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_class_repr . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_class_str . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_del_error_class_special . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_mutate_instance_special . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_init . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_method . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_inheritance . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_inheritance_unbound_method . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_len_getsetdelitem . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_len_errors . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_call . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_nonzero . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_repr . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_str . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_iter . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_getsetdelattr . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_instance_override . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_unary_method . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_cmp . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_coerce . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_coerce_inf . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_coerce_reverse . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_binaryop . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_binaryop_coerces . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_binaryop_calls_coerce_always . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_binaryop_raises . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_iadd . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_cmp_and_coerce . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_hash . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_index . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_contains . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_pow . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_getsetdelslice . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_contains_bug . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_class_instantiation_bug . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_instance_new . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_del . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_catch_attributeerror_of_descriptor . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_multiple_inheritance_more . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_weakref . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_next . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_cmp_returning_notimplemented . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_assignment_to_del . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_context_manager . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_reverse . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_special_method_via_getattr . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_cant_subclass_instance . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_dict_descriptor . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_partial_ordering . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_eq_order . pypy/module/__builtin__/test/test_classobj.py::AppTestOldstyle::()::test_override___int__ s pypy/module/__builtin__/test/test_classobj.py::AppTestOldStyleClassBytesDict::()::test_moduledict Skipped: can only be run on py.py s pypy/module/__builtin__/test/test_classobj.py::AppTestOldStyleClassBytesDict::()::test_attr_slots Skipped: can only be run on py.py s pypy/module/__builtin__/test/test_classobj.py::AppTestOldStyleClassBytesDict::()::test_attr_unicode Skipped: can only be run on py.py s pypy/module/__builtin__/test/test_classobj.py::AppTestOldStyleMapDict::()::test_has_mapdict Skipped: can only be run on py.py . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_staticmethod . 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_metaclass . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_super_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_classmethods_various . 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_uninitialized_property . pypy/module/__builtin__/test/test_descriptor.py::AppTestBuiltinApp::()::test_uninitialized_super . 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_tuple . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_no_function_string . 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_tuple . pypy/module/__builtin__/test/test_filter.py::AppTestFilter::()::test_filter_string . 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_and_should . 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_one_seq . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_trivial_map_no_function . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_identity1 . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_None . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_badoperation . pypy/module/__builtin__/test/test_functional.py::AppTestMap::()::test_map_multiply_identity . 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::AppTestZip::()::test_one_list . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_three_lists . pypy/module/__builtin__/test/test_functional.py::AppTestZip::()::test_bad_length_hint . pypy/module/__builtin__/test/test_functional.py::AppTestReduce::()::test_None . pypy/module/__builtin__/test/test_functional.py::AppTestReduce::()::test_sum . pypy/module/__builtin__/test/test_functional.py::AppTestReduce::()::test_minus . 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_tuple_calls_getitem . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_iter . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_object_with___int__ . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_float . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_long . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_iter_reduce . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_xrange_iter_reduce_one . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_lib_python_xrange_optimization . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_cpython_issue16029 . pypy/module/__builtin__/test/test_functional.py::AppTestXRange::()::test_cpython_issue16030 . 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_not_for_mapping . 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::AppTestApply::()::test_apply . 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_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_mixed . 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::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_mixed . 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::AppTestMaxTuple::()::test_max_mixed . 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_minmax.py::AppTestMinList::()::test_min_mixed . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_toofew . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_toomany . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_one . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_posstartisstop . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_negstartisstop . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_zero . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_twoargs . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_decreasingtwoargs . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_negatives . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_decreasing_negativestep . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_posfencepost1 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_posfencepost2 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_posfencepost3 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_negfencepost1 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_negfencepost2 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_negfencepost3 . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_decreasing_negativelargestep . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_increasing_positivelargestep . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_zerostep . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_float . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_wrong_type . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_object_with___int__ . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_long . pypy/module/__builtin__/test/test_range.py::AppTestRange::()::test_range_cases . pypy/module/__builtin__/test/test_rawinput.py::AppTestRawInput::()::test_input_and_raw_input . pypy/module/__builtin__/test/test_rawinput.py::AppTestRawInput::()::test_softspace . pypy/module/__builtin__/test/test_rawinput.py::AppTestRawInput::()::test_softspace_carryover . pypy/module/__builtin__/test/test_reduce.py::AppTestReduce::()::test_None . pypy/module/__builtin__/test/test_reduce.py::AppTestReduce::()::test_sum . pypy/module/__builtin__/test/test_reduce.py::AppTestReduce::()::test_minus . pypy/module/__builtin__/test/test_reduce.py::AppTestReduce::()::test_from_cpython . 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/__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_stringbuilder . pypy/module/__pypy__/test/test_builders.py::AppTestBuilders::()::test_encode . pypy/module/__pypy__/test/test_bytebuffer.py::AppTest::()::test_bytebuffer . pypy/module/__pypy__/test/test_bytebuffer.py::AppTest::()::test_buffer_getslice_empty 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_save_module_content_for_future_reload . 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_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_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_bufferable . 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: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_builtinify Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_hidden_applevel Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_hidden_applevel_frames Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_get_hidden_tb Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_lookup_special Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_do_what_I_mean Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_list_strategy Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_dict_strategy Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_set_strategy Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True s pypy/module/__pypy__/test/test_special.py::AppTest::()::test_instance_strategy Skipped: cannot runappdirect test: space needs objspace.usemodules.select = False, while pypy-c was built with True . pypy/module/__pypy__/test/test_special.py::AppTestJitFeatures::()::test_jit_backend_features . pypy/module/__pypy__/test/test_special.py::AppTestJitFeatures::()::test_internal_error . pypy/module/__pypy__/test/test_time.py::AppTestTime::()::test_clock_realtime . pypy/module/__pypy__/test/test_time.py::AppTestTime::()::test_clock_monotonic . pypy/module/__pypy__/test/test_time.py::AppTestTime::()::test_clock_getres . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_module . 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_identifier . pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_bool s pypy/module/_ast/test/test_ast.py::AppTestAST::()::test_object Skipped: condition: py.test.config.option.runappdirect . 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_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_string . 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/_cffi_backend/test/test_c.py::AppTestC::()::test_load_library . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_all_rtld_symbols . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_primitive_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_primitive_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_signed_char . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_integer_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_float_on_int_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_float_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complex_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_character_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_pointer_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_to_int . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_bool . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_pointer_to_pointer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_int . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_float . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_float_to_int . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_integer_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_char . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_reading_pointer_to_pointer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_load_standard_library . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_len_on_nonarray . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cmp_none . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_invalid_indexing . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_default_str . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_default_unicode . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_from_cdataint . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_array_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_instance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_of_unknown_length_instance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_of_unknown_length_instance_with_initializer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_initializer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_add . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_sub . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_ptr_sub_unaligned . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_primitive_from_cdata . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_primitive_from_cdata . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_between_pointers . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_alignof . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_struct_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_union_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complete_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_complete_union . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_instance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_union_instance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_pointer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_init_list . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_array_in_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_offsetof . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_inspect_function_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_type_taking_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_void_result . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_function_void_arg . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_0 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_0_pretend_bool_result . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_1 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_2 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_3 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_4 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_5 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_6 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_7 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_20 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_21 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_22 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23_bis . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_23_bool_array . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_pass_struct_with_array_of_length_0 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_9 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_24 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_25 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_call_with_a_autocompleted_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_charp . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_load_and_call_function s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_read_variable Skipped: untested s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_read_variable_as_unknown_length_array Skipped: untested s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_write_variable Skipped: untested . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_exception Skipped: PyPy does not report a traceback . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_return_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_a_lot_of_callbacks . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_tiny_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_tiny_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_receiving_big_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_big_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_void . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_enum . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_with_non_injective_mapping . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_in_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_enum_overflow . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_enum . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_enum_unsigned . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_char . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_callback_returning_wchar_t . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_with_bitfields . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_instance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_instance_init . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_weakref . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_inheritance . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_assign_string . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_add_error . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_errors . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_too_many_items . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_type_errors . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_overflow_errors . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_copying . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_byte . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_wchar . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_typeerror . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_convert_to_ptr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_set_struct_fields . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_invalid_function_result_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_return_in_func . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_with_functionptr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_wchar . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char16 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char32 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_wchar_variants_mix . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_keepalive_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nokeepalive_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_owning_repr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_dereference_void . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_iter . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cmp . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_buffer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_getcname . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno_callback Skipped: cannot run this test on py.py (e.g. fails on Windows) . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_to_array . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_invalid . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_float_convertion . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_delitem . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bug_delattr s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_variable_length_struct Skipped: later . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_autocast_int . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_autocast_float . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_longdouble . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_array_of_length_zero . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nested_anonymous_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nested_anonymous_struct_2 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_union . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unaligned_struct . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_CData_CType . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_no_cdata_float . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bool . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bool_forbidden_cases . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof_array . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_typeoffsetof_no_bitfield . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_rawaddressof . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_signed_unsigned_char . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_newp_from_bytearray_doesnt_work . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_string_assignment_to_byte_array s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE Skipped: testing variadic broken on macos (issue 4937) . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE_only_for_FILE_arg . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_FILE_object . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_errno_saved s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_GetLastError Skipped: GetLastError(): only for Windows . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nonstandard_integer_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_convert_unicode_to_charp . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_buffer_keepalive . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice_ptr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_slice_array_checkbounds . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_nonstandard_slice . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_setslice . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_setslice_array . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cdata_name_module_doc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_different_types_of_ptr_equality . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_handle . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_new_handle_cycle . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_x86_gcc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_msvc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_arm_gcc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_bitfield_as_ppc_gcc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_no_length s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_more_buffer_warning Skipped: PyPy2.7 does not warn . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_no_length_explicit_position . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_struct_array_not_aligned . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_ass_slice . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_void_p_arithmetic . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_sizeof_sliced_array . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_packed . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_packed_with_bitfields . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_not_str_unicode . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_bytearray s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_more_cases Skipped: not for pypy . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_require_writable . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_from_buffer_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_issue483 . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_buffer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_readonly_readwrite . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_sign_check . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_memmove_bad_cdata . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_dereference_null_ptr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_mixup . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_stdcall_function_type . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_common_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unpack . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cdata_dir . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_char_pointer_conversion . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_primitive_comparison . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_new . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_new_contextmgr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_badtype . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_badtype_contextmgr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_gc . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_gc_contextmgr . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_from_buffer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_from_buffer_contextmgr s pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_explicit_release_bytearray_on_cpython Skipped: pypy's bytearray are never locked . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_int_doesnt_give_bool . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cannot_call_null_function_pointer . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_huge_structure . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_get_types . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_type_available_with_correct_names . pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_unaligned_types . 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_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 F pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_1 self = func = at 0x00007feb717a5e98>, 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 0x00007feb708d4f00> 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 0x00007feb4188e560> 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 0x00007feb4188e560> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_ffi_new_allocator_1(self): import _cffi_backend as _cffi1_backend ffi = _cffi1_backend.FFI() alloc1 = ffi.new_allocator() alloc2 = ffi.new_allocator(should_clear_after_alloc=False) for retry in range(100): p1 = alloc1("int[10]") p2 = alloc2("int[10]") combination = 0 for i in range(10): assert p1[i] == 0 combination |= p2[i] p1[i] = -42 p2[i] = -43 if combination != 0: break del p1, p2 import gc; gc.collect() else: > raise AssertionError("cannot seem to get an int[10] not " "completely cleared") E AssertionError: cannot seem to get an int[10] not completely cleared module/_cffi_backend/test/test_ffi_obj.py:433: AssertionError . 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_convert_api_mode_builtin_function_to_cdata 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 (somefailed=True in module/_cffi_backend/test) . 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_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_unicode_escape . pypy/module/_codecs/test/test_codecs.py::AppTestCodecs::()::test_unicode_replace . 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_unicode_internal_encode . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unicode_internal_decode . 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_one_arg_encoder . 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_decoder_state . 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_decode_errors . 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_badhandler . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_badhandler_longindex . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unicode_internal . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_unicode_internal_error_handler_infinite_loop . pypy/module/_codecs/test/test_codecs.py::AppTestPartialEvaluation::()::test_encode_error_bad_handler . 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_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_bad_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_last_byte_handler . 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 s pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_various_depths Skipped: may fail on top of CPython . 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 s pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_sampling_inside_callback Skipped: we can't run this until we have _vmprof.is_sampling_enabled . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_vmprof . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_thread_switch_to_sub . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_thread_switch_to_sub_nonstarted . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_thread_switch_to_main . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_0 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_1 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_2 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_3 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_4 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_5 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_6 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_7 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_8 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_9 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_10 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_11 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_12 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_13 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_14 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_15 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_16 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_17 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_18 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_single_threaded_19 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_multi_threaded_0 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_multi_threaded_1 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_multi_threaded_2 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_multi_threaded_3 . pypy/module/_continuation/test/test_translated.py::AppTestWrapper::()::test_multi_threaded_4 . pypy/module/_continuation/test/test_zpickle.py::AppTestCopy::()::test_basic_setup . pypy/module/_continuation/test/test_zpickle.py::AppTestCopy::()::test_copy_continulet_not_started . pypy/module/_continuation/test/test_zpickle.py::AppTestCopy::()::test_copy_continulet_not_started_multiple . pypy/module/_continuation/test/test_zpickle.py::AppTestCopy::()::test_copy_continulet_real . pypy/module/_continuation/test/test_zpickle.py::AppTestCopy::()::test_copy_continulet_already_finished . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle::()::test_pickle_continulet_empty . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle::()::test_pickle_continulet_empty_subclass . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle::()::test_pickle_continulet_not_started . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle::()::test_pickle_continulet_real . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle::()::test_pickle_continulet_real_subclass . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v1::()::test_pickle_continulet_empty . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v1::()::test_pickle_continulet_empty_subclass . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v1::()::test_pickle_continulet_not_started . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v1::()::test_pickle_continulet_real . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v1::()::test_pickle_continulet_real_subclass . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v2::()::test_pickle_continulet_empty . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v2::()::test_pickle_continulet_empty_subclass . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v2::()::test_pickle_continulet_not_started . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v2::()::test_pickle_continulet_real . pypy/module/_continuation/test/test_zpickle.py::AppTestPickle_v2::()::test_pickle_continulet_real_subclass . 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_bool_arg . pypy/module/_csv/test/test_dialect.py::AppTestDialect::()::test_delimiter . 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_reader.py::AppTestReader::()::test_simple_reader . 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_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 s pypy/module/_demo/test/test_sieve.py::AppTestSieve::()::test_sieve Skipped: cannot runappdirect test: module '_demo' required . pypy/module/_file/test/test_file.py::AppTestFile::()::test_simple . pypy/module/_file/test/test_file.py::AppTestFile::()::test_readline . pypy/module/_file/test/test_file.py::AppTestFile::()::test_readlines . pypy/module/_file/test/test_file.py::AppTestFile::()::test_fdopen . pypy/module/_file/test/test_file.py::AppTestFile::()::test_badmode . pypy/module/_file/test/test_file.py::AppTestFile::()::test_wraposerror . pypy/module/_file/test/test_file.py::AppTestFile::()::test_correct_file_mode . pypy/module/_file/test/test_file.py::AppTestFile::()::test_newlines . pypy/module/_file/test/test_file.py::AppTestFile::()::test_unicode s pypy/module/_file/test/test_file.py::AppTestFile::()::test_unicode_filename Skipped: condition: config.option.runappdirect and sys.platform == 'darwin' . pypy/module/_file/test/test_file.py::AppTestFile::()::test_oserror_has_filename . pypy/module/_file/test/test_file.py::AppTestFile::()::test_readline_mixed_with_read . pypy/module/_file/test/test_file.py::AppTestFile::()::test_invalid_modes . pypy/module/_file/test/test_file.py::AppTestFile::()::test_write_resets_softspace . pypy/module/_file/test/test_file.py::AppTestFile::()::test_open_dir . pypy/module/_file/test/test_file.py::AppTestFile::()::test_encoding_errors . pypy/module/_file/test/test_file.py::AppTestFile::()::test_exception_from_close . pypy/module/_file/test/test_file.py::AppTestFile::()::test_exception_from_del s pypy/module/_file/test/test_file.py::AppTestFile::()::test_track_resources Skipped: condition: config.option.runappdirect s pypy/module/_file/test/test_file.py::AppTestFile::()::test_track_resources_dont_crash Skipped: condition: config.option.runappdirect . pypy/module/_file/test/test_file.py::AppTestFile::()::test_truncate s pypy/module/_file/test/test_file.py::AppTestFile::()::test_write_full Skipped: requires '/dev/full' . pypy/module/_file/test/test_file.py::AppTestFile::()::test_ignore_ioerror_in_readall_if_nonempty_result s pypy/module/_file/test/test_file.py::AppTestNonblocking::()::test_nonblocking_file_all Skipped: works with internals of _file impl on py.py s pypy/module/_file/test/test_file.py::AppTestNonblocking::()::test_nonblocking_file_max Skipped: works with internals of _file impl on py.py . pypy/module/_file/test/test_file.py::AppTestConcurrency::()::test_concurrent_writes . pypy/module/_file/test/test_file.py::AppTestConcurrency::()::test_parallel_writes_and_reads . pypy/module/_file/test/test_file.py::AppTestConcurrency::()::test_seek_from_cur_backwards_off_end . pypy/module/_file/test/test_file.py::AppTestFile25::()::test___enter__ . pypy/module/_file/test/test_file.py::AppTestFile25::()::test___exit__ . pypy/module/_file/test/test_file.py::AppTestFile25::()::test_file_and_with_statement . pypy/module/_file/test/test_file.py::AppTestFile25::()::test_subclass_with . pypy/module/_file/test/test_file.py::AppTestFile25::()::test_readline_unbuffered_should_read_one_line_only . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestFile::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFile::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFile::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFile::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestFdOpen::()::test_fileno . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedFdOpen::()::test_fileno . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedFdOpen::()::test_fileno . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_seek . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_tell . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_repr . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferFdOpen::()::test_fileno . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_repr s pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_seek Skipped: does not apply in universal newlines mode s pypy/module/_file/test/test_file_extra.py::AppTestUniversalNewlines::()::test_tell Skipped: does not apply in universal newlines mode . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_repr s pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_seek Skipped: does not apply in universal newlines mode s pypy/module/_file/test/test_file_extra.py::AppTestUnbufferedUniversal::()::test_tell Skipped: does not apply in universal newlines mode . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_repr s pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_seek Skipped: does not apply in universal newlines mode s pypy/module/_file/test/test_file_extra.py::AppTestLineBufferedUniversal::()::test_tell Skipped: does not apply in universal newlines mode . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_simple_tell . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_plain_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_readline . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_readline_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_iter . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_next . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_read . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_readlines_max . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_tell_and_seek_back . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_xreadlines . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_attr . pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_repr s pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_seek Skipped: does not apply in universal newlines mode s pypy/module/_file/test/test_file_extra.py::AppTestLargeBufferUniversal::()::test_tell Skipped: does not apply in universal newlines mode . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_case_readonly . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_readlines . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_writelines . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_nasty_writelines . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_rw_bin . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_rw . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_r_universal . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_flush . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_isatty . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_truncate . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_readinto . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_readinto_error . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_weakref . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_weakref_dies_before_file_closes . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_ValueError . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_docstrings s pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_repr_unicode_filename Skipped: condition: config.option.runappdirect and sys.platform == 'darwin' . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_repr_escape_filename . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_EAGAIN . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_close_fd_if_dir_check_fails . pypy/module/_file/test/test_file_extra.py::AppTestAFewExtra::()::test_dont_close_fd_if_dir_check_fails_in_fdopen . pypy/module/_file/test/test_large_file.py::AppTestLargeFile::()::test_large_seek_offsets s pypy/module/_file/test/test_large_file.py::AppTestLargeFile::()::test_large_sparse Skipped: no sparse files on default Mac OS X file system s pypy/module/_io/test/test_interp_textio.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_io/test/test_interp_textio.py:5: Skipped: hypothesis required . 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_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_big . 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_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::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_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_big . 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_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_readinto_small_parts s pypy/module/_io/test/test_bufferedio.py::AppTestForbidRawPtrForResizableList::()::test_monkeypatch_works Skipped: condition: py.test.config.option.runappdirect s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_simple_read Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_pieces Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_slow_provider Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_past_eof Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_buffering Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_peek Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read1 Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readinto Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readinto_big Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_seek Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_readlines Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_detach Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_detached Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_tell Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_repr Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False s pypy/module/_io/test/test_bufferedio.py::AppTestBufferedReaderOnRevDB::()::test_read_interrupted Skipped: cannot runappdirect test: space needs translation.reverse_debugger = True, while pypy-c was built with False . 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_deprecated_max_buffer_size . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_check_several_writes . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_destructor . pypy/module/_io/test/test_bufferedio.py::AppTestBufferedWriter::()::test_truncate . 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_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_readline . 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_nonblocking_read . 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/_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_string_ulcase 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_strcoll_unicode 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_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 . 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_digest_size s pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_MD5Type Skipped: no md5.MD5Type on CPython . 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/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_missing_codec . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_hz . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_strict_error . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_hz_error . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_hz_ignore . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_hz_replace . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_custom_error_handler . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_decode_custom_error_handler_overflow . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_hz . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_hz_error . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_hz_ignore . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_hz_replace . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_custom_error_handler . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_custom_error_handler_type . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_encode_replacement_with_state . pypy/module/_multibytecodec/test/test_app_codecs.py::AppTestCodecs::()::test_streaming_codec . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_decode_hz . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_decode_hz_final . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_decode_hz_reset . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_decode_hz_error . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_decode_hz_buffer_grow . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz_final . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz_reset . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz_noreset . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz_error . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_hz_buffer_grow . pypy/module/_multibytecodec/test/test_app_incremental.py::AppTestClasses::()::test_encode_big5hkscs . pypy/module/_multibytecodec/test/test_app_stream.py::AppTestStreams::()::test_reader . pypy/module/_multibytecodec/test/test_app_stream.py::AppTestStreams::()::test_reader_replace . pypy/module/_multibytecodec/test/test_app_stream.py::AppTestStreams::()::test_writer . pypy/module/_multibytecodec/test/test_app_stream.py::AppTestStreams::()::test_no_flush . pypy/module/_multibytecodec/test/test_app_stream.py::AppTestStreams::()::test_writer_seek_no_empty_write . pypy/module/_multiprocessing/test/test_connection.py::AppTestBufferTooShort::()::test_exception s pypy/module/_multiprocessing/test/test_connection.py::AppTestWinpipeConnection::()::test_connection Skipped: win32 only s pypy/module/_multiprocessing/test/test_connection.py::AppTestWinpipeConnection::()::test_poll Skipped: win32 only s pypy/module/_multiprocessing/test/test_connection.py::AppTestWinpipeConnection::()::test_read_into Skipped: win32 only . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_connection . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_poll . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_read_into . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_bad_fd . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_byte_order . pypy/module/_multiprocessing/test/test_connection.py::AppTestSocketConnection::()::test_repr . pypy/module/_multiprocessing/test/test_memory.py::AppTestMemory::()::test_address_of . pypy/module/_multiprocessing/test/test_memory.py::AppTestMemory::()::test_mmap_address . pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_basic s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_recursive Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_maxvalue Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_wait Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_rebuild Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_semaphore_contextmanager Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_semaphore.py::AppTestSemaphore::()::test_in_threads Skipped: Hangs on macOSX s pypy/module/_multiprocessing/test/test_win32.py::AppTestWin32::()::test_CreateFile Skipped: condition: sys.platform != "win32" s pypy/module/_multiprocessing/test/test_win32.py::AppTestWin32::()::test_pipe Skipped: condition: sys.platform != "win32" s pypy/module/_pypyjson/test/test_simd.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_pypyjson/test/test_simd.py:16: Skipped: missing hypothesis! . pypy/module/_pypyjson/test/test__pypyjson.py::AppTest::()::test_raise_on_unicode . 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_utf8 . 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_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_jumpahead . 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 . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_getaddr . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_getaddressindll . 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 s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention1 Skipped: windows 32-bit specific s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention2 Skipped: windows specific s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_calling_convention3 Skipped: windows 32-bit specific s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_func_fromaddr2 Skipped: windows 32-bit specific s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_func_fromaddr3 Skipped: windows specific s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_by_ordinal Skipped: windows specific . pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_cdll_as_integer s pypy/module/_rawffi/alt/test/test_funcptr.py::AppTestFFI::()::test_windll_as_integer Skipped: windows specific . 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 s pypy/module/_rawffi/alt/test/test_struct.py::AppTestStruct::()::test_unknown_type Skipped: cannot use self.dummy_type with -A . 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 s pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_byordinal Skipped: win32 specific . 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 s pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_stackcheck Skipped: 32-bit win32 msvc specific . 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 s pypy/module/_rawffi/test/test__rawffi.py::AppTestFfi::()::test_last_error Skipped: Windows test . 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: DO_TRACING not enabled in this PyPy s pypy/module/_rawffi/test/test_tracker.py::AppTestTracker::()::test_structure Skipped: DO_TRACING not enabled in this PyPy s pypy/module/_rawffi/test/test_tracker.py::AppTestTracker::()::test_callback Skipped: DO_TRACING not enabled in this PyPy . pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_digest_size s pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_SHAType Skipped: no sha.SHAType on CPython . pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_shaobject . pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_copy . pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_buffer . pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_unicode . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_module . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_overflow_errors . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_ntoa_exception . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_aton_exceptions . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_ntop_exceptions . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_pton_exceptions . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_newsocket_error . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_fileno . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_repr . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_close s pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_track_resources Skipped: condition: config.option.runappdirect . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_close_error . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_connect . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_connect_ex . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_connect_typeerrors . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_bigport . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_NtoH . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_newsocket . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_subclass . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_getsetsockopt . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_getsetsockopt_zero . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_getsockopt_bad_length s pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_socket_ioctl Skipped: win32 only . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_dup . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_buffer_or_unicode . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_unix_socket_connect . pypy/module/_socket/test/test_sock_app.py::AppTestSocket::()::test_automatic_shutdown s pypy/module/_socket/test/test_sock_app.py::AppTestNetlink::()::test_connect_to_kernel_netlink_routing_socket Skipped: no AF_NETLINK on this platform s pypy/module/_socket/test/test_sock_app.py::AppTestPacket::()::test_convert_between_tuple_and_sockaddr_ll Skipped: AF_PACKET needs to be root for testing . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_timeout . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_timeout_zero . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_recv_send_timeout . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_recv_into . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_recvfrom_into . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_family . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_missing_error_catching . pypy/module/_socket/test/test_sock_app.py::AppTestSocketTCP::()::test_no_socket_cloexec_non_block . pypy/module/_socket/test/test_sock_app.py::AppTestErrno::()::test_errno . 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::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_expand . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub . 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_callable_suddenly_unicode . 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_emptymatch . pypy/module/_sre/test/test_app_sre.py::AppTestSreMatch::()::test_sub_shortcut_no_match . 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_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_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_locale . 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::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_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_expand . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub . 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_callable_suddenly_unicode . 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_emptymatch . pypy/module/_sre/test/test_sre_buf.py::AppTestSreMatchBuf::()::test_sub_shortcut_no_match . 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_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 s pypy/module/_vmprof/test/test__vmprof.py::AppTestVMProf::()::test_stop_sampling Skipped: unreliable test except on CPython without -A . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_simple . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_missing_arg . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_no_kwargs . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_callback . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_callback_order . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_dont_callback_if_weakref_dead . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_callback_cannot_ressurect . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_weakref_reusing . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_correct_weakrefcount_after_death . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_weakref_equality . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_ne . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_getweakrefs . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_hashing . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_weakref_subclassing . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_function_weakrefable . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_method_weakrefable . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_set_weakrefable . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_generator_weakrefable . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_weakref_subclass_with_del . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_buggy_case . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_del_and_callback_and_id . pypy/module/_weakref/test/test_weakref.py::AppTestWeakref::()::test_type_weakrefable . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_simple . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_caching . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_callable_proxy . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_callable_proxy_type . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_dont_create_directly . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_dont_hash . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_subclassing_not_allowed . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_proxy_to_dead_object . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_proxy_with_callback . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_repr . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_unicode . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_eq . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_callback_raises . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_init . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_add . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_inplace_add . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_setattr . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_error_message_wrong_self . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_reverse_add . pypy/module/_weakref/test/test_weakref.py::AppTestProxy::()::test_gt_lt s pypy/module/_winreg/test/test_winreg.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/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_fromfile . 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_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_lying_iterable . pypy/module/array/test/test_array.py::AppTestArray::()::test_type . 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_array_of_chars_equality . 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_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_str . pypy/module/array/test/test_array.py::AppTestArray::()::test_mutate_while_slice . 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_crc32 . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_hexlify . pypy/module/binascii/test/test_binascii.py::AppTestBinascii::()::test_unhexlify . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_creation . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress_huge_data Skipped: skipping test requiring lots of memory . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress_chunks_10 . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_buffer . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_creation . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_attribute . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress_chunks_10 . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_decompress_unused_data . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_EOF_error . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_buffer . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Decompressor::()::test_subsequent_read . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2ModuleFunctions::()::test_compress_function s pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2ModuleFunctions::()::test_compress_function_huge_data Skipped: skipping test requiring lots of memory . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2ModuleFunctions::()::test_decompress_function . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2ModuleFunctions::()::test_decompress_function_incomplete_data . pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2ModuleFunctions::()::test_buffer . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_attributes . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_creation . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_close . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_tell . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_open_close_del . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_open_non_existent . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_open_mode_U . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_forward . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_backwards . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_backwards_from_end . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_post_end . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_post_end_twice . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_seek_pre_start . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_readline . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_silently_closes . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_broken_file . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_subsequent_read_broken_file . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_chunk9 . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_read_100_bytes . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_universal_newlines_lf . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_universal_newlines_crlf . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_readlines . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_iterator . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_xreadlines . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_readlines_bug_1191043 . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_chunks_10 . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_writelines . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_methods_on_readonly_file . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_write_bigger_file . pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_context_manager . pypy/module/bz2/test/test_large.py::AppTestBZ2File::()::test_decompress . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_simple . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_write_many . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_seek . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_write_beyond_end . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_tell . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_read . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_reset . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_close . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_readline . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_misc . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_truncate . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_writelines . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_stringi . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_types . pypy/module/cStringIO/test/test_interp_stringio.py::AppTestcStringIO::()::test_error_message_wrong_self . 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_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_user_defined_complex . pypy/module/cmath/test/test_cmath.py::AppTestCMath::()::test_user_defined_float . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_string . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_buffer . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_mmap . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_array . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_nonbuffer . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_user_class . pypy/module/cpyext/test/test_abstract.py::AppTestBufferProtocol::()::test_user_bufferable . 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_pickle . 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 = = + where = .array> func = at 0x00007f8620e37808>, 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 0x00007f86308d4e90> 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 0x00007f861102f920> 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 0x00007f861102f920> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = @pytest.mark.xfail def test_subclass_dealloc(self): module = self.import_module(name='array') class Sub(module.array): pass arr = Sub('i', [2]) module.readbuffer_as_string(arr) class A(object): pass > assert not module.same_dealloc(arr, module.array('i', [2])) E assert not 1L E + where 1L = (array('i', [2]), array('i', [2])) E + where = E + where = .same_dealloc E + and array('i', [2]) = ('i', [2]) E + where = E + where = .array module/cpyext/test/test_arraymodule.py:133: AssertionError . 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 . 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 x pypy/module/cpyext/test/test_borrow.py::AppTestBorrow::()::test_double_borrow self = func = at 0x00007f8600f6e5c0>, 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 0x00007f86308d4e90> 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 0x00007f863156a220> 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 0x00007f863156a220> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_double_borrow(self): if self.runappdirect: > py.test.xfail('segfault') module/cpyext/test/test_borrow.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ reason = 'segfault' def xfail(reason=""): """ xfail an executing test or setup functions with the given reason.""" __tracebackhide__ = True > raise XFailed(reason) E XFailed: segfault ../_pytest/skipping.py:67: XFailed . pypy/module/cpyext/test/test_bufferobject.py::AppTestBufferObject::()::test_FromMemory . pypy/module/cpyext/test/test_bufferobject.py::AppTestBufferObject::()::test_Buffer_New s pypy/module/cpyext/test/test_bufferobject.py::AppTestBufferObject::()::test_array_buffer Skipped: PyBufferObject not available outside buffer object.c . pypy/module/cpyext/test/test_bufferobject.py::AppTestBufferObject::()::test_issue2752 . 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_py_string_as_string_Unicode . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_format_v . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_format . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_intern_inplace . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_bytes_macros . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_hash_and_state . pypy/module/cpyext/test/test_bytesobject.py::AppTestBytesObject::()::test_subclass . pypy/module/cpyext/test/test_capsule.py::AppTestCapsule::()::test_capsule_import . pypy/module/cpyext/test/test_cell.py::AppTestCell::()::test_cell_type . pypy/module/cpyext/test/test_classobject.py::AppTestStringObject::()::test_class_type . pypy/module/cpyext/test/test_classobject.py::AppTestStringObject::()::test_pyclass_new_no_bases . 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_cpyext.py::AppTestApi::()::test_only_import . pypy/module/cpyext/test/test_cpyext.py::AppTestApi::()::test_load_error s pypy/module/cpyext/test/test_cpyext.py::AppTestApi::()::test_dllhandle Skipped: Windows Python >= 2.6 only . 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_InitModule4 . 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 s pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_export_function2 Skipped: Hmm, how to check for the exception? . 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 s pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_internal_exceptions Skipped: cannot import module with undefined functions . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_new_exception . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_hash_pointer . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_types . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_get_programname . pypy/module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_get_version . 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_datetime.py::AppTestDatetime::()::test_CAPI . pypy/module/cpyext/test/test_datetime.py::AppTestDatetime::()::test_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_dictobject.py::AppTestDictObject::()::test_dictproxytype . pypy/module/cpyext/test/test_dictobject.py::AppTestDictObject::()::test_getitemwitherror . 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_fileobject.py::AppTestFileObject::()::test_defaultencoding . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatObject::()::test_fromstring . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_return_nan . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_return_inf . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_return_inf_negative . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_macro_accepts_wrong_pointer_type . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_PyFloat_Check . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_pymath_consts . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_Py_IS_NAN . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_Py_IS_INFINITY . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_Py_IS_FINITE . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_Py_HUGE_VAL . pypy/module/cpyext/test/test_floatobject.py::AppTestFloatMacros::()::test_Py_NAN . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_forge_frame . pypy/module/cpyext/test/test_frameobject.py::AppTestFrameObject::()::test_traceback_check . 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_old_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_without_py_ssize_t . pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_with_py_ssize_t . pypy/module/cpyext/test/test_import.py::AppTestImportLogic::()::test_import_logic . pypy/module/cpyext/test/test_intobject.py::AppTestIntObject::()::test_fromstring . pypy/module/cpyext/test/test_intobject.py::AppTestIntObject::()::test_size_t . pypy/module/cpyext/test/test_intobject.py::AppTestIntObject::()::test_int_subtype . pypy/module/cpyext/test/test_intobject.py::AppTestIntObject::()::test_int_cast . pypy/module/cpyext/test/test_intobject.py::AppTestIntObject::()::test_int_macros . 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_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_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_strtol . pypy/module/cpyext/test/test_longobject.py::AppTestLongObject::()::test_slots . pypy/module/cpyext/test/test_mapping.py::AppTestMapping::()::test_getitemstring_returns_new_but_borrowed_ref . 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_FillInfo::()::test_fillWithObject . pypy/module/cpyext/test/test_memoryobject.py::AppTestBufferProtocol::()::test_fromobject . pypy/module/cpyext/test/test_memoryobject.py::AppTestBufferProtocol::()::test_buffer_protocol_app s pypy/module/cpyext/test/test_memoryobject.py::AppTestBufferProtocol::()::test_buffer_protocol_capi Skipped: not implemented yet . pypy/module/cpyext/test/test_memoryobject.py::AppTestBufferProtocol::()::test_releasebuffer . pypy/module/cpyext/test/test_memoryobject.py::AppTestBufferInfo::()::test_buffer_info . 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_OLDARGS . pypy/module/cpyext/test/test_methodobject.py::AppTestMethodObject::()::test_call_METH_KEYWORDS . 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_misc.py::AppTestMisc::()::test_pyos_inputhook s pypy/module/cpyext/test/test_ndarrayobject.py::AppTestNDArray::()::test_ndarray_object_c Skipped: numpy not importable s pypy/module/cpyext/test/test_ndarrayobject.py::AppTestNDArray::()::test_pass_ndarray_object_to_c Skipped: numpy not importable s pypy/module/cpyext/test/test_ndarrayobject.py::AppTestNDArray::()::test_ufunc Skipped: numpy not importable x pypy/module/cpyext/test/test_number.py::AppTestCNumber::()::test_app_coerce self = func = at 0x00007f8630facea8>, 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 0x00007f86308d4e90> 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 0x00007f8601b004a0> 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 0x00007f8601b004a0> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_app_coerce(self): if self.runappdirect: > py.test.xfail('crashes with TypeError') module/cpyext/test/test_number.py:126: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ reason = 'crashes with TypeError' def xfail(reason=""): """ xfail an executing test or setup functions with the given reason.""" __tracebackhide__ = True > raise XFailed(reason) E XFailed: crashes with TypeError ../_pytest/skipping.py:67: XFailed . pypy/module/cpyext/test/test_number.py::AppTestCNumber::()::test_PyNumber_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_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_issue1970 . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_format_returns_unicode s pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_add_memory_pressure Skipped: not for -A testing . pypy/module/cpyext/test/test_object.py::AppTestObject::()::test_repr_enter_leave . pypy/module/cpyext/test/test_object.py::AppTestPyBuffer_FillInfo::()::test_fillWithoutObject . pypy/module/cpyext/test/test_object.py::AppTestPyBuffer_FillInfo::()::test_fillWithObject . pypy/module/cpyext/test/test_object.py::AppTestPyBuffer_FillInfo::()::test_fillReadonly . pypy/module/cpyext/test/test_object.py::AppTestPyBuffer_Release::()::test_richcomp_nan . pypy/module/cpyext/test/test_pycobject.py::AppTestStringObject::()::test_pycobject_import . 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 s pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrno Skipped: callbacks through ll2ctypes modify errno . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilename . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilename_NULL . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyString . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_SetFromErrnoWithFilenameObject__PyInt . 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 s pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_PyErr_Display Skipped: PyErr_{GS}etExcInfo introduced in python 3.3 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_BadInternalCall . pypy/module/cpyext/test/test_pyerrors.py::AppTestFetch::()::test_error_thread_race . pypy/module/cpyext/test/test_pyfile.py::AppTestPyFile::()::test_file_tell . 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_thread_state_get . pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_basic_threadstate_dance . 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::AppTestState::()::test_frame_tstate_tracing . pypy/module/cpyext/test/test_sequence.py::AppTestSetObject::()::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 . 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_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_thread.py::AppTestThread::()::test_get_thread_ident . pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_acquire_lock . pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_release_lock . pypy/module/cpyext/test/test_thread.py::AppTestThread::()::test_tls . 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_staticmethod . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_classmethod . 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 s pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_shortcut Skipped: can't run with -A . 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 s pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_metaclass_compatible2 Skipped: fails even with -A, fooType has BASETYPE flag . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_sre . 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_tpcompare . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_unhashable_when_tpcompare . pypy/module/cpyext/test/test_typeobject.py::AppTestTypeObject::()::test_hash . 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::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_slice . 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_intlike . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_mathfunc . pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_tp_new_in_subclass . 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_multiple_inheritance_old_style_base . 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::AppTestHashable::()::test_unhashable . pypy/module/cpyext/test/test_typeobject.py::AppTestFlags::()::test_has_subclass_flag . pypy/module/cpyext/test/test_typeobject.py::AppTestFlags::()::test_has_pypy_subclass_flag . pypy/module/cpyext/test/test_typeobject.py::AppTestFlags::()::test_newgetset . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_unicodeobject . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_unicode_buffer_init . pypy/module/cpyext/test/test_unicodeobject.py::AppTestUnicodeObject::()::test_hash . 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 . 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_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_version.py::AppTestVersion::()::test_versions . pypy/module/cpyext/test/test_version.py::AppTestVersion::()::test_pypy_versions . pypy/module/cpyext/test/test_weakref.py::AppTestWeakReference::()::test_weakref_macro . pypy/module/cpyext/test/test_weakref.py::AppTestWeakReference::()::test_weakref_check s pypy/module/crypt/test/test_crypt.py::AppTestCrypt::()::test_crypt Skipped: cannot runappdirect test: module 'crypt' required . 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_import . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_baseexc . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_unicode_message . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_kwargs . pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_catch_with_unpack . 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 s pypy/module/exceptions/test/test_exc.py::AppTestExc::()::test_windows_error Skipped: WindowsError not present . 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_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/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 s pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_int Skipped: don't know how to test ioctl() on this platform . pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_signed_unsigned_code_param s pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_use_mask_on_op Skipped: don't know how to test ioctl() on this platform s pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_large_flag Skipped: Mac OS doesn't have any large flag in fcntl.h 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 0x00007f8c98786110>, 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 0x00007f8cb80ccec8> hook = <_HookCaller 'pytest_runtest_setup'> methods = [<_pytest.vendored_packages.pluggy.HookImpl instance at 0x00007f8cb85c0da0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0x00007f8cb83493a0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0x00007f8cb85c0de0>] 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 0x00007f8cb85c0da0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0x00007f8cb83493a0>, <_pytest.vendored_packages.pluggy.HookImpl instance at 0x00007f8cb85c0de0>] 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 0x00007f8cc897ed20> 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 0x00007f8cc897ed20> 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_load_dynamic . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_suffixes . pypy/module/imp/test/test_app.py::AppTestImpModule::()::test_obscure_functions . 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_unicode_in_sys_path . pypy/module/imp/test/test_import.py::AppTestImport::()::test_set_sys_modules_during_import . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_bare_dir_fails . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_bare_dir_warns . 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_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_trailing_dot . 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_relative . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_relative_back_to_absolute . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_pkg_relative . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_relative_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_unicodes . pypy/module/imp/test/test_import.py::AppTestImport::()::test_import_relative_back_to_absolute2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_substituting_import . pypy/module/imp/test/test_import.py::AppTestImport::()::test_proper_failure_on_killed__path__ . pypy/module/imp/test/test_import.py::AppTestImport::()::test_pyc 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_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_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 . 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 s pypy/module/imp/test/test_import.py::AppTestImport::()::test_shadow_builtin Skipped: hard to test: module is already imported s pypy/module/imp/test/test_import.py::AppTestImport::()::test_shadow_extension_1 Skipped: hard to test: module is already imported s pypy/module/imp/test/test_import.py::AppTestImport::()::test_shadow_extension_2 Skipped: hard to test: module is already imported . pypy/module/imp/test/test_import.py::AppTestImport::()::test_invalid_pathname . 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_verbose_flag_1 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_verbose_flag_2 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_verbose_flag_0 . pypy/module/imp/test/test_import.py::AppTestImport::()::test_dir_with_only_pyw . 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::AppTestPyPyExtension::()::test_run_compiled_module . pypy/module/imp/test/test_import.py::AppTestPyPyExtension::()::test_getimporter . 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: cannot runappdirect test: space needs translation.sandbox = True, while pypy-c was built with False s pypy/module/imp/test/test_import.py::AppTestWriteBytecodeSandbox::()::test_write_bytecode Skipped: cannot runappdirect test: space needs translation.sandbox = True, while pypy-c was built with False s pypy/module/imp/test/test_import.py::AppTestWriteBytecodeSandbox::()::test_dont_write_bytecode Skipped: cannot runappdirect test: space needs translation.sandbox = True, while pypy-c was built with False . pypy/module/imp/test/test_import.py::AppTestNoLonePycFile::()::test_import_possibly_from_pyc s pypy/module/imp/test/test_import.py::AppTestLonePycFile::()::test_import_possibly_from_pyc Skipped: cannot runappdirect test: space needs objspace.lonepycfiles = True, while pypy-c was built with False . pypy/module/imp/test/test_import.py::AppTestMultithreadedImp::()::test_multithreaded_import . 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_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_takewhile . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_takewhile_wrongargs . 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_ifilter . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_ifilter_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_ifilterfalse . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_ifilterfalse_wrongargs . 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_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_chain . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_imap . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_imap_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_izip . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_izip_wrongargs . pypy/module/itertools/test/test_itertools.py::AppTestItertools::()::test_cycle . 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_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_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_iziplongest . pypy/module/itertools/test/test_itertools.py::AppTestItertools26::()::test_izip_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_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_izip_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::AppTestItertools28::()::test_tee_concurrent . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_None . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_False . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_True . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_StopIteration . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_Ellipsis . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_42 . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__minus_17 . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_sys_dot_maxint . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__minus_1_dot_25 . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__minus_1_dot_25__2 . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_2_plus_5j . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_2_plus_5j__2 . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_long . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_hello_____not_interned . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__Quote_hello_Quote_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__brace__ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__brace_1_comma__2_ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__list__tsil_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__list_3_comma__4_tsil_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__dict__tcid_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test__dict_5_colon__6_comma__7_colon__8_tcid_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_func_dot_func_code . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_scopefunc_dot_func_code . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_u_quote_hello_quote_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_set_brace__ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_set_brace__list_1_comma__2_tsil__ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_frozenset_brace__ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_frozenset_brace__list_3_comma__4_tsil__ecarb_ . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_stream_reader_writer . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_unicode . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_reject_subtypes . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_valid_subtypes . pypy/module/marshal/test/test_marshal.py::AppTestMarshal::()::test_bad_typecode s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_None Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_False Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_True Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_StopIteration Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_Ellipsis Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_42 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__minus_17 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_sys_dot_maxint Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__minus_1_dot_25 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__minus_1_dot_25__2 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_2_plus_5j Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_2_plus_5j__2 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_hello_____not_interned Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__Quote_hello_Quote_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__brace__ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__brace_1_comma__2_ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__list__tsil_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__list_3_comma__4_tsil_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__dict__tcid_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test__dict_5_colon__6_comma__7_colon__8_tcid_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_func_dot_func_code Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_scopefunc_dot_func_code Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_u_quote_hello_quote_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_set_brace__ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_set_brace__list_1_comma__2_tsil__ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_frozenset_brace__ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_frozenset_brace__list_3_comma__4_tsil__ecarb_ Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_stream_reader_writer Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_unicode Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_reject_subtypes Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_valid_subtypes Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_bad_typecode Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshal.py::AppTestSmallLong::()::test_smalllong Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_long_0 . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_unmarshal_int64 . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_buffer . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_marshal_buffer_object . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_marshal_bufferlike_object . pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalMore::()::test_unmarshal_evil_long s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_long_0 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_unmarshal_int64 Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_buffer Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_marshal_buffer_object Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_marshal_bufferlike_object Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False s pypy/module/marshal/test/test_marshalimpl.py::AppTestMarshalSmallLong::()::test_unmarshal_evil_long Skipped: cannot runappdirect test: space needs objspace.std.withsmalllong = True, while pypy-c was built with False . 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_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 s pypy/module/math/test/test_math.py::AppTestMath::()::test_copysign_nan Skipped: sign of nan is undefined . 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/micronumpy/test/test_appbridge.py::AppTestAppBridge::()::test_array_methods . pypy/module/micronumpy/test/test_appbridge.py::AppTestAppBridge::()::test_dtype_commastring . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_zeros F pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_empty self = func = at 0x00007fd1914f0638>, 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 0x00007fd1c08d4ec8> 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 0x00007fd1c1b31e60> 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 0x00007fd1c1b31e60> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_empty(self): from numpy import empty import gc for i in range(1000): a = empty(3) assert len(a) == 3 if not (a[0] == a[1] == a[2] == 0): break # done a[0] = 1.23 a[1] = 4.56 a[2] = 7.89 del a gc.collect() else: raise AssertionError( > "empty() returned a zeroed out array every time") E AssertionError: empty() returned a zeroed out array every time module/micronumpy/test/test_arrayops.py:26: AssertionError . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_differing_dtypes . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_broadcast . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_errors . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_1_arg . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_1_arg_2d . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_where_invalidates . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_dot_basic . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_dot_constant . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_dot_out . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_basic . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_broadcast . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_out . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_modes . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_dtype . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_choose_dtype_out . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_put_basic . pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_put_modes . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_for_row_and_column . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_properties . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_from_doctest . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_linear . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_failures . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_broadcast_3_args . pypy/module/micronumpy/test/test_broadcast.py::AppTestArrayBroadcast::()::test_number_of_arguments . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_can_cast . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_can_cast_scalar . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_can_cast_record . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_min_scalar_type . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_promote_types . pypy/module/micronumpy/test/test_casting.py::AppTestNumSupport::()::test_result_type . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_fabs . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_fmax . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_fmin . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_signbit . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_reciprocal . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_floorceiltrunc . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_copysign . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_exp2 . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_expm1 . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_not_complex . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_isnan_isinf . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_sign_for_complex_nan . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_square . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_power_simple . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_power_complex . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_conjugate . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_logn . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_logical_ops . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_minimum . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_maximum . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_complex_overflow . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_basic . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_conj . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_math . pypy/module/micronumpy/test/test_complex.py::AppTestUfuncs::()::test_complexbox_to_pycomplex . pypy/module/micronumpy/test/test_deprecations.py::AppTestDeprecations::()::test_getitem . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_typeinfo . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_basic . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_from_tuple . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_eq . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_cmp . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_aliases . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_dtype_with_types . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_array_dtype_attr . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_isbuiltin . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_repr_str . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_bool_array . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_copy_array_with_dtype . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_zeros_bool . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_ones_bool . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_zeros_long . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_ones_long . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_overflow . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_bool_binop_types . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_binop_types . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_add . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_len . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_shape . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_cant_subclass . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_can_subclass . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_index . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_hash . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_record_hash . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_pickle . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_newbyteorder . pypy/module/micronumpy/test/test_dtypes.py::AppTestDtypes::()::test_object . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_abstract_types . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_new . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_pow . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_bool . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int8 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_uint8 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int16 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_uint16 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int32 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_uint32 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int_ . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int64 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_uint64 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_float16 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_float32 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_float64 . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_float_None . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_longfloat . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_complex_floating . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_complex_format . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_complex . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_subclass_type . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_long_as_index . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_int . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_operators . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_alternate_constructs . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_dtype_str . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_intp . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_alignment . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_isnative . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_any_all_nonzero . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_ravel . pypy/module/micronumpy/test/test_dtypes.py::AppTestTypes::()::test_descr . pypy/module/micronumpy/test/test_dtypes.py::AppTestStrUnicodeDtypes::()::test_mro . pypy/module/micronumpy/test/test_dtypes.py::AppTestStrUnicodeDtypes::()::test_str_dtype . pypy/module/micronumpy/test/test_dtypes.py::AppTestStrUnicodeDtypes::()::test_unicode_dtype . pypy/module/micronumpy/test/test_dtypes.py::AppTestStrUnicodeDtypes::()::test_character_dtype . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_create . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_array_from_record . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_create_from_dict . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_create_subarrays . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_setstate . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_pickle_record . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_pickle_record_subarrays . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_shape_invalid s pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_aligned_size Skipped: no numpy.core._internal available . pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_bad_param s pypy/module/micronumpy/test/test_dtypes.py::AppTestRecordDtypes::()::test_complex_dtype_repr Skipped: datetime dtype not available . pypy/module/micronumpy/test/test_dtypes.py::AppTestNotDirect::()::test_non_native . pypy/module/micronumpy/test/test_dtypes.py::AppTestMonsterType::()::test1 . pypy/module/micronumpy/test/test_dtypes.py::AppTestMetadata::()::test_no_metadata . pypy/module/micronumpy/test/test_dtypes.py::AppTestMetadata::()::test_metadata_takes_dict . pypy/module/micronumpy/test/test_dtypes.py::AppTestMetadata::()::test_metadata_rejects_nondict . pypy/module/micronumpy/test/test_dtypes.py::AppTestMetadata::()::test_nested_metadata . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_init . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_repr . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_array_flags . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_scalar_flags . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_compare . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_copy_order . pypy/module/micronumpy/test/test_flagsobj.py::AppTestFlagsObj::()::test_contiguous_flags . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_constants . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_creation . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ndmin . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_noop_ndmin . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_array_init . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_array_copy . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_unicode . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_dtype_attribute . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_buffer . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_type . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ndim . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_zeros . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_check_shape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_empty_like . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_size . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_empty . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ones . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_arange . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_copy . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_iterator_init . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_list_of_array_init . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_float . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_tuple . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_nd . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_obj_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_obj_prefer_index_to_int . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getitem_obj_int . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_tuple . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_obj_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_obj_prefer_index_to_int . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_obj_int . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setitem_list_of_float . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_delitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_access_swallow_exception . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setslice_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setslice_of_slice_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setslice_list . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_setslice_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_newaxis . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_newaxis_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_newaxis_assign . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_newaxis_virtual . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_newaxis_then_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_slice_then_newaxis . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_build_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_len . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_shape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_set_shape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_reshape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_slice_reshape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_reshape_varargs . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_scalar_reshape . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_strides . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_strides_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_add . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_add_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_add_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_radd . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_inplace_op_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_inplace_op_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_add_list . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_subtract . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_subtract_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_subtract_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_scalar_subtract . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_mul . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_mul_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_div . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_div_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_div_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_floordiv . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_floordiv_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rfloordiv . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_floordiv_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_signed_integer_division_overflow . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_truediv . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_divmod . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rdivmod . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_lshift . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rlshift . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rshift . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rrshift . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_pow . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_pow_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_pow_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_mod . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_mod_other . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_mod_constant . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rand . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ror . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_xor . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_rxor . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_pos . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_neg . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_abs . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_auto_force . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getslice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_getslice_step . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_slice_update . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_slice_invaidate . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_sum . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_reduce_nd . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_prod . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_max . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_max_add . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_min . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_argmax . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_argmin . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_all . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_any . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_dtype_guessing . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_comparison . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test___nonzero__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_slice_assignment . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_virtual_views . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_realimag_views . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_scalar_view . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_array_view . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_half_conversions . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_half_conversions_preserve_nan_payload_float32 . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_half_conversions_preserve_nan_payload_float64 . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ndarray_view_empty . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_view_of_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_zerodim . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_singledim . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_multidim . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_view . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_object . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_object_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_object_slice_2d . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_tolist_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_concatenate . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_record_concatenate . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_flatten . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_itemsize . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_nbytes . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_repeat . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_resize . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_squeeze . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_swapaxes . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_filter_bug . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_int_list_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_int_array_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_int_array_index_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_array_scalar_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_bool_array_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_bool_array_index_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_weakref . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_astype . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_base . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_byteswap . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_clip . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_data . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_explicit_dtype_conversion . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_notequal_different_shapes . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__long__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__int__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__float__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__hex__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__oct__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test__reduce__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_pickle_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_string_filling . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_unicode_filling . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_unicode_record_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_boolean_indexing . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_indexing_by_boolean . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_scalar_indexing . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_ellipsis_indexing . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_empty_indexing . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArrayFromBuffer::()::test_ndarray_from_buffer . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArrayFromBuffer::()::test_ndarray_subclass_from_buffer . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArrayFromBuffer::()::test_ndarray_from_buffer_and_offset . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArrayFromBuffer::()::test_ndarray_from_buffer_out_of_bounds . pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArrayFromBuffer::()::test_ndarray_from_readonly_buffer . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_init . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_shape . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_getsetitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_slices . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_create_order . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_setitem_slice . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_ufunc . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_getitem_add . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_getitem_3 . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_multidim_ones . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_multidim_setslice . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_ufunc . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_setslice . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_shape_agreement . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_call2 . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_virtualview . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_broadcast_wrong_shapes . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_reduce . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose_arg_tuple . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose_arg_list . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose_arg_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose_error . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_transpose_unexpected_argument . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_array_conv . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_varray . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_getitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_ops . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_view . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_transpose . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_len . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_setter . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_flatiter_subtype . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_slice_copy . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_interface . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_one_elem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_fill . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_bool . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_bool_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_bool_setitem_multidim . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_bool_setitem_2 . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_array_indexing_bool_specialcases . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_copy_kwarg . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_ravel . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_nonzero . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_take . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_ptp . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_compress . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_item . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_itemset . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_index_int . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_int_array_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_int_array_index_setitem . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_slice_vector_index . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_cumsum . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_cumprod . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_cumsum_axis . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_diagonal . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_diagonal_axis . pypy/module/micronumpy/test/test_ndarray.py::AppTestMultiDim::()::test_diagonal_axis_neg_ofs . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_frombuffer . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_memoryview . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_fromstring . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_fromstring_types . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_fromstring_invalid . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_tostring . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_str . pypy/module/micronumpy/test/test_ndarray.py::AppTestSupport::()::test_ndarray_buffer_strides s pypy/module/micronumpy/test/test_ndarray.py::AppTestRepr::()::test_repr Skipped: Can't be run directly. . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_zeros . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_views . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_assign_tuple . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_creation_and_repr . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_void_copyswap . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_nested_dtype . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_count_nonzero . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_string_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_string_array . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_to_str . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_string_scalar . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_newbyteorder . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_pickle . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_subarrays . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_subarray_multiple_rows . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_multidim_subarray . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_list_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_3d_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_issue_1589 . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_scalar_coercion . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_coerce_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_reduce_record . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_record_ufuncs . pypy/module/micronumpy/test/test_ndarray.py::AppTestRecordDtype::()::test_create_from_memory . pypy/module/micronumpy/test/test_ndarray.py::AppTestPyPy::()::test_init_2 . pypy/module/micronumpy/test/test_ndarray.py::AppTestPyPy::()::test_from_shape_and_storage . pypy/module/micronumpy/test/test_ndarray.py::AppTestPyPy::()::test___pypy_data__ . pypy/module/micronumpy/test/test_ndarray.py::AppTestPyPy::()::test_from_shape_and_storage_strides . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_type . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_basic . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_order . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_readwrite . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_external_loop . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_index . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_iters_with_different_order s pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_interface Skipped: nditer.__setitem__ not implmented . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_buffered . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_zerosize . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_op_dtype . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_casting . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_broadcast . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_outarg s pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_outer_product Skipped: nditer op_axes not implemented yet s pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_reduction Skipped: nditer reduce_ok not implemented yet . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_get_dtypes . pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_multi_index s pypy/module/micronumpy/test/test_nditer.py::AppTestNDIter::()::test_itershape Skipped: op_axes not totally supported yet . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_scalar_from_object . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_uninitialized_object_array_is_filled_by_None . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_object_arrays_add . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_bool_func . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_logical_ufunc . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_reduce s pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_complex_op Skipped: not implemented yet . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_keep_object_alive . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_array_interface s pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_for_object_scalar_creation Skipped: not implemented yet . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_mem_array_creation_invalid_specification . pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test_astype s pypy/module/micronumpy/test/test_object_arrays.py::AppTestObjectDtypes::()::test__reduce__ Skipped: not implemented yet . pypy/module/micronumpy/test/test_outarg.py::AppTestOutArg::()::test_reduce_out . pypy/module/micronumpy/test/test_outarg.py::AppTestOutArg::()::test_reduce_intermediary . pypy/module/micronumpy/test/test_outarg.py::AppTestOutArg::()::test_ufunc_out . pypy/module/micronumpy/test/test_outarg.py::AppTestOutArg::()::test_binfunc_out . pypy/module/micronumpy/test/test_outarg.py::AppTestOutArg::()::test_ufunc_cast . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_integer_types . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_hierarchy . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_mro . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_init . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_builtin . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_pickle . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_round . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_astype . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_copy . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_methods . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_buffer . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_byteswap . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_squeeze . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_bitshift . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_attributes . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_indexing . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_realimag . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_view . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_as_integer_ratio . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_tostring . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_reshape . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_complex_scalar_complex_cast . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_complex_str_format . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_complex_zero_division . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_scalar_iter . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_item_tolist . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_transpose . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_swapaxes . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_nonzero . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_fill . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_conj . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_string_boxes . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_unicode_boxes . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_unicode_repr . pypy/module/micronumpy/test/test_scalar.py::AppTestScalar::()::test_binop_with_sequence . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_argsort_dtypes . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_argsort_ndim . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_argsort_random . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_argsort_axis . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_dtypes . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_nonnative . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_noncontiguous . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_corner_cases s pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_corner_cases_string_records Skipped: not implemented yet in PyPy . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_unicode s pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_objects Skipped: not implemented yet in PyPy s pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_datetime Skipped: datetime type not supported yet s pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_order Skipped: not implemented yet in PyPy . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_sort_bigendian . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_string_argsort_with_zeros . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_string_sort_with_zeros . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_string_mergesort . pypy/module/micronumpy/test/test_selection.py::AppTestSorting::()::test_searchsort . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_subtype_ndarray . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_subtype_base . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_subtype_view . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_subtype_like_matrix . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_priority . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_finalize . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_where . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_repeat . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_flatiter . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_getitem_filter . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_getitem_array_int . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_round . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_dot . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_reduce . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_call2 . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_call1 . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_astype . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_sub_reshape . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test___array__ . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_array_of_subtype . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_setstate_no_version . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_subok . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_numpypy_mmap . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test__array_wrap__ . pypy/module/micronumpy/test/test_subtype.py::AppTestSupport::()::test_ndarray_subclass_assigns_base . pypy/module/micronumpy/test/test_support_app.py::AppTestSupport::()::test_add_docstring . pypy/module/micronumpy/test/test_support_app.py::AppTestSupport::()::test_type_docstring . pypy/module/micronumpy/test/test_support_app.py::AppTestSupport::()::test_method_docstring . pypy/module/micronumpy/test/test_support_app.py::AppTestSupport::()::test_property_docstring . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_constants . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_ufunc_instance . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_innerloop . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_outerloop . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_2d_sig . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_not_contiguous . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_needs_nditer . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_sig_broadcast . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_fortran . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_casting . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_frompyfunc_scalar . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_ufunc_kwargs . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_unary_ufunc_kwargs . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_ufunc_attrs . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_wrong_arguments . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_single_item . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_sequence . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_all_available . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_int_only . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_negative . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_abs . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_add . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_divide . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_true_divide . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_fabs . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_fmax . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_fmin . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_fmod . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_mod . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_minimum . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_maximum . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_complex_nan_extrema . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_multiply . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_rint . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_sign . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_signbit . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reciprocal . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_subtract . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_floorceiltrunc . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_floorceiltrunc_nan . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_floorceiltrunc_nan_negative . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_round . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_copysign . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_exp . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_exp2 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_expm1 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_sin . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_cos . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_tan . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arcsin . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arccos . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arctan . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arctan2 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_sinh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_cosh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_tanh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arcsinh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arccosh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_arctanh . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_sqrt . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_square . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_radians . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_deg2rad . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_degrees . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_rad2deg . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduce_errors . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduce_1d . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduce_axes . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduce_fmax . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduceND . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_reduce_keepdims . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_bitwise . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_unary_bitops . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_shift . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_comparisons . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_count_nonzero . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_true_divide_2 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_isnan_isinf . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_logical_ops . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_logn . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_log1p . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_power_float . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_power_int . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_floordiv . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_logaddexp . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_logaddexp2 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_accumulate . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_accumulate_shapes . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_accumulate_shapes_2 . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_noncommutative_reduce_accumulate . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_outer . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_promotion . pypy/module/micronumpy/test/test_ufuncs.py::AppTestUfuncs::()::test_add_doc (somefailed=True in module/micronumpy/test) . 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 s pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_resize Skipped: resize does not work under OSX or FreeBSD . 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_sequence_type . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_buffer . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_buffer_write . 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 s pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_large_offset Skipped: test requires 5637144575 bytes and a long time to run s pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_large_filesize Skipped: test requires 6442450943 bytes and a long time to run . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_all . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_empty_file s pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_resize_past_pos Skipped: resizing not supported . pypy/module/mmap/test/test_mmap.py::AppTestMMap::()::test_close_while_indexing . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_equality . 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_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_repeat . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_isMappingType . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_isSequenceType . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_isXxxType_more . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_inplace . pypy/module/operator/test/test_operator.py::AppTestOperator::()::test_irepeat . 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_index . 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/parser/test/test_parser.py::AppTestParser::()::test_suite . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_expr . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_totuple_and_tolist . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_compile . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_error . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_roundtrip . pypy/module/parser/test/test_parser.py::AppTestParser::()::test_bad_tree . 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_statvfs . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_pickle . 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_fdopen . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fdopen_hackedbuiltins . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fdopen_directory . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_fdopen_keeps_fd_open_on_errors . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getcwd . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_listdir_unicode . 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_forkpty . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_popen . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_popen_with . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_popen_child_fds . 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_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_fchdir s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_largefile Skipped: no sparse files on default Mac OS X file system . 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 s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_mknod Skipped: os.mknod(): got OSError(1, 'Operation not permitted') s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_mknod_with_ifchr Skipped: os.mknod() with S_IFCHR: got OSError(1, 'Operation not permitted') . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_nice s pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_symlink Skipped: condition: config.option.runappdirect and sys.platform == 'darwin' . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_getlogin . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tmpfile . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tmpnam . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tempnam . pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tmpnam_warning . 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_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_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 . 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::AppTestEnvironment::()::test_putenv_invalid_name . 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 . pypy/module/posix/test/test_posix_libfile.py::AppTestPosix::()::test_posix_is_pypy_s . pypy/module/posix/test/test_posix_libfile.py::AppTestPosix::()::test_fdopen . pypy/module/posix/test/test_posix_libfile.py::AppTestPosix::()::test_popen . pypy/module/posix/test/test_posix_libfile.py::AppTestPosix::()::test_popen_and_rebind_file_in___builtin__ . 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/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 s pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_malformed_xml Skipped: Fails with the version of expat on Mac OS 10.6.6 . 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_mbcs . pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat::()::test_invalid_error . 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 s pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat2::()::test_django_bug Skipped: even if we add all the crazy includes to run ctypes, it ends with MallocMismatch s pypy/module/pyexpat/test/test_parser.py::AppTestPyexpat2::()::test_ErrorString_crash Skipped: even if we add all the crazy includes to run ctypes, it ends with MallocMismatch 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 s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_create Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_badcreate Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_add Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_fromfd Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_control_and_wait Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_errors Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_unregister_closed Skipped: test requires linux (assumed >= 2.6) s pypy/module/select/test/test_epoll.py::AppTestEpoll::()::test_close_twice Skipped: test requires linux (assumed >= 2.6) . pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_create . pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_create_event . pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_queue_event . pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_pair . pypy/module/select/test/test_kqueue.py::AppTestKqueue::()::test_issue30058 . 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 . pypy/module/select/test/test_select.py::AppTestSelectWithPipes::()::test_poll_arguments . 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 F pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_end_closed self = ] Right contains more items, first extra item: Use -v to get the full diff> func = at 0x00007f83d97b3808>, 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 0x00007f83d8174e90> 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 0x00007f83c805fce0> 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 0x00007f83c805fce0> 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 if self.config.option.runappdirect: > return target() tool/pytest/apptest.py:84: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def test_read_end_closed(self): """ select.select returns elements from the "write list" (the second parameter) when they are not writable but when the corresponding read end has been closed. (this test currently doesn't make the write end non-writable before testing its selectability. -exarkun) """ import select readend, writeend = self.getpair() readend.close() try: iwtd, owtd, ewtd = select.select([writeend], [writeend], [writeend]) > assert iwtd == owtd == [writeend] E assert [] == [] E Right contains more items, first extra item: E Use -v to get the full diff module/select/test/test_select.py:197: AssertionError ---------- Captured stdout call ---------- binding to port 1023: [Errno 13] Permission denied binding to port 20000: [Errno 48] Address already in use binding to port 20437: [Errno 48] Address already in use binding to port 20874: [Errno 48] Address already in use binding to port 21311: [Errno 48] Address already in use binding to port 21748: [Errno 48] Address already in use binding to port 22185: [Errno 48] Address already in use binding to port 22622: [Errno 48] Address already in use binding to port 23059: [Errno 48] Address already in use binding to port 23496: . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_select_descr_out_of_bounds . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_poll . pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_poll_arguments (somefailed=True in module/select/test) . 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_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::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 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_disable_debugger Skipped: can only be run untranslated . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_error . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_calcsize_standard . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_index . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_deprecation_warning . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pack_standard_little . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unpack_standard_little . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pack_standard_big . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unpack_standard_big . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_calcsize_native . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pack_native . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unpack_native . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_string_format . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pascal_format . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_char_format . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pad_format . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_native_floats . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_standard_floats . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_bool . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_transitiveness . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_struct_error . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_overflow_error . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unicode . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unpack_buffer . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_pack_unpack_buffer . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test___float__ . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_struct_object . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_struct_weakrefable . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_struct_subclass . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_overflow . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_unpack_fits_into_int . pypy/module/struct/test/test_struct.py::AppTestStruct::()::test_bpo35714 . pypy/module/struct/test/test_struct.py::AppTestStructBuffer::()::test_pack_into . pypy/module/struct/test/test_struct.py::AppTestStructBuffer::()::test_unpack_from . 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_dynamic_attributes . 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_long_info . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_exit . pypy/module/sys/test/test_sysmodule.py::AppTestAppSysTests::()::test_sys_flags . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_original_displayhook . 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_exc_clear . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_exit . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_getdefaultencoding s pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_setdefaultencoding Skipped: not worth running appdirect . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_setcheckinterval . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_recursionlimit . 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 s pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_refcount Skipped: Reference counting is not implemented. . 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_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_subversion . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test__mercurial . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_trace_exec_execfile . pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_float_repr_style . pypy/module/sys/test/test_sysmodule.py::AppTestSysSettracePortedFromCpython::()::test_sys_settrace s pypy/module/sys/test/test_sysmodule.py::AppTestCurrentFrames::()::test_current_frames Skipped: This test requires an intepreter without threads . pypy/module/sys/test/test_sysmodule.py::AppTestCurrentFramesWithThread::()::test_current_frames . 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/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 /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/test_lib_pypy/test_coroutine.py:4: Skipped: test needs to be updated s pypy/module/test_lib_pypy/test_stackless_pickle.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/test_lib_pypy/test_stackless_pickle.py:2: Skipped: in-progress, maybe . 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_curses.py::test_color_content . pypy/module/test_lib_pypy/test_curses.py::test_setupterm . 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[4case4] . 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[4case4] . 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[4case4] . 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[4case4] . 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[4case4] . 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[4case4] . 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 . pypy/module/test_lib_pypy/test_md5_extra.py::TestMD5Update::()::test_update . pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test1 . pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test2 . pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test3 . pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test4 . pypy/module/test_lib_pypy/test_md5_extra.py::AppTestMD5Compare::()::test_attributes s pypy/module/test_lib_pypy/test_msvcrt.py::TestMsvcrt::()::test_locking Skipped: only on Windows . pypy/module/test_lib_pypy/test_os_wait.py::test_os_wait3 . pypy/module/test_lib_pypy/test_os_wait.py::test_os_wait4 . pypy/module/test_lib_pypy/test_os_wait.py::test_errors 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_resource.py::test_getrusage . pypy/module/test_lib_pypy/test_resource.py::test_getrlimit . pypy/module/test_lib_pypy/test_resource.py::test_setrlimit . 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_site_extra.py::test_preimported_modules . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_simple . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_with_channel . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_send_counter . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_receive_counter . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_scheduling_cleanup . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_except . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_except_full . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_kill . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_catch_taskletexit . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_autocatch_taskletexit . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_construction . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_simple_channel . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_balance_zero . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_balance_send . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_balance_recv . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_run . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_schedule . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_cooperative . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_channel_callback . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_schedule_callback . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_bomb . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_send_exception . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_send_sequence . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_getruncount . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_schedule_return . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_simple_pipe . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_nested_pipe . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_wait_two . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_schedule_return_value . pypy/module/test_lib_pypy/test_stackless.py::Test_Stackless::()::test_kill_tasklet_waiting_for_channel . pypy/module/test_lib_pypy/test_stackless_pickling.py::Test_StacklessPickling::()::test_pickle_main_coroutine . pypy/module/test_lib_pypy/test_stackless_pickling.py::Test_StacklessPickling::()::test_basic_tasklet_pickling . 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_tputil.py::AppTest_make_proxy::()::test_errors . pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_repr s pypy/module/test_lib_pypy/test_tputil.py::AppTest_make_proxy::()::test_virtual_proxy Skipped: XXX seems that proxies are more than a bit broken by now, but noone cares . 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_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_py3k_acquire_timeout_overflow . pypy/module/thread/test/test_lock.py::AppTestLock::()::test_ping_pong . 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::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::AppTestLockRepr::()::test_rlock_repr . 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_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_non_main . pypy/module/thread/test/test_thread.py::AppTestThread::()::test_interrupt_self . pypy/module/time/test/test_time.py::AppTestTime::()::test_attributes . pypy/module/time/test/test_time.py::AppTestTime::()::test_sleep . pypy/module/time/test/test_time.py::AppTestTime::()::test_clock . pypy/module/time/test/test_time.py::AppTestTime::()::test_time . pypy/module/time/test/test_time.py::AppTestTime::()::test_ctime . pypy/module/time/test/test_time.py::AppTestTime::()::test_gmtime . pypy/module/time/test/test_time.py::AppTestTime::()::test_localtime . pypy/module/time/test/test_time.py::AppTestTime::()::test_mktime . pypy/module/time/test/test_time.py::AppTestTime::()::test_asctime . pypy/module/time/test/test_time.py::AppTestTime::()::test_accept2dyear_access . pypy/module/time/test/test_time.py::AppTestTime::()::test_struct_time . pypy/module/time/test/test_time.py::AppTestTime::()::test_tzset . pypy/module/time/test/test_time.py::AppTestTime::()::test_large_year_does_not_crash . pypy/module/time/test/test_time.py::AppTestTime::()::test_strftime . pypy/module/time/test/test_time.py::AppTestTime::()::test_strftime_ext . pypy/module/time/test/test_time.py::AppTestTime::()::test_strftime_bounds_checking . pypy/module/time/test/test_time.py::AppTestTime::()::test_strptime . pypy/module/time/test/test_time.py::AppTestTime::()::test_pickle s pypy/module/unicodedata/test/test_hyp.py /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/unicodedata/test/test_hyp.py:6: Skipped: hypothesis required . 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_no_alias_python2 . 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_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/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_inheritance . pypy/module/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_nonzip . pypy/module/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_root . pypy/module/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_direct_path . pypy/module/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_pkg_path . pypy/module/zipimport/test/test_undocumented.py::AppTestZipImport::()::test_zip_directory_cache . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_cache . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_cache_subdir . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_good_bad_arguments . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_py . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_pyc . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_bad_pyc . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_short_pyc . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_force_py . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_sys_modules . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_package . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_package_bug . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_pyc_in_package . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_functions . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_archive . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_subdirectory_importer . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_subdirectory_twice . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_zip_directory_cache . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_path_hooks . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_co_filename . pypy/module/zipimport/test/test_zipimport.py::AppTestZipimport::()::test_import_exception . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_cache . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_cache_subdir . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_good_bad_arguments . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_py . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_pyc . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_bad_pyc . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_short_pyc . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_force_py . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_sys_modules . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_package . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_package_bug . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_pyc_in_package . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_functions . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_archive . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_subdirectory_importer . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_subdirectory_twice . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_zip_directory_cache . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_path_hooks . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_co_filename . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_import_exception . pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_zlib_error . 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_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_decompress_copy s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state Skipped: can't run with -A . 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: can't run with -A . 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